Metadata-Version: 2.1
Name: sdss-access
Version: 0.2.11
Summary: package to access all SDSS SAS products
Home-page: https://github.com/sdss/sdss_access
Author: Michael Blanton
Author-email: michael.blanton@nyu.edu
License: BSD3
Keywords: astronomy software
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Documentation :: Sphinx
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: pyyaml
Requires-Dist: pygments
Requires-Dist: sdss-tree (<3.0,>=2.15.3)
Requires-Dist: six (>=1.11.0)
Requires-Dist: requests (>=2.10.0)

===========
sdss_access
===========

This repository supports access to the SDSS data set.  See the documentation at http://sdss-access.readthedocs.io/en/latest/

| |Build Status|
| |Coverage Status|


Example usage::

    from sdss_access import SDSSPath

    sdssPath = SDSSPath()
    platelines_path = sdssPath.full('plateLines-print', plateid=12345)


.. |Build Status| image:: https://travis-ci.org/sdss/sdss_access.svg?branch=master
   :target: https://travis-ci.org/sdss/sdss_access

.. |Coverage Status| image:: https://coveralls.io/repos/github/sdss/sdss_access/badge.svg?branch=master
   :target: https://coveralls.io/github/sdss/sdss_access?branch=master



