datacoco

datacoco library wrapper


Keywords
email tools, ftp tools, helper, common, db, api, config, logging
License
MIT
Install
pip install datacoco==0.1.3

Documentation

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