Datacoco3
Equinox Common Code Package for Python 3 includes Datacoco core, cloud, db and utilities.
Development
Getting Started
It is recommended to use the steps below to set up a virtual environment for development:
python3 -m venv <virtual env name>
source venv/bin/activate
Installing Instructions
Via setup.py (recommended)
python setup.py install
Via pip
pip install -r requirements.txt