Skip to content

informatics-isi-edu/deriva-py

Folders and files

NameName
Last commit message
Last commit date
Feb 13, 2025
Sep 19, 2023
Oct 28, 2024
Sep 27, 2017
Dec 6, 2023
Oct 18, 2017
Apr 14, 2021
May 31, 2019
Mar 15, 2024
Feb 4, 2025

Repository files navigation

deriva-py

PyPi Version PyPi Downloads PyPi Wheel Python Versions License

Python APIs and CLIs (Command-Line Interfaces) for the DERIVA platform.

Installing

Installation via PyPi

Users are encouraged to download official releases from PyPi using pip.

If you have root access and wish to install into your system Python directory, use the following command:

$ sudo pip install deriva

Otherwise, it is recommended that you install into your user directory using the following command:

$ pip install --user deriva

Installation via Github

This project is actively developed. The master branch is expected to be stable and usable at every commit. The APIs and CLIs may change in backward-incompatible ways, so if you depend on an interface you should remember the GIT commit number.

Installing from source can also be accomplished with the pip utility.

If you have root access and wish to install into your system Python directory, use the following command:

$ sudo pip install git+https://github.com/informatics-isi-edu/deriva-py.git

Otherwise, it is recommended that you install into your user directory using the following command:

$ pip install --user git+https://github.com/informatics-isi-edu/deriva-py.git

Documentation

See the deriva-py documentation for additional information.