Metadata-Version: 2.0
Name: store
Version: 2018.3.6
Summary: store it
Home-page: https://github.com/pingf/store.git
Author: Jesse MENG
Author-email: pingf0@gmail.com
License: BSD
Platform: any
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: termcc
Requires-Dist: loader
Requires-Dist: etcd3

=============================
store
=============================

simple store

**Note**: this package is still in alpha. Use with caution !


Quickstart
----------

Install store::

    pip install store


Use store:

.. code-block:: python

    print('to be or not to be')




