typingdict


Nametypingdict JSON
Version 0.1.3 PyPI version JSON
download
home_pagehttps://github.com/am230/typingdict
SummaryGenerate TypedDict Automatically
upload_time2023-10-13 16:44:52
maintainer
docs_urlNone
authoram230
requires_python
licenseMIT Licence
keywords automation typing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/am230/typingdict",
    "name": "typingdict",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Automation,Typing",
    "author": "am230",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/a8/7d/af2f77c401c62a73aafe22915128c83c05fe230bfa2ae9f09022709213b4/typingdict-0.1.3.tar.gz",
    "platform": "any",
    "description": "Generate TypedDict Automatically\n================================\n\n\u5b9f\u7528\u7684\u3067\u306f\u306a\u3044\u3001\u307b\u307c\u81ea\u5206\u7528\n\n.. image:: https://img.shields.io/github/license/mashape/apistatus.svg\n   :target: http://opensource.org/licenses/MIT\n.. image:: https://badge.fury.io/py/typingdict.svg\n    :target: https://badge.fury.io/py/typingdict\n\n.. image:: https://raw.githubusercontent.com/am230/typingdict/master/images/screenshot.png\n\nUsage\n-----\n\n.. code:: bash\n\n    py -m typingdict .\\input.json > output.py\n",
    "bugtrack_url": null,
    "license": "MIT Licence",
    "summary": "Generate TypedDict Automatically",
    "version": "0.1.3",
    "project_urls": {
        "Homepage": "https://github.com/am230/typingdict"
    },
    "split_keywords": [
        "automation",
        "typing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a87daf2f77c401c62a73aafe22915128c83c05fe230bfa2ae9f09022709213b4",
                "md5": "031fda92a7783bc19151f4013647f5ef",
                "sha256": "5b8bbf95bbc5a170e9a1c613ab82b8efe863c2c4001b3ba9aa105599237c6046"
            },
            "downloads": -1,
            "filename": "typingdict-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "031fda92a7783bc19151f4013647f5ef",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3993,
            "upload_time": "2023-10-13T16:44:52",
            "upload_time_iso_8601": "2023-10-13T16:44:52.203784Z",
            "url": "https://files.pythonhosted.org/packages/a8/7d/af2f77c401c62a73aafe22915128c83c05fe230bfa2ae9f09022709213b4/typingdict-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-13 16:44:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "am230",
    "github_project": "typingdict",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "typingdict"
}
        
Elapsed time: 0.18856s