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.8.tar.gz
(7.6 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.8.tar.gz.
File metadata
- Download URL: prlens_store-0.1.8.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d2371170dfc524e88e9b213c905974ad947106bf65046fd9e9ced285f32341d
|
|
| MD5 |
b14373644d7989ecce008f9ec213a062
|
|
| BLAKE2b-256 |
5a6ce8cdb6dda82837699ba0f714c87f4f69b2fce65af3fb3978b5c013c1199b
|
File details
Details for the file prlens_store-0.1.8-py3-none-any.whl.
File metadata
- Download URL: prlens_store-0.1.8-py3-none-any.whl
- Upload date:
- Size: 7.8 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 |
bb4497cfbc5c7b3708dfd8fbac1273b6497d5f231b134d3f604e635f01f1f840
|
|
| MD5 |
6a2822897f74d090f764babf7e683f93
|
|
| BLAKE2b-256 |
f57ef5d3208e6d51831b69e019a554125611ae48aa4000f7fb1069c041d26c0d
|