funconfthree


Namefunconfthree JSON
Version 0.4.0 PyPI version JSON
download
home_pagehttps://github.com/xqaz123/funconf
SummaryFunction Configuration
upload_time2023-06-19 23:25:11
maintainer
docs_urlNone
authorMichael Dorman
requires_python
licenseASL
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage
            funconf - Function Configuration
********************************

funconf simplifies the management of function argument default values by
seamlessly integrating configuration files into mapping objects which can
decorate a function to set or override its default values.  

Project support:

* source code hosted at `github.com`_.
* distributed through `PyPI`_.
* documentation hosted at `readthedocs.org`_.

|pypi_version| |build_status| |coverage|

[mjdorma+funconf@gmail.com]



.. _github.com: https://github.com/mjdorma/funconf
.. _PyPI: http://pypi.python.org/pypi/funconf
.. _readthedocs.org: https://funconf.readthedocs.org/en/latest/ 

.. |build_status| image:: https://secure.travis-ci.org/mjdorma/funconf.png?branch=master
   :target: https://travis-ci.org/mjdorma/funconf
   :alt: Current build status

.. |coverage| image:: https://coveralls.io/repos/mjdorma/funconf/badge.png?branch=master
   :target: https://coveralls.io/r/mjdorma/funconf?branch=master
   :alt: Latest PyPI version

.. |pypi_version| image:: https://pypip.in/v/funconf/badge.png
   :target: https://crate.io/packages/funconf/
   :alt: Latest PyPI version

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/xqaz123/funconf",
    "name": "funconfthree",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Michael Dorman",
    "author_email": "mjdorma@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/2b/d9/5227becfa1f4e3e987d835c3290b720b4caf43def83ae7834c74d3eaa97f/funconfthree-0.4.0.tar.gz",
    "platform": null,
    "description": "funconf - Function Configuration\n********************************\n\nfunconf simplifies the management of function argument default values by\nseamlessly integrating configuration files into mapping objects which can\ndecorate a function to set or override its default values.  \n\nProject support:\n\n* source code hosted at `github.com`_.\n* distributed through `PyPI`_.\n* documentation hosted at `readthedocs.org`_.\n\n|pypi_version| |build_status| |coverage|\n\n[mjdorma+funconf@gmail.com]\n\n\n\n.. _github.com: https://github.com/mjdorma/funconf\n.. _PyPI: http://pypi.python.org/pypi/funconf\n.. _readthedocs.org: https://funconf.readthedocs.org/en/latest/ \n\n.. |build_status| image:: https://secure.travis-ci.org/mjdorma/funconf.png?branch=master\n   :target: https://travis-ci.org/mjdorma/funconf\n   :alt: Current build status\n\n.. |coverage| image:: https://coveralls.io/repos/mjdorma/funconf/badge.png?branch=master\n   :target: https://coveralls.io/r/mjdorma/funconf?branch=master\n   :alt: Latest PyPI version\n\n.. |pypi_version| image:: https://pypip.in/v/funconf/badge.png\n   :target: https://crate.io/packages/funconf/\n   :alt: Latest PyPI version\n",
    "bugtrack_url": null,
    "license": "ASL",
    "summary": "Function Configuration",
    "version": "0.4.0",
    "project_urls": {
        "Homepage": "https://github.com/xqaz123/funconf"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2bd95227becfa1f4e3e987d835c3290b720b4caf43def83ae7834c74d3eaa97f",
                "md5": "f1f27254313271b9ce240c87a0d0aed4",
                "sha256": "e677fdcb8ce23959dc901eae73cf19779268ef5c049a41f9e5e1176fe1eecb49"
            },
            "downloads": -1,
            "filename": "funconfthree-0.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "f1f27254313271b9ce240c87a0d0aed4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 12256,
            "upload_time": "2023-06-19T23:25:11",
            "upload_time_iso_8601": "2023-06-19T23:25:11.633910Z",
            "url": "https://files.pythonhosted.org/packages/2b/d9/5227becfa1f4e3e987d835c3290b720b4caf43def83ae7834c74d3eaa97f/funconfthree-0.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-19 23:25:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "xqaz123",
    "github_project": "funconf",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": false,
    "requirements": [],
    "lcname": "funconfthree"
}
        
Elapsed time: 0.09470s