https://github.com/openandclose/configfetch
Helper to get values from configparser and argparse
https://github.com/openandclose/configfetch
argparse commandline configparser
Last synced: 3 months ago
JSON representation
Helper to get values from configparser and argparse
- Host: GitHub
- URL: https://github.com/openandclose/configfetch
- Owner: openandclose
- License: mit
- Created: 2017-12-07T21:46:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-09T16:34:11.000Z (over 1 year ago)
- Last Synced: 2026-01-06T11:27:43.912Z (5 months ago)
- Topics: argparse, commandline, configparser
- Language: Python
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE
Awesome Lists containing this project
README
ConfigFetch
===========
This is a python3 library
to provide a simpler commandline and configuration access,
wrapping `argparse `__
and `configparser `__.
For details, see `documentation `__.
License
-------
The software is licensed under The MIT License. See `LICENSE`_.
.. _LICENSE: https://github.com/openandclose/configfetch/blob/master/LICENSE