Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

apinanyogaratnam/cachier-common-library

Repository files navigation

Cachier Common Library

Downloads

A python library for common classes and functions used to build cachier applications

Table of Contents

Installation

Install the package from pypi:

pip install cachier-common-library

Usage

from cachier_common_library import DriverType

# Using the DriverType enum
print(DriverType.RAM)
print(DriverType.JSON)
print(DriverType.SQLITE)
print(DriverType.PICKLE)

Support

Please open an issue for support.

Contributing

Please contribute using Github Flow. Create a branch, add commits, and open a pull request. -->