Name | likepep403 JSON |
Version |
2.0.0
JSON |
| download |
home_page | |
Summary | A library containing several useful Python decorators, simulating PEP 403's capabilities. |
upload_time | 2023-10-19 09:02:36 |
maintainer | |
docs_url | None |
author | Wojciech Marzec |
requires_python | >=3.12 |
license | MIT License Copyright (c) 2023 Keyacom 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 |
pep403
decorator
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# likepep403 [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
A library containing several useful Python decorators. Called `decorlib` before
1.0.1, it is now called `likepep403` due to the fact functions provided by this
package can simulate many things that [PEP 403](https://peps.python.org/pep-0403/)
can do once it's in official consideration.
## Available decorators
All decorators' descriptions can be seen in [the docs](https://github.com/Keyacom/likepep403/tree/main/docs).
Raw data
{
"_id": null,
"home_page": "",
"name": "likepep403",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.12",
"maintainer_email": "",
"keywords": "pep403,decorator",
"author": "Wojciech Marzec",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/cd/a3/6ad64cd839048553b225846252689674675fa1bfa853d6b477c918ccecb0/likepep403-2.0.0.tar.gz",
"platform": null,
"description": "# likepep403 [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\r\n\r\nA library containing several useful Python decorators. Called `decorlib` before\r\n1.0.1, it is now called `likepep403` due to the fact functions provided by this\r\npackage can simulate many things that [PEP 403](https://peps.python.org/pep-0403/)\r\ncan do once it's in official consideration.\r\n\r\n## Available decorators\r\n\r\nAll decorators' descriptions can be seen in [the docs](https://github.com/Keyacom/likepep403/tree/main/docs).\r\n",
"bugtrack_url": null,
"license": "MIT License Copyright (c) 2023 Keyacom 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 library containing several useful Python decorators, simulating PEP 403's capabilities.",
"version": "2.0.0",
"project_urls": {
"repository": "https://github.com/Keyacom/likepep403"
},
"split_keywords": [
"pep403",
"decorator"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c1e0996fe619099ef7f35130f185a8a69b1cabffaf1ac374d7b9b16b195fd675",
"md5": "6fee2965c0ece95654dd0869be7f16ca",
"sha256": "5e178a73c5843f8ce54b1bbade097acabbd464d9ea9439dbeaae6531f05c5875"
},
"downloads": -1,
"filename": "likepep403-2.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6fee2965c0ece95654dd0869be7f16ca",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.12",
"size": 5708,
"upload_time": "2023-10-19T09:02:35",
"upload_time_iso_8601": "2023-10-19T09:02:35.086462Z",
"url": "https://files.pythonhosted.org/packages/c1/e0/996fe619099ef7f35130f185a8a69b1cabffaf1ac374d7b9b16b195fd675/likepep403-2.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "cda36ad64cd839048553b225846252689674675fa1bfa853d6b477c918ccecb0",
"md5": "ce4a71969b3e0d324c296549820dbbed",
"sha256": "7ece33ebd9bfc3f579b1dc4abab56894f6e63432a6a745e16b2454db2c470dfe"
},
"downloads": -1,
"filename": "likepep403-2.0.0.tar.gz",
"has_sig": false,
"md5_digest": "ce4a71969b3e0d324c296549820dbbed",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.12",
"size": 4234,
"upload_time": "2023-10-19T09:02:36",
"upload_time_iso_8601": "2023-10-19T09:02:36.319902Z",
"url": "https://files.pythonhosted.org/packages/cd/a3/6ad64cd839048553b225846252689674675fa1bfa853d6b477c918ccecb0/likepep403-2.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-10-19 09:02:36",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Keyacom",
"github_project": "likepep403",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "likepep403"
}