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.5.tar.gz
(7.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.5.tar.gz.
File metadata
- Download URL: prlens_store-0.1.5.tar.gz
- Upload date:
- Size: 7.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 |
fca224500bbc2b41e57e87ff2ae5f90d92e70c7d86dde830ea1568c6d9257b7f
|
|
| MD5 |
9e276d3f67a4f49313c31c9c7b3596cd
|
|
| BLAKE2b-256 |
1c773b82620b164295de761883dd760a3ae6144c4280d2153532a0ca8e15771d
|
File details
Details for the file prlens_store-0.1.5-py3-none-any.whl.
File metadata
- Download URL: prlens_store-0.1.5-py3-none-any.whl
- Upload date:
- Size: 7.7 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 |
0e4fa2cf6ef82faf6bfa205a0fe215086455a1cb413ecae0750f92ff9c6b39d9
|
|
| MD5 |
cda7618244af87fca961a4a2b957851b
|
|
| BLAKE2b-256 |
2885d45946960794784b4978ef09f328fd1e3b8fa4d2c92a596fa10cd08f718e
|