{ "info": { "author": "Andrey Suglobov", "author_email": "sooglobov@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "Lib for checking types of functions arguments and returning data to accordance with annotating\n===================\n\nInstallation:\n\n pip install pystatity\n\nUsage:\n\n from pystatity import strict_types\n\n @strict_types\n def your_func(one: str, two: int ) -> tuple:\n return one, two\n\n your_func('one', 2) # ok\n\n your_func('one', 'two') # will raise WrongParametersType exception\n\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/soogly/pystatity", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "statity", "package_url": "https://pypi.org/project/statity/", "platform": "", "project_url": "https://pypi.org/project/statity/", "project_urls": { "Homepage": "https://github.com/soogly/pystatity" }, "release_url": "https://pypi.org/project/statity/0.0.1/", "requires_dist": null, "requires_python": ">=3.7", "summary": "Lib for checking types of functions arguments and returning data to accordance with annotating", "version": "0.0.1" }, "last_serial": 5823311, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "6764b2a880137a05cb32903365497303", "sha256": "632cda4c275932cb7fa92dbe2e3b091b5a3fcc5f60790206eb902e4769521464" }, "downloads": -1, "filename": "statity-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "6764b2a880137a05cb32903365497303", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 2802, "upload_time": "2019-09-13T00:53:37", "url": "https://files.pythonhosted.org/packages/ed/db/5fdb7b0d6b4a59bfdc2ae07ea7aa54bdb2a2650a0f7f45b98348a4db4f98/statity-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a364e703e5a804793c331b5d8bf2a998", "sha256": "5f11247d8e551fe21a1f19bef7721739f70a93b61c778bd9124554dee6d72fe3" }, "downloads": -1, "filename": "statity-0.0.1.tar.gz", "has_sig": false, "md5_digest": "a364e703e5a804793c331b5d8bf2a998", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 1662, "upload_time": "2019-09-13T00:53:40", "url": "https://files.pythonhosted.org/packages/23/43/574b197d8865cc1206dc28c9658b8a7c1e8822ef390582a00120ce437ced/statity-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6764b2a880137a05cb32903365497303", "sha256": "632cda4c275932cb7fa92dbe2e3b091b5a3fcc5f60790206eb902e4769521464" }, "downloads": -1, "filename": "statity-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "6764b2a880137a05cb32903365497303", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 2802, "upload_time": "2019-09-13T00:53:37", "url": "https://files.pythonhosted.org/packages/ed/db/5fdb7b0d6b4a59bfdc2ae07ea7aa54bdb2a2650a0f7f45b98348a4db4f98/statity-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a364e703e5a804793c331b5d8bf2a998", "sha256": "5f11247d8e551fe21a1f19bef7721739f70a93b61c778bd9124554dee6d72fe3" }, "downloads": -1, "filename": "statity-0.0.1.tar.gz", "has_sig": false, "md5_digest": "a364e703e5a804793c331b5d8bf2a998", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 1662, "upload_time": "2019-09-13T00:53:40", "url": "https://files.pythonhosted.org/packages/23/43/574b197d8865cc1206dc28c9658b8a7c1e8822ef390582a00120ce437ced/statity-0.0.1.tar.gz" } ] }