Skip to main content

f3dx-cache (DEPRECATED)

This package has moved. As of 2026-04-30, f3dx-cache is consolidated into f3dx as 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, emits DeprecationWarning on import. Install pulls in f3dx>=0.0.18 automatically.
  • +4 weeks (2026-05-28): this GitHub repo flips to read-only / archived. PyPI installs of f3dx-cache==0.0.4 continue to work.
  • +4-6 months (2026-08 to 2026-10): all f3dx-cache versions on PyPI get yanked. Cached wheels still resolve for old installs; new pip install f3dx-cache will 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.

Release files for f3dx-cache 0.0.4

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for f3dx-cache 0.0.4
File Size Uploaded
f3dx_cache-0.0.4.tar.gz 3.9 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for f3dx-cache 0.0.4
File Interpreter ABI Platform
f3dx_cache-0.0.4-py3-none-any.whl Python 3 none any Details

Total release size: 8.6 kB

Release files / f3dx_cache-0.0.4.tar.gz

Download URL f3dx_cache-0.0.4.tar.gz
Size 3.9 kB
Tags Source
SHA-256 checksum
How to use checksums
a8df583ef2f70104e4440a0c763dff7c3fc753767181cb6c1945db8300612cc9
BLAKE2b-256 checksum
How to use checksums
646a71b1aba6c3a502cf109575140d96f33f2a48e8eb379ddaa60f48edfcf483
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 30, 2026.

Transparency log

Release files / f3dx_cache-0.0.4-py3-none-any.whl

Download URL f3dx_cache-0.0.4-py3-none-any.whl
Size 4.7 kB
Tags Python 3
SHA-256 checksum
How to use checksums
269e70b4d060a75e7c9bbe119541dc65d71638ea0f76c9cc0402664a04741ff1
BLAKE2b-256 checksum
How to use checksums
c202a7920f82c988ec2f6b63c5600a1641dffacc0b1e630f8d3fd1406f4496ab
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 30, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

0.0.4 This release

2 release files

0.0.3

6 release files

0.0.2

6 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page