Metadata-Version: 2.1
Name: pyclowder
Version: 2.4.1
Summary: Python SDK for the Clowder Data Management System
Home-page: https://clowderframework.org
Author: Rob Kooper
Author-email: kooper@illinois.edu
License: BSD
Project-URL: Source, https://github.com/clowder-framework/pyclowder
Keywords: clowder,data management system
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3

This package provides standard functions for interacting with the
Clowder open source data management system. Clowder is designed
to allow researchers to build customized catalogs in the clouds
to help you manage research data.

Installation
------------

The easiest way install pyclowder is using pip and pulling from PyPI.
Use the following command to install::

    pip install pyclowder

Because this system is still under rapid development, you may want to
install by cloning the repo using the following commands::

    git clone https://opensource.ncsa.illinois.edu/bitbucket/scm/cats/pyclowder.git
    cd pyclowder
    pip install -r requirements.txt
    python setup.py install

Or you can install directly from NCSA's Bitbucket::

    pip install -r https://opensource.ncsa.illinois.edu/bitbucket/projects/CATS/repos/pyclowder/raw/requirements.txt git+https://opensource.ncsa.illinois.edu/bitbucket/scm/cats/pyclowder.git



