Metadata-Version: 2.1
Name: typingdict
Version: 0.0.5
Summary: Generate TypedDict Automatically
Home-page: https://github.com/am230/typingdict
Author: am230
License: MIT Licence
Keywords: Automation,Typing
Platform: any
Requires: strinpy
Requires: astor
Requires: click
Description-Content-Type: text/x-rst
License-File: LICENSE

Generate TypedDict Automatically
================================

実用的ではない、ほぼ自分用

.. image:: https://img.shields.io/github/license/mashape/apistatus.svg
   :target: http://opensource.org/licenses/MIT
.. image:: https://badge.fury.io/py/typingdict.svg
    :target: https://badge.fury.io/py/typingdict

.. image:: https://raw.githubusercontent.com/am230/typingdict/master/images/screenshot.png

Usage
-----

.. code:: bash

    py -m typingdict .\input.json > output.py
