DEPRECATED. Consolidated into f3dx[cache]. Install `f3dx` and import from `f3dx.cache`.
Project description
f3dx-cache (DEPRECATED)
This package has moved. As of 2026-04-30,
f3dx-cacheis consolidated intof3dxas a Python sub-module + Cargo workspace member. Install the new home and update your imports.
pip install f3dx[cache]
from f3dx.cache import Cache, diff, read_jsonl
Why moved
Single wheel, single ABI, single CI, single release cadence. The cache is one of f3dx's runtime layers (alongside the agent runtime, HTTP clients, router, MCP, trace sink); shipping it as a separate package created cross-repo version drift and discoverability friction. See the consolidation plan and architectural reasoning at smigolsmigol/f3dx.
Transition timeline
- v0.0.4 (this version, 2026-04-30): re-exports from
f3dx.cache, emitsDeprecationWarningon import. Install pulls inf3dx>=0.0.18automatically. - +4 weeks (2026-05-28): this GitHub repo flips to read-only / archived. PyPI installs of
f3dx-cache==0.0.4continue to work. - +4-6 months (2026-08 to 2026-10): all
f3dx-cacheversions on PyPI get yanked. Cached wheels still resolve for old installs; newpip install f3dx-cachewill fail by then.
What you get with this version
import f3dx_cache # DeprecationWarning fires here
cache = f3dx_cache.Cache("/path/to/cache.redb")
# Identical to: from f3dx.cache import Cache; cache = Cache("...")
The full surface (Cache, diff, read_jsonl) is preserved. The shim is one import statement; performance is identical to importing from f3dx.cache directly.
Migration
Find/replace across your codebase:
| Old | New |
|---|---|
pip install f3dx-cache |
pip install f3dx[cache] |
from f3dx_cache import Cache |
from f3dx.cache import Cache |
from f3dx_cache import diff |
from f3dx.cache import diff |
from f3dx_cache import read_jsonl |
from f3dx.cache import read_jsonl |
License
MIT, same as the upstream f3dx project.
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 f3dx_cache-0.0.4.tar.gz.
File metadata
- Download URL: f3dx_cache-0.0.4.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a8df583ef2f70104e4440a0c763dff7c3fc753767181cb6c1945db8300612cc9
|
|
| MD5 |
a9068e70d76149e85617da46d9f5ec49
|
|
| BLAKE2b-256 |
646a71b1aba6c3a502cf109575140d96f33f2a48e8eb379ddaa60f48edfcf483
|
Provenance
The following attestation bundles were made for f3dx_cache-0.0.4.tar.gz:
Publisher:
release.yml on smigolsmigol/f3dx-cache
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
f3dx_cache-0.0.4.tar.gz -
Subject digest:
a8df583ef2f70104e4440a0c763dff7c3fc753767181cb6c1945db8300612cc9 - Sigstore transparency entry: 1409464513
- Sigstore integration time:
-
Permalink:
smigolsmigol/f3dx-cache@2e8f5416b907d11fa5d8679ca40c81385d5453d1 -
Branch / Tag:
refs/tags/v0.0.4 - Owner: https://github.com/smigolsmigol
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@2e8f5416b907d11fa5d8679ca40c81385d5453d1 -
Trigger Event:
push
-
Statement type:
File details
Details for the file f3dx_cache-0.0.4-py3-none-any.whl.
File metadata
- Download URL: f3dx_cache-0.0.4-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
269e70b4d060a75e7c9bbe119541dc65d71638ea0f76c9cc0402664a04741ff1
|
|
| MD5 |
3f4b979fc9f8ccc03bc94e49df2c4a49
|
|
| BLAKE2b-256 |
c202a7920f82c988ec2f6b63c5600a1641dffacc0b1e630f8d3fd1406f4496ab
|
Provenance
The following attestation bundles were made for f3dx_cache-0.0.4-py3-none-any.whl:
Publisher:
release.yml on smigolsmigol/f3dx-cache
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
f3dx_cache-0.0.4-py3-none-any.whl -
Subject digest:
269e70b4d060a75e7c9bbe119541dc65d71638ea0f76c9cc0402664a04741ff1 - Sigstore transparency entry: 1409464514
- Sigstore integration time:
-
Permalink:
smigolsmigol/f3dx-cache@2e8f5416b907d11fa5d8679ca40c81385d5453d1 -
Branch / Tag:
refs/tags/v0.0.4 - Owner: https://github.com/smigolsmigol
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@2e8f5416b907d11fa5d8679ca40c81385d5453d1 -
Trigger Event:
push
-
Statement type: