Skip to main content

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-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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

f3dx_cache-0.0.4.tar.gz (3.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

f3dx_cache-0.0.4-py3-none-any.whl (4.7 kB view details)

Uploaded Python 3

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

Hashes for f3dx_cache-0.0.4.tar.gz
Algorithm Hash digest
SHA256 a8df583ef2f70104e4440a0c763dff7c3fc753767181cb6c1945db8300612cc9
MD5 a9068e70d76149e85617da46d9f5ec49
BLAKE2b-256 646a71b1aba6c3a502cf109575140d96f33f2a48e8eb379ddaa60f48edfcf483

See more details on using hashes here.

Provenance

The following attestation bundles were made for f3dx_cache-0.0.4.tar.gz:

Publisher: release.yml on smigolsmigol/f3dx-cache

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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

Hashes for f3dx_cache-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 269e70b4d060a75e7c9bbe119541dc65d71638ea0f76c9cc0402664a04741ff1
MD5 3f4b979fc9f8ccc03bc94e49df2c4a49
BLAKE2b-256 c202a7920f82c988ec2f6b63c5600a1641dffacc0b1e630f8d3fd1406f4496ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for f3dx_cache-0.0.4-py3-none-any.whl:

Publisher: release.yml on smigolsmigol/f3dx-cache

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page