typingchecker


Nametypingchecker JSON
Version 0.1.11 PyPI version JSON
download
home_page
SummaryA tool for checking Python type annotations
upload_time2024-01-31 07:47:25
maintainer
docs_urlNone
author
requires_python>=3.10
licenseMIT License Copyright (c) 2022 Oliver Maith Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords typing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # typingchecker
Package for checking python typing annotations.

The documentation is available online at:

https://github.com/Olimaol/typingchecker/wiki

### Authors

* Oliver Maith (oliver_maith@gmx.de)


## Installation

From PyPI using pip:

```
pip install typingchecker
```

With downloaded source code; using pip in the top-level directory of the downloaded source code:

```
pip install .
```

or in development mode:

```
pip install -e .
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "typingchecker",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "typing",
    "author": "",
    "author_email": "Oliver Maith <oliver_maith@gmx.de>",
    "download_url": "https://files.pythonhosted.org/packages/cf/2c/9a645ebe0b9b928dda96c4014628c07a5108c4a9d4d0c76cff5c3bf4adf4/typingchecker-0.1.11.tar.gz",
    "platform": null,
    "description": "# typingchecker\nPackage for checking python typing annotations.\n\nThe documentation is available online at:\n\nhttps://github.com/Olimaol/typingchecker/wiki\n\n### Authors\n\n* Oliver Maith (oliver_maith@gmx.de)\n\n\n## Installation\n\nFrom PyPI using pip:\n\n```\npip install typingchecker\n```\n\nWith downloaded source code; using pip in the top-level directory of the downloaded source code:\n\n```\npip install .\n```\n\nor in development mode:\n\n```\npip install -e .\n```\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2022 Oliver Maith  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "A tool for checking Python type annotations",
    "version": "0.1.11",
    "project_urls": {
        "Source": "https://github.com/Olmai/typingchecker"
    },
    "split_keywords": [
        "typing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9838114ce3ba2ecb53ac81f6dd0baa8f1c0433468517ccb15ab29989779a5f1f",
                "md5": "ffb00fb2b423734e5a3889d81ab9c75c",
                "sha256": "e6006c36892257edb80f837d0dd10c808e07ce2402c9f8c5a4e51ce89487f546"
            },
            "downloads": -1,
            "filename": "typingchecker-0.1.11-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ffb00fb2b423734e5a3889d81ab9c75c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 5921,
            "upload_time": "2024-01-31T07:47:23",
            "upload_time_iso_8601": "2024-01-31T07:47:23.346959Z",
            "url": "https://files.pythonhosted.org/packages/98/38/114ce3ba2ecb53ac81f6dd0baa8f1c0433468517ccb15ab29989779a5f1f/typingchecker-0.1.11-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cf2c9a645ebe0b9b928dda96c4014628c07a5108c4a9d4d0c76cff5c3bf4adf4",
                "md5": "2146ad143ef8bf9bf31b1540d5223a3e",
                "sha256": "abd50d14feec1928b02c4274f72a5b4a7f09960d53dc48a065d641371e41d0a2"
            },
            "downloads": -1,
            "filename": "typingchecker-0.1.11.tar.gz",
            "has_sig": false,
            "md5_digest": "2146ad143ef8bf9bf31b1540d5223a3e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 8120,
            "upload_time": "2024-01-31T07:47:25",
            "upload_time_iso_8601": "2024-01-31T07:47:25.143823Z",
            "url": "https://files.pythonhosted.org/packages/cf/2c/9a645ebe0b9b928dda96c4014628c07a5108c4a9d4d0c76cff5c3bf4adf4/typingchecker-0.1.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-31 07:47:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Olmai",
    "github_project": "typingchecker",
    "github_not_found": true,
    "lcname": "typingchecker"
}
        
Elapsed time: 0.41888s