Metadata-Version: 2.1
Name: dbman
Version: 0.0.2
Summary: A tool for generating data and managing relational databases.
Home-page: https://pypi.org/project/dbman/
Author: Brian Farrell
Author-email: brian.farrell@me.com
License: AGPLv3
Keywords: interface
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 :: Database
Classifier: Environment :: Console
Classifier: Operating System :: MacOS
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
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
============

dbman is a tool for generating data and managing relational databases.


Installing
----------

Install and update using `pip`:

.. code-block:: bash

   pip install dbman


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

.. code-block:: bash

    dbman admin --init-db --load-sample-data

    dbman show account -m 11-2019 --all -v


Links
-----

* Website: https://pypi.org/project/dbman/
* Documentation: https://brianfarrell.gitlab.io/dbman
* License: https://www.gnu.org/licenses/agpl.html
* Releases: https://pypi.org/project/dbman/
* Code: https://gitlab.com/brianfarrell/dbman
* Issue tracker:
* Test status:
* Test coverage:


