Metadata-Version: 2.1
Name: lsst-projectmeta-kit
Version: 0.3.5
Summary: Python toolkit for extracting and transforming metadata about LSST's code and documentation projects, and loading it into the LSST projectmeta database.
Home-page: https://github.com/lsst-sqre/lsst-projectmeta-kit
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: pyjwt (>=1.4.2)
Requires-Dist: requests (>=2.13.0)
Requires-Dist: pypandoc (>=1.4)
Requires-Dist: panflute (==1.10.6)
Requires-Dist: aiohttp (>=2.2.5)
Requires-Dist: pybtex (>=0.21)
Requires-Dist: GitPython (>=2.1.7)
Requires-Dist: pytz
Requires-Dist: motor (<1.3.0,>=1.2.0)
Requires-Dist: attrs (>=17.4.0)
Provides-Extra: dev
Requires-Dist: pytest (==4.4.0) ; extra == 'dev'
Requires-Dist: pytest-cov (==2.6.1) ; extra == 'dev'
Requires-Dist: pytest-flake8 (==1.0.4) ; extra == 'dev'

####################
lsst-projectmeta-kit
####################

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

**lsst-projectmeta-kit is a Python toolkit for extracting and transforming metadata about LSST's code and documentation projects, and loading it into the LSST projectmeta database.**

This project is related to LSST Project Meta, an experimental project to gather LSST information artifacts from across the web, and make them discoverable through a single API.
Extract/transform/load workflows can use this library to create LSST JSON-LD (linked data) resources stored in our Project Meta database.

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

License
=======

lsst-projectmeta-kit is MIT licensed. See `LICENSE <./LICENSE>`_.


