Skip to content

Modern Python Packaging & Pip Support

Compare
Choose a tag to compare
@capn-freako capn-freako released this 13 Feb 12:23
· 78 commits to master since this release

This release brings the code structure and package building/distribution methodology of both the PyBERT & PyIBIS-AMI packages up-to-date w/ current Python community best practice standards.

It also adds support for pip based installation, although this is currently only recommended for new Apple MacBooks w/ the M1/M2 silicon.

Note: As per the bump in the major revision number ("3" to "4"), this release may potentially break pre-existing client code.
Typically, such breakages are easy to fix, by just changing the name of an imported module.