|
|
пре 4 година | |
|---|---|---|
| cdplib | пре 4 година | |
| hooks | пре 5 година | |
| .gitignore | пре 6 година | |
| Pipfile | пре 4 година | |
| Pipfile.lock | пре 4 година | |
| README.md | пре 5 година | |
| classes.png | пре 6 година | |
| packages.png | пре 6 година | |
| setup.py | пре 5 година |
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