Metadata-Version: 2.0
Name: graham
Version: 0.1.4
Summary: Graham, making s'mores with attrs and marshmallow.
Home-page: UNKNOWN
Author: Kyle Altendorf
Author-email: sda@fstab.net
License: UNKNOWN
Project-URL: Documentation, https://graham.readthedocs.io/en/latest
Project-URL: Source Code, https://github.com/altendky/graham
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: attrs
Requires-Dist: marshmallow
Provides-Extra: docs
Requires-Dist: sphinx; extra == 'docs'
Requires-Dist: sphinx-issues; extra == 'docs'
Provides-Extra: gitignore
Requires-Dist: click; extra == 'gitignore'
Requires-Dist: requests; extra == 'gitignore'
Provides-Extra: tests
Requires-Dist: codecov; extra == 'tests'
Requires-Dist: pytest; extra == 'tests'
Requires-Dist: pytest-cov; extra == 'tests'
Requires-Dist: tox; extra == 'tests'

graham
======

|Travis|_ |AppVeyor|_ |codecov|_ |Pythons| |Read the Docs|_

Graham, making s'mores with attrs and marshmallow.

Well, it's trying to.  This is used in my `parameter management program`_ and is
intended to become a public use library but fitness for such use can not be
claimed at this time.

.. |Travis| image:: https://travis-ci.org/altendky/graham.svg
   :alt: Travis build status
.. _Travis: https://travis-ci.org/altendky/graham

.. |AppVeyor| image:: https://ci.appveyor.com/api/projects/status/w23w5pa18rsj7wld?svg=true
   :alt: AppVeyor build status
.. _AppVeyor: https://ci.appveyor.com/project/KyleAltendorf/graham

.. |codecov| image:: https://codecov.io/gh/altendky/graham/branch/develop/graph/badge.svg
   :alt: codecov coverage status
.. _codecov: https://codecov.io/gh/altendky/graham

.. |Pythons| image:: https://img.shields.io/pypi/pyversions/graham.svg
   :alt: supported Python versions

.. |Read the Docs| image:: https://readthedocs.org/projects/graham/badge/?version=latest
   :alt: Read the Docs status
.. _Read the Docs: https://graham.readthedocs.io/en/latest/?badge=latest

.. _parameter management program: https://github.com/altendky/pm


