toomanyplugins


Nametoomanyplugins JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryPython utilities for automatic stub generation, excruciating line-by-line logging, and dynamic plugin injection.
upload_time2025-07-08 19:44:40
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT
keywords logging plugin stub-generation decorator
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # toomanyplugins

**Python utilities for excruciating logging, dynamic plugins & stub generation.**

- **`excruciating_logger`** / **`@annoying_class`**  
  Trace and log every line of your methods (sync or async) when `self.verbose` is `True`.  
- **`plugin(...)` decorator**  
  Inject functions into existing classes at runtime, with optional overrides and nested decorators.  
- **`auto_stub`**  
  Auto-generate and update PEP-compliant `.pyi` stubs next to your classes.  
- **`TypeConverter`**  
  Async helper for converting objects ↔ types, absorbing attributes, merging annotations, and introspection.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "toomanyplugins",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "logging, plugin, stub-generation, decorator",
    "author": null,
    "author_email": "Miles <you@example.com>",
    "download_url": "https://files.pythonhosted.org/packages/34/73/d9d6ea7a6574cfd38b45af401d7f320b697c0f88d732731102584646b81f/toomanyplugins-0.1.0.tar.gz",
    "platform": null,
    "description": "# toomanyplugins\r\n\r\n**Python utilities for excruciating logging, dynamic plugins & stub generation.**\r\n\r\n- **`excruciating_logger`** / **`@annoying_class`**  \r\n  Trace and log every line of your methods (sync or async) when `self.verbose` is `True`.  \r\n- **`plugin(...)` decorator**  \r\n  Inject functions into existing classes at runtime, with optional overrides and nested decorators.  \r\n- **`auto_stub`**  \r\n  Auto-generate and update PEP-compliant `.pyi` stubs next to your classes.  \r\n- **`TypeConverter`**  \r\n  Async helper for converting objects \u2194 types, absorbing attributes, merging annotations, and introspection.\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python utilities for automatic stub generation, excruciating line-by-line logging, and dynamic plugin injection.",
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [
        "logging",
        " plugin",
        " stub-generation",
        " decorator"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "09391d54b48a3be70f5749995b1913be0b4af9f04af16a7d870ee982e690da20",
                "md5": "0412f7be2eba50c584f61e427377cc5a",
                "sha256": "b90308ac0584f5a164567355133cf5f89944c347322be891bfe69c646f80c405"
            },
            "downloads": -1,
            "filename": "toomanyplugins-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0412f7be2eba50c584f61e427377cc5a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 8479,
            "upload_time": "2025-07-08T19:44:39",
            "upload_time_iso_8601": "2025-07-08T19:44:39.569929Z",
            "url": "https://files.pythonhosted.org/packages/09/39/1d54b48a3be70f5749995b1913be0b4af9f04af16a7d870ee982e690da20/toomanyplugins-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3473d9d6ea7a6574cfd38b45af401d7f320b697c0f88d732731102584646b81f",
                "md5": "64993fbd2f9278ce282ab1d56fe0f2c9",
                "sha256": "d83127ea90d35be7f74107b5efc0ed13faf66061b293d8d0b98ec4ef6cfd2455"
            },
            "downloads": -1,
            "filename": "toomanyplugins-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "64993fbd2f9278ce282ab1d56fe0f2c9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 7718,
            "upload_time": "2025-07-08T19:44:40",
            "upload_time_iso_8601": "2025-07-08T19:44:40.781920Z",
            "url": "https://files.pythonhosted.org/packages/34/73/d9d6ea7a6574cfd38b45af401d7f320b697c0f88d732731102584646b81f/toomanyplugins-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-08 19:44:40",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "toomanyplugins"
}
        
Elapsed time: 0.43976s