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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cachier_common_library-0.2.0-py3-none-any.whl.
File metadata
- Download URL: cachier_common_library-0.2.0-py3-none-any.whl
- Upload date:
- Size: 6.9 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 |
48d1d2d84b8b80ab6c802cd27fd3042e3b86281aad6578d5c0d814e4729fddbc
|
|
| MD5 |
bb144d55b0b829f67c060f654c03161b
|
|
| BLAKE2b-256 |
abfa27003d2c594eb9661917c44507488afcc69a95476b1a49022162473932aa
|