Typing Inspect
==============
The "typing_inspect" module defines experimental API for runtime
inspection of types defined in the standard "typing" module.
Raw data
{
"_id": null,
"home_page": "https://github.com/ilevkivskyi/typing_inspect",
"name": "typing-inspect",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "typing function annotations type hints hinting checking checker typehints typehinting typechecking inspect reflection introspection",
"author": "Ivan Levkivskyi",
"author_email": "levkivskyi@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/dc/74/1789779d91f1961fa9438e9a8710cdae6bd138c80d7303996933d117264a/typing_inspect-0.9.0.tar.gz",
"platform": null,
"description": "Typing Inspect\n==============\n\nThe \"typing_inspect\" module defines experimental API for runtime\ninspection of types defined in the standard \"typing\" module.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Runtime inspection utilities for typing module.",
"version": "0.9.0",
"project_urls": {
"Homepage": "https://github.com/ilevkivskyi/typing_inspect"
},
"split_keywords": [
"typing",
"function",
"annotations",
"type",
"hints",
"hinting",
"checking",
"checker",
"typehints",
"typehinting",
"typechecking",
"inspect",
"reflection",
"introspection"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "65f3107a22063bf27bdccf2024833d3445f4eea42b2e598abfbd46f6a63b6cb0",
"md5": "ea90d9962599a014a6548248994fe035",
"sha256": "9ee6fc59062311ef8547596ab6b955e1b8aa46242d854bfc78f4f6b0eff35f9f"
},
"downloads": -1,
"filename": "typing_inspect-0.9.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ea90d9962599a014a6548248994fe035",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 8827,
"upload_time": "2023-05-24T20:25:45",
"upload_time_iso_8601": "2023-05-24T20:25:45.287357Z",
"url": "https://files.pythonhosted.org/packages/65/f3/107a22063bf27bdccf2024833d3445f4eea42b2e598abfbd46f6a63b6cb0/typing_inspect-0.9.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "dc741789779d91f1961fa9438e9a8710cdae6bd138c80d7303996933d117264a",
"md5": "334f7f909260ceebb05e10ebd7039ff0",
"sha256": "b23fc42ff6f6ef6954e4852c1fb512cdd18dbea03134f91f856a95ccc9461f78"
},
"downloads": -1,
"filename": "typing_inspect-0.9.0.tar.gz",
"has_sig": false,
"md5_digest": "334f7f909260ceebb05e10ebd7039ff0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 13825,
"upload_time": "2023-05-24T20:25:47",
"upload_time_iso_8601": "2023-05-24T20:25:47.612134Z",
"url": "https://files.pythonhosted.org/packages/dc/74/1789779d91f1961fa9438e9a8710cdae6bd138c80d7303996933d117264a/typing_inspect-0.9.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-05-24 20:25:47",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ilevkivskyi",
"github_project": "typing_inspect",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "typing",
"specs": [
[
">=",
"3.7.4"
]
]
},
{
"name": "mypy_extensions",
"specs": [
[
">=",
"0.3.0"
]
]
},
{
"name": "typing_extensions",
"specs": [
[
">=",
"3.7.4.2"
]
]
}
],
"lcname": "typing-inspect"
}