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

What belongs into this Library

Any python code that is not specific to a problem. This repo should contain general purpose python functionality that helps with everyday python programming

Examples for things that belong into this library:

Examples for things that do not belong into this library:

Tagging Policy

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

Installation

to install, use the command below

pip install <root>\dist\PsiPyUtils-<version>.tar.gz

Alternatively the package can be used directly as git-submodule (as it was done in the past). This allows for being reverse compatible and do not break projects that depend on using the package as submodule.

Packaing

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

python3 setup.py sdist