Last Updated on 2026-02-06

Welcome to Python CST Costructor Script’s documentation!

To install the library, please clone the git repo: https://github.com/MartinMiroslavovMihaylov/Python_CST.git to an empty folder. Then you can install the Constructor lib with the setup.py file.

For installing Python_CST use:

pip install git+https://github.com/MartinMiroslavovMihaylov/Python_CST.git

Version numbers of this project might not always be incremented for minor changes. To be sure, first uninstall:

pip uninstall Python_CST
pip install --no-cache-dir git+https://github.com/MartinMiroslavovMihaylov/Python_CST.git

To install the library for development use:

git clone https://github.com/MartinMiroslavovMihaylov/Python_CST.git
cd Python_CST
pip install -e .

Option -e means editable installation.

How to use this Library

Install — How to install. Examples — Code examples. Curves ClassExamples — Curves functions examples.

Module Reference

Documentation