Metadata-Version: 2.1
Name: oscar
Version: 1.1.0
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
Description: # 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
        
            # pip is not available on OSCAR servers
            easy_install --user --upgrade oscar
        
        ### Reference
        
        Please see <https://ssc-oscar.github.io/oscar.py>
        for the reference.
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
