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.7.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.7.tar.gz.
File metadata
- Download URL: prlens_store-0.1.7.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 |
4825b7220d395d90110074de8b10e6df696383d4c55a5d9922d6056479f28a7b
|
|
| MD5 |
8a2513e3726ba912e01006b9a370b988
|
|
| BLAKE2b-256 |
51f0c8437cfc6632b928b55ec61c9e9cc992de9f5aec07e113aa6a326bf53648
|
File details
Details for the file prlens_store-0.1.7-py3-none-any.whl.
File metadata
- Download URL: prlens_store-0.1.7-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 |
36004f0a000fc0facff9b056d4d5ad318520010d6ad8ce56fe87a34b04738052
|
|
| MD5 |
4c02d5447fa4f400319aa53ca614f801
|
|
| BLAKE2b-256 |
fe9ae18dc207615143725f9d4aa123d942996ff720f54733c76e4cf99eb8ffcc
|