Skip to content

danko-cdm/hydroshare

 
 

Repository files navigation

scids-client is a python library for accessing interacting with SciDataspace.

Pre-requirements * git * python dev * sudo apt-get install python-setuptools * g++ * docker sudo chmod o+rwx /var/run/docker.sock

git clone https://<username>@bitbucket.org/tanum/scids-client.git

Install

Use the setup.py script to install this library:

cd scids-client/scidataspace/client sudo python setup.py install cd ../.. sudo python setup.py install

The library can also be installed as a normal user in a virtualenv, or using the --user option to install.

Usage

The client requires a goauth token to authenticate.

For time being: mkdir ~/.gdclient copy config.ini to ~/.gdclient

Known Errors: error: Setup script exited with error in docker-py setup command: Invalid environment marker: python_version < "3.5" Run: pip install setuptools --upgrade

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.8%
  • Jupyter Notebook 6.0%
  • Shell 0.2%