Colubridae is a Python package for applied category theory (ACT).
For more information, please check this brief introduction.
Colubridae requires:
- Python (>= 3.4)
Colubridae can be installed directly from source:
$ python setup.py install
We welcome new contributors of all experience levels. The preferred way to contribute to colubridae is to fork the main repository on GitHub, then submit a “pull request” (PR). Bug reports and discussion on new features (only) can be posted in the corresponding GitHub issues. Preferably, the development of new features should be discussed beforehand on this page.
You can check the latest sources with the command:
>>> git clone https://github.com/AlexPof/colubridae.git
Please see the examples.ipynb Jupyter notebook provided in the repository.
Full documentation will be available in the future.
Please use the GitHub issues page.