ogert 92667b4138 add to trials to csv function | 3 anos atrás | |
---|---|---|
cdplib | 3 anos atrás | |
hooks | 4 anos atrás | |
.gitignore | 5 anos atrás | |
Pipfile | 3 anos atrás | |
Pipfile.lock | 3 anos atrás | |
README.md | 5 anos atrás | |
classes.png | 5 anos atrás | |
packages.png | 5 anos atrás | |
setup.py | 3 anos atrás |
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