Python SDK for the Nous notebook application
Project description
nous-sdk
Python SDK for the Nous notebook application.
Install
pip install nous-sdk
Quick Start
from nous_sdk import Nous
app = Nous() # connects to local daemon at localhost:7667
# List notebooks
for nb in app.list_notebooks():
print(nb.name)
# Create a page
page = app.create_page("My Notebook", title="Meeting Notes", content="# Notes\n\nKey decisions...")
# Search
for result in app.search("project deadline"):
print(f"{result.title} (score: {result.score:.2f})")
# Capture to inbox
app.capture_inbox("Remember to review the PR")
# Daily notes
note = app.get_daily_note("Journal", "2026-03-19")
Configuration
The SDK auto-discovers the daemon at http://127.0.0.1:7667. Override with:
app = Nous(base_url="http://myhost:7667")
Or set NOUS_API_URL environment variable.
Requirements
- Python 3.10+
- Nous daemon running (
nous-cli daemon start)
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
nous_sdk-0.1.0.tar.gz
(23.4 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 nous_sdk-0.1.0.tar.gz.
File metadata
- Download URL: nous_sdk-0.1.0.tar.gz
- Upload date:
- Size: 23.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.10 {"installer":{"name":"uv","version":"0.10.10","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c165f333d175319971bb73112260d910ffbc03a31ece7d71cc4f9e79e5b1ab1b
|
|
| MD5 |
60665d8a19ad0dd0d26d8e356a10509c
|
|
| BLAKE2b-256 |
5e695ab2deb1e7f1f979a0b859683990073fc0796f66099efe9dccee9139adce
|
File details
Details for the file nous_sdk-0.1.0-py3-none-any.whl.
File metadata
- Download URL: nous_sdk-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.10 {"installer":{"name":"uv","version":"0.10.10","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb5f99cb34dd772629c0daa5e2878ea2ebf62b3511e2e03f2ace325b2301d38c
|
|
| MD5 |
8fc947f1fc7f71b7c7134d17badf71bd
|
|
| BLAKE2b-256 |
db9faf4cd61aff23ef9f9f9654ef70beb41cff19d1fffcc25d254da67b331dbf
|