Disk and file backed persistent cache.
Project description
typed-diskcache
how to install
$ pip install typed-diskcache
# or
$ pip install "typed-diskcache[asyncio]"
why use typed-diskcache
While python-diskcache is a very nice library, it has two shortcomings.
- it doesn't support type hints.
- does not support asynchronous syntax.
I know there were some requests for this, but they were rejected.
I created a stub package to solve the type hinting issue. And this time I wanted to create a wrapper that added asynchronous syntax. But I decided that if I'm going to do this, I might as well just create a new one.
The logic used is mostly the same as the original.
However, instead of using queries directly, I used sqlalchemy.
There are some changes in the way data is stored in the DB and retrieved, so it's not exactly the same as before.
Some features were left out. This is because I don't use them. If I think I'll need them in the future, I'll add them.
This could be a performance issue. That's because my focus was on working first, not performance. I'll fix this later.
I haven't tested it yet, so I can't guarantee it will work. I'll be adding more tests over time.
TODO
- docstring
There are still some, but most of them copied
python-diskcache.
- docs
- tests
- performance
License
Apache-2.0, see LICENSE.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 typed_diskcache-0.3.1.tar.gz.
File metadata
- Download URL: typed_diskcache-0.3.1.tar.gz
- Upload date:
- Size: 57.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.4.27
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3414bf5b2856c8cacca0aa3641c5013fbc3e6ebc981975c139fe01357d67398e
|
|
| MD5 |
f55cbe3f9e33e488fc4cb0849d1f876b
|
|
| BLAKE2b-256 |
d45873b0e38f81f656cc31dd70efa95b1882817c6ebce369daa53e5b23f360a3
|
File details
Details for the file typed_diskcache-0.3.1-py3-none-any.whl.
File metadata
- Download URL: typed_diskcache-0.3.1-py3-none-any.whl
- Upload date:
- Size: 76.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.4.27
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e77c74a154fb85c488d41396eaa1871de11287682fe326d4246573104e1309ad
|
|
| MD5 |
6a622de29bfab9ce5a735e0d038e5be2
|
|
| BLAKE2b-256 |
2abb9cde9460fe2dc21e4293a4b64f4619c3e67b5d349d9326436562d3778e6e
|