pycomposefile


Namepycomposefile JSON
Version 0.0.33 PyPI version JSON
download
home_pageNone
SummaryStructured deserialization of Docker Compose files.
upload_time2025-07-24 14:28:42
maintainerNone
docs_urlNone
authorNone
requires_python>=3.6
licenseNone
keywords docker compose
VCS
bugtrack_url
requirements setuptools pip pyyaml twine build flake8 pylint timeout-decorator
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Pycomposefile


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pycomposefile",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "docker, compose",
    "author": null,
    "author_email": "Steven Murawski <steven.murawski@microsoft.com>",
    "download_url": "https://files.pythonhosted.org/packages/8d/7b/0e2951aca2c18afcce362984c942fbfee975a8f2ee16459701aa985e5d6e/pycomposefile-0.0.33.tar.gz",
    "platform": null,
    "description": "# Pycomposefile\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Structured deserialization of Docker Compose files.",
    "version": "0.0.33",
    "project_urls": {
        "Homepage": "https://github.com/smurawski/pycomposefile"
    },
    "split_keywords": [
        "docker",
        " compose"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b1f58cf24d8753f9c35804dab4b9cbae167e87386bab22a03f7655fa128676db",
                "md5": "80ee3f6f1fdd74fa312784a4fbad26eb",
                "sha256": "6b15359c18bcb7a3dc03e2bdb3a1ba4e5a0be20b1258deb08acad7f7ea579457"
            },
            "downloads": -1,
            "filename": "pycomposefile-0.0.33-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "80ee3f6f1fdd74fa312784a4fbad26eb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 16499,
            "upload_time": "2025-07-24T14:28:41",
            "upload_time_iso_8601": "2025-07-24T14:28:41.258208Z",
            "url": "https://files.pythonhosted.org/packages/b1/f5/8cf24d8753f9c35804dab4b9cbae167e87386bab22a03f7655fa128676db/pycomposefile-0.0.33-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8d7b0e2951aca2c18afcce362984c942fbfee975a8f2ee16459701aa985e5d6e",
                "md5": "77d347beae19e438bc6c2a4cd5734327",
                "sha256": "14d59327dbd3a1e29f999a35b0a2fb68e87b478debef2fb704ae29d329609fe2"
            },
            "downloads": -1,
            "filename": "pycomposefile-0.0.33.tar.gz",
            "has_sig": false,
            "md5_digest": "77d347beae19e438bc6c2a4cd5734327",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 15316,
            "upload_time": "2025-07-24T14:28:42",
            "upload_time_iso_8601": "2025-07-24T14:28:42.474899Z",
            "url": "https://files.pythonhosted.org/packages/8d/7b/0e2951aca2c18afcce362984c942fbfee975a8f2ee16459701aa985e5d6e/pycomposefile-0.0.33.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-24 14:28:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "smurawski",
    "github_project": "pycomposefile",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "setuptools",
            "specs": [
                [
                    "==",
                    "78.1.1"
                ]
            ]
        },
        {
            "name": "pip",
            "specs": [
                [
                    ">=",
                    "9.0.1"
                ]
            ]
        },
        {
            "name": "pyyaml",
            "specs": [
                [
                    ">=",
                    "6.0"
                ]
            ]
        },
        {
            "name": "twine",
            "specs": [
                [
                    ">=",
                    "3.8"
                ]
            ]
        },
        {
            "name": "build",
            "specs": [
                [
                    ">=",
                    "0.7"
                ]
            ]
        },
        {
            "name": "flake8",
            "specs": [
                [
                    "==",
                    "7.1.1"
                ]
            ]
        },
        {
            "name": "pylint",
            "specs": [
                [
                    "==",
                    "3.3.1"
                ]
            ]
        },
        {
            "name": "timeout-decorator",
            "specs": [
                [
                    "==",
                    "0.5.0"
                ]
            ]
        }
    ],
    "lcname": "pycomposefile"
}
        
Elapsed time: 0.62575s