Metadata-Version: 2.1
Name: configfetch
Version: 0.4.0
Summary: Helper to get values from configparser and argparse
Home-page: https://github.com/openandclose/configfetch
Author: Open Close
Author-email: openandclose23@gmail.com
License: MIT
Keywords: commandline configparser argparse
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Utilities
Requires-Python: ~=3.6
Provides-Extra: test
Provides-Extra: dev
License-File: LICENSE


ConfigFetch
===========

This is a python3.6+ 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


