Reserved name for the upcoming CogCache semantic LLM-answer cache library.
Project description
cogcache (reserved)
PyPI name placeholder for the upcoming CogCache library — a semantic LLM-answer cache with Redis Stack and LangChain integration.
The functional release lands in v0.2 from
AI_Cost_Optimization,
where it currently develops under the working name cognicache.
>>> import cogcache
>>> cogcache.__version__
'0.0.0'
>>> cogcache.placeholder_notice()
'cogcache 0.0.0 — name reserved. ...'
Uploading this placeholder to PyPI
This subdirectory is self-contained — build and upload from here, not from the repo root.
cd packaging/cogcache_stub
# Build the sdist + wheel
python -m pip install --upgrade build twine
python -m build
# Local verification (recommended before upload)
python -m pip install dist/cogcache-0.0.0-py3-none-any.whl --force-reinstall
python -c "import cogcache; print(cogcache.placeholder_notice())"
# Upload to PyPI (needs a PyPI API token)
twine upload dist/*
# OR upload to TestPyPI first to dry-run the whole flow
twine upload --repository testpypi dist/*
twine will prompt for credentials. Recommended: use a project-scoped
API token (__token__ as username, pypi-... as password) and store it
in ~/.pypirc or the TWINE_PASSWORD env var.
After upload, visit https://pypi.org/project/cogcache/ to confirm the 0.0.0 placeholder is live.
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 cogcache-0.0.0.tar.gz.
File metadata
- Download URL: cogcache-0.0.0.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
575a24d7ff868a3e405d7312c4312772ddc6ee6fc7192b45c0be2a9dfd9b3613
|
|
| MD5 |
7c0cd0d3c21d0f0d9c5a3c6f6510a5ef
|
|
| BLAKE2b-256 |
b7a3cba653acc5875e230c217af11b29c2b42a23e936f2cdc3037847fd9eb64e
|
File details
Details for the file cogcache-0.0.0-py3-none-any.whl.
File metadata
- Download URL: cogcache-0.0.0-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d92e569955e78179eedb7ba733483f06823f74e98852a4c40a60204a4a52f29a
|
|
| MD5 |
cb6a346c3f11652e8ab189f384dc102a
|
|
| BLAKE2b-256 |
ae0d7494763682f01f675808d26fdb96262c0cb53ebe1d6d14d012cd947a1678
|