Metadata-Version: 1.1
Name: osdf-python
Version: 0.4
Summary: Python client to Open Science Data Framework (OSDF) REST servers.
Home-page: http://osdf.igs.umaryland.edu
Author: Victor Felix
Author-email: victor73@github.com
License: MIT
Description: The Open Science Data Framework (OSDF) is a specialized document database that allows users to store, retrieve, query and track changes to data over time easily. Because the API uses JSON and REST, developers are able to use OSDF in the language of their choice because almost every language has support for communications via HTTP and working with JSON.
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Utilities
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires: httplib
