Metadata-Version: 2.1
Name: appcli
Version: 0.7.0
Summary: An object-oriented framework for command-line apps.
Home-page: https://github.com/kalekundert/appcli
License: UNKNOWN
Author: Kale Kundert
Author-email: kale@thekunderts.net
Requires-Python: ~=3.6
Description-Content-Type: text/x-rst
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: more_itertools
Requires-Dist: tidyexc
Requires-Dist: appdirs
Requires-Dist: docopt~=0.6.2
Requires-Dist: pyyaml
Requires-Dist: toml
Requires-Dist: nestedtext
Requires-Dist: sphinx ; extra == "docs"
Requires-Dist: sphinx_rtd_theme ; extra == "docs"
Requires-Dist: autoclasstoc ; extra == "docs"
Requires-Dist: pytest ; extra == "tests"
Requires-Dist: pytest-cov ; extra == "tests"
Requires-Dist: coveralls ; extra == "tests"
Requires-Dist: parametrize_from_file ; extra == "tests"
Requires-Dist: voluptuous ; extra == "tests"
Project-URL: Bug Tracker, https://github.com/kalekundert/appcli/issues
Project-URL: Continuous Integration, https://github.com/kalekundert/appcli/actions
Project-URL: Documentation, https://appcli.readthedocs.io/en/latest/
Project-URL: Test Coverage, https://coveralls.io/github/kalekundert/appcli
Project-URL: Version Control, https://github.com/kalekundert/appcli
Provides-Extra: docs
Provides-Extra: tests

******
AppCLI
******

Library for setting object attributes from arbitrary sources, e.g. command-line 
arguments, config files, REST APIs, etc.

.. image:: https://img.shields.io/pypi/v/appcli.svg
   :target: https://pypi.python.org/pypi/appcli

.. image:: https://img.shields.io/pypi/pyversions/appcli.svg
   :target: https://pypi.python.org/pypi/appcli

.. image:: https://img.shields.io/readthedocs/appcli.svg
   :target: https://appcli.readthedocs.io/en/latest/?badge=latest

.. image:: https://img.shields.io/github/workflow/status/kalekundert/appcli/Test%20and%20release/master
   :target: https://github.com/kalekundert/appcli/actions

.. image:: https://img.shields.io/coveralls/kalekundert/appcli.svg
   :target: https://coveralls.io/github/kalekundert/appcli?branch=master

Installation
============
Install ``appcli`` using ``pip``::

    $ pip install appcli

Usage
=====
Coming soon...

