apollo3zehn-package-management


Nameapollo3zehn-package-management JSON
Version 1.0.0b8 PyPI version JSON
download
home_pagehttps://github.com/Apollo3zehn/package-management
SummaryA collection of types to easily implement a plugin system in your Python application. The source code of individual extensions can be located in remote git repositories or in a local folder structure.
upload_time2025-02-14 07:31:45
maintainerNone
docs_urlNone
authorhttps://github.com/Apollo3zehn
requires_python>=3.10
licenseMIT
keywords package management extensions plugins
VCS
bugtrack_url
requirements build pytest-asyncio wheel
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # package-management

A collection of types to easily implement a plugin system in your Python application. The source code of individual extensions can be located in remote git repositories or in a local folder structure.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Apollo3zehn/package-management",
    "name": "apollo3zehn-package-management",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "package management extensions plugins",
    "author": "https://github.com/Apollo3zehn",
    "author_email": null,
    "download_url": null,
    "platform": "any",
    "description": "# package-management\n\nA collection of types to easily implement a plugin system in your Python application. The source code of individual extensions can be located in remote git repositories or in a local folder structure.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A collection of types to easily implement a plugin system in your Python application. The source code of individual extensions can be located in remote git repositories or in a local folder structure.",
    "version": "1.0.0b8",
    "project_urls": {
        "Homepage": "https://github.com/Apollo3zehn/package-management",
        "Project": "https://github.com/Apollo3zehn/package-management",
        "Repository": "https://github.com/Apollo3zehn/package-management"
    },
    "split_keywords": [
        "package",
        "management",
        "extensions",
        "plugins"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f464e80264ed9563bf1484af8b5753783694a67cdde3485c3728134221720eec",
                "md5": "ce48111731a1b624011b6c8036cda507",
                "sha256": "3d571ecd4310d653d255e7649cdd40157484f500bf75ea177f4caafc146b54bf"
            },
            "downloads": -1,
            "filename": "apollo3zehn_package_management-1.0.0b8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ce48111731a1b624011b6c8036cda507",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 9149,
            "upload_time": "2025-02-14T07:31:45",
            "upload_time_iso_8601": "2025-02-14T07:31:45.646960Z",
            "url": "https://files.pythonhosted.org/packages/f4/64/e80264ed9563bf1484af8b5753783694a67cdde3485c3728134221720eec/apollo3zehn_package_management-1.0.0b8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-14 07:31:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Apollo3zehn",
    "github_project": "package-management",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "build",
            "specs": []
        },
        {
            "name": "pytest-asyncio",
            "specs": []
        },
        {
            "name": "wheel",
            "specs": []
        }
    ],
    "lcname": "apollo3zehn-package-management"
}
        
Elapsed time: 0.43041s