Installation
Table of Contents
Package Requirements
cfg-load>=0.8
deprecated>=1.2.12
dill>=0.3
pandas>=1.0
pymongo>=4.0
scipy>=1.7.3
setuptools>=47.1
typeguard>=2.13.0
typing-extensions>=4.0
CI Requirements
black>=21.12b0
darglint>=1.8.1
flake8>=4.0.1
flake8-docstrings>=1.6
flake8-rst-docstrings>=0.2.5
m2r2>=0.3.2
mongomock>=3.19
mypy>=0.910
mypy-extensions>=0.4.3
pip-tools>=6.6.2
pytest>=6.2
pytest-cov>=3.0
recommonmark>=0.7
Sphinx<4.4; python_version <= '3.7'
Sphinx>4.1; python_version > '3.7'
sphinx-rtd-theme>=0.5
versioneer>=0.21
twine>=3.8
Installation
From pypi server
pip install cgnal-core
From source
git clone https://github.com/CGnal/cgnal-core
cd "$(basename "https://github.com/CGnal/cgnal-core" .git)"
make install