Name | ATflexipy JSON |
Version |
1.0.1
JSON |
| download |
home_page | None |
Summary | Flexible Python utilities for function/class overloading, logging, and runtime helpers. |
upload_time | 2025-08-26 11:54:29 |
maintainer | None |
docs_url | None |
author | Avi Twil |
requires_python | >=3.10 |
license | None |
keywords |
flexible
overload
decorator
logging
utilities
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# ATflexipy
ATflexipy is a lightweight Python toolkit providing flexible decorators and helpers
for function/class overloading, logging, debugging, and runtime utilities.
## Features
- `smart_overload` – Function/method overloading based on argument types.
- `value_overload` – Function/method overloading based on argument values.
- `class_overload` – Class constructor overloading based on argument types.
- `capture_print` – Capture function print output.
- `capture_output` – Capture function stdout/stderr.
- `timed` – Measure function execution time.
- `AutoCaptureConsole` – Automatically capture console output and save to file.
## Installation
```bash
pip install ATflexipy
Raw data
{
"_id": null,
"home_page": null,
"name": "ATflexipy",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "flexible, overload, decorator, logging, utilities",
"author": "Avi Twil",
"author_email": "Avi Twil <avitwil@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/59/b8/6bd3bcef8873be4f59406f2affc355b96757d4ada5c9ef05eade6a230404/atflexipy-1.0.1.tar.gz",
"platform": null,
"description": "# ATflexipy\r\n\r\nATflexipy is a lightweight Python toolkit providing flexible decorators and helpers \r\nfor function/class overloading, logging, debugging, and runtime utilities.\r\n\r\n## Features\r\n\r\n- `smart_overload` \u2013 Function/method overloading based on argument types.\r\n- `value_overload` \u2013 Function/method overloading based on argument values.\r\n- `class_overload` \u2013 Class constructor overloading based on argument types.\r\n- `capture_print` \u2013 Capture function print output.\r\n- `capture_output` \u2013 Capture function stdout/stderr.\r\n- `timed` \u2013 Measure function execution time.\r\n- `AutoCaptureConsole` \u2013 Automatically capture console output and save to file.\r\n\r\n## Installation\r\n\r\n```bash\r\npip install ATflexipy\r\n",
"bugtrack_url": null,
"license": null,
"summary": "Flexible Python utilities for function/class overloading, logging, and runtime helpers.",
"version": "1.0.1",
"project_urls": null,
"split_keywords": [
"flexible",
" overload",
" decorator",
" logging",
" utilities"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "4cb15972abf0bfa955b5583286e4bd52ce20833e247eb65af0acc1b00034521a",
"md5": "54d9537b18774813a8f1e9a7624ab047",
"sha256": "9ecfbfcf127081bc8804336d57e1b14e3aa94530e2a99a1123ed80b5c1d3ecf5"
},
"downloads": -1,
"filename": "atflexipy-1.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "54d9537b18774813a8f1e9a7624ab047",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 6057,
"upload_time": "2025-08-26T11:54:28",
"upload_time_iso_8601": "2025-08-26T11:54:28.478577Z",
"url": "https://files.pythonhosted.org/packages/4c/b1/5972abf0bfa955b5583286e4bd52ce20833e247eb65af0acc1b00034521a/atflexipy-1.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "59b86bd3bcef8873be4f59406f2affc355b96757d4ada5c9ef05eade6a230404",
"md5": "5170b990856408c1a3bb644ea4ac6cf2",
"sha256": "b5d7766e8868b58a51fdbfa3877778bfdf33f7e4050e889e90d36f33d6e5e3a5"
},
"downloads": -1,
"filename": "atflexipy-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "5170b990856408c1a3bb644ea4ac6cf2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 5334,
"upload_time": "2025-08-26T11:54:29",
"upload_time_iso_8601": "2025-08-26T11:54:29.734489Z",
"url": "https://files.pythonhosted.org/packages/59/b8/6bd3bcef8873be4f59406f2affc355b96757d4ada5c9ef05eade6a230404/atflexipy-1.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-26 11:54:29",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "atflexipy"
}