pyplugs


Namepyplugs JSON
Version 0.5.4 PyPI version JSON
download
home_pageNone
SummaryPyPlugs, decorator based plug-in architecture for Python
upload_time2025-08-04 11:46:22
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords plugin decorator
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PyPlugs

_Decorator based plug-in architecture for Python_

[![Latest version](https://img.shields.io/pypi/v/pyplugs.svg)](https://pypi.org/project/pyplugs/)
[![Python versions](https://img.shields.io/pypi/pyversions/pyplugs.svg)](https://pypi.org/project/pyplugs/)
[![License](https://img.shields.io/pypi/l/pyplugs.svg)](https://github.com/gahjelle/pyplugs/blob/main/LICENSE)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![Linted](https://github.com/gahjelle/pyplugs/actions/workflows/lint.yml/badge.svg?branch=main)](https://github.com/gahjelle/pyplugs/actions/workflows/lint.yml)
[![Tested with Pytest](https://github.com/gahjelle/pyplugs/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/gahjelle/pyplugs/actions/workflows/test.yml)
[![Type checked with mypy](https://img.shields.io/badge/type%20checked-mypy-green)](http://mypy-lang.org/)
[![Interrogate DocStrings](https://raw.githubusercontent.com/gahjelle/pyplugs/main/docs/images/interrogate_badge.svg)](https://interrogate.readthedocs.io/)


## Installing PyPlugs

PyPlugs is available at [PyPI](https://pypi.org/project/pyplugs/). You can install it using Pip:

    $ python -m pip install pyplugs


## Using PyPlugs

...


## Installing From Source

You can always download the [latest version of PyPlugs from GitHub](https://github.com/gahjelle/pyplugs).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pyplugs",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "plugin, decorator",
    "author": null,
    "author_email": "Geir Arne Hjelle <geirarne@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/e0/06/66f6660905d774af2d40e980985be59b4d4911986acd59ee458ae8b88425/pyplugs-0.5.4.tar.gz",
    "platform": null,
    "description": "# PyPlugs\n\n_Decorator based plug-in architecture for Python_\n\n[![Latest version](https://img.shields.io/pypi/v/pyplugs.svg)](https://pypi.org/project/pyplugs/)\n[![Python versions](https://img.shields.io/pypi/pyversions/pyplugs.svg)](https://pypi.org/project/pyplugs/)\n[![License](https://img.shields.io/pypi/l/pyplugs.svg)](https://github.com/gahjelle/pyplugs/blob/main/LICENSE)\n[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)\n[![Linted](https://github.com/gahjelle/pyplugs/actions/workflows/lint.yml/badge.svg?branch=main)](https://github.com/gahjelle/pyplugs/actions/workflows/lint.yml)\n[![Tested with Pytest](https://github.com/gahjelle/pyplugs/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/gahjelle/pyplugs/actions/workflows/test.yml)\n[![Type checked with mypy](https://img.shields.io/badge/type%20checked-mypy-green)](http://mypy-lang.org/)\n[![Interrogate DocStrings](https://raw.githubusercontent.com/gahjelle/pyplugs/main/docs/images/interrogate_badge.svg)](https://interrogate.readthedocs.io/)\n\n\n## Installing PyPlugs\n\nPyPlugs is available at [PyPI](https://pypi.org/project/pyplugs/). You can install it using Pip:\n\n    $ python -m pip install pyplugs\n\n\n## Using PyPlugs\n\n...\n\n\n## Installing From Source\n\nYou can always download the [latest version of PyPlugs from GitHub](https://github.com/gahjelle/pyplugs).\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "PyPlugs, decorator based plug-in architecture for Python",
    "version": "0.5.4",
    "project_urls": {
        "Home": "https://github.com/gahjelle/pyplugs"
    },
    "split_keywords": [
        "plugin",
        " decorator"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "301cb8f505eb1509de96ff393a69f4fea7416999e9a080778ae303e320f70369",
                "md5": "4ad61262b00bd693437535590d1af862",
                "sha256": "ddd9609e161dd1308cecbd6f056761d1b5986cf89e3906c3b1dbc2a3e7f02723"
            },
            "downloads": -1,
            "filename": "pyplugs-0.5.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4ad61262b00bd693437535590d1af862",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 6787,
            "upload_time": "2025-08-04T11:46:21",
            "upload_time_iso_8601": "2025-08-04T11:46:21.503220Z",
            "url": "https://files.pythonhosted.org/packages/30/1c/b8f505eb1509de96ff393a69f4fea7416999e9a080778ae303e320f70369/pyplugs-0.5.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e00666f6660905d774af2d40e980985be59b4d4911986acd59ee458ae8b88425",
                "md5": "2d9dd3ba7ba4483ad988dbd98b005b7f",
                "sha256": "c7234da2f8435147d3f10e3ad1b78a96b16e117504dbccc82cc01bc012450f34"
            },
            "downloads": -1,
            "filename": "pyplugs-0.5.4.tar.gz",
            "has_sig": false,
            "md5_digest": "2d9dd3ba7ba4483ad988dbd98b005b7f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 9101,
            "upload_time": "2025-08-04T11:46:22",
            "upload_time_iso_8601": "2025-08-04T11:46:22.591697Z",
            "url": "https://files.pythonhosted.org/packages/e0/06/66f6660905d774af2d40e980985be59b4d4911986acd59ee458ae8b88425/pyplugs-0.5.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-04 11:46:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "gahjelle",
    "github_project": "pyplugs",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pyplugs"
}
        
Elapsed time: 0.53092s