About this project

Important things to know about bdflib and its development.

Requirements

Python 2.7, Python 3.5 or greater (earlier version may work, but they are unsupported)

bdflib does not require anything outside the standard library.

License

bdflib is published under the GNU General Public License version 3.

Development

The source-code and issue tracker for bdflib are at https://gitlab.com/Screwtapello/bdflib

Once you’ve checked out the bdflib source code, you can run the bdflib unit tests with:

$ python3 -m unittest

Alternatively, if you have tox installed, you can just run:

$ tox

to run all the tests and build all the documentation.

Further reading