Metadata-Version: 1.0
Name: dummycache
Version: 0.0.1
Summary: A dummy in-memory cache for development and testing (never use in production).
Home-page: UNKNOWN
Author: The Sirisanthana Team
Author-email: vsirisanthana@gmail.com
License: GPL-3.0
Description: ====================
         READ ME, READ ME!!
        ====================
        
        all the interesting & useful info goes here!!!
        
        ====================
            INSTALLATION
        ====================
        to use dummycache simply just do:
        >> pip install dummycache
        
        ====================
               USAGE
        ====================
        1. from dummycache.cache import Cache
        2. cache = Cache()
        
Keywords: cache python
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
