symphra-container


Namesymphra-container JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryEnterprise-grade Python dependency injection container with type hints, async support, and circular dependency handling
upload_time2025-10-26 11:04:07
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseMIT
keywords async container dependency-injection di ioc type-hints
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Symphra Container

Enterprise-grade Python dependency injection container with type hints, async support, and circular dependency handling.

- Docs: see `docs/` and local MkDocs preview.
- License: MIT

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "symphra-container",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "async, container, dependency-injection, di, ioc, type-hints",
    "author": null,
    "author_email": "Your Name <your@email.com>",
    "download_url": "https://files.pythonhosted.org/packages/46/be/69f9109cfd68b331a22a05d5bc3ceee7abd13a791cd5053dd43db61540ee/symphra_container-0.1.0.tar.gz",
    "platform": null,
    "description": "# Symphra Container\n\nEnterprise-grade Python dependency injection container with type hints, async support, and circular dependency handling.\n\n- Docs: see `docs/` and local MkDocs preview.\n- License: MIT\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Enterprise-grade Python dependency injection container with type hints, async support, and circular dependency handling",
    "version": "0.1.0",
    "project_urls": {
        "Documentation": "https://getaix.github.io/symphra-container",
        "Homepage": "https://github.com/getaix/symphra-container",
        "Issues": "https://github.com/getaix/symphra-container/issues",
        "Repository": "https://github.com/getaix/symphra-container.git"
    },
    "split_keywords": [
        "async",
        " container",
        " dependency-injection",
        " di",
        " ioc",
        " type-hints"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1c1417804a0ebae3305eeaad66b5d80523bc660c79a61c7fcf3f49578389fdd2",
                "md5": "fab2cf3dac2b1bfa933691a2346dbfb0",
                "sha256": "4955659f26b7f1325d41afc9f9a74de7cb57bf68d469214dfa729f5b5b62c56b"
            },
            "downloads": -1,
            "filename": "symphra_container-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fab2cf3dac2b1bfa933691a2346dbfb0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 44155,
            "upload_time": "2025-10-26T11:04:05",
            "upload_time_iso_8601": "2025-10-26T11:04:05.527305Z",
            "url": "https://files.pythonhosted.org/packages/1c/14/17804a0ebae3305eeaad66b5d80523bc660c79a61c7fcf3f49578389fdd2/symphra_container-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "46be69f9109cfd68b331a22a05d5bc3ceee7abd13a791cd5053dd43db61540ee",
                "md5": "708b586f760630aeca8e22bd1aca0b72",
                "sha256": "2ba464d03531fb3cfecf5a80b351666bfc27c2a518c3602d2262ba6579d61943"
            },
            "downloads": -1,
            "filename": "symphra_container-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "708b586f760630aeca8e22bd1aca0b72",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 119426,
            "upload_time": "2025-10-26T11:04:07",
            "upload_time_iso_8601": "2025-10-26T11:04:07.444908Z",
            "url": "https://files.pythonhosted.org/packages/46/be/69f9109cfd68b331a22a05d5bc3ceee7abd13a791cd5053dd43db61540ee/symphra_container-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-26 11:04:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "getaix",
    "github_project": "symphra-container",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "symphra-container"
}
        
Elapsed time: 0.72616s