Renamed from simple-cache to jcloud-cachelib

This commit is contained in:
2026-03-12 21:32:19 +01:00
parent 1927f45364
commit 11cd2a1e24
5 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
# simple-cache
# jcloud-cachelib
A simple library for caching data.
@@ -6,7 +6,7 @@ A simple library for caching data.
You can install the library using `pip`:
```bash
pip install simple-cache --index-url https://repo.jcloud-services.ddns.net/simple/
pip install jcloud-cachelib --index-url https://repo.jcloud-services.ddns.net/simple/
```
## Full documentation
+1 -1
View File
@@ -15,4 +15,4 @@
# limitations under the License.
python3 -m build
scp dist/* jcloud@jcloud-services.ddns.net:/srv/data/wwwstatic/repo/simple/simple-cache/
scp dist/* jcloud@jcloud-services.ddns.net:/srv/data/wwwstatic/repo/simple/jcloud-cachelib/
+1 -1
View File
@@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "simple-cache"
name = "jcloud-cachelib"
version = "0.1.0"
description = "A simple library for caching data."
license = "Apache-2.0"