py_tools_ds
A collection of Python tools by Daniel Scheffler.
- Free software: Apache Software License 2.0
- Documentation: https://py-tools-ds.readthedocs.io.
Features
- TODO
Installation
-
Use the pip-Installer:
pip install git+https://danschef@gitext.gfz-potsdam.de/danschef/py_tools_ds.git # for HTTPS authentification
pip install git+git@gitext.gfz-potsdam.de:danschef/py_tools_ds.git # for SSH-Key authentification
-
Or clone the repository via GIT and update the PATH environment variable:
cd /your/installation/folder
git clone https://danschef@gitext.gfz-potsdam.de/danschef/py_tools_ds.git
PATH=$PATH:~/path/to/your/installation/folder/py_tools_ds
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.