Metadata-Version: 2.1
Name: kirodb
Version: 0.2
Summary: DataBase with GitHub Repo
Home-page: https://kirodb.herokuapp.com/
Author: t1rxdqq
Author-email: danilmerkulov63@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/t1rxdqq/kirodb-pip/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

kiroDB - small cloud database.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

**How to use…**

1. Go to your terminal: ``pip install kirodb``

2. Let’s go back to your project and connect the library

.. code:: py


   from kirodb import kiro

3. Let’s connect your cluster:

.. code:: py

   db=kiro.kiroDB(token, cluster)

4. For more information go to the `Wiki <https://t1rxdqq.github.io/>`__


