Metadata-Version: 2.1
Name: formaldict
Version: 0.2.1
Summary: Formal structured dictionaries parsed from a schema
Home-page: https://github.com/jyveapp/formaldict
License: BSD-3-Clause
Author: Wes Kendall
Requires-Python: >=3.6,<4
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: kmatch (>=0.3.0,<0.4.0)
Requires-Dist: prompt-toolkit (>=3.0.2,<4.0.0)
Requires-Dist: python-dateutil (>=2.8.1,<3.0.0)
Project-URL: Documentation, https://formaldict.readthedocs.io
Project-URL: Repository, https://github.com/jyveapp/formaldict
Description-Content-Type: text/x-rst

formaldict
########################################################################

Documentation
=============

`View the formaldict docs here
<https://formaldict.readthedocs.io/>`_.

Installation
============

Install formaldict with::

    pip3 install formaldict


Contributing Guide
==================

For information on setting up formaldict for development and
contributing changes, view `CONTRIBUTING.rst <CONTRIBUTING.rst>`_.

Primary Authors
===============

- @wesleykendall (Wes Kendall)

