Metadata-Version: 2.1
Name: dbpack
Version: 1.0.0
Summary: UNKNOWN
Home-page: UNKNOWN
Author: Maximilien Lehujeur
Author-email: maximilien.lehujeur@univ-eiffel.fr
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy

# DBTOOLS

Install
```
# cd <to/installation/path> 
git clone https://gitlab.com/obsmax/dbpack.git

conda remove --name py37-dbpack --all --yes
conda create --name py37-dbpack python=3.7 --yes
conda activate py37-dbpack

cd dbpack
python -m pip install -e .

```


