Skip to content
/ edea Public
forked from edea-dev/edea

EDeA command line tool and KiCad 6 file format parser

License

Notifications You must be signed in to change notification settings

kitspace/edea

 
 

Repository files navigation

edea python libary and tool

This is the edea commandline tool and kicad parser python library.

Running the tool

To run the tool for test & development purposes either enter a venv or use poetry to run it:

# when outside the poetry environment, just run
poetry run python -m edea
# or
poetry shell
# now we're inside the venv and can run
python -m edea

Running the tests

The tests should run in the venv to make sure the development tools are there:

# outside the poetry environment:
poetry run pytest
# or
poetry shell
# now we're inside the venv and can run like before, but now with test coverage
pytest --cov-report term-missing --cov=edea

# it's also possible to run a single test or a test class
pytest -k TestMetadata

About

EDeA command line tool and KiCad 6 file format parser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%