A small Python package for PARAISO-style capture routing.
Project description
paraiso
PARAISO is an early Python package for turning raw human capture into calm, structured personal-knowledge items.
This first release reserves the package name while the capture-routing API is being extracted and cleaned up for open source use.
Install
pip install paraiso
Planned API
import paraiso
result = paraiso.capture(
"Someday: collect customer quotes for the launch essay",
areas=[
paraiso.Area(id="writing", name="Writing", tags=["essay"]),
paraiso.Area(id="product", name="Product", tags=["launch", "research"]),
],
objectives=[
paraiso.Objective(id="launch", title="Launch the MVP"),
],
)
The package will focus on PARAISO-style capture routing:
- Projects
- Areas
- Resources
- Archive
- Inbox
- Someday
- Objectives
Status
0.0.1 is a planning release. The public API is intentionally tiny until the
capture routines are ready for a stable 0.1.0.
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 paraiso-0.0.1.tar.gz.
File metadata
- Download URL: paraiso-0.0.1.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b03515972f02f2b3f9a7f9778f42320859b840566ab2fe987f0de883a67692b2
|
|
| MD5 |
1e212f13530574767cffa6e1cda14276
|
|
| BLAKE2b-256 |
25ce2e02c50f717bb45b30713a1e7e5b8943e0211987616d5080f891432c486c
|
File details
Details for the file paraiso-0.0.1-py3-none-any.whl.
File metadata
- Download URL: paraiso-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a4b0314cdc7a5dd33c25b5cc648bab141c62ce595f3d7f256dc263ccd7c0b075
|
|
| MD5 |
63b72b63c8a68818b415a4fd8d13633e
|
|
| BLAKE2b-256 |
3c47e29cc2f2ba7fd639bf112d3e761431c5e5c8b1d702d56390afc5511dba38
|