Metadata-Version: 2.1
Name: store
Version: 2018.6.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
Requires-Dist: elasticsearch
Requires-Dist: psycopg2cffi
Requires-Dist: pyseaweed
Requires-Dist: pony

=============================
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')




