ogert 51ead65f7a Changed exception handling when disposing engine | il y a 4 ans | |
---|---|---|
cdplib | il y a 4 ans | |
.gitignore | il y a 5 ans | |
Pipfile | il y a 5 ans | |
Pipfile.lock | il y a 5 ans | |
README.md | il y a 5 ans | |
classes.png | il y a 5 ans | |
packages.png | il y a 5 ans | |
setup.py | il y a 4 ans |
Install cdplib via pipenv: pipenv install -e git+https://readonly:readonly@intra.acdp.at/gogs/tanja/cdplib.git#egg=cdplib
To install the master branch: Add to the [packages] section of the Pipfile the line: cdplib = {editable = true, git = "https://readonly:readonly@intra.acdp.at/gogs/tanja/cdplib.git"}
To install any other branch: cdplib = {editable = true, ref = "BRANCH", git = "https://readonly:readonly@intra.acdp.at/gogs/tanja/cdplib.git"}
How to set up a new Package:
from cdplib.db_migration import DataFrameToCollection
pipenv update
in the wokring directory