/compas_session

Session management for COMPAS workflows and tools

Primary LanguagePythonOtherNOASSERTION

COMPAS Session

Warning

This package is under active development, don't use it for anything important for now...

Session management for COMPAS workflows and tools

Installation

Stable releases can be installed from PyPI.

pip install compas_session

To install the latest version for development, do:

git clone https://github.com/blockresearchgroup/compas_session.git
cd compas_session
pip install -e ".[dev]"

Documentation

For further "getting started" instructions, a tutorial, examples, and an API reference, please check out the online documentation here: COMPAS Session docs

Issue Tracker

If you find a bug or if you have a problem with running the code, please file an issue on the Issue Tracker.