Metadata-Version: 2.1
Name: rad
Version: 0.13.2
Summary: Roman Attribute Dictionary
Home-page: https://github.com/spacetelescope/rad
Author: STScI
License: BSD-3-Clause
Project-URL: Bug Tracker, https://github.com/spacetelescope/rad/issues
Project-URL: Source Code, https://github.com/spacetelescope/rad
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: asdf (>=2.9.2)
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinx-asdf (>=0.1.3) ; extra == 'docs'
Requires-Dist: sphinx-astropy ; extra == 'docs'
Requires-Dist: astropy (>=5.0.4) ; extra == 'docs'
Requires-Dist: graphviz ; extra == 'docs'
Requires-Dist: matplotlib ; extra == 'docs'
Requires-Dist: docutils ; extra == 'docs'
Requires-Dist: stsci-rtd-theme ; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest (>=4.6.0) ; extra == 'test'
Requires-Dist: pytest-openfiles (>=0.5.0) ; extra == 'test'
Requires-Dist: pytest-doctestplus (>=0.11.1) ; extra == 'test'

# Roman Attribute Dictionary


This is a repository for the Roman Attribute Dictionary 


## Installation

To install the latest `rad` release

    pip install rad

To install the latest code from the repository

    pip install git+https://github.com/spacetelescope/rad.git

To use the library

    >>> import rad

