Skip to content

oclyke/blue-heron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blue-heron

python package for interacting with AutoDesk Eagle files

this is a pre-release version and the api is subject to change.

installation

development

installation

to install for development:

git clone ${REPO_URL} ${PATH_TO_ROOT}
pip install -e ${PATH_TO_ROOT}

tests

tox is reccomended

tox

install tox pip install tox

run tox from the root directory tox

pytest (not reccomended)

make sure pytest is installed

run pytest from the root directory pytest

packaging

make sure the PyPA's build package is installed python3 -m pip install --upgrade build

run build from the root dir python3 -m build

About

eagle manipulation in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages