Metadata-Version: 2.1
Name: funconfthree
Version: 0.4.0
Summary: Function Configuration
Home-page: https://github.com/xqaz123/funconf
Author: Michael Dorman
Author-email: mjdorma@gmail.com
License: ASL
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE

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
