This package provides just the cdd
module of
pycddlib,
without cdd.gmp
.
It can be compiled from the source distribution
without needing cddlib and gmp installed,
and is suitable for installation of pycddlib on systems where cddlib and gmp
cannot be installed, such as for instance Google Colab.
The pycddlib-standalone package is only meant for environments such as Google Colab, that have a compiler, but that cannot handle binary dependencies otherwise. In particular, packages should not depend on pycddlib-standalone.
-
Download: https://pypi.org/project/pycddlib-standalone/#files
-
Documentation: https://pycddlib.readthedocs.io/en/latest/
-
Development: https://github.com/mcmtroffaes/pycddlib-standalone/
From PyPI:
python -m pip install pycddlib-standalone
On Google Colab:
%pip install pycddlib-standalone
From source repository:
python configure.py
python -m pip install .