Bootstrap search query planning helpers for the SheafLab project.
Project description
sheafsearch
sheafsearch is the official Python package namespace for lightweight search
query planning helpers used by the SheafLab project.
This initial public release centers on a practical surface: turning topic lists into consistent search plans with normalized terms, optional site targeting, and deterministic query deduplication.
Install
pip install sheafsearch
Usage
from sheafsearch import build_query, normalize_terms, plan_topics
terms = normalize_terms("Graph signals, cortical atlas, graph signals")
query = build_query(terms, site="example.org", filetype="pdf")
plan = plan_topics(["graph signals", "cortical atlas"], site="example.org")
Status
- Project stage: pre-alpha
- Package scope: bootstrap query-planning utilities only
- Main project site: https://sheaflab.com
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 sheafsearch-0.0.1a1.tar.gz.
File metadata
- Download URL: sheafsearch-0.0.1a1.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b3c121a59c91d09c38cfdcd5375e2c5516228be33f07f51e044b6d7b46cf805
|
|
| MD5 |
e277bb8fb39acce3e4468c250b920309
|
|
| BLAKE2b-256 |
ec5c8c1dc6cb7eb35abb85f66d4bfac97b873b189a6d5c6e1cc0e09ca59c9ff6
|
File details
Details for the file sheafsearch-0.0.1a1-py3-none-any.whl.
File metadata
- Download URL: sheafsearch-0.0.1a1-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
370952cef6339a8ad879ad3ccaca654780707a06cd1e3628e9c414750900f414
|
|
| MD5 |
02403619b0c4ccdcf3b38aaaae486a75
|
|
| BLAKE2b-256 |
529225207d011bf016e2a9124c9d36af75bbd224eb553f9cc469e51c555d9a06
|