Skip to main content

This is simple module to cache using json.

Project description

Easy-to-cache

git

Description

Simple python library helping you to cache your data using json.

It is implemented using the functionality of the Fluent API to provide you with a more user-friendly experience.


Using

Using the library is as simple and convenient as possible:

Let's import it first: First, import everything from the library (use the from ... import * construct).

Examples:

Creating cache object, where first argument is directory path where your cache will be saved and second is flag to load cache after initialization or not:

cache = Cache("EasyToCacheLib/Data/TestFolder/test_file.json", False)

Adding data using add method, where first argument is key and second the value:

cache.add("a", 10)

You can sort it by adding date using method sort_by_date, clear by method clear and etc


Developer

Me: MikoDam

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

EasyToCache-0.0.9.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

EasyToCache-0.0.9-py3-none-any.whl (5.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page