Fast local search across public-domain literary works
Project description
gutenbit
A command line tool for fast local search across public-domain literary works.
Find, browse and search books from your terminal.
CLI Install
Try the latest stable release from PyPI without a persistent install:
uvx gutenbit --help
Or install it like this and then run gutenbit --help:
uv tool install gutenbit
gutenbit stores its database and catalog cache in ~/.gutenbit/.
CLI Example
Find a book in the Project Gutenberg catalog and download it locally. Sections are parsed automatically during import.
gutenbit catalog --author "Jane Austen"
gutenbit add 1342
Inspect the table of contents, read the opening, or jump into a section. If a
book is missing locally, gutenbit toc <id> adds it automatically first.
gutenbit toc 1342
gutenbit view 1342
gutenbit view 1342 --section 2 --forward 5
Search within the book and read exact matches or nearby context.
gutenbit search "truth universally acknowledged" --book 1342 --phrase
gutenbit search "bennet" --book 1342 --limit 3 --radius 1
All commands support --json for machine-readable output.
CLI-managed state is stored under ~/.gutenbit/ by default, including the database at
~/.gutenbit/gutenbit.db and the catalog cache under ~/.gutenbit/cache/.
Python
gutenbit can also be used as a python module. Add it to your project with:
uv add gutenbit
from gutenbit import Catalog, Database
catalog = Catalog.fetch()
book = catalog.get(1342)
if book is not None:
with Database("~/.gutenbit/gutenbit.db") as db:
db.ingest([book])
for hit in db.search("truth universally acknowledged", book_ids=[1342]):
print(hit.title, hit.div1, hit.content[:80])
Documentation
Full documentation: Getting Started | CLI | Python API | Concepts
Project Gutenberg Access
gutenbit is an open-source project not affiliated with Project Gutenberg. It is for individual downloads, not bulk downloading. It prefers official mirrors and uses the main site only as a fallback, with a default 2 second delay between downloads. gutenbit also sends an identifying default User-Agent on Gutenberg requests. Review Project Gutenberg's Robot Access Policy and Terms of Use.
Development
uv run pytest # fast local suite (excludes live Gutenberg downloads)
uv run pytest -m network # live parser regression corpus against Gutenberg
uv run ruff check . # lint
uv run ruff format --check . # format check
uv run ty check # type check
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 gutenbit-1.0.0.tar.gz.
File metadata
- Download URL: gutenbit-1.0.0.tar.gz
- Upload date:
- Size: 402.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
401ca8e09587ab30ea8d712ebb2e05d0ee0a24ebbe1c4d3613ace198aef00937
|
|
| MD5 |
a82c4e1246f7830cc63faebb9565ebb9
|
|
| BLAKE2b-256 |
b8fd59513e989ee4c687694363aad1a1398988bcc25db0e3918ffb904fad6eb4
|
Provenance
The following attestation bundles were made for gutenbit-1.0.0.tar.gz:
Publisher:
release.yml on textualist/gutenbit
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gutenbit-1.0.0.tar.gz -
Subject digest:
401ca8e09587ab30ea8d712ebb2e05d0ee0a24ebbe1c4d3613ace198aef00937 - Sigstore transparency entry: 1548299551
- Sigstore integration time:
-
Permalink:
textualist/gutenbit@be6e056a28deb27e77bd9e4f4baada35708b764e -
Branch / Tag:
refs/tags/v1.0.1 - Owner: https://github.com/textualist
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@be6e056a28deb27e77bd9e4f4baada35708b764e -
Trigger Event:
push
-
Statement type:
File details
Details for the file gutenbit-1.0.0-py3-none-any.whl.
File metadata
- Download URL: gutenbit-1.0.0-py3-none-any.whl
- Upload date:
- Size: 109.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31888ff81565ced512d0a5e498cf06a9bcf281a6de3eb2157388abc7408716e4
|
|
| MD5 |
d8a70af18146a444d7c5503eb8423e90
|
|
| BLAKE2b-256 |
573d44b797d894fae9e39ba3b71542e40eeacd8a89d734625f64f69e9e761fd0
|
Provenance
The following attestation bundles were made for gutenbit-1.0.0-py3-none-any.whl:
Publisher:
release.yml on textualist/gutenbit
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gutenbit-1.0.0-py3-none-any.whl -
Subject digest:
31888ff81565ced512d0a5e498cf06a9bcf281a6de3eb2157388abc7408716e4 - Sigstore transparency entry: 1548299599
- Sigstore integration time:
-
Permalink:
textualist/gutenbit@be6e056a28deb27e77bd9e4f4baada35708b764e -
Branch / Tag:
refs/tags/v1.0.1 - Owner: https://github.com/textualist
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@be6e056a28deb27e77bd9e4f4baada35708b764e -
Trigger Event:
push
-
Statement type: