Home

Awesome

General Information

Maintainer

Waldemar Koprek [waldemar.koprek@psi.ch]

Author

Oliver Bründler [oli.bruendler@gmx.ch]

License

This library is published under PSI HDL Library License, which is LGPL plus some additional exceptions to clarify the LGPL terms in the context of firmware development.

Changelog

See Changelog

Dependencies

None

Tagging Policy

Stable releases are tagged in the form major.minor.bugfix.

Description

This package allows parsing PSI library dependencies from the standard README.md files. Dependencies can then be listed, checked out or added as submodule to a project.

To parse the dependencies correctly, the README.md file must follow the PSI standard:

For the exact usage, refer to the psi_common Library.

Installation

For using the package, it must be installed locally. To do so, download the archive in dist and install it using pip:

pip3 install <archive>

Packaing

To package the project after making changes, update the version number in setup.py and run

python3 setup.py sdist