configfetch


Nameconfigfetch JSON
Version 0.5.0 PyPI version JSON
download
home_pagehttps://github.com/openandclose/configfetch
SummaryHelper to get values from configparser and argparse
upload_time2025-02-09 15:22:53
maintainerNone
docs_urlNone
authorOpen Close
requires_python>=3.10
licenseMIT
keywords commandline configparser argparse
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
ConfigFetch
===========

This is a python3 library
to provide a simpler commandline and configuration access,
wrapping `argparse <https://docs.python.org/3/library/argparse.html>`__
and `configparser <https://docs.python.org/3/library/configparser.html>`__.

For details, see `documentation <http://configfetch.readthedocs.io/>`__.


License
-------

The software is licensed under The MIT License. See `LICENSE`_.

.. _LICENSE: https://github.com/openandclose/configfetch/blob/master/LICENSE

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/openandclose/configfetch",
    "name": "configfetch",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "commandline configparser argparse",
    "author": "Open Close",
    "author_email": "openandclose23@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/e0/bf/fb6244d4ed651967dd7f04debc24c13ebcfe2ebbebc66e58aa750e2df093/configfetch-0.5.0.tar.gz",
    "platform": null,
    "description": "\nConfigFetch\n===========\n\nThis is a python3 library\nto provide a simpler commandline and configuration access,\nwrapping `argparse <https://docs.python.org/3/library/argparse.html>`__\nand `configparser <https://docs.python.org/3/library/configparser.html>`__.\n\nFor details, see `documentation <http://configfetch.readthedocs.io/>`__.\n\n\nLicense\n-------\n\nThe software is licensed under The MIT License. See `LICENSE`_.\n\n.. _LICENSE: https://github.com/openandclose/configfetch/blob/master/LICENSE\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Helper to get values from configparser and argparse",
    "version": "0.5.0",
    "project_urls": {
        "Homepage": "https://github.com/openandclose/configfetch"
    },
    "split_keywords": [
        "commandline",
        "configparser",
        "argparse"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e0bffb6244d4ed651967dd7f04debc24c13ebcfe2ebbebc66e58aa750e2df093",
                "md5": "5cd756650087b568e268e4e6562d332e",
                "sha256": "ea70de3c8b391e811907ba0fbc92acdf02f4a7b84b474d753acb836d181183e7"
            },
            "downloads": -1,
            "filename": "configfetch-0.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "5cd756650087b568e268e4e6562d332e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 14940,
            "upload_time": "2025-02-09T15:22:53",
            "upload_time_iso_8601": "2025-02-09T15:22:53.002999Z",
            "url": "https://files.pythonhosted.org/packages/e0/bf/fb6244d4ed651967dd7f04debc24c13ebcfe2ebbebc66e58aa750e2df093/configfetch-0.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-09 15:22:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "openandclose",
    "github_project": "configfetch",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "configfetch"
}
        
Elapsed time: 0.43955s