Metadata-Version: 2.1
Name: DBDoc
Version: 0.0.1
Summary: A simple database doc with one html file
Home-page: https://github.com/faeli/dbdoc
Author: Feng pengbin
Author-email: fengpengbin@live.cn
Maintainer: Feng pengbin
Maintainer-email: fengpengbin@live.cn
License: Apache License 2.0
Project-URL: Documentation, https://github.com/faeli/dbdoc/wiki
Project-URL: Code, https://github.com/faeli/dbdoc
Project-URL: Issue tracker, https://github.com/faeli/dbdoc/issues
Platform: any
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
Description-Content-Type: text/x-rst
Requires-Dist: SQLAlchemy (>=1.2)

DBDoc
=====

DBDoc is a simple database doc build to one html file.

Installing
----------
Install and update using `pip`_:

.. code-block:: text

    pip install -U DBDoc


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

.. code-block:: text

    dbdoc mysql+pymysql://root:root@127.0.0.1:3306/testing

.. _pip: https://pip.pypa.io/en/stable/quickstart/

