11[ ![ Tests] [ badge-ci ]] [ link-ci ]
22[ ![ Coverage] [ badge-cov ]] [ link-cov ]
33
4- [ badge-cov ] : https://codecov.io/github/saezlab/cache-manager /graph/badge.svg
5- [ link-cov ] : https://codecov.io/github/saezlab/cache-manager
6- [ badge-ci ] : https://img.shields.io/github/actions/workflow/status/saezlab/cache-manager /ci.yml?branch=main
7- [ link-ci ] : https://github.com/saezlab/cache-manager /actions/workflows/ci.yml
4+ [ badge-cov ] : https://codecov.io/github/saezlab/cachedir /graph/badge.svg
5+ [ link-cov ] : https://codecov.io/github/saezlab/cachedir
6+ [ badge-ci ] : https://img.shields.io/github/actions/workflow/status/saezlab/cachedir /ci.yml?branch=main
7+ [ link-ci ] : https://github.com/saezlab/cachedir /actions/workflows/ci.yml
88
9- # cache-manager
9+ # cachedir
1010
1111## Description
12- cache-manager is a lightweight, Pythonic cache for files with an SQLite registry. It lets you:
12+ cachedir is a lightweight, Pythonic cache for files with an SQLite registry. It lets you:
1313
1414- Store files under a cache directory while tracking metadata in SQLite.
1515- Version entries automatically based on a stable key derived from a URI/parameters.
@@ -21,7 +21,7 @@ cache-manager is a lightweight, Pythonic cache for files with an SQLite registry
2121This is ideal for reproducible data pipelines and ETL steps where you want deterministic, discoverable artifacts.
2222
2323## Table of Contents
24- - [ cache-manager ] ( #cache-manager )
24+ - [ cachedir ] ( #cachedir )
2525 - [ Description] ( #description )
2626 - [ Table of Contents] ( #table-of-contents )
2727 - [ Installation] ( #installation )
@@ -36,8 +36,8 @@ This is ideal for reproducible data pipelines and ETL steps where you want deter
3636Clone and install in editable mode (no extra tools required):
3737
3838``` bash
39- git clone https://github.com/saezlab/cache-manager .git
40- cd cache-manager
39+ git clone https://github.com/saezlab/cachedir .git
40+ cd cachedir
4141python -m venv .venv
4242source .venv/bin/activate
4343pip install -e .
@@ -46,8 +46,8 @@ pip install -e .
4646Alternatively, if you prefer Poetry:
4747
4848``` bash
49- git clone https://github.com/saezlab/cache-manager .git
50- cd cache-manager
49+ git clone https://github.com/saezlab/cachedir .git
50+ cd cachedir
5151poetry install
5252```
5353
@@ -191,4 +191,4 @@ This project is licensed under the GNU General Public License v3.0. See the [LIC
191191## Contact
192192OmniPath Team - omnipathdb@gmail.com
193193
194- Project page: https://github.com/saezlab/cache-manager
194+ Project page: https://github.com/saezlab/cachedir
0 commit comments