Merge pull request 'Remove non-existent Mongo adapter from README.' (#10) from cleanup/remove-mongo-adapter-mentions into main
Code Quality Pipeline / code-quality (push) Successful in 24s
Test Python Package / test (push) Successful in 1m12s

Reviewed-on: https://gitea.lille-vemmelund.dk/brian/python-repositories/pulls/10
This commit was merged in pull request #10.
This commit is contained in:
2026-06-21 23:05:47 +02:00
3 changed files with 650 additions and 651 deletions
+1 -2
View File
@@ -7,11 +7,10 @@ Various python repository interfaces exposed as a python package.
This package supports interacting with multiple different backends: This package supports interacting with multiple different backends:
- Redis - Redis
- Mongo
- MinIO - MinIO
To add support for a specific backend install this package with one or more of these optional packages: To add support for a specific backend install this package with one or more of these optional packages:
```bash ```bash
uv add python-repositories[redis, mongo, minio] uv add python-repositories[redis, minio]
``` ```
+2 -2
View File
@@ -31,12 +31,12 @@ python-utils = { index = "gitea" }
[[tool.uv.index]] [[tool.uv.index]]
name = "threadripper-proxpi-cache" name = "threadripper-proxpi-cache"
url = "http://10.0.0.2:5001/index/" url = "https://proxpi.lille-vemmelund.dk/index/"
default = true default = true
[[tool.uv.index]] [[tool.uv.index]]
name = "gitea" name = "gitea"
url = "https://gitea.gt-proj.com/api/packages/brian/pypi/simple/" url = "https://gitea.lille-vemmelund.dk/api/packages/brian/pypi/simple/"
explicit = true explicit = true
[tool.mypy] [tool.mypy]
Generated
+647 -647
View File
File diff suppressed because it is too large Load Diff