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.9.tar.gz
(8.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.9.tar.gz.
File metadata
- Download URL: prlens_store-0.1.9.tar.gz
- Upload date:
- Size: 8.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 |
a45b3b249825ca4b0da26a50af2c2f796eca0221c6cd7983ec87a53a0a8ed526
|
|
| MD5 |
8bc4bc7693336f27c3cbb71c51856927
|
|
| BLAKE2b-256 |
bb70c4dfd2feb530b49e1f3518aabe1b8a6cc7867abd0365c2f6a364d5048a3f
|
File details
Details for the file prlens_store-0.1.9-py3-none-any.whl.
File metadata
- Download URL: prlens_store-0.1.9-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 |
db50e72dc042f667b85cd1b352bcb67eb020122177530c0e5a63ac1e41a9f915
|
|
| MD5 |
59c94cdae89a58dd4bf1c5d0810990b3
|
|
| BLAKE2b-256 |
5ac51b05ba9cc5a6ffb8e5fd14f78bdc51cc78ac790a7f53f27364654d676f8f
|