Pluggable review history store for prlens
Project description
prlens-store
Pluggable review history backends for prlens — AI-powered GitHub PR code reviewer for teams.
What's in this package
| Backend | Class | Description |
|---|---|---|
noop |
NoOpStore |
Default — no persistence, zero config |
gist |
GistStore |
Shared GitHub Gist, zero infrastructure |
sqlite |
SQLiteStore |
Local SQLite file |
Installation
pip install prlens-store
This package is a library dependency of prlens. Install prlens directly unless you are embedding history storage in your own tool.
Usage
from prlens_store.sqlite import SQLiteStore
store = SQLiteStore(".prlens.db")
records = store.list_reviews("owner/repo")
store.close()
Links
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
prlens_store-0.1.10.tar.gz
(8.5 kB
view details)
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 prlens_store-0.1.10.tar.gz.
File metadata
- Download URL: prlens_store-0.1.10.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e88e616433741b89bac4f478e6f3dfc967eb52f35f1baa64eb7a87c8d6b82a5
|
|
| MD5 |
b4d057de8b0593902073700b5d440ee9
|
|
| BLAKE2b-256 |
56c22a0ff57bb0c7542b955d29f5808376eae623a888d5b0b41fa9911d2b64ea
|
File details
Details for the file prlens_store-0.1.10-py3-none-any.whl.
File metadata
- Download URL: prlens_store-0.1.10-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
87235f75c5012ed841ad671e669ca0f5b1d671c204ce9755b335089c1ccc9c36
|
|
| MD5 |
2be388e578602936e68f602a8090bec0
|
|
| BLAKE2b-256 |
b58868bf2d2b9f3c516a32300b9696a61399a95e094874b096ef3471805a6c2b
|