Metadata-Version: 2.1
Name: mypy-structured-data
Version: 0.1.1
Summary: Mypy plugin for the Structured Data library
Home-page: https://github.com/mwchase/python-mypy-structured-data
Author: Max Woerner Chase
Author-email: max.chase@gmail.com
License: MIT license
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Utilities
Requires-Python: >=3.7
Requires-Dist: mypy

========
Overview
========



A Mypy plugin for analyzing code written with the Structured Data library.

* Free software: MIT license

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

::

    pip install mypy-structured-data

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

https://python-mypy-structured-data.readthedocs.io/

Development
===========

To run the all tests run::

    tox


Changelog
=========

Unreleased
----------


