Metadata-Version: 2.0
Name: metasrc
Version: 0.2.2
Summary: LSST project metadata synthesis and JSON-LD export library.
Home-page: https://github.com/lsst-sqre/metasrc
Author: Association of Universities for Research in Astronomy, Inc.
Author-email: jsick@lsst.org
License: MIT
Keywords: lsst
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: GitPython (>=2.1.7)
Requires-Dist: aiohttp (>=2.2.5)
Requires-Dist: panflute (==1.10.6)
Requires-Dist: pybtex (>=0.21)
Requires-Dist: pyjwt (>=1.4.2)
Requires-Dist: pypandoc (>=1.4)
Requires-Dist: pytz
Requires-Dist: requests (>=2.13.0)

############
LSST Metasrc
############

.. image:: https://img.shields.io/pypi/v/metasrc.svg
   :target: https://pypi.python.org/pypi/metasrc
   :alt: Python Package Index
.. image:: https://img.shields.io/travis/lsst-sqre/metasrc.svg
   :target: https://travis-ci.org/lsst-sqre/metasrc
   :alt: Travis CI build status

**Metasrc (pronouced "meta source") is a Python library for gathering metadata about LSST's software and documentation projects and synthesizing it into JSON-LD (linked data) resources.**

This project is related to LSST DocHub, an experimental project to gather LSST information artifacts from across the web, and make them discoverable through a single API.
DocHub adapters can use this library to create LSST DocHub JSON-LD resources.

Metasrc is developed by **LSST**, the Large Synoptic Survey Telescope.
Learn more at `www.lsst.org <https://www.lsst.org>`_.

License
=======

Metasrc is MIT licensed. See `LICENSE <./LICENSE>`_.


