Python-EasyConfig


NamePython-EasyConfig JSON
Version 0.1.7 PyPI version JSON
download
home_pagehttps://github.com/RussellLuo/easyconfig
SummaryA simple library for loading configurations easily in Python, inspired by `flask.config`.
upload_time2017-11-02 01:59:31
maintainer
docs_urlNone
authorRussellLuo
requires_python
licenseMIT
keywords configuration
VCS
bugtrack_url
requirements six PyYAML
Travis-CI No Travis.
coveralls test coverage No coveralls.
            A simple library for loading configurations easily in Python, inspired by `flask.config`.
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/RussellLuo/easyconfig",
    "name": "Python-EasyConfig",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Configuration",
    "author": "RussellLuo",
    "author_email": "luopeng.he@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/13/0c/307a2f3bb00c3b8475a112c4f00753bb392ae190c0d5664e58e4cdafb25b/Python-EasyConfig-0.1.7.tar.gz",
    "platform": "",
    "description": "A simple library for loading configurations easily in Python, inspired by `flask.config`.",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A simple library for loading configurations easily in Python, inspired by `flask.config`.",
    "version": "0.1.7",
    "project_urls": {
        "Homepage": "https://github.com/RussellLuo/easyconfig"
    },
    "split_keywords": [
        "configuration"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b1861138081cca360a02066eedaf301d0f358c35e0e0d67572acf9d6354edca9",
                "md5": "36a3017114ddae7cf6794dedef1ceb45",
                "sha256": "7127c2b1fe2d904dab307ff1c2002969a440b263098161fd7c14af41ac1448e9"
            },
            "downloads": -1,
            "filename": "Python_EasyConfig-0.1.7-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "36a3017114ddae7cf6794dedef1ceb45",
            "packagetype": "bdist_wheel",
            "python_version": "2.7",
            "requires_python": null,
            "size": 5356,
            "upload_time": "2017-11-02T01:59:35",
            "upload_time_iso_8601": "2017-11-02T01:59:35.655344Z",
            "url": "https://files.pythonhosted.org/packages/b1/86/1138081cca360a02066eedaf301d0f358c35e0e0d67572acf9d6354edca9/Python_EasyConfig-0.1.7-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "130c307a2f3bb00c3b8475a112c4f00753bb392ae190c0d5664e58e4cdafb25b",
                "md5": "b7c14ebd8230940f0d52512ece007f57",
                "sha256": "b548f19ab850b55154f61162f314e3dbb276e11e3b26951b8a8fa0683c06bb29"
            },
            "downloads": -1,
            "filename": "Python-EasyConfig-0.1.7.tar.gz",
            "has_sig": false,
            "md5_digest": "b7c14ebd8230940f0d52512ece007f57",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3028,
            "upload_time": "2017-11-02T01:59:31",
            "upload_time_iso_8601": "2017-11-02T01:59:31.883082Z",
            "url": "https://files.pythonhosted.org/packages/13/0c/307a2f3bb00c3b8475a112c4f00753bb392ae190c0d5664e58e4cdafb25b/Python-EasyConfig-0.1.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2017-11-02 01:59:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "RussellLuo",
    "github_project": "easyconfig",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "six",
            "specs": [
                [
                    "==",
                    "1.9.0"
                ]
            ]
        },
        {
            "name": "PyYAML",
            "specs": [
                [
                    ">=",
                    "3.10"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "python-easyconfig"
}
        
Elapsed time: 0.09296s