A python library for common classes and functions used to build cachier applications
Project description
Cachier Common Library
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. -->
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file cachier_common_library-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: cachier_common_library-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2d7805e05eeb3969ca6900518de6f669394ef0accd6d228a0771bca465080281 |
|
MD5 | f5e3673886b1452d1c0d2ee6c5252696 |
|
BLAKE2b-256 | 4da0756e35606f3c456099198621dc72cfbc6db9e3ecf2a38b8b0164dd997542 |