Metadata-Version: 2.1
Name: pycaching-elunico
Version: 1.3.2
Summary: A utility for file system caching
Home-page: https://github.com/elunico/PyCaching
Author: Thomas Povinelli
Author-email: tompov227@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: msgpack==1.0.7
Requires-Dist: colorcodes-elunico==1.0.0
Requires-Dist: requests==2.32.3

# PyCaching

## Please note that this project is in Beta and may not be suitable for stable, production code. 

A small utility for doing filesystem caching. Works as a stand-alone class that can be interacted with or a simple decorator on functions

Works really well for network fetched data, especially if you do a lot of runs or tests!
