Metadata-Version: 2.1
Name: prudence
Version: 0.0.2
Summary: simple, stable, managable command-line apps.
Home-page: https://pypi.org/project/prudence/
Author: Brian Farrell
Author-email: one.chillindude@me.com
License: AGPLv3
Keywords: modern development cli
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Topic :: Software Development :: Build Tools
Classifier: Environment :: Console
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.6.0
Description-Content-Type: text/x-rst

============
Introduction
============

``prudence`` is a lightweight tool for building command-line applications.


Objectives
----------


Installing
----------

Install and update using `pip`:

.. code-block:: bash

   pip install -U prudence


A Simple Example
----------------

.. code-block:: python

   from prudence import main

   main()


Links
-----

* Website:
* Documentation:
* License: https://www.gnu.org/licenses/agpl.html
* Releases: https://pypi.org/project/prudence/
* Code: _To be released soon..._
* Issue tracker:
* Test status:
* Test coverage:


