Metadata-Version: 2.1
Name: Clists
Version: 0.0.3
Summary: A simple package to hyper-optimise list operations by caching.
Home-page: 
Author: Seth Brockman
Author-email: brockman.seth@google.com
License: MIT
Keywords: list caching,caching,list,list optimisation,list operations
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENCE.txt

# This is a file for cached computations of large lists (or dicts) in a speified schema, by default python's original schema is followed.
# The lists (or dicts) are cached, checked for schema and then returned for quick operational efficiency.

Change Log
===========

0.0.3 (30/11/2019)
-------------------
- Initial plan to release: May 2020.
- Made OS independent
- Removed 'os' requirements
