Skip to content

PyCTree

Unit Test

PyCTree is a collection of tree-based containers for Python, written in C.

Installation

You can download and install the latest version from TestPyPI:

$ pip install --index-url https://test.pypi.org/simple/ pyctree

Building from source

Alternatively, you can clone this repository and manually build the module:

$ git clone https://github.com/sneppy/pyctree.git
$ cd pyctree
$ python setup.py install

Note that you need to install the python3.x-dev package, e.g.:

$ sudo apt-get install python3.6-dev