Metadata-Version: 2.1
Name: pycaching-elunico
Version: 1.0.0
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

# PyCaching

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!
