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.6.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.6.tar.gz.
File metadata
- Download URL: prlens_store-0.1.6.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 |
a25ebfcafea1361404435a803db91cedf0c116d267772aee632f786e36a2c13f
|
|
| MD5 |
0d3abbf5206d8612162b8fa44957665a
|
|
| BLAKE2b-256 |
88c51589927ded2ebf4acc4ae8ceda7d1fcb087264b77f70b3b5f3e6748113e9
|
File details
Details for the file prlens_store-0.1.6-py3-none-any.whl.
File metadata
- Download URL: prlens_store-0.1.6-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 |
cffda02d1c5f2fbbc8a150cbf7611c16c0e8843db9127d8ce8592ab8ebb69b8d
|
|
| MD5 |
ac2fdbe89ee8ca8dee226077b68c86c4
|
|
| BLAKE2b-256 |
0ea53c5ecaec7a236ef5359c7992b3cecc4fa394c355f076db9afaaecd8a34db
|