Metadata-Version: 2.1
Name: oscar
Version: 0.1.2
Summary: A Python interface to OSCAR data
Home-page: https://github.com/ssc-oscar/oscar.py
Author: Marat (@cmu.edu)
Author-email: marat@cmu.edu
License: GPL v3.0
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Scientific/Engineering
Requires-Python: ~=2.7
Description-Content-Type: text/markdown
Requires-Dist: python-lzf
Requires-Dist: tokyocabinet

# Python interface for OSCAR data


This is a convenience library to access OSCAR dataset. 
Since everything is stored in local files it won't work unless you have access 
to one of OSCAR servers.

**IMPORTANT:** all servers have access to each other's data through NFS, which is
subject to network delays and failures.
So, for faster access this module assumes you're working on **da4**, where all the
files are stored.

### Installation

    easy_install --user --upgrade oscar

### Reference

Please see <https://ssc-oscar.github.io/oscar.py>
for the reference.

