configomatic


Nameconfigomatic JSON
Version 0.4.0 PyPI version JSON
download
home_pagehttps://github.com/azimuth-cloud/configomatic
SummaryPackage providing a configurable object for use in Python applications.
upload_time2024-07-31 09:43:24
maintainerNone
docs_urlNone
authorMatt Pryor
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # configomatic

This package provides an object that extends the [Pydantic](https://pydantic-docs.helpmanual.io/)
`BaseModel` to add support for loading variables from file with overrides from the environment.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/azimuth-cloud/configomatic",
    "name": "configomatic",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Matt Pryor",
    "author_email": "matt@stackhpc.com",
    "download_url": "https://files.pythonhosted.org/packages/1c/d4/3392a2225d1e057ac72a837ec045f4df7953a9bb1d20ffbfd1af5e6ae78f/configomatic-0.4.0.tar.gz",
    "platform": null,
    "description": "# configomatic\n\nThis package provides an object that extends the [Pydantic](https://pydantic-docs.helpmanual.io/)\n`BaseModel` to add support for loading variables from file with overrides from the environment.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Package providing a configurable object for use in Python applications.",
    "version": "0.4.0",
    "project_urls": {
        "Homepage": "https://github.com/azimuth-cloud/configomatic"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "26d6bb5b1bfcbd7b07b63cae88fda363c0b315f27968713a4fff6f39cb1f8ff2",
                "md5": "48693bc6f8cbfce6052a6619a21cbe18",
                "sha256": "bba6f48e7a2ab179173c53e435e01ce4da9b00a323c46beb58ab83b69477085c"
            },
            "downloads": -1,
            "filename": "configomatic-0.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "48693bc6f8cbfce6052a6619a21cbe18",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 7051,
            "upload_time": "2024-07-31T09:43:23",
            "upload_time_iso_8601": "2024-07-31T09:43:23.061794Z",
            "url": "https://files.pythonhosted.org/packages/26/d6/bb5b1bfcbd7b07b63cae88fda363c0b315f27968713a4fff6f39cb1f8ff2/configomatic-0.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1cd43392a2225d1e057ac72a837ec045f4df7953a9bb1d20ffbfd1af5e6ae78f",
                "md5": "0b1663a2ff047680f89a2dcf20c1bd73",
                "sha256": "03496d8b48b788c21f76747a7259c8de35266e5561cb765f0c3b40fba2b23fb1"
            },
            "downloads": -1,
            "filename": "configomatic-0.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0b1663a2ff047680f89a2dcf20c1bd73",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6299,
            "upload_time": "2024-07-31T09:43:24",
            "upload_time_iso_8601": "2024-07-31T09:43:24.851339Z",
            "url": "https://files.pythonhosted.org/packages/1c/d4/3392a2225d1e057ac72a837ec045f4df7953a9bb1d20ffbfd1af5e6ae78f/configomatic-0.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-31 09:43:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "azimuth-cloud",
    "github_project": "configomatic",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "configomatic"
}
        
Elapsed time: 0.50496s