metadata_version
string | name
string | version
string | summary
string | description
string | description_content_type
string | author
string | author_email
string | maintainer
string | maintainer_email
string | license
string | keywords
string | classifiers
list | platform
list | home_page
string | download_url
string | requires_python
string | requires
list | provides
list | obsoletes
list | requires_dist
list | provides_dist
list | obsoletes_dist
list | requires_external
list | project_urls
list | uploaded_via
string | upload_time
timestamp[us] | filename
string | size
int64 | path
string | python_version
string | packagetype
string | comment_text
string | has_signature
bool | md5_digest
string | sha256_digest
string | blake2_256_digest
string | license_expression
string | license_files
list |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2.4
|
semiwrap
|
0.2.6
|
Semi-automated tool to wrap C++ code for use by python
|
semiwrap
========
semiwrap is a build tool that makes it simpler to wrap C/C++ libraries with
pybind11 by automating large portions of the wrapping process and handling some
of the more complex aspects of creating pybind11 based wrappers (especially with
trampolines to allow inheriting from C++ classes from Python).
semiwrap includes a hatchling plugin that autogenerates `meson.build` files that
can be built using meson, and those build files parse your wrapped headers and
generate/compile pybind11 based wrappers into python extension modules.
Requires Python 3.8+
Documentation
-------------
Documentation can be found at https://semiwrap.readthedocs.io/
Author
------
Dustin Spicuzza is the primary author of semiwrap.
Semiwrap is a direct decendant of the robotpy-build project, and is culmination
of many years of experimentation with automated wrapper generation by members of
the RobotPy community.
semiwrap is available under the BSD 3-clause license.
|
text/markdown
| null |
Dustin Spicuzza <robotpy@googlegroups.com>
| null | null | null | null |
[
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Software Development"
] |
[] | null | null |
>=3.8
|
[] |
[] |
[] |
[
"cxxheaderparser[pcpp]~=1.7",
"dictdiffer",
"packaging",
"pkgconf",
"pybind11-stubgen~=2.5.1",
"pybind11~=3.0.1",
"pyyaml>=5.1",
"ruamel-yaml~=0.18.16",
"sphinxify>=0.7.3",
"tomli",
"tomli-w",
"toposort",
"typing-extensions",
"validobj~=1.3.0"
] |
[] |
[] |
[] |
[
"Source code, https://github.com/robotpy/semiwrap"
] |
twine/6.1.0 CPython/3.13.7
| 2026-01-16T04:02:32.628000
|
semiwrap-0.2.6-py3-none-any.whl
| 91,734
|
f0/42/a992948020e12eae3dba08ba4cce4a2f42cd3c6293737fba78d837bac926/semiwrap-0.2.6-py3-none-any.whl
|
py3
|
bdist_wheel
| null | false
|
e50e990596abfdec42745d977490bf4f
|
d6ce64193abe8db5743ec27873d65bc53a2a7f35d3c16ce91aa8e9ea21d2d05e
|
f042a992948020e12eae3dba08ba4cce4a2f42cd3c6293737fba78d837bac926
|
BSD-3-Clause
|
[
"LICENSE.txt"
] |
2.4
|
shortiepy
|
0.2.2
|
A local-only URL shortener (˶˘ ³˘)♡
|
# shortiepy 🌸
Your local URL shortener (˶˘ ³˘)♡
- 🔒 100% offline - no data leaves your machine
- 🌈 Cross-platform (Linux/macOS/Windows)
- 📋 Auto-copies short URLs to clipboard
- 🎀 Pastel colors & kaomojis everywhere!
## Installation
- **Using `pip`**
```bash
pip install shortiepy
```
## Usage
- **Add a URL**
```bash
shortiepy add https://example.com
```
- **Start server**
```bash
shortiepy serve # will run in forground
# OR
shortiepy start # will run in background
```
- **View docs**
```bash
shortiepy docs
```
## Shell Completion
Get tab-completion with **one command**:
```bash
shortiepy completion
```
> Restart your shell or reload config (`source ~/.bashrc` for bash OR `source ~/.zshrc` for zsh).
> Fish users: no restart needed!
That's it! Works for bash, zsh, and fish.
## Why
For some reason, when I’m working on things or trying to learn something new, my browser ends up filled with tons of tabs—which makes my laptop-chan angry ~ ₍^. ̫.^₎
I don’t want to close them or bookmark them. I tried manually copying URLs into a `.txt` file, but then I wished there was a simple way to turn long links into short ones I could use later.
I didn’t want to send anything online, and existing self-hosted URL shorteners felt like overkill for such a small need.
So I made this: a minimal, local-only URL shortener. It started as a single script file and isn’t perfect—but it just works! ~ ദ്ദി/ᐠ。‸。ᐟ\
## For Developers
Want to tinker with `shortiepy` or contribute? Here's how to set it up locally:
- Clone the repository locally and change the directory into it:
```bash
git clone https://github.com/CheapNightbot/shortiepy.git && cd shortiepy
```
- Install `shortiepy`:
```bash
# Create a virtual environment (keeps things clean!)
python -m venv .venv
# Activate it
source .venv/bin/activate # Linux/macOS
# OR
.venv\Scripts\activate # Windows
# Install in editable mode (changes reflect instantly!)
pip install -e .
```
Now you can run `shortiepy` from anywhere in your terminal!
Made a change? It’ll work immediately—no reinstall needed!
### Updating Shell Completions
If you modify CLI commands or options, regenerate completions:
```bash
./scripts/generate-completions.sh
```
> This updates the files in `shortiepy/completions/` directory.
|
text/markdown
|
ポテト ^. .^₎ฅ
|
"ポテト ^. .^₎ฅ" <nya@cheapnightbot.me>
| null | null |
MIT
|
cli, shortie, shortiepy, URL shortener
|
[
"Development Status :: 4 - Beta",
"Environment :: Console",
"Intended Audience :: End Users/Desktop",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Utilities"
] |
[] | null | null |
>=3.10
|
[] |
[] |
[] |
[
"click>=8.3.1",
"colorama>=0.4.6",
"Flask>=3.1.2",
"pyperclip>=1.11.0",
"tabulate>=0.9.0",
"waitress>=3.0.2"
] |
[] |
[] |
[] |
[
"Homepage, https://github.com/CheapNightbot/shortiepy",
"Repository, https://github.com/CheapNightbot/shortiepy.git",
"Issues, https://github.com/CheapNightbot/shortiepy/issues"
] |
twine/6.1.0 CPython/3.12.9
| 2026-01-16T04:02:32.856000
|
shortiepy-0.2.2-py3-none-any.whl
| 11,894
|
ac/76/9a4e0432466cbf446fee90b2ab3a653c23673b8bb8a49dc38069e67a4ef7/shortiepy-0.2.2-py3-none-any.whl
|
py3
|
bdist_wheel
| null | false
|
45c64efade7ba5b52ba66d5f517457ec
|
f3a1897153653165be9efe2be08842849a5c418e692e98c29b394a5f39d8f8a4
|
ac769a4e0432466cbf446fee90b2ab3a653c23673b8bb8a49dc38069e67a4ef7
| null |
[
"LICENSE"
] |
2.4
|
semiwrap
|
0.2.6
|
Semi-automated tool to wrap C++ code for use by python
|
semiwrap
========
semiwrap is a build tool that makes it simpler to wrap C/C++ libraries with
pybind11 by automating large portions of the wrapping process and handling some
of the more complex aspects of creating pybind11 based wrappers (especially with
trampolines to allow inheriting from C++ classes from Python).
semiwrap includes a hatchling plugin that autogenerates `meson.build` files that
can be built using meson, and those build files parse your wrapped headers and
generate/compile pybind11 based wrappers into python extension modules.
Requires Python 3.8+
Documentation
-------------
Documentation can be found at https://semiwrap.readthedocs.io/
Author
------
Dustin Spicuzza is the primary author of semiwrap.
Semiwrap is a direct decendant of the robotpy-build project, and is culmination
of many years of experimentation with automated wrapper generation by members of
the RobotPy community.
semiwrap is available under the BSD 3-clause license.
|
text/markdown
| null |
Dustin Spicuzza <robotpy@googlegroups.com>
| null | null | null | null |
[
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Software Development"
] |
[] | null | null |
>=3.8
|
[] |
[] |
[] |
[
"cxxheaderparser[pcpp]~=1.7",
"dictdiffer",
"packaging",
"pkgconf",
"pybind11-stubgen~=2.5.1",
"pybind11~=3.0.1",
"pyyaml>=5.1",
"ruamel-yaml~=0.18.16",
"sphinxify>=0.7.3",
"tomli",
"tomli-w",
"toposort",
"typing-extensions",
"validobj~=1.3.0"
] |
[] |
[] |
[] |
[
"Source code, https://github.com/robotpy/semiwrap"
] |
twine/6.1.0 CPython/3.13.7
| 2026-01-16T04:02:34.185000
|
semiwrap-0.2.6.tar.gz
| 71,458
|
3a/64/ce773ca0beef2ae6490ba67b6087ddf2aea2aee5ee0efc042366880bec34/semiwrap-0.2.6.tar.gz
|
source
|
sdist
| null | false
|
dee114d9251d1cded16c12333c072e9d
|
cc260ac824af2020f87cc95bc25e41d6486783fe886b43d846b801c034a8a0fb
|
3a64ce773ca0beef2ae6490ba67b6087ddf2aea2aee5ee0efc042366880bec34
|
BSD-3-Clause
|
[
"LICENSE.txt"
] |
2.4
|
qbraid-cli
|
0.12.0a3
|
Command Line Interface for interacting with all parts of the qBraid platform.
|
<img width="full" alt="qbraid_cli" src="https://qbraid-static.s3.amazonaws.com/logos/qbraid-cli-banner.png">
[](https://docs.qbraid.com/cli/user-guide/overview)
[](https://pypi.org/project/qbraid-cli/)
[](https://pypi.org/project/qbraid-cli/)
[](https://pepy.tech/project/qbraid-cli)
[](https://github.com/qBraid/community/issues)
[](https://stackoverflow.com/questions/tagged/qbraid)
Command Line Interface for interacting with all parts of the qBraid platform.
The **qBraid CLI** is a versatile command-line interface tool designed for seamless interaction with qBraid cloud services and quantum software management tools. Initially exclusive to the [qBraid Lab](https://docs.qbraid.com/lab/user-guide/overview) platform, the CLI now supports local installations as well. This enhancement broadens access to features like [qBraid Quantum Jobs](https://docs.qbraid.com/cli/user-guide/quantum-jobs), enabling direct, pre-configured access to QPUs from IonQ, Oxford Quantum Circuits, QuEra, Rigetti, and IQM, as well as on-demand simulators from qBraid, AWS, IonQ, QuEra, and NEC. See [pricing](https://docs.qbraid.com/home/pricing) for more.
*Resources*:
- [User Guide](https://docs.qbraid.com/cli/user-guide/overview)
- [API Reference](https://docs.qbraid.com/cli/api-reference/qbraid)
## Getting Started
The qBraid-CLI comes pre-installed and pre-configured in qBraid Lab:
- [Launch qBraid Lab →](https://lab.qbraid.com/)
- [Make an account →](https://account.qbraid.com/)
For help, see qBraid Lab User Guide: [Getting Started](https://docs.qbraid.com/lab/user-guide/getting-started).
You can also install the qBraid-CLI from PyPI with:
```bash
pip install qbraid-cli
```
To manage qBraid [environments](https://docs.qbraid.com/lab/user-guide/environments) using the CLI, you must also install the `envs` extra:
```bash
pip install 'qbraid-cli[envs]'
```
## Local configuration
After installation, you must configure your account credentials to use the CLI locally:
1. Create a qBraid account or log in to your existing account by visiting
[account.qbraid.com](https://account.qbraid.com/)
2. Copy your API Key token from the left side of
your [account page](https://account.qbraid.com/):
3. Save your API key from step 2 in local [configuration file](https://docs.qbraid.com/cli/user-guide/config-files) `~/.qbraid/qbraidrc` using:
```bash
$ qbraid configure
```
For more on API keys, see [documentation](https://docs.qbraid.com/home/account#api-keys).
## Basic Commands
```bash
$ qbraid
----------------------------------
* Welcome to the qBraid CLI! *
----------------------------------
____ _ _
__ _| __ ) _ __ __ _(_) __| |
/ _` | _ \| '__/ _` | |/ _` |
| (_| | |_) | | | (_| | | (_| |
\__,_|____/|_| \__,_|_|\__,_|
|_|
- Use 'qbraid --help' to see available commands.
- Use 'qbraid --version' to see the current version.
Reference Docs: https://docs.qbraid.com/cli/api-reference/qbraid
```
A qBraid CLI command has the following structure:
```bash
$ qbraid <command> <subcommand> [options and parameters]
```
For example, to list installed environments, the command would be:
```bash
$ qbraid envs list
```
To view help documentation, use one of the following:
```bash
$ qbraid --help
$ qbraid <command> --help
$ qbraid <command> <subcommand> --help
```
For example:
```bash
$ qbraid --help
Usage: qbraid [OPTIONS] COMMAND [ARGS]...
The qBraid CLI.
Options
--version Show the version and exit.
--install-completion Install completion for the current shell.
--show-completion Show completion for the current shell, to copy it or customize the installation.
--help Show this message and exit.
Commands
account Manage qBraid account
admin CI/CD commands for qBraid maintainers.
configure Configure qBraid CLI options.
account Manage qBraid account.
chat Interact with qBraid AI chat service.
devices Manage qBraid quantum devices.
envs Manage qBraid environments.
files Manage qBraid cloud storage files.
jobs Manage qBraid quantum jobs.
kernels Manage qBraid kernels.
mcp MCP (Model Context Protocol) aggregator commands.
pip Run pip command in active qBraid environment.
```
To get the version of the qBraid CLI:
```bash
$ qbraid --version
```
## Magic Commands
You can also access the CLI directly from within [Notebooks](https://docs.qbraid.com/lab/user-guide/notebooks) using IPython [magic commands](https://ipython.readthedocs.io/en/stable/interactive/magics.html). First, configure the qBraid magic commands extension using:
```bash
$ qbraid configure magic
```
The above command can also be executed from within a Jupyter notebook using the ``!`` operator. Then, from within a notebook cell, load the qBraid magic IPython extension using:
```python
In [1]: %load_ext qbraid_magic
```
Now you can continue to use the qBraid-CLI as normal from within your Jupyter notebook using the magic ``%`` operator, e.g.
```python
In [2]: %qbraid chat -f code -p "Write a Qiskit bell circuit"
```
|
text/markdown
| null |
qBraid Development Team <contact@qbraid.com>
| null | null | null |
qbraid, cli, quantum, cloud
|
[
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Natural Language :: English",
"Intended Audience :: System Administrators",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14"
] |
[] | null | null |
>=3.9
|
[] |
[] |
[] |
[
"typer>=0.12.1",
"rich>=10.11.0",
"click<=8.1.8",
"qbraid-core[environments]>=0.2.0a0",
"amazon-braket-sdk>=1.48.1; extra == \"jobs\"",
"qbraid-core[environments]>=0.2.0a0; extra == \"envs\"",
"qbraid-core[mcp]>=0.2.0a0; extra == \"mcp\"",
"isort; extra == \"dev\"",
"black; extra == \"dev\"",
"pytest; extra == \"dev\"",
"pytest-cov; extra == \"dev\"",
"pytest-asyncio; extra == \"dev\""
] |
[] |
[] |
[] |
[
"Homepage, https://docs.qbraid.com/cli/user-guide/overview",
"Documentation, https://docs.qbraid.com/cli/api-reference/qbraid",
"Bug Tracker, https://github.com/qBraid/community/issues",
"Discord, https://discord.gg/KugF6Cnncm"
] |
twine/6.1.0 CPython/3.13.7
| 2026-01-16T04:02:32.964000
|
qbraid_cli-0.12.0a3.tar.gz
| 49,433
|
0b/7a/c310cad9dee250ff488d53c232d33d4fcbc5d4f0ab6788bf63cdbc69be50/qbraid_cli-0.12.0a3.tar.gz
|
source
|
sdist
| null | false
|
197f757fc90fa83ad95e8c1b1a68cdc6
|
4cc3382d303321596ae77c69948cd1970e473d82135af74c302f92d3f6b2f0da
|
0b7ac310cad9dee250ff488d53c232d33d4fcbc5d4f0ab6788bf63cdbc69be50
|
LicenseRef-Proprietary
|
[
"LICENSE"
] |
2.4
|
shortiepy
|
0.2.2
|
A local-only URL shortener (˶˘ ³˘)♡
|
# shortiepy 🌸
Your local URL shortener (˶˘ ³˘)♡
- 🔒 100% offline - no data leaves your machine
- 🌈 Cross-platform (Linux/macOS/Windows)
- 📋 Auto-copies short URLs to clipboard
- 🎀 Pastel colors & kaomojis everywhere!
## Installation
- **Using `pip`**
```bash
pip install shortiepy
```
## Usage
- **Add a URL**
```bash
shortiepy add https://example.com
```
- **Start server**
```bash
shortiepy serve # will run in forground
# OR
shortiepy start # will run in background
```
- **View docs**
```bash
shortiepy docs
```
## Shell Completion
Get tab-completion with **one command**:
```bash
shortiepy completion
```
> Restart your shell or reload config (`source ~/.bashrc` for bash OR `source ~/.zshrc` for zsh).
> Fish users: no restart needed!
That's it! Works for bash, zsh, and fish.
## Why
For some reason, when I’m working on things or trying to learn something new, my browser ends up filled with tons of tabs—which makes my laptop-chan angry ~ ₍^. ̫.^₎
I don’t want to close them or bookmark them. I tried manually copying URLs into a `.txt` file, but then I wished there was a simple way to turn long links into short ones I could use later.
I didn’t want to send anything online, and existing self-hosted URL shorteners felt like overkill for such a small need.
So I made this: a minimal, local-only URL shortener. It started as a single script file and isn’t perfect—but it just works! ~ ദ്ദി/ᐠ。‸。ᐟ\
## For Developers
Want to tinker with `shortiepy` or contribute? Here's how to set it up locally:
- Clone the repository locally and change the directory into it:
```bash
git clone https://github.com/CheapNightbot/shortiepy.git && cd shortiepy
```
- Install `shortiepy`:
```bash
# Create a virtual environment (keeps things clean!)
python -m venv .venv
# Activate it
source .venv/bin/activate # Linux/macOS
# OR
.venv\Scripts\activate # Windows
# Install in editable mode (changes reflect instantly!)
pip install -e .
```
Now you can run `shortiepy` from anywhere in your terminal!
Made a change? It’ll work immediately—no reinstall needed!
### Updating Shell Completions
If you modify CLI commands or options, regenerate completions:
```bash
./scripts/generate-completions.sh
```
> This updates the files in `shortiepy/completions/` directory.
|
text/markdown
|
ポテト ^. .^₎ฅ
|
"ポテト ^. .^₎ฅ" <nya@cheapnightbot.me>
| null | null |
MIT
|
cli, shortie, shortiepy, URL shortener
|
[
"Development Status :: 4 - Beta",
"Environment :: Console",
"Intended Audience :: End Users/Desktop",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Utilities"
] |
[] | null | null |
>=3.10
|
[] |
[] |
[] |
[
"click>=8.3.1",
"colorama>=0.4.6",
"Flask>=3.1.2",
"pyperclip>=1.11.0",
"tabulate>=0.9.0",
"waitress>=3.0.2"
] |
[] |
[] |
[] |
[
"Homepage, https://github.com/CheapNightbot/shortiepy",
"Repository, https://github.com/CheapNightbot/shortiepy.git",
"Issues, https://github.com/CheapNightbot/shortiepy/issues"
] |
twine/6.1.0 CPython/3.12.9
| 2026-01-16T04:02:35.172000
|
shortiepy-0.2.2.tar.gz
| 15,129
|
ad/17/f43f10a0c2b9ba929432da33d663f5d169daf80b40c6fdd66634510f4b7e/shortiepy-0.2.2.tar.gz
|
source
|
sdist
| null | false
|
2094ea4bea38d7512c24d6f5dcb880e7
|
b2327e27949db041307495296eaf7792015b22f634229b6431ebff7aa896122e
|
ad17f43f10a0c2b9ba929432da33d663f5d169daf80b40c6fdd66634510f4b7e
| null |
[
"LICENSE"
] |
2.4
|
data-agent-tunnel-client
|
0.1.7
|
Data Agent Tunnel client - proxy local web services to public network
|
# Data Agent Tunnel Client
Proxy local web services to the public network through Data Agent Tunnel.
## Installation
```bash
pip install data-agent-tunnel-client
# or with uv
uv add data-agent-tunnel-client
```
## Quick Start
### Option 1: Simple Integration (Recommended)
The easiest way to connect - runs in a background thread, perfect for Flask/Django:
```python
from flask import Flask
from data_agent_tunnel_client import connect_tunnel
app = Flask(__name__)
@app.route("/")
def hello():
return "Hello from Flask!"
if __name__ == "__main__":
# Start tunnel in background
connect_tunnel(
tunnel_url="wss://...",
local_url="http://localhost:5000",
secret_key="your-secret-key", # optional
home_path="/initial_path", # optional
)
# Start Flask
app.run(port=5000)
```
### Option 2: FastAPI Integration
For FastAPI, use `create_tunnel_lifespan()`:
```python
from fastapi import FastAPI
from data_agent_tunnel_client import create_tunnel_lifespan, get_tunnel_client
lifespan=create_tunnel_lifespan(
tunnel_url="wss://...",
local_url="http://localhost:8000",
secret_key="your-secret-key", # optional
home_path="/dashboard", # optional
)
app = FastAPI(lifespan=lifespan)
@app.get("/")
async def root():
return {"message": "Hello from FastAPI!"}
@app.get("/tunnel-info")
async def tunnel_info():
client = get_tunnel_client()
return {"public_url": client.public_url if client else None}
```
## API Reference
### connect_tunnel()
Quick start function for synchronous frameworks:
```python
from data_agent_tunnel_client import connect_tunnel
runner = connect_tunnel(
tunnel_url="wss://...", # Tunnel WebSocket URL
local_url="http://...", # Local service URL
secret_key="", # Auth key (optional)
home_path="/dashboard", # Initial path appended to public URL (optional)
)
# Access connection info
print(runner.public_url)
print(runner.connected_session_id)
print(runner.is_connected)
```
**home_path parameter:**
The `home_path` parameter specifies the initial path to display after tunnel connection. This is useful when your app's entry point is not the root path.
```python
# Example: If public_url is https://xxx.com?session=abc123&_tunnel_path=,
# With home_path="/dashboard", the displayed URL will be:
# https://xxx.com?session=abc123&_tunnel_path=/dashboard
```
### create_tunnel_lifespan()
Create a lifespan context manager for FastAPI:
```python
from data_agent_tunnel_client import create_tunnel_lifespan
lifespan = create_tunnel_lifespan(
tunnel_url="wss://...", # Tunnel WebSocket URL
local_url="http://...", # Local service URL
secret_key="", # Auth key (optional)
home_path="/", # Home path for display (optional)
on_connect=None, # Connect callback (async or sync)
on_disconnect=None, # Disconnect callback (async or sync)
)
app = FastAPI(lifespan=lifespan)
```
Use `get_tunnel_client()` to access the client instance in your routes.
### TunnelRunner
For more control over the background runner:
```python
from data_agent_tunnel_client import TunnelRunner
runner = TunnelRunner(
tunnel_url="wss://...",
local_url="http://...",
secret_key="",
home_path="/",
on_connect=lambda client: print(f"Connected: {client.public_url}"),
on_disconnect=lambda client: print("Disconnected"),
)
runner.start() # Non-blocking
```
### TunnelClient
Low-level async client:
```python
from data_agent_tunnel_client import TunnelClient
client = TunnelClient(
tunnel_url: str, # Tunnel WebSocket URL
local_url: str, # Local service URL
secret_key: str = "", # Auth key (optional)
session_id: str = "", # Session ID (optional)
reconnect: bool = True, # Auto reconnect on disconnect
reconnect_interval: float = 5.0, # Reconnect interval (seconds)
ping_interval: float = 30.0, # Heartbeat interval (seconds)
request_timeout: float = 300.0, # Request timeout (seconds)
max_concurrent_requests: int = 100, # Max concurrent requests
on_connect: Callable = None, # Connect callback (async)
on_disconnect: Callable = None, # Disconnect callback (async)
)
# Properties
client.public_url # Public URL
client.connected_session_id # Session ID
client.is_connected # Connection status
# Methods
await client.connect() # Connect and start proxying
await client.disconnect() # Disconnect
```
## Proxy Support
The client automatically detects and uses system proxy settings (`http_proxy`, `https_proxy`, `socks_proxy`, etc.).
- If proxy is configured, it tries to connect via proxy first
- If proxy connection fails, it falls back to direct connection
- Use `disable_proxy=True` to skip proxy entirely
## License
MIT
|
text/markdown
|
EigenAI
| null | null | null | null | null |
[
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12"
] |
[] | null | null |
>=3.8
|
[] |
[] |
[] |
[
"websockets>=10.0",
"aiohttp>=3.8.0",
"pytest>=7.0; extra == \"dev\"",
"pytest-asyncio>=0.20; extra == \"dev\"",
"flask>=2.0.0; extra == \"examples\"",
"fastapi>=0.100.0; extra == \"examples\"",
"uvicorn>=0.20.0; extra == \"examples\""
] |
[] |
[] |
[] |
[] |
twine/6.2.0 CPython/3.12.10
| 2026-01-16T04:02:37.943000
|
data_agent_tunnel_client-0.1.7-py3-none-any.whl
| 17,341
|
92/ee/3b8978e64681f1f267432b06a35fc4704937f53df3ee9ab9f060d8a6bf70/data_agent_tunnel_client-0.1.7-py3-none-any.whl
|
py3
|
bdist_wheel
| null | false
|
5dd55747fb612221c2cc2abd61c15a42
|
7c5b5ae4a6ffb57689ca966fae249c080d027ebc04dcf1d08a1dbc49ad170dbd
|
92ee3b8978e64681f1f267432b06a35fc4704937f53df3ee9ab9f060d8a6bf70
|
MIT
|
[] |
2.4
|
data-agent-tunnel-client
|
0.1.7
|
Data Agent Tunnel client - proxy local web services to public network
|
# Data Agent Tunnel Client
Proxy local web services to the public network through Data Agent Tunnel.
## Installation
```bash
pip install data-agent-tunnel-client
# or with uv
uv add data-agent-tunnel-client
```
## Quick Start
### Option 1: Simple Integration (Recommended)
The easiest way to connect - runs in a background thread, perfect for Flask/Django:
```python
from flask import Flask
from data_agent_tunnel_client import connect_tunnel
app = Flask(__name__)
@app.route("/")
def hello():
return "Hello from Flask!"
if __name__ == "__main__":
# Start tunnel in background
connect_tunnel(
tunnel_url="wss://...",
local_url="http://localhost:5000",
secret_key="your-secret-key", # optional
home_path="/initial_path", # optional
)
# Start Flask
app.run(port=5000)
```
### Option 2: FastAPI Integration
For FastAPI, use `create_tunnel_lifespan()`:
```python
from fastapi import FastAPI
from data_agent_tunnel_client import create_tunnel_lifespan, get_tunnel_client
lifespan=create_tunnel_lifespan(
tunnel_url="wss://...",
local_url="http://localhost:8000",
secret_key="your-secret-key", # optional
home_path="/dashboard", # optional
)
app = FastAPI(lifespan=lifespan)
@app.get("/")
async def root():
return {"message": "Hello from FastAPI!"}
@app.get("/tunnel-info")
async def tunnel_info():
client = get_tunnel_client()
return {"public_url": client.public_url if client else None}
```
## API Reference
### connect_tunnel()
Quick start function for synchronous frameworks:
```python
from data_agent_tunnel_client import connect_tunnel
runner = connect_tunnel(
tunnel_url="wss://...", # Tunnel WebSocket URL
local_url="http://...", # Local service URL
secret_key="", # Auth key (optional)
home_path="/dashboard", # Initial path appended to public URL (optional)
)
# Access connection info
print(runner.public_url)
print(runner.connected_session_id)
print(runner.is_connected)
```
**home_path parameter:**
The `home_path` parameter specifies the initial path to display after tunnel connection. This is useful when your app's entry point is not the root path.
```python
# Example: If public_url is https://xxx.com?session=abc123&_tunnel_path=,
# With home_path="/dashboard", the displayed URL will be:
# https://xxx.com?session=abc123&_tunnel_path=/dashboard
```
### create_tunnel_lifespan()
Create a lifespan context manager for FastAPI:
```python
from data_agent_tunnel_client import create_tunnel_lifespan
lifespan = create_tunnel_lifespan(
tunnel_url="wss://...", # Tunnel WebSocket URL
local_url="http://...", # Local service URL
secret_key="", # Auth key (optional)
home_path="/", # Home path for display (optional)
on_connect=None, # Connect callback (async or sync)
on_disconnect=None, # Disconnect callback (async or sync)
)
app = FastAPI(lifespan=lifespan)
```
Use `get_tunnel_client()` to access the client instance in your routes.
### TunnelRunner
For more control over the background runner:
```python
from data_agent_tunnel_client import TunnelRunner
runner = TunnelRunner(
tunnel_url="wss://...",
local_url="http://...",
secret_key="",
home_path="/",
on_connect=lambda client: print(f"Connected: {client.public_url}"),
on_disconnect=lambda client: print("Disconnected"),
)
runner.start() # Non-blocking
```
### TunnelClient
Low-level async client:
```python
from data_agent_tunnel_client import TunnelClient
client = TunnelClient(
tunnel_url: str, # Tunnel WebSocket URL
local_url: str, # Local service URL
secret_key: str = "", # Auth key (optional)
session_id: str = "", # Session ID (optional)
reconnect: bool = True, # Auto reconnect on disconnect
reconnect_interval: float = 5.0, # Reconnect interval (seconds)
ping_interval: float = 30.0, # Heartbeat interval (seconds)
request_timeout: float = 300.0, # Request timeout (seconds)
max_concurrent_requests: int = 100, # Max concurrent requests
on_connect: Callable = None, # Connect callback (async)
on_disconnect: Callable = None, # Disconnect callback (async)
)
# Properties
client.public_url # Public URL
client.connected_session_id # Session ID
client.is_connected # Connection status
# Methods
await client.connect() # Connect and start proxying
await client.disconnect() # Disconnect
```
## Proxy Support
The client automatically detects and uses system proxy settings (`http_proxy`, `https_proxy`, `socks_proxy`, etc.).
- If proxy is configured, it tries to connect via proxy first
- If proxy connection fails, it falls back to direct connection
- Use `disable_proxy=True` to skip proxy entirely
## License
MIT
|
text/markdown
|
EigenAI
| null | null | null | null | null |
[
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12"
] |
[] | null | null |
>=3.8
|
[] |
[] |
[] |
[
"websockets>=10.0",
"aiohttp>=3.8.0",
"pytest>=7.0; extra == \"dev\"",
"pytest-asyncio>=0.20; extra == \"dev\"",
"flask>=2.0.0; extra == \"examples\"",
"fastapi>=0.100.0; extra == \"examples\"",
"uvicorn>=0.20.0; extra == \"examples\""
] |
[] |
[] |
[] |
[] |
twine/6.2.0 CPython/3.12.10
| 2026-01-16T04:02:39.009000
|
data_agent_tunnel_client-0.1.7.tar.gz
| 21,910
|
4f/41/1215e6a7a3f8e9694fc7527a8f44faf5c7bbbdafe9b054035269770925b0/data_agent_tunnel_client-0.1.7.tar.gz
|
source
|
sdist
| null | false
|
d7a989b6087a7976e730ef728fde1143
|
0953864c7eb0e03dad46a372aafbb93880ad6b12bafeaa76aa1d2215fab32850
|
4f411215e6a7a3f8e9694fc7527a8f44faf5c7bbbdafe9b054035269770925b0
|
MIT
|
[] |
2.4
|
game-ai-arena-sdk
|
0.2.3
|
Python SDK for running bots on Game AI Arena
|
# Game AI Arena SDK
Python SDK for running bots on Game AI Arena.
## Installation
```bash
pip install game-ai-arena-sdk
```
## Configuration
Set the matchmaker URL via environment variable or pass directly:
```bash
# Environment variable (recommended)
export MATCHMAKER_URL=ws://<SERVER_ADDRESS>:9000/matchmaking/ws
# Or for tunnel mode
export MATCHMAKER_URL=wss://<YOUR_TUNNEL>.trycloudflare.com/matchmaking/ws
```
Get the correct URL from your admin.
## Getting Your Credentials
### Option A: Swagger UI
1. Open `http://<SERVER>:9000/docs` in your browser
2. Use `/api/auth/signup` to create an account
3. Click **Authorize** and enter your access token
4. Use `/api/bots/` POST to create a bot (save the `bot_api_key` - shown once!)
5. Use `/api/bots/` GET to find your bot's `id`
### Option B: curl
```bash
# Set your server URL (get this from your admin)
SERVER="http://<SERVER_ADDRESS>:9000"
# 1. Create account
curl -X POST $SERVER/api/auth/signup \
-H "Content-Type: application/json" \
-d '{"email": "you@example.com", "username": "yourname", "password": "SecurePass123"}'
# Response: {"access_token": "eyJhbG...", ...}
TOKEN="paste_your_access_token_here"
# 2. Create a bot
curl -X POST $SERVER/api/bots/ \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $TOKEN" \
-d '{"bot_name": "MyBot", "game_type": "flipflop_3x3"}'
# Response: {"message": "Bot created successfully", "bot_api_key": "..."}
# Save the bot_api_key - it's only shown once!
# 3. Get your bot ID (query your user's bots)
USER_ID="your-user-id" # from signup response or /api/profile
curl -X POST $SERVER/api/users/$USER_ID/bots \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $TOKEN" \
-d '{}'
# Find your bot in the response, copy its "id" field
```
## Quick Start
```python
import random
from game_ai_arena_sdk import Bot, start, GameType, Move, GameStateLoop
class MyBot(Bot):
async def on_move(self, state: GameStateLoop) -> Move:
piece = random.choice(state.legal_moves)
dest = random.choice(piece.valid_moves)
return Move(from_pos=piece.pos, to_pos=dest)
bot = MyBot(bot_id="YOUR_BOT_ID", api_key="YOUR_API_KEY")
# Uses MATCHMAKER_URL env var, or pass explicitly:
start(bot, GameType.FLIPFLOP_3X3)
# Or: start(bot, GameType.FLIPFLOP_3X3, matchmaker_url="ws://...")
```
## GameStateLoop
Received in `on_move`:
| Field | Description |
|-------|-------------|
| `board` | Board string representation |
| `my_side` | Your side (`"white"` / `"black"`) |
| `current_turn` | Whose turn it is |
| `legal_moves` | List of `PieceMovesInfo` you can move |
Each `PieceMovesInfo` has `name`, `pos`, and `valid_moves`.
## Hooks
All optional except `on_move`:
```python
async def on_move(self, state: GameStateLoop) -> Move # Required
async def on_ready(self) -> None # Connected to matchmaker
async def on_queue_entry(self) -> None # Joined queue
async def on_queue_exit(self) -> None # Leaving queue
async def on_match_found(self, match_id: str) -> None # Matched with opponent
async def on_room_joined(self, room_id: str) -> None # Joined game room
async def on_game_start(self, state: GameStateLoop) -> None
async def on_game_end(self, winner: str | None, state: GameStateEnd) -> None
async def on_disconnect(self, reason: str) -> None # Disconnected
```
## Multiple Bots
```python
import asyncio
from game_ai_arena_sdk import run
async def main():
await asyncio.gather(
run(MyBot("id1", "key1"), GameType.FLIPFLOP_3X3),
run(MyBot("id2", "key2"), GameType.FLIPFLOP_3X3),
)
asyncio.run(main())
```
> **Note:** Bots owned by the same user cannot be matched against each other. To test two bots locally, they must belong to different user accounts.
## Game Types
`FLIPFLOP_3X3`, `FLIPFLOP_5X5`, `FLIPFOUR`, `AMOEBA`
|
text/markdown
| null | null | null | null | null | null |
[] |
[] | null | null |
>=3.11
|
[] |
[] |
[] |
[
"pydantic>=2.0",
"websockets>=12.0"
] |
[] |
[] |
[] |
[] |
twine/6.2.0 CPython/3.13.9
| 2026-01-16T04:02:50.059000
|
game_ai_arena_sdk-0.2.3-py3-none-any.whl
| 13,011
|
6c/50/7047f373cd1ae52af3c6106a4980c397634a834217333ee0b1cfcc653faa/game_ai_arena_sdk-0.2.3-py3-none-any.whl
|
py3
|
bdist_wheel
| null | false
|
59efa8610cbafbc8facd1db6b07c1075
|
d5d0bb50af15b7b59b103900c16f7e9c84af8a15b70082cab8d83299f1344fa5
|
6c507047f373cd1ae52af3c6106a4980c397634a834217333ee0b1cfcc653faa
| null |
[] |
2.4
|
x402-xrpl
|
0.1.3
|
XRPL implementation of x402 payments (presigned Payment scheme) with client + FastAPI/Starlette helpers
|
# x402 XRPL Python SDK
This package provides a small, spec‑aligned SDK for working with x402 payments over XRPL in this repository. It is designed to be reusable by both **buyer clients** (creating `PAYMENT-SIGNATURE` headers) and **seller/resource servers** (verifying and settling via a facilitator).
**Note**: The XRPL `exact` flow in this repo is the **presigned `Payment` tx blob** scheme.
For an overview of the scheme and end-to-end flow, see: `app/docs/xrpl-exact/presigned-payment/README.md`.
---
## Install (PyPI)
```bash
pip install x402-xrpl
```
Note: the PyPI name uses a hyphen, but the import name uses an underscore:
```python
import x402_xrpl
```
---
## Quickstart: Buyer Client (requests-style)
If you want the UX of `x402_requests(...)` (auto-handle 402), use `x402_xrpl.clients.requests`:
```python
import requests
from xrpl.wallet import Wallet
from x402_xrpl.clients.requests import x402_requests
from x402_xrpl.clients.base import decode_payment_response
XRPL_RPC = "https://s.altnet.rippletest.net:51234/"
RESOURCE_URL = "http://127.0.0.1:8080/xrpl-demo/resource"
wallet = Wallet.from_seed("…demo seed…")
session: requests.Session = x402_requests(
wallet,
rpc_url=XRPL_RPC,
# Optional filters so most users don't write a custom selector:
network_filter="xrpl:1",
scheme_filter="exact",
)
resp = session.get(RESOURCE_URL, timeout=180)
print(resp.status_code, resp.text)
if "PAYMENT-RESPONSE" in resp.headers:
settlement = decode_payment_response(resp.headers["PAYMENT-RESPONSE"])
print("settled tx:", settlement.get("transaction"))
```
---
## Quickstart: Protecting a FastAPI Route with `require_payment` (recommended)
To protect a route (e.g. `/ai-news`) with XRPL x402 payments using an ergonomic wrapper:
```python
from fastapi import FastAPI
from x402_xrpl.server import require_payment
app = FastAPI()
app.middleware("http")(
require_payment(
path="/ai-news",
price="1000", # XRP drops; for IOUs use the XRPL value string (e.g. "1.25")
pay_to_address="rhaDe3NBxgUSLL12N5Sxpii2xy8vSyXNG6",
network="xrpl:1",
asset="XRP",
facilitator_url="http://127.0.0.1:8011",
resource="demo:ai-news",
description="AI news feed (paid)",
)
)
```
---
**IOU notes** (non-XRP assets):
- Set `reqs.asset` to the XRPL currency code (**MUST** be 3 chars or 40-hex).
- Provide the issuer as `reqs.extra["issuer"]` (classic address).
- Set `reqs.amount` to the XRPL issued-currency `value` string (e.g. `"1"`, `"1.25"`).
If you want a human-friendly display string (or an opt-in conversion of a symbol like `"RLUSD"` into a 40-hex code), use the currency helpers:
```python
from x402_xrpl.xrpl_currency import display_currency_code, resolve_currency_code
asset = "524C555344000000000000000000000000000000"
print(display_currency_code(asset)) # "RLUSD" (best-effort)
# Opt-in convenience (only use if your app has a trusted mapping/intent):
asset_hex = resolve_currency_code("RLUSD", allow_utf8_symbol=True)
```
---
## Quickstart: Calling a Facilitator Directly
If you already have:
- A `PAYMENT-SIGNATURE` header value (`payment_header`), and
- A `PaymentRequirements` instance (`reqs`)
you can talk to the XRPL facilitator directly:
```python
from x402_xrpl.facilitator import FacilitatorClient, FacilitatorClientOptions
client = FacilitatorClient(
FacilitatorClientOptions(
base_url="http://127.0.0.1:8011",
)
)
# Optional: discover supported scheme/network pairs
supported = client.supported()
for kind in supported.kinds:
print("facilitator supports:", kind.scheme, kind.network)
# Verify
verify_result = client.verify(
payment_header=payment_header,
payment_requirements=reqs,
)
if not verify_result.is_valid:
raise RuntimeError(f"verify failed: {verify_result.invalid_reason}")
# Settle
settle_result = client.settle(
payment_header=payment_header,
payment_requirements=reqs,
)
if not settle_result.success:
raise RuntimeError(f"settle failed: {settle_result.error_reason}")
print("settled on", settle_result.network, "tx:", settle_result.transaction)
```
For async flows, use `AsyncFacilitatorClient` instead and `await` the same methods.
|
text/markdown
|
Facilitator Team
| null | null | null | null | null |
[] |
[] | null | null |
>=3.11
|
[] |
[] |
[] |
[
"fastapi<0.116,>=0.115",
"uvicorn[standard]<0.31,>=0.30",
"xrpl-py>=4.1.0",
"pydantic<3,>=2",
"python-dotenv<2,>=1",
"requests<3,>=2",
"prometheus-client<0.22,>=0.21",
"redis<6,>=5",
"httpx>=0.28.1",
"cryptography>=45.0.6",
"openai<2,>=1"
] |
[] |
[] |
[] |
[] |
twine/6.2.0 CPython/3.12.9
| 2026-01-16T04:02:50.537000
|
x402_xrpl-0.1.3-py3-none-any.whl
| 21,755
|
c3/20/44b675b8fb40196e44ae5bf323a75c273dd2dfabc5637c004be1a1cb4fb6/x402_xrpl-0.1.3-py3-none-any.whl
|
py3
|
bdist_wheel
| null | false
|
e94ec8b75cdfaf7d6cab4b3a6ebaff69
|
981f954e1e0fce0c1344e7bcf3fb0231995f8e02c0817c3bf1943d40c17e26e0
|
c32044b675b8fb40196e44ae5bf323a75c273dd2dfabc5637c004be1a1cb4fb6
| null |
[] |
2.4
|
x402-xrpl
|
0.1.3
|
XRPL implementation of x402 payments (presigned Payment scheme) with client + FastAPI/Starlette helpers
|
# x402 XRPL Python SDK
This package provides a small, spec‑aligned SDK for working with x402 payments over XRPL in this repository. It is designed to be reusable by both **buyer clients** (creating `PAYMENT-SIGNATURE` headers) and **seller/resource servers** (verifying and settling via a facilitator).
**Note**: The XRPL `exact` flow in this repo is the **presigned `Payment` tx blob** scheme.
For an overview of the scheme and end-to-end flow, see: `app/docs/xrpl-exact/presigned-payment/README.md`.
---
## Install (PyPI)
```bash
pip install x402-xrpl
```
Note: the PyPI name uses a hyphen, but the import name uses an underscore:
```python
import x402_xrpl
```
---
## Quickstart: Buyer Client (requests-style)
If you want the UX of `x402_requests(...)` (auto-handle 402), use `x402_xrpl.clients.requests`:
```python
import requests
from xrpl.wallet import Wallet
from x402_xrpl.clients.requests import x402_requests
from x402_xrpl.clients.base import decode_payment_response
XRPL_RPC = "https://s.altnet.rippletest.net:51234/"
RESOURCE_URL = "http://127.0.0.1:8080/xrpl-demo/resource"
wallet = Wallet.from_seed("…demo seed…")
session: requests.Session = x402_requests(
wallet,
rpc_url=XRPL_RPC,
# Optional filters so most users don't write a custom selector:
network_filter="xrpl:1",
scheme_filter="exact",
)
resp = session.get(RESOURCE_URL, timeout=180)
print(resp.status_code, resp.text)
if "PAYMENT-RESPONSE" in resp.headers:
settlement = decode_payment_response(resp.headers["PAYMENT-RESPONSE"])
print("settled tx:", settlement.get("transaction"))
```
---
## Quickstart: Protecting a FastAPI Route with `require_payment` (recommended)
To protect a route (e.g. `/ai-news`) with XRPL x402 payments using an ergonomic wrapper:
```python
from fastapi import FastAPI
from x402_xrpl.server import require_payment
app = FastAPI()
app.middleware("http")(
require_payment(
path="/ai-news",
price="1000", # XRP drops; for IOUs use the XRPL value string (e.g. "1.25")
pay_to_address="rhaDe3NBxgUSLL12N5Sxpii2xy8vSyXNG6",
network="xrpl:1",
asset="XRP",
facilitator_url="http://127.0.0.1:8011",
resource="demo:ai-news",
description="AI news feed (paid)",
)
)
```
---
**IOU notes** (non-XRP assets):
- Set `reqs.asset` to the XRPL currency code (**MUST** be 3 chars or 40-hex).
- Provide the issuer as `reqs.extra["issuer"]` (classic address).
- Set `reqs.amount` to the XRPL issued-currency `value` string (e.g. `"1"`, `"1.25"`).
If you want a human-friendly display string (or an opt-in conversion of a symbol like `"RLUSD"` into a 40-hex code), use the currency helpers:
```python
from x402_xrpl.xrpl_currency import display_currency_code, resolve_currency_code
asset = "524C555344000000000000000000000000000000"
print(display_currency_code(asset)) # "RLUSD" (best-effort)
# Opt-in convenience (only use if your app has a trusted mapping/intent):
asset_hex = resolve_currency_code("RLUSD", allow_utf8_symbol=True)
```
---
## Quickstart: Calling a Facilitator Directly
If you already have:
- A `PAYMENT-SIGNATURE` header value (`payment_header`), and
- A `PaymentRequirements` instance (`reqs`)
you can talk to the XRPL facilitator directly:
```python
from x402_xrpl.facilitator import FacilitatorClient, FacilitatorClientOptions
client = FacilitatorClient(
FacilitatorClientOptions(
base_url="http://127.0.0.1:8011",
)
)
# Optional: discover supported scheme/network pairs
supported = client.supported()
for kind in supported.kinds:
print("facilitator supports:", kind.scheme, kind.network)
# Verify
verify_result = client.verify(
payment_header=payment_header,
payment_requirements=reqs,
)
if not verify_result.is_valid:
raise RuntimeError(f"verify failed: {verify_result.invalid_reason}")
# Settle
settle_result = client.settle(
payment_header=payment_header,
payment_requirements=reqs,
)
if not settle_result.success:
raise RuntimeError(f"settle failed: {settle_result.error_reason}")
print("settled on", settle_result.network, "tx:", settle_result.transaction)
```
For async flows, use `AsyncFacilitatorClient` instead and `await` the same methods.
|
text/markdown
|
Facilitator Team
| null | null | null | null | null |
[] |
[] | null | null |
>=3.11
|
[] |
[] |
[] |
[
"fastapi<0.116,>=0.115",
"uvicorn[standard]<0.31,>=0.30",
"xrpl-py>=4.1.0",
"pydantic<3,>=2",
"python-dotenv<2,>=1",
"requests<3,>=2",
"prometheus-client<0.22,>=0.21",
"redis<6,>=5",
"httpx>=0.28.1",
"cryptography>=45.0.6",
"openai<2,>=1"
] |
[] |
[] |
[] |
[] |
twine/6.2.0 CPython/3.12.9
| 2026-01-16T04:02:51.772000
|
x402_xrpl-0.1.3.tar.gz
| 29,045
|
d4/fa/e5d760e754b56653c7a834eaf23b99fb613a0756a3e5fda9582ddcb78294/x402_xrpl-0.1.3.tar.gz
|
source
|
sdist
| null | false
|
b8c45e27fbba9c7f004877deabf81859
|
7f8512a8b9191542c098845589fe9e1e2d7b2d723168ea7cd2cfb680c3314e47
|
d4fae5d760e754b56653c7a834eaf23b99fb613a0756a3e5fda9582ddcb78294
| null |
[] |
2.4
|
game-ai-arena-sdk
|
0.2.3
|
Python SDK for running bots on Game AI Arena
|
# Game AI Arena SDK
Python SDK for running bots on Game AI Arena.
## Installation
```bash
pip install game-ai-arena-sdk
```
## Configuration
Set the matchmaker URL via environment variable or pass directly:
```bash
# Environment variable (recommended)
export MATCHMAKER_URL=ws://<SERVER_ADDRESS>:9000/matchmaking/ws
# Or for tunnel mode
export MATCHMAKER_URL=wss://<YOUR_TUNNEL>.trycloudflare.com/matchmaking/ws
```
Get the correct URL from your admin.
## Getting Your Credentials
### Option A: Swagger UI
1. Open `http://<SERVER>:9000/docs` in your browser
2. Use `/api/auth/signup` to create an account
3. Click **Authorize** and enter your access token
4. Use `/api/bots/` POST to create a bot (save the `bot_api_key` - shown once!)
5. Use `/api/bots/` GET to find your bot's `id`
### Option B: curl
```bash
# Set your server URL (get this from your admin)
SERVER="http://<SERVER_ADDRESS>:9000"
# 1. Create account
curl -X POST $SERVER/api/auth/signup \
-H "Content-Type: application/json" \
-d '{"email": "you@example.com", "username": "yourname", "password": "SecurePass123"}'
# Response: {"access_token": "eyJhbG...", ...}
TOKEN="paste_your_access_token_here"
# 2. Create a bot
curl -X POST $SERVER/api/bots/ \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $TOKEN" \
-d '{"bot_name": "MyBot", "game_type": "flipflop_3x3"}'
# Response: {"message": "Bot created successfully", "bot_api_key": "..."}
# Save the bot_api_key - it's only shown once!
# 3. Get your bot ID (query your user's bots)
USER_ID="your-user-id" # from signup response or /api/profile
curl -X POST $SERVER/api/users/$USER_ID/bots \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $TOKEN" \
-d '{}'
# Find your bot in the response, copy its "id" field
```
## Quick Start
```python
import random
from game_ai_arena_sdk import Bot, start, GameType, Move, GameStateLoop
class MyBot(Bot):
async def on_move(self, state: GameStateLoop) -> Move:
piece = random.choice(state.legal_moves)
dest = random.choice(piece.valid_moves)
return Move(from_pos=piece.pos, to_pos=dest)
bot = MyBot(bot_id="YOUR_BOT_ID", api_key="YOUR_API_KEY")
# Uses MATCHMAKER_URL env var, or pass explicitly:
start(bot, GameType.FLIPFLOP_3X3)
# Or: start(bot, GameType.FLIPFLOP_3X3, matchmaker_url="ws://...")
```
## GameStateLoop
Received in `on_move`:
| Field | Description |
|-------|-------------|
| `board` | Board string representation |
| `my_side` | Your side (`"white"` / `"black"`) |
| `current_turn` | Whose turn it is |
| `legal_moves` | List of `PieceMovesInfo` you can move |
Each `PieceMovesInfo` has `name`, `pos`, and `valid_moves`.
## Hooks
All optional except `on_move`:
```python
async def on_move(self, state: GameStateLoop) -> Move # Required
async def on_ready(self) -> None # Connected to matchmaker
async def on_queue_entry(self) -> None # Joined queue
async def on_queue_exit(self) -> None # Leaving queue
async def on_match_found(self, match_id: str) -> None # Matched with opponent
async def on_room_joined(self, room_id: str) -> None # Joined game room
async def on_game_start(self, state: GameStateLoop) -> None
async def on_game_end(self, winner: str | None, state: GameStateEnd) -> None
async def on_disconnect(self, reason: str) -> None # Disconnected
```
## Multiple Bots
```python
import asyncio
from game_ai_arena_sdk import run
async def main():
await asyncio.gather(
run(MyBot("id1", "key1"), GameType.FLIPFLOP_3X3),
run(MyBot("id2", "key2"), GameType.FLIPFLOP_3X3),
)
asyncio.run(main())
```
> **Note:** Bots owned by the same user cannot be matched against each other. To test two bots locally, they must belong to different user accounts.
## Game Types
`FLIPFLOP_3X3`, `FLIPFLOP_5X5`, `FLIPFOUR`, `AMOEBA`
|
text/markdown
| null | null | null | null | null | null |
[] |
[] | null | null |
>=3.11
|
[] |
[] |
[] |
[
"pydantic>=2.0",
"websockets>=12.0"
] |
[] |
[] |
[] |
[] |
twine/6.2.0 CPython/3.13.9
| 2026-01-16T04:02:51.252000
|
game_ai_arena_sdk-0.2.3.tar.gz
| 6,397
|
b4/cb/badd9631eb456ff368fb2a727c48dd6f5865acc0726dee0094347e1ba5a6/game_ai_arena_sdk-0.2.3.tar.gz
|
source
|
sdist
| null | false
|
c99a00b1d7779dfbd45ae5afa6c03a0f
|
806aa4ae5e7e009ff71283a56ee240091bbf8e0cf0184ef780526ffbd5c3c45f
|
b4cbbadd9631eb456ff368fb2a727c48dd6f5865acc0726dee0094347e1ba5a6
| null |
[] |
2.1
|
odoo-addon-sale-company-currency
|
18.0.1.0.0.4
|
Company Currency in Sale Orders
|
===============================
Company Currency in Sale Orders
===============================
..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:eb60ec552037f8e7a8800452eafaeebb7117c51424f31b9f17790d41e48d596d
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsale--workflow-lightgray.png?logo=github
:target: https://github.com/OCA/sale-workflow/tree/18.0/sale_company_currency
:alt: OCA/sale-workflow
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/sale-workflow-18-0/sale-workflow-18-0-sale_company_currency
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/sale-workflow&target_branch=18.0
:alt: Try me on Runboat
|badge1| |badge2| |badge3| |badge4| |badge5|
This module adds functional fields to show sale order in the company
currency: amount total.
1. For tree view, when you have SO in multiple currencies, Odoo sums
them up regardless the different currencies. This module adds a
column & sums in the company's currency.
2. The field is also shown in form view after the total.
**Table of contents**
.. contents::
:local:
Bug Tracker
===========
Bugs are tracked on `GitHub Issues <https://github.com/OCA/sale-workflow/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_company_currency%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
Do not contact contributors directly about support or help with technical issues.
Credits
=======
Authors
-------
* Camptocamp
Contributors
------------
- Denis Leemann <denis.leemann@camptocamp.com>
- Alexei Rivera <arivera@archeti.com>
Maintainers
-----------
This module is maintained by the OCA.
.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org
OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
This module is part of the `OCA/sale-workflow <https://github.com/OCA/sale-workflow/tree/18.0/sale_company_currency>`_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
text/x-rst
|
Camptocamp, Odoo Community Association (OCA)
|
support@odoo-community.org
| null | null |
AGPL-3
| null |
[
"Programming Language :: Python",
"Framework :: Odoo",
"Framework :: Odoo :: 18.0",
"License :: OSI Approved :: GNU Affero General Public License v3"
] |
[] |
https://github.com/OCA/sale-workflow
| null |
>=3.10
|
[] |
[] |
[] |
[
"odoo==18.0.*"
] |
[] |
[] |
[] |
[] |
twine/6.2.0 CPython/3.12.3
| 2026-01-16T04:04:07.766000
|
odoo_addon_sale_company_currency-18.0.1.0.0.4-py3-none-any.whl
| 42,559
|
38/ef/f065308b48a6b8506ee79e438c503841f988bc29cb1d431e8f8440d475fe/odoo_addon_sale_company_currency-18.0.1.0.0.4-py3-none-any.whl
|
py3
|
bdist_wheel
| null | false
|
9edd417e3765dd6ab920efdedda59d3e
|
7a818d5908ea2e95db8041c7bdaa84f9b6e3a9cdca35b55c509eeabe0dd151b5
|
38eff065308b48a6b8506ee79e438c503841f988bc29cb1d431e8f8440d475fe
| null |
[] |
2.4
|
litestar-start
|
0.1.0a11
|
Interactive CLI to scaffold fullstack projects with modular choices
|
# Litestar Start
Interactive CLI to scaffold production-ready Python backend projects.
## Installation
```bash
uvx litestar-start
```
|
text/markdown
| null |
Harshal Laheri <harshal@harshallaheri.me>
| null | null | null |
cli, fullstack, generator, litestar, scaffolding, template
|
[
"Development Status :: 3 - Alpha",
"Environment :: Console",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.13",
"Topic :: Software Development :: Code Generators"
] |
[] | null | null |
>=3.13
|
[] |
[] |
[] |
[
"jinja2>=3.1.6",
"msgspec>=0.20.0",
"questionary>=2.1.1",
"rich>=14.2.0"
] |
[] |
[] |
[] |
[
"Documentation, https://github.com/Harshal6927/litestar-start#readme",
"Issues, https://github.com/Harshal6927/litestar-start/issues",
"Source, https://github.com/Harshal6927/litestar-start"
] |
twine/6.1.0 CPython/3.13.7
| 2026-01-16T04:04:47.549000
|
litestar_start-0.1.0a11-py3-none-any.whl
| 22,017
|
e1/00/d263c008c6583d890f2a6b1c405308f2b2b1163cbbbf8c42def2c62a72ec/litestar_start-0.1.0a11-py3-none-any.whl
|
py3
|
bdist_wheel
| null | false
|
6ed9e49ab4e315390d20bd2e4f02acd3
|
052aba794188c79321f4fabef370fef506d2254df667391621b8ce4a63560630
|
e100d263c008c6583d890f2a6b1c405308f2b2b1163cbbbf8c42def2c62a72ec
|
MIT
|
[
"LICENSE"
] |
2.4
|
chromedriver-binary
|
146.0.7635.0.0
|
Installer for chromedriver.
|
# chromedriver-binary
Downloads and installs the [chromedriver](https://sites.google.com/a/chromium.org/chromedriver/) binary version 146.0.7635.0 for automated testing of webapps. The installer supports Linux, MacOS and Windows operating systems.
Alternatively the package [chromedriver-binary-auto](https://pypi.org/project/chromedriver-binary-auto/) can be used to automatically detect the latest chromedriver version required for the installed Chrome/Chromium browser.
## Installation
### Latest and fixed versions
#### From PyPI
```
pip install chromedriver-binary
```
#### From GitHub
```
pip install git+https://github.com/danielkaiser/python-chromedriver-binary.git
```
### Automatically detected versions
Please make sure to install Chrome or Chromium first and add the browser to the binary search path.
#### From PyPI
```
pip install chromedriver-binary-auto
```
To redetect the required version and install the newest suitable chromedriver after the first installation simply reinstall the package using
```
pip install --upgrade --force-reinstall chromedriver-binary-auto
```
#### From GitHub
```
pip install git+https://github.com/danielkaiser/python-chromedriver-binary.git@chromedriver-binary-auto
```
If the installed chromedriver version does not match your browser's version please try to [empty pip's cache](https://pip.pypa.io/en/stable/cli/pip_cache/) or disable the cache during (re-)installation.
## Usage
To use chromedriver just `import chromedriver_binary`. This will add the executable to your PATH so it will be found. You can also get the absolute filename of the binary with `chromedriver_binary.chromedriver_filename`.
### Example
```
from selenium import webdriver
import chromedriver_binary # Adds chromedriver binary to path
driver = webdriver.Chrome()
driver.get("http://www.python.org")
assert "Python" in driver.title
```
### Exporting chromedriver binary path
This package installs a small shell script `chromedriver-path` to easily set and export the PATH variable:
```
$ export PATH=$PATH:`chromedriver-path`
```
|
text/markdown
|
Daniel Kaiser
|
daniel.kaiser94@gmail.com
| null | null |
MIT
|
chromedriver chrome browser selenium splinter
|
[
"Development Status :: 5 - Production/Stable",
"Topic :: Software Development :: Testing",
"Topic :: System :: Installation/Setup",
"Topic :: Software Development :: Libraries :: Python Modules",
"License :: OSI Approved :: MIT License"
] |
[] |
https://github.com/danielkaiser/python-chromedriver-binary
| null | null |
[] |
[] |
[] |
[] |
[] |
[] |
[] |
[] |
twine/6.2.0 CPython/3.14.2
| 2026-01-16T04:04:48.676000
|
chromedriver_binary-146.0.7635.0.0.tar.gz
| 5,644
|
71/27/73f18e64145ab5cbe3da88da278aa75560f589d1b6ca16e06cdd64a1e385/chromedriver_binary-146.0.7635.0.0.tar.gz
|
source
|
sdist
| null | false
|
95b5b238cddcc219af49da927bd60201
|
91644789b908cab8f962009799e52a5b107c6f7d907caaf419ee9e1ebfd17d9c
|
712773f18e64145ab5cbe3da88da278aa75560f589d1b6ca16e06cdd64a1e385
| null |
[
"LICENSE"
] |
2.4
|
litestar-start
|
0.1.0a11
|
Interactive CLI to scaffold fullstack projects with modular choices
|
# Litestar Start
Interactive CLI to scaffold production-ready Python backend projects.
## Installation
```bash
uvx litestar-start
```
|
text/markdown
| null |
Harshal Laheri <harshal@harshallaheri.me>
| null | null | null |
cli, fullstack, generator, litestar, scaffolding, template
|
[
"Development Status :: 3 - Alpha",
"Environment :: Console",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.13",
"Topic :: Software Development :: Code Generators"
] |
[] | null | null |
>=3.13
|
[] |
[] |
[] |
[
"jinja2>=3.1.6",
"msgspec>=0.20.0",
"questionary>=2.1.1",
"rich>=14.2.0"
] |
[] |
[] |
[] |
[
"Documentation, https://github.com/Harshal6927/litestar-start#readme",
"Issues, https://github.com/Harshal6927/litestar-start/issues",
"Source, https://github.com/Harshal6927/litestar-start"
] |
twine/6.1.0 CPython/3.13.7
| 2026-01-16T04:04:49.023000
|
litestar_start-0.1.0a11.tar.gz
| 12,492
|
7c/6d/9ca1be709a0f30a42db68d432cb00d9f741fe4576f32c7fa49e290aa51a8/litestar_start-0.1.0a11.tar.gz
|
source
|
sdist
| null | false
|
9576fd87601cc06e9463a12aaf598708
|
3396a3e839b87eada6d29633c278c357f9d7972eeeb779794efddf8af07427b3
|
7c6d9ca1be709a0f30a42db68d432cb00d9f741fe4576f32c7fa49e290aa51a8
|
MIT
|
[
"LICENSE"
] |
2.4
|
agentberlin
|
0.8.0
|
Python SDK for Agent Berlin - AI-powered SEO and AEO automation
|
# Agent Berlin Python SDK
Official Python SDK for [Agent Berlin](https://agentberlin.ai) - AI-powered SEO and AEO automation.
## Installation
```bash
pip install agentberlin
```
## Quick Start
```python
from agentberlin import AgentBerlin
# Set your API token as an environment variable
# export AGENTBERLIN_TOKEN="your-token-here"
client = AgentBerlin()
# Get analytics for your project
analytics = client.analytics.get(project_domain="example.com")
print(f"Visibility: {analytics.visibility.current_percentage}%")
print(f"LLM Sessions: {analytics.traffic.llm_sessions}")
# Search for pages
pages = client.pages.search(
project_domain="example.com",
query="SEO best practices",
limit=10
)
for page in pages.pages:
print(f" - {page.title}: {page.url}")
# Search for keywords
keywords = client.keywords.search(
project_domain="example.com",
query="digital marketing"
)
for kw in keywords.keywords:
print(f" - {kw.keyword} (volume: {kw.volume})")
# Get page details
page = client.pages.get(
project_domain="example.com",
url="https://example.com/blog/seo-tips"
)
print(f"Title: {page.title}")
print(f"H1: {page.h1}")
# Get brand profile
profile = client.brand.get_profile(project_domain="example.com")
print(f"Domain Authority: {profile.domain_authority}")
# Update brand profile
client.brand.update_profile(
project_domain="example.com",
field="competitors",
value="competitor.com",
mode="add"
)
# Fetch SERP results
serp = client.serp.fetch(query="best seo tools", max_results=5)
for result in serp.results:
print(f" - {result.title}: {result.url}")
```
## Authentication
The SDK requires an API token. Set it as an environment variable:
```bash
export AGENTBERLIN_TOKEN="your-token-here"
```
Or pass it directly:
```python
client = AgentBerlin(token="your-token-here")
```
## Configuration
```python
client = AgentBerlin(
token="your-token", # Optional if AGENTBERLIN_TOKEN env var is set
base_url="https://...", # Optional, defaults to production API
timeout=30, # Request timeout in seconds
)
```
## Resources
### Analytics
```python
client.analytics.get(project_domain="example.com")
```
### Pages
```python
client.pages.search(project_domain, query, domain=None, limit=10, status_code=None, topic=None, page_type=None)
client.pages.get(project_domain, url, content_length=0)
```
### Keywords
```python
client.keywords.search(project_domain, query, limit=10)
```
### Brand
```python
client.brand.get_profile(project_domain)
client.brand.update_profile(project_domain, field, value, mode="add")
```
### SERP
```python
client.serp.fetch(query, max_results=10, country=None, language=None)
```
## Error Handling
```python
from agentberlin import AgentBerlin
from agentberlin.exceptions import (
AgentBerlinError,
AgentBerlinAuthenticationError,
AgentBerlinNotFoundError,
AgentBerlinRateLimitError,
)
client = AgentBerlin()
try:
analytics = client.analytics.get(project_domain="example.com")
except AgentBerlinAuthenticationError:
print("Invalid or missing API token")
except AgentBerlinNotFoundError:
print("Domain not found")
except AgentBerlinRateLimitError as e:
print(f"Rate limited. Retry after {e.retry_after} seconds")
except AgentBerlinError as e:
print(f"API error: {e.message}")
```
## License
MIT License - see [LICENSE](LICENSE) for details.
|
text/markdown
| null |
Agent Berlin <support@agentberlin.ai>
| null | null |
MIT
|
aeo, ai, analytics, optimization, search, seo
|
[
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Typing :: Typed"
] |
[] | null | null |
>=3.9
|
[] |
[] |
[] |
[
"pydantic>=2.0.0",
"requests>=2.28.0",
"black>=24.0.0; extra == \"dev\"",
"isort>=5.13.0; extra == \"dev\"",
"mypy>=1.8.0; extra == \"dev\"",
"pytest-cov>=4.1.0; extra == \"dev\"",
"pytest>=8.0.0; extra == \"dev\"",
"responses>=0.25.0; extra == \"dev\"",
"types-requests>=2.31.0; extra == \"dev\""
] |
[] |
[] |
[] |
[
"Homepage, https://agentberlin.ai",
"Documentation, https://docs.agentberlin.ai/sdk/python",
"Repository, https://github.com/boat-builder/berlin"
] |
uv/0.5.14
| 2026-01-16T04:04:49.153000
|
agentberlin-0.8.0-py3-none-any.whl
| 15,978
|
c4/7c/73f6d8cf88fa58c0531943d1d0793e6ca628cef8d40634244b28d4689b6d/agentberlin-0.8.0-py3-none-any.whl
|
py3
|
bdist_wheel
| null | false
|
42f001a4edf2a157e93d65fa480fd2a3
|
27eed37b5b66320e90d49d314b9113d655af56119a337ac93df08d370306f192
|
c47c73f6d8cf88fa58c0531943d1d0793e6ca628cef8d40634244b28d4689b6d
| null |
[
"LICENSE"
] |
2.4
|
agentberlin
|
0.8.0
|
Python SDK for Agent Berlin - AI-powered SEO and AEO automation
|
# Agent Berlin Python SDK
Official Python SDK for [Agent Berlin](https://agentberlin.ai) - AI-powered SEO and AEO automation.
## Installation
```bash
pip install agentberlin
```
## Quick Start
```python
from agentberlin import AgentBerlin
# Set your API token as an environment variable
# export AGENTBERLIN_TOKEN="your-token-here"
client = AgentBerlin()
# Get analytics for your project
analytics = client.analytics.get(project_domain="example.com")
print(f"Visibility: {analytics.visibility.current_percentage}%")
print(f"LLM Sessions: {analytics.traffic.llm_sessions}")
# Search for pages
pages = client.pages.search(
project_domain="example.com",
query="SEO best practices",
limit=10
)
for page in pages.pages:
print(f" - {page.title}: {page.url}")
# Search for keywords
keywords = client.keywords.search(
project_domain="example.com",
query="digital marketing"
)
for kw in keywords.keywords:
print(f" - {kw.keyword} (volume: {kw.volume})")
# Get page details
page = client.pages.get(
project_domain="example.com",
url="https://example.com/blog/seo-tips"
)
print(f"Title: {page.title}")
print(f"H1: {page.h1}")
# Get brand profile
profile = client.brand.get_profile(project_domain="example.com")
print(f"Domain Authority: {profile.domain_authority}")
# Update brand profile
client.brand.update_profile(
project_domain="example.com",
field="competitors",
value="competitor.com",
mode="add"
)
# Fetch SERP results
serp = client.serp.fetch(query="best seo tools", max_results=5)
for result in serp.results:
print(f" - {result.title}: {result.url}")
```
## Authentication
The SDK requires an API token. Set it as an environment variable:
```bash
export AGENTBERLIN_TOKEN="your-token-here"
```
Or pass it directly:
```python
client = AgentBerlin(token="your-token-here")
```
## Configuration
```python
client = AgentBerlin(
token="your-token", # Optional if AGENTBERLIN_TOKEN env var is set
base_url="https://...", # Optional, defaults to production API
timeout=30, # Request timeout in seconds
)
```
## Resources
### Analytics
```python
client.analytics.get(project_domain="example.com")
```
### Pages
```python
client.pages.search(project_domain, query, domain=None, limit=10, status_code=None, topic=None, page_type=None)
client.pages.get(project_domain, url, content_length=0)
```
### Keywords
```python
client.keywords.search(project_domain, query, limit=10)
```
### Brand
```python
client.brand.get_profile(project_domain)
client.brand.update_profile(project_domain, field, value, mode="add")
```
### SERP
```python
client.serp.fetch(query, max_results=10, country=None, language=None)
```
## Error Handling
```python
from agentberlin import AgentBerlin
from agentberlin.exceptions import (
AgentBerlinError,
AgentBerlinAuthenticationError,
AgentBerlinNotFoundError,
AgentBerlinRateLimitError,
)
client = AgentBerlin()
try:
analytics = client.analytics.get(project_domain="example.com")
except AgentBerlinAuthenticationError:
print("Invalid or missing API token")
except AgentBerlinNotFoundError:
print("Domain not found")
except AgentBerlinRateLimitError as e:
print(f"Rate limited. Retry after {e.retry_after} seconds")
except AgentBerlinError as e:
print(f"API error: {e.message}")
```
## License
MIT License - see [LICENSE](LICENSE) for details.
|
text/markdown
| null |
Agent Berlin <support@agentberlin.ai>
| null | null |
MIT
|
aeo, ai, analytics, optimization, search, seo
|
[
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Typing :: Typed"
] |
[] | null | null |
>=3.9
|
[] |
[] |
[] |
[
"pydantic>=2.0.0",
"requests>=2.28.0",
"black>=24.0.0; extra == \"dev\"",
"isort>=5.13.0; extra == \"dev\"",
"mypy>=1.8.0; extra == \"dev\"",
"pytest-cov>=4.1.0; extra == \"dev\"",
"pytest>=8.0.0; extra == \"dev\"",
"responses>=0.25.0; extra == \"dev\"",
"types-requests>=2.31.0; extra == \"dev\""
] |
[] |
[] |
[] |
[
"Homepage, https://agentberlin.ai",
"Documentation, https://docs.agentberlin.ai/sdk/python",
"Repository, https://github.com/boat-builder/berlin"
] |
uv/0.5.14
| 2026-01-16T04:04:51.177000
|
agentberlin-0.8.0.tar.gz
| 12,435
|
a3/bf/55b7294f71fccd13dcf1f9a4719ac6e2e246c960b65485f05b6b898d984d/agentberlin-0.8.0.tar.gz
|
source
|
sdist
| null | false
|
32224fb807723ec579e9ece776d93b8a
|
6c27765847fd6f19ba72c7a657dfb76eb3305bd4faac2598d04e53da55d7017f
|
a3bf55b7294f71fccd13dcf1f9a4719ac6e2e246c960b65485f05b6b898d984d
| null |
[
"LICENSE"
] |
2.4
|
kan-linear
|
1.0.0
|
A KANLinear layer implementation using PyTorch
|
# KANLinear
A PyTorch implementation of the KANLinear layer.
## Installation
```bash
pip install git+https://github.com/dillfrescott/kan_linear
```
## Usage
```python
from kan_linear import KANLinear
import torch
model = KANLinear(in_features=10, out_features=5)
x = torch.randn(1, 10)
output = model(x)
print(output.shape)
```
|
text/markdown
| null |
Cross <cross@dill.moe>
| null | null | null | null |
[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent"
] |
[] | null | null |
>=3.7
|
[] |
[] |
[] |
[
"torch"
] |
[] |
[] |
[] |
[
"Homepage, https://github.com/dillfrescott/kan_linear"
] |
twine/6.2.0 CPython/3.13.9
| 2026-01-16T04:05:10.161000
|
kan_linear-1.0.0-py3-none-any.whl
| 3,632
|
6b/af/b97fce1d2b2610063dab770b424440d166949eb583605547790777872e3a/kan_linear-1.0.0-py3-none-any.whl
|
py3
|
bdist_wheel
| null | false
|
ba4de7c1ba21ec90b4fe382f5eadb67b
|
0d4bb5ac9a81a22459f42680f36727542a59173c0d4efb9447beb0c7c1b6a8f2
|
6bafb97fce1d2b2610063dab770b424440d166949eb583605547790777872e3a
| null |
[
"LICENSE"
] |
2.4
|
kan-linear
|
1.0.0
|
A KANLinear layer implementation using PyTorch
|
# KANLinear
A PyTorch implementation of the KANLinear layer.
## Installation
```bash
pip install git+https://github.com/dillfrescott/kan_linear
```
## Usage
```python
from kan_linear import KANLinear
import torch
model = KANLinear(in_features=10, out_features=5)
x = torch.randn(1, 10)
output = model(x)
print(output.shape)
```
|
text/markdown
| null |
Cross <cross@dill.moe>
| null | null | null | null |
[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent"
] |
[] | null | null |
>=3.7
|
[] |
[] |
[] |
[
"torch"
] |
[] |
[] |
[] |
[
"Homepage, https://github.com/dillfrescott/kan_linear"
] |
twine/6.2.0 CPython/3.13.9
| 2026-01-16T04:05:11.574000
|
kan_linear-1.0.0.tar.gz
| 3,229
|
f1/0b/29d30bb943c03c656bc265c1c40356068ec546220afa42ccdb62ba612cad/kan_linear-1.0.0.tar.gz
|
source
|
sdist
| null | false
|
e4deab384aea4af68583cc03fa129cc1
|
75d14ca1935fe36d7e54a254dd1eff9dd3d5904cf810c28f27da79354ea0485c
|
f10b29d30bb943c03c656bc265c1c40356068ec546220afa42ccdb62ba612cad
| null |
[
"LICENSE"
] |
2.4
|
agentberlin
|
0.9.0
|
Python SDK for Agent Berlin - AI-powered SEO and AEO automation
|
# Agent Berlin Python SDK
Official Python SDK for [Agent Berlin](https://agentberlin.ai) - AI-powered SEO and AEO automation.
## Installation
```bash
pip install agentberlin
```
## Quick Start
```python
from agentberlin import AgentBerlin
# Set your API token as an environment variable
# export AGENTBERLIN_TOKEN="your-token-here"
client = AgentBerlin()
# Get analytics for your project
analytics = client.analytics.get(project_domain="example.com")
print(f"Visibility: {analytics.visibility.current_percentage}%")
print(f"LLM Sessions: {analytics.traffic.llm_sessions}")
# Search for pages
pages = client.pages.search(
project_domain="example.com",
query="SEO best practices",
limit=10
)
for page in pages.pages:
print(f" - {page.title}: {page.url}")
# Search for keywords
keywords = client.keywords.search(
project_domain="example.com",
query="digital marketing"
)
for kw in keywords.keywords:
print(f" - {kw.keyword} (volume: {kw.volume})")
# Get page details
page = client.pages.get(
project_domain="example.com",
url="https://example.com/blog/seo-tips"
)
print(f"Title: {page.title}")
print(f"H1: {page.h1}")
# Get brand profile
profile = client.brand.get_profile(project_domain="example.com")
print(f"Domain Authority: {profile.domain_authority}")
# Update brand profile
client.brand.update_profile(
project_domain="example.com",
field="competitors",
value="competitor.com",
mode="add"
)
# Fetch SERP results
serp = client.serp.fetch(query="best seo tools", max_results=5)
for result in serp.results:
print(f" - {result.title}: {result.url}")
```
## Authentication
The SDK requires an API token. Set it as an environment variable:
```bash
export AGENTBERLIN_TOKEN="your-token-here"
```
Or pass it directly:
```python
client = AgentBerlin(token="your-token-here")
```
## Configuration
```python
client = AgentBerlin(
token="your-token", # Optional if AGENTBERLIN_TOKEN env var is set
base_url="https://...", # Optional, defaults to production API
timeout=30, # Request timeout in seconds
)
```
## Resources
### Analytics
```python
client.analytics.get(project_domain="example.com")
```
### Pages
```python
client.pages.search(project_domain, query, domain=None, limit=10, status_code=None, topic=None, page_type=None)
client.pages.get(project_domain, url, content_length=0)
```
### Keywords
```python
client.keywords.search(project_domain, query, limit=10)
```
### Brand
```python
client.brand.get_profile(project_domain)
client.brand.update_profile(project_domain, field, value, mode="add")
```
### SERP
```python
client.serp.fetch(query, max_results=10, country=None, language=None)
```
## Error Handling
```python
from agentberlin import AgentBerlin
from agentberlin.exceptions import (
AgentBerlinError,
AgentBerlinAuthenticationError,
AgentBerlinNotFoundError,
AgentBerlinRateLimitError,
)
client = AgentBerlin()
try:
analytics = client.analytics.get(project_domain="example.com")
except AgentBerlinAuthenticationError:
print("Invalid or missing API token")
except AgentBerlinNotFoundError:
print("Domain not found")
except AgentBerlinRateLimitError as e:
print(f"Rate limited. Retry after {e.retry_after} seconds")
except AgentBerlinError as e:
print(f"API error: {e.message}")
```
## License
MIT License - see [LICENSE](LICENSE) for details.
|
text/markdown
| null |
Agent Berlin <support@agentberlin.ai>
| null | null |
MIT
|
aeo, ai, analytics, optimization, search, seo
|
[
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Typing :: Typed"
] |
[] | null | null |
>=3.9
|
[] |
[] |
[] |
[
"pydantic>=2.0.0",
"requests>=2.28.0",
"black>=24.0.0; extra == \"dev\"",
"isort>=5.13.0; extra == \"dev\"",
"mypy>=1.8.0; extra == \"dev\"",
"pytest-cov>=4.1.0; extra == \"dev\"",
"pytest>=8.0.0; extra == \"dev\"",
"responses>=0.25.0; extra == \"dev\"",
"types-requests>=2.31.0; extra == \"dev\""
] |
[] |
[] |
[] |
[
"Homepage, https://agentberlin.ai",
"Documentation, https://docs.agentberlin.ai/sdk/python",
"Repository, https://github.com/boat-builder/berlin"
] |
uv/0.5.14
| 2026-01-16T04:05:32.469000
|
agentberlin-0.9.0-py3-none-any.whl
| 15,979
|
ec/52/4b42716ba1021edf9c67676486de75b577ecc785fcb795af5f84ca228af2/agentberlin-0.9.0-py3-none-any.whl
|
py3
|
bdist_wheel
| null | false
|
ad783538e626f04b1ee5a43bb625053b
|
e050540b686efb8a5698476b41311e240e67eafcb6b964060a5714721ea46c44
|
ec524b42716ba1021edf9c67676486de75b577ecc785fcb795af5f84ca228af2
| null |
[
"LICENSE"
] |
2.4
|
pulumi-databricks
|
1.82.0a1768535445
|
A Pulumi package for creating and managing databricks cloud resources.
|
[](https://github.com/pulumi/pulumi-databricks/actions)
[](https://slack.pulumi.com)
[](https://www.npmjs.com/package/@pulumi/databricks)
[](https://pypi.org/project/pulumi-databricks)
[](https://badge.fury.io/nu/pulumi.databricks)
[](https://pkg.go.dev/github.com/pulumi/pulumi-databricks/sdk/go)
[](https://github.com/pulumi/pulumi-databricks/blob/master/LICENSE)
# Databricks Resource Provider
The Databricks Resource Provider lets you manage Databricks resources.
## Installing
This package is available in many languages in the standard packaging formats.
### Node.js (Java/TypeScript)
To use from JavaScript or TypeScript in Node.js, install using either `npm`:
$ npm install @pulumi/databricks
or `yarn`:
$ yarn add @pulumi/databricks
### Python
To use from Python, install using `pip`:
$ pip install pulumi_databricks
### Go
To use from Go, use `go get` to grab the latest version of the library
$ go get github.com/pulumi/pulumi-databricks/sdk
### .NET
To use from .NET, install using `dotnet add package`:
$ dotnet add package Pulumi.Databricks
## Configuration
The following configuration points are available:
* `databricks:host` - (optional) This is the host of the Databricks workspace. It is a URL that you use to login to your workspace.
Alternatively, you can provide this value as an environment variable `DATABRICKS_HOST`.
* `databricks:token` - (optional) This is the API token to authenticate into the workspace. Alternatively, you can provide
this value as an environment variable `DATABRICKS_TOKEN`.
* `databricks:username` - (optional) This is the username of the user that can log into the workspace. Alternatively,
you can provide this value as an environment variable `DATABRICKS_USERNAME`.
* `databricks:password` - (optional) This is the user's password that can log into the workspace. Alternatively, you can
provide this value as an environment variable `DATABRICKS_PASSWORD`.
* `databricks:configFile` - (optional) Location of the Databricks CLI credentials file created by `databricks configure --token`
command (`~/.databrickscfg` by default). Check [Databricks CLI documentation](https://docs.databricks.com/dev-tools/cli/index.html#set-up-authentication) for more details.
The provider uses configuration file credentials when you don't specify host/token/username/password/azure attributes.
Alternatively, you can provide this value as an environment variable `DATABRICKS_CONFIG_FILE`. This field defaults to `~/.databrickscfg`.
* `databricks:profile` - (optional) Connection profile specified within `~/.databrickscfg`. Please check
[connection profiles section](https://docs.databricks.com/dev-tools/cli/index.html#connection-profiles) for more details. This field defaults to `DEFAULT`.
* `databricks:accountId` - (optional) Account Id that could be found in the bottom left corner of
[Accounts Console](https://accounts.cloud.databricks.com/). Alternatively, you can provide this value as an environment
variable `DATABRICKS_ACCOUNT_ID`. Only has effect when `host = "https://accounts.cloud.databricks.com/"` and currently used to provision account admins via `databricks_user`.
In the future releases of the provider this property will also be used specify account for `databricks_mws_*` resources as well.
* `databricks:authType` - (optional) enforce specific auth type to be used in very rare cases, where a single provider state
manages Databricks workspaces on more than one cloud and `More than one authorization method configured` error is a false positive. Valid values are `pat`, `basic`, `azure-client-secret`, `azure-msi`, `azure-cli`, and `databricks-cli`.
## Reference
For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/databricks/api-docs/).
## Contributors
This package was originally built by the development team at [https://www.ingenii.io/](https://www.ingenii.io/). Pulumi thanks them for their continued contributions to the project.
|
text/markdown
| null | null | null | null |
Apache-2.0
|
pulumi, databricks, category/infrastructure
|
[] |
[] | null | null |
>=3.9
|
[] |
[] |
[] |
[
"parver>=0.2.1",
"pulumi<4.0.0,>=3.165.0",
"semver>=2.8.1",
"typing-extensions<5,>=4.11; python_version < \"3.11\""
] |
[] |
[] |
[] |
[
"Homepage, https://www.pulumi.com",
"Repository, https://github.com/pulumi/pulumi-databricks"
] |
twine/6.2.0 CPython/3.11.8
| 2026-01-16T04:05:33.297000
|
pulumi_databricks-1.82.0a1768535445-py3-none-any.whl
| 1,423,545
|
5f/9d/dfce215d12cdf36bad6681dc763a6487f589f3a04de7ce084456d0228e84/pulumi_databricks-1.82.0a1768535445-py3-none-any.whl
|
py3
|
bdist_wheel
| null | false
|
5e0768ddbfb877c0fc55fd0bfbdf1558
|
df68c6dcc800fabb303ea542b36379a4b759a1bd669a64f5d92c443672a84365
|
5f9ddfce215d12cdf36bad6681dc763a6487f589f3a04de7ce084456d0228e84
| null |
[] |
2.4
|
prompttube-sdk
|
0.1.0
|
Tiny Python wrapper for the PromptTube Public API v0.
|
# PromptTube Python SDK (v0.1.0)
Tiny wrapper around the PromptTube Public API v0.
## Install
Copy `prompttube.py` into your project, or publish this folder as a package.
## Usage
```python
from prompttube import PromptTube
client = PromptTube(
api_key="ptu_...",
base_url="https://prompttube.ai",
)
prompts = client.list_prompts(limit=10)
run = client.run(
messages=[{"role": "user", "content": "Summarize this text."}],
tier="basic",
)
summary = client.create_summary(
text=run["text"],
intent="Conversation recap",
reusable_prompt="You are a helpful summarizer.",
)
print(len(prompts["items"]), run["text"], summary["summaryId"])
```
## Endpoints covered
- Read: `/api/v0/prompts`
- Run: `/api/v0/run`
- Summaries: `/api/v0/summaries`
|
text/markdown
| null | null | null | null | null | null |
[] |
[] | null | null |
>=3.9
|
[] |
[] |
[] |
[] |
[] |
[] |
[] |
[] |
twine/6.2.0 CPython/3.12.10
| 2026-01-16T04:05:33.748000
|
prompttube_sdk-0.1.0-py3-none-any.whl
| 2,426
|
82/ab/a7e92ac7350447112f44a571d2b28bae4c951ad5f23a7fd76bbdeb7a92fc/prompttube_sdk-0.1.0-py3-none-any.whl
|
py3
|
bdist_wheel
| null | false
|
86c44cc2240a2c422b5a7011328ea04e
|
3b423cdbe32fbbe379d53c1a4918c2656f2dc6fb68a03dc18b6f3fa5a4e06803
|
82aba7e92ac7350447112f44a571d2b28bae4c951ad5f23a7fd76bbdeb7a92fc
| null |
[] |
2.4
|
pulumi-databricks
|
1.82.0a1768535445
|
A Pulumi package for creating and managing databricks cloud resources.
|
[](https://github.com/pulumi/pulumi-databricks/actions)
[](https://slack.pulumi.com)
[](https://www.npmjs.com/package/@pulumi/databricks)
[](https://pypi.org/project/pulumi-databricks)
[](https://badge.fury.io/nu/pulumi.databricks)
[](https://pkg.go.dev/github.com/pulumi/pulumi-databricks/sdk/go)
[](https://github.com/pulumi/pulumi-databricks/blob/master/LICENSE)
# Databricks Resource Provider
The Databricks Resource Provider lets you manage Databricks resources.
## Installing
This package is available in many languages in the standard packaging formats.
### Node.js (Java/TypeScript)
To use from JavaScript or TypeScript in Node.js, install using either `npm`:
$ npm install @pulumi/databricks
or `yarn`:
$ yarn add @pulumi/databricks
### Python
To use from Python, install using `pip`:
$ pip install pulumi_databricks
### Go
To use from Go, use `go get` to grab the latest version of the library
$ go get github.com/pulumi/pulumi-databricks/sdk
### .NET
To use from .NET, install using `dotnet add package`:
$ dotnet add package Pulumi.Databricks
## Configuration
The following configuration points are available:
* `databricks:host` - (optional) This is the host of the Databricks workspace. It is a URL that you use to login to your workspace.
Alternatively, you can provide this value as an environment variable `DATABRICKS_HOST`.
* `databricks:token` - (optional) This is the API token to authenticate into the workspace. Alternatively, you can provide
this value as an environment variable `DATABRICKS_TOKEN`.
* `databricks:username` - (optional) This is the username of the user that can log into the workspace. Alternatively,
you can provide this value as an environment variable `DATABRICKS_USERNAME`.
* `databricks:password` - (optional) This is the user's password that can log into the workspace. Alternatively, you can
provide this value as an environment variable `DATABRICKS_PASSWORD`.
* `databricks:configFile` - (optional) Location of the Databricks CLI credentials file created by `databricks configure --token`
command (`~/.databrickscfg` by default). Check [Databricks CLI documentation](https://docs.databricks.com/dev-tools/cli/index.html#set-up-authentication) for more details.
The provider uses configuration file credentials when you don't specify host/token/username/password/azure attributes.
Alternatively, you can provide this value as an environment variable `DATABRICKS_CONFIG_FILE`. This field defaults to `~/.databrickscfg`.
* `databricks:profile` - (optional) Connection profile specified within `~/.databrickscfg`. Please check
[connection profiles section](https://docs.databricks.com/dev-tools/cli/index.html#connection-profiles) for more details. This field defaults to `DEFAULT`.
* `databricks:accountId` - (optional) Account Id that could be found in the bottom left corner of
[Accounts Console](https://accounts.cloud.databricks.com/). Alternatively, you can provide this value as an environment
variable `DATABRICKS_ACCOUNT_ID`. Only has effect when `host = "https://accounts.cloud.databricks.com/"` and currently used to provision account admins via `databricks_user`.
In the future releases of the provider this property will also be used specify account for `databricks_mws_*` resources as well.
* `databricks:authType` - (optional) enforce specific auth type to be used in very rare cases, where a single provider state
manages Databricks workspaces on more than one cloud and `More than one authorization method configured` error is a false positive. Valid values are `pat`, `basic`, `azure-client-secret`, `azure-msi`, `azure-cli`, and `databricks-cli`.
## Reference
For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/databricks/api-docs/).
## Contributors
This package was originally built by the development team at [https://www.ingenii.io/](https://www.ingenii.io/). Pulumi thanks them for their continued contributions to the project.
|
text/markdown
| null | null | null | null |
Apache-2.0
|
pulumi, databricks, category/infrastructure
|
[] |
[] | null | null |
>=3.9
|
[] |
[] |
[] |
[
"parver>=0.2.1",
"pulumi<4.0.0,>=3.165.0",
"semver>=2.8.1",
"typing-extensions<5,>=4.11; python_version < \"3.11\""
] |
[] |
[] |
[] |
[
"Homepage, https://www.pulumi.com",
"Repository, https://github.com/pulumi/pulumi-databricks"
] |
twine/6.2.0 CPython/3.11.8
| 2026-01-16T04:05:35.027000
|
pulumi_databricks-1.82.0a1768535445.tar.gz
| 1,124,212
|
34/f7/668190137903dd764a3e760fa9287e5871a4e64ca5fb374e053efbe00706/pulumi_databricks-1.82.0a1768535445.tar.gz
|
source
|
sdist
| null | false
|
e575b927926a28210f288beeb4c1d89c
|
db9866fd6e7488ba39e10da155640192bd0f39fee1edc1faf0ff7703c7f6ec1b
|
34f7668190137903dd764a3e760fa9287e5871a4e64ca5fb374e053efbe00706
| null |
[] |
2.4
|
agentberlin
|
0.9.0
|
Python SDK for Agent Berlin - AI-powered SEO and AEO automation
|
# Agent Berlin Python SDK
Official Python SDK for [Agent Berlin](https://agentberlin.ai) - AI-powered SEO and AEO automation.
## Installation
```bash
pip install agentberlin
```
## Quick Start
```python
from agentberlin import AgentBerlin
# Set your API token as an environment variable
# export AGENTBERLIN_TOKEN="your-token-here"
client = AgentBerlin()
# Get analytics for your project
analytics = client.analytics.get(project_domain="example.com")
print(f"Visibility: {analytics.visibility.current_percentage}%")
print(f"LLM Sessions: {analytics.traffic.llm_sessions}")
# Search for pages
pages = client.pages.search(
project_domain="example.com",
query="SEO best practices",
limit=10
)
for page in pages.pages:
print(f" - {page.title}: {page.url}")
# Search for keywords
keywords = client.keywords.search(
project_domain="example.com",
query="digital marketing"
)
for kw in keywords.keywords:
print(f" - {kw.keyword} (volume: {kw.volume})")
# Get page details
page = client.pages.get(
project_domain="example.com",
url="https://example.com/blog/seo-tips"
)
print(f"Title: {page.title}")
print(f"H1: {page.h1}")
# Get brand profile
profile = client.brand.get_profile(project_domain="example.com")
print(f"Domain Authority: {profile.domain_authority}")
# Update brand profile
client.brand.update_profile(
project_domain="example.com",
field="competitors",
value="competitor.com",
mode="add"
)
# Fetch SERP results
serp = client.serp.fetch(query="best seo tools", max_results=5)
for result in serp.results:
print(f" - {result.title}: {result.url}")
```
## Authentication
The SDK requires an API token. Set it as an environment variable:
```bash
export AGENTBERLIN_TOKEN="your-token-here"
```
Or pass it directly:
```python
client = AgentBerlin(token="your-token-here")
```
## Configuration
```python
client = AgentBerlin(
token="your-token", # Optional if AGENTBERLIN_TOKEN env var is set
base_url="https://...", # Optional, defaults to production API
timeout=30, # Request timeout in seconds
)
```
## Resources
### Analytics
```python
client.analytics.get(project_domain="example.com")
```
### Pages
```python
client.pages.search(project_domain, query, domain=None, limit=10, status_code=None, topic=None, page_type=None)
client.pages.get(project_domain, url, content_length=0)
```
### Keywords
```python
client.keywords.search(project_domain, query, limit=10)
```
### Brand
```python
client.brand.get_profile(project_domain)
client.brand.update_profile(project_domain, field, value, mode="add")
```
### SERP
```python
client.serp.fetch(query, max_results=10, country=None, language=None)
```
## Error Handling
```python
from agentberlin import AgentBerlin
from agentberlin.exceptions import (
AgentBerlinError,
AgentBerlinAuthenticationError,
AgentBerlinNotFoundError,
AgentBerlinRateLimitError,
)
client = AgentBerlin()
try:
analytics = client.analytics.get(project_domain="example.com")
except AgentBerlinAuthenticationError:
print("Invalid or missing API token")
except AgentBerlinNotFoundError:
print("Domain not found")
except AgentBerlinRateLimitError as e:
print(f"Rate limited. Retry after {e.retry_after} seconds")
except AgentBerlinError as e:
print(f"API error: {e.message}")
```
## License
MIT License - see [LICENSE](LICENSE) for details.
|
text/markdown
| null |
Agent Berlin <support@agentberlin.ai>
| null | null |
MIT
|
aeo, ai, analytics, optimization, search, seo
|
[
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Typing :: Typed"
] |
[] | null | null |
>=3.9
|
[] |
[] |
[] |
[
"pydantic>=2.0.0",
"requests>=2.28.0",
"black>=24.0.0; extra == \"dev\"",
"isort>=5.13.0; extra == \"dev\"",
"mypy>=1.8.0; extra == \"dev\"",
"pytest-cov>=4.1.0; extra == \"dev\"",
"pytest>=8.0.0; extra == \"dev\"",
"responses>=0.25.0; extra == \"dev\"",
"types-requests>=2.31.0; extra == \"dev\""
] |
[] |
[] |
[] |
[
"Homepage, https://agentberlin.ai",
"Documentation, https://docs.agentberlin.ai/sdk/python",
"Repository, https://github.com/boat-builder/berlin"
] |
uv/0.5.14
| 2026-01-16T04:05:33.909000
|
agentberlin-0.9.0.tar.gz
| 12,438
|
60/b8/4795741f666f4a728f97011afcd58f0b3482d61d7489a31186f480fdb694/agentberlin-0.9.0.tar.gz
|
source
|
sdist
| null | false
|
e29f9d3b7fff8a88d90e62343a40c7b9
|
a3719e8c3e774882fe561fcccb7af7e1c7266c013644a2525cd77856e381ff5f
|
60b84795741f666f4a728f97011afcd58f0b3482d61d7489a31186f480fdb694
| null |
[
"LICENSE"
] |
2.4
|
prompttube-sdk
|
0.1.0
|
Tiny Python wrapper for the PromptTube Public API v0.
|
# PromptTube Python SDK (v0.1.0)
Tiny wrapper around the PromptTube Public API v0.
## Install
Copy `prompttube.py` into your project, or publish this folder as a package.
## Usage
```python
from prompttube import PromptTube
client = PromptTube(
api_key="ptu_...",
base_url="https://prompttube.ai",
)
prompts = client.list_prompts(limit=10)
run = client.run(
messages=[{"role": "user", "content": "Summarize this text."}],
tier="basic",
)
summary = client.create_summary(
text=run["text"],
intent="Conversation recap",
reusable_prompt="You are a helpful summarizer.",
)
print(len(prompts["items"]), run["text"], summary["summaryId"])
```
## Endpoints covered
- Read: `/api/v0/prompts`
- Run: `/api/v0/run`
- Summaries: `/api/v0/summaries`
|
text/markdown
| null | null | null | null | null | null |
[] |
[] | null | null |
>=3.9
|
[] |
[] |
[] |
[] |
[] |
[] |
[] |
[] |
twine/6.2.0 CPython/3.12.10
| 2026-01-16T04:05:36.298000
|
prompttube_sdk-0.1.0.tar.gz
| 2,054
|
b3/a2/d6701c20c6ebc71e648238e2be9e351b473f9a60b55570f55a6789078acc/prompttube_sdk-0.1.0.tar.gz
|
source
|
sdist
| null | false
|
9118da9bfcfa0638a9309d98fcedc087
|
20c4fc26a038d3eba880380857ec2f3b8346c05c96927fb7f73b2a67a40bfacf
|
b3a2d6701c20c6ebc71e648238e2be9e351b473f9a60b55570f55a6789078acc
| null |
[] |
2.4
|
ry
|
0.0.79
|
ry = rust + python
|
# ry
[](https://pypi.org/project/ry/)
[](https://pypi.org/project/ry/)
[](https://pypi.org/project/ry/)
[](https://pypistats.org/packages/ry)
[](https://pypi.org/project/ry/)
[](https://pypi.org/project/ry/)
A growing collection of Python shims around Rust crates; fast, async-first, and
ergonomic.
**DOCS:** [ryo3.dev](https://ryo3.dev) (WIP)
**API:** [ryo3.dev/api](https://ryo3.dev/api)
**This is a work in progress ~ feedback and PRs are welcome.**
## Highlights
- **Async-first client and blocking/sync client:** Built on `reqwest`, with a
`fetch`-like API. Supports streaming, zero-copy IO via the buffer protocol,
timeouts, redirect-following, and native JSON (de)serialization via
`serde`/`jiter`.
- **`jiff` based datetime library:** comprehensive datetime library based on
`jiff` (pydantic-compatible).
- **Async file I/O:** Built on `tokio`, with an `AsyncFile` API similar to
`aiofiles` and `anyio`'s async-file api. Supports buffered reads/writes,
truncation, streaming reads, and `anyio` compatibility.
- **(de)compression:** (de)compression tools for `zstd`, `brotli`, `gzip`, and
`bzip2`.
- **Miscellaneous bindings:** Includes crates like `globset`, `walkdir`,
`sqlformat`, `unindent`, `twox-hash`, and more.
- **Designed for ergonomics:** Async where it matters. Simple where possible.
Python-native behavior with minimal friction.
- **Type Annotated:** All public APIs are (painstakingly) type annotated.
- **Performant:** Speed without the words "blazingly fast." [^1]
- **Pydantic Integration:** ry data types (mostly) work good w/ pydantic.
- **Not slop:** written by a human [^2]
- **No emojis**
## Install
```bash
pip install ry
uv add ry
# check install
python -m ry
```
## Quickstart
Check out the [examples](https://github.com/jessekrubin/ry/tree/main/examples)
directory for some quickstart examples.
---
## What?
- `ry` -- the python package
- `ryo3-*` -- the rust crates that are used by `ry` and possibly your own
`pyo3`-based python package
## Who?
- jessekrubin <jessekrubin@gmail.com>
- possibly you!?
## FAQ
_(aka: questions that I have been asking myself)_
- **Q:** Why?
- **A:** I (jesse) needed several hashing functions for python and then kept
adding things as I needed them
- **Q:** Does this have anything to do with the (excellent) package manager
`rye`?
- **A:** short answer: no. long answer: no, it does not.
- **Q:** Why is the repo split into `ry` and `ryo3`?
- **A:** `ry` is the python package, `ryo3` is a rust crate setup to let you
"register" functions you may want if you were writing your own pyo3-python
bindings library; maybe someday the `ryo3::libs` module will be split up
into separate packages
## Crate bindings
| **crate** | **ryo3-crate** |
| --------------- | ------------------------------------------------------------------------------------- |
| `std` | [`ryo3-std`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-std) |
| `bytes` | [`ryo3-bytes`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-bytes) |
| `bzip2` | [`ryo3-bzip2`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-bzip2) |
| `dirs` | [`ryo3-dirs`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-dirs) |
| `fspath` | [`ryo3-fspath`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-fspath) |
| `glob` | [`ryo3-glob`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-glob) |
| `heck` | [`ryo3-heck`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-heck) |
| `http` | [`ryo3-http`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-http) |
| `jiter` | [`ryo3-jiter`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-jiter) |
| `json` | [`ryo3-json`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-json) |
| `pydantic` | [`ryo3-pydantic`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-pydantic) |
| `reqwest` | [`ryo3-reqwest`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-reqwest) |
| `serde` | [`ryo3-serde`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-serde) |
| `shlex` | [`ryo3-shlex`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-shlex) |
| `size` | [`ryo3-size`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-size) |
| `sqlformat` | [`ryo3-sqlformat`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-sqlformat) |
| `tokio` | [`ryo3-tokio`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-tokio) |
| `ulid` | [`ryo3-ulid`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-ulid) |
| `unindent` | [`ryo3-unindent`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-unindent) |
| `url` | [`ryo3-url`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-url) |
| `uuid` | [`ryo3-uuid`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-uuid) |
| `which` | [`ryo3-which`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-which) |
| **Compression** | **~** |
| `brotli` | [`ryo3-brotli`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-brotli) |
| `flate2` | [`ryo3-flate2`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-flate2) |
| `zstd` | [`ryo3-zstd`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-zstd) |
| **Hashing** | **~** |
| `fnv` | [`ryo3-fnv`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-fnv) |
| `twox-hash` | [`ryo3-twox-hash`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-twox-hash) |
| **@BurntSushi** | **~** |
| `globset` | [`ryo3-globset`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-globset) |
| `jiff` | [`ryo3-jiff`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-jiff) |
| `memchr` | [`ryo3-memchr`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-memchr) |
| `regex` | [`ryo3-regex`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-regex) |
| `same-file` | [`ryo3-same-file`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-same-file) |
| `walkdir` | [`ryo3-walkdir`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-walkdir) |
---
## DEV
- `just` is used to run tasks
- Do not use the phrase `blazing fast` or any emojis in any PRs or issues or
docs
- type annotations are required
- `ruff` used for formatting and linting
---
## SEE ALSO
- [utiles](https://github.com/jessekrubin/utiles): web-map tile utils
[^1]:
Release‑version benchmarks of `ry` (via `pytest-benchmark`) showed no real
performance variance, regardless of whether "blazingly fast" appeared in the
README or docs.
[^2]: Artisanal, hand-crafted, small-batch software.
|
text/markdown; charset=UTF-8; variant=GFM
| null |
jesse rubin <jessekrubin@gmail.com>
| null |
jesse rubin <jessekrubin@gmail.com>
| null |
datetime, http, jiff, json, pyo3, reqwest, rust, tokio, xxhash, zstd
|
[
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Programming Language :: Rust",
"Topic :: Utilities",
"Typing :: Typed"
] |
[] |
https://github.com/jessekrubin/ry
| null |
>=3.11
|
[] |
[] |
[] |
[] |
[] |
[] |
[] |
[
"Changelog, https://github.com/jessekrubin/ry/blob/main/CHANGELOG.md",
"Homepage, https://github.com/jessekrubin/ry",
"Issues, https://github.com/jessekrubin/ry/issues",
"Source, https://github.com/jessekrubin/ry"
] |
uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
| 2026-01-16T04:05:38.852000
|
ry-0.0.79-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
| 6,908,923
|
45/3f/99f66c316201547fb3d7170bfe86c7c3d025fc0189d3d66e60490fdb0995/ry-0.0.79-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
|
cp311
|
bdist_wheel
| null | false
|
2688c86a797251b023550a1a1aee5cc1
|
c1ae74f6d46fb0a42db8721f28b7199af28552eb2d973245ddac1daf0b126221
|
453f99f66c316201547fb3d7170bfe86c7c3d025fc0189d3d66e60490fdb0995
|
MIT OR Apache-2.0
|
[
"LICENSE-APACHE",
"LICENSE-MIT"
] |
2.4
|
ry
|
0.0.79
|
ry = rust + python
|
# ry
[](https://pypi.org/project/ry/)
[](https://pypi.org/project/ry/)
[](https://pypi.org/project/ry/)
[](https://pypistats.org/packages/ry)
[](https://pypi.org/project/ry/)
[](https://pypi.org/project/ry/)
A growing collection of Python shims around Rust crates; fast, async-first, and
ergonomic.
**DOCS:** [ryo3.dev](https://ryo3.dev) (WIP)
**API:** [ryo3.dev/api](https://ryo3.dev/api)
**This is a work in progress ~ feedback and PRs are welcome.**
## Highlights
- **Async-first client and blocking/sync client:** Built on `reqwest`, with a
`fetch`-like API. Supports streaming, zero-copy IO via the buffer protocol,
timeouts, redirect-following, and native JSON (de)serialization via
`serde`/`jiter`.
- **`jiff` based datetime library:** comprehensive datetime library based on
`jiff` (pydantic-compatible).
- **Async file I/O:** Built on `tokio`, with an `AsyncFile` API similar to
`aiofiles` and `anyio`'s async-file api. Supports buffered reads/writes,
truncation, streaming reads, and `anyio` compatibility.
- **(de)compression:** (de)compression tools for `zstd`, `brotli`, `gzip`, and
`bzip2`.
- **Miscellaneous bindings:** Includes crates like `globset`, `walkdir`,
`sqlformat`, `unindent`, `twox-hash`, and more.
- **Designed for ergonomics:** Async where it matters. Simple where possible.
Python-native behavior with minimal friction.
- **Type Annotated:** All public APIs are (painstakingly) type annotated.
- **Performant:** Speed without the words "blazingly fast." [^1]
- **Pydantic Integration:** ry data types (mostly) work good w/ pydantic.
- **Not slop:** written by a human [^2]
- **No emojis**
## Install
```bash
pip install ry
uv add ry
# check install
python -m ry
```
## Quickstart
Check out the [examples](https://github.com/jessekrubin/ry/tree/main/examples)
directory for some quickstart examples.
---
## What?
- `ry` -- the python package
- `ryo3-*` -- the rust crates that are used by `ry` and possibly your own
`pyo3`-based python package
## Who?
- jessekrubin <jessekrubin@gmail.com>
- possibly you!?
## FAQ
_(aka: questions that I have been asking myself)_
- **Q:** Why?
- **A:** I (jesse) needed several hashing functions for python and then kept
adding things as I needed them
- **Q:** Does this have anything to do with the (excellent) package manager
`rye`?
- **A:** short answer: no. long answer: no, it does not.
- **Q:** Why is the repo split into `ry` and `ryo3`?
- **A:** `ry` is the python package, `ryo3` is a rust crate setup to let you
"register" functions you may want if you were writing your own pyo3-python
bindings library; maybe someday the `ryo3::libs` module will be split up
into separate packages
## Crate bindings
| **crate** | **ryo3-crate** |
| --------------- | ------------------------------------------------------------------------------------- |
| `std` | [`ryo3-std`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-std) |
| `bytes` | [`ryo3-bytes`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-bytes) |
| `bzip2` | [`ryo3-bzip2`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-bzip2) |
| `dirs` | [`ryo3-dirs`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-dirs) |
| `fspath` | [`ryo3-fspath`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-fspath) |
| `glob` | [`ryo3-glob`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-glob) |
| `heck` | [`ryo3-heck`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-heck) |
| `http` | [`ryo3-http`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-http) |
| `jiter` | [`ryo3-jiter`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-jiter) |
| `json` | [`ryo3-json`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-json) |
| `pydantic` | [`ryo3-pydantic`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-pydantic) |
| `reqwest` | [`ryo3-reqwest`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-reqwest) |
| `serde` | [`ryo3-serde`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-serde) |
| `shlex` | [`ryo3-shlex`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-shlex) |
| `size` | [`ryo3-size`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-size) |
| `sqlformat` | [`ryo3-sqlformat`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-sqlformat) |
| `tokio` | [`ryo3-tokio`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-tokio) |
| `ulid` | [`ryo3-ulid`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-ulid) |
| `unindent` | [`ryo3-unindent`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-unindent) |
| `url` | [`ryo3-url`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-url) |
| `uuid` | [`ryo3-uuid`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-uuid) |
| `which` | [`ryo3-which`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-which) |
| **Compression** | **~** |
| `brotli` | [`ryo3-brotli`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-brotli) |
| `flate2` | [`ryo3-flate2`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-flate2) |
| `zstd` | [`ryo3-zstd`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-zstd) |
| **Hashing** | **~** |
| `fnv` | [`ryo3-fnv`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-fnv) |
| `twox-hash` | [`ryo3-twox-hash`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-twox-hash) |
| **@BurntSushi** | **~** |
| `globset` | [`ryo3-globset`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-globset) |
| `jiff` | [`ryo3-jiff`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-jiff) |
| `memchr` | [`ryo3-memchr`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-memchr) |
| `regex` | [`ryo3-regex`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-regex) |
| `same-file` | [`ryo3-same-file`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-same-file) |
| `walkdir` | [`ryo3-walkdir`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-walkdir) |
---
## DEV
- `just` is used to run tasks
- Do not use the phrase `blazing fast` or any emojis in any PRs or issues or
docs
- type annotations are required
- `ruff` used for formatting and linting
---
## SEE ALSO
- [utiles](https://github.com/jessekrubin/utiles): web-map tile utils
[^1]:
Release‑version benchmarks of `ry` (via `pytest-benchmark`) showed no real
performance variance, regardless of whether "blazingly fast" appeared in the
README or docs.
[^2]: Artisanal, hand-crafted, small-batch software.
|
text/markdown; charset=UTF-8; variant=GFM
| null |
jesse rubin <jessekrubin@gmail.com>
| null |
jesse rubin <jessekrubin@gmail.com>
| null |
datetime, http, jiff, json, pyo3, reqwest, rust, tokio, xxhash, zstd
|
[
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Programming Language :: Rust",
"Topic :: Utilities",
"Typing :: Typed"
] |
[] |
https://github.com/jessekrubin/ry
| null |
>=3.11
|
[] |
[] |
[] |
[] |
[] |
[] |
[] |
[
"Changelog, https://github.com/jessekrubin/ry/blob/main/CHANGELOG.md",
"Homepage, https://github.com/jessekrubin/ry",
"Issues, https://github.com/jessekrubin/ry/issues",
"Source, https://github.com/jessekrubin/ry"
] |
uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
| 2026-01-16T04:05:40.775000
|
ry-0.0.79-cp314-cp314t-manylinux_2_28_aarch64.whl
| 6,675,136
|
77/ea/2d64ac99098f718ea1b1e4abe62b4f7be8e5dba288e0c2749172b00fa179/ry-0.0.79-cp314-cp314t-manylinux_2_28_aarch64.whl
|
cp314
|
bdist_wheel
| null | false
|
ee9ffa2a2e75746d24a09e30066d017e
|
85bd31ed25ef2f1e86a788c71a089ae8f817c4eb7f5d11d20886a4a33b375233
|
77ea2d64ac99098f718ea1b1e4abe62b4f7be8e5dba288e0c2749172b00fa179
|
MIT OR Apache-2.0
|
[
"LICENSE-APACHE",
"LICENSE-MIT"
] |
2.4
|
ry
|
0.0.79
|
ry = rust + python
|
# ry
[](https://pypi.org/project/ry/)
[](https://pypi.org/project/ry/)
[](https://pypi.org/project/ry/)
[](https://pypistats.org/packages/ry)
[](https://pypi.org/project/ry/)
[](https://pypi.org/project/ry/)
A growing collection of Python shims around Rust crates; fast, async-first, and
ergonomic.
**DOCS:** [ryo3.dev](https://ryo3.dev) (WIP)
**API:** [ryo3.dev/api](https://ryo3.dev/api)
**This is a work in progress ~ feedback and PRs are welcome.**
## Highlights
- **Async-first client and blocking/sync client:** Built on `reqwest`, with a
`fetch`-like API. Supports streaming, zero-copy IO via the buffer protocol,
timeouts, redirect-following, and native JSON (de)serialization via
`serde`/`jiter`.
- **`jiff` based datetime library:** comprehensive datetime library based on
`jiff` (pydantic-compatible).
- **Async file I/O:** Built on `tokio`, with an `AsyncFile` API similar to
`aiofiles` and `anyio`'s async-file api. Supports buffered reads/writes,
truncation, streaming reads, and `anyio` compatibility.
- **(de)compression:** (de)compression tools for `zstd`, `brotli`, `gzip`, and
`bzip2`.
- **Miscellaneous bindings:** Includes crates like `globset`, `walkdir`,
`sqlformat`, `unindent`, `twox-hash`, and more.
- **Designed for ergonomics:** Async where it matters. Simple where possible.
Python-native behavior with minimal friction.
- **Type Annotated:** All public APIs are (painstakingly) type annotated.
- **Performant:** Speed without the words "blazingly fast." [^1]
- **Pydantic Integration:** ry data types (mostly) work good w/ pydantic.
- **Not slop:** written by a human [^2]
- **No emojis**
## Install
```bash
pip install ry
uv add ry
# check install
python -m ry
```
## Quickstart
Check out the [examples](https://github.com/jessekrubin/ry/tree/main/examples)
directory for some quickstart examples.
---
## What?
- `ry` -- the python package
- `ryo3-*` -- the rust crates that are used by `ry` and possibly your own
`pyo3`-based python package
## Who?
- jessekrubin <jessekrubin@gmail.com>
- possibly you!?
## FAQ
_(aka: questions that I have been asking myself)_
- **Q:** Why?
- **A:** I (jesse) needed several hashing functions for python and then kept
adding things as I needed them
- **Q:** Does this have anything to do with the (excellent) package manager
`rye`?
- **A:** short answer: no. long answer: no, it does not.
- **Q:** Why is the repo split into `ry` and `ryo3`?
- **A:** `ry` is the python package, `ryo3` is a rust crate setup to let you
"register" functions you may want if you were writing your own pyo3-python
bindings library; maybe someday the `ryo3::libs` module will be split up
into separate packages
## Crate bindings
| **crate** | **ryo3-crate** |
| --------------- | ------------------------------------------------------------------------------------- |
| `std` | [`ryo3-std`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-std) |
| `bytes` | [`ryo3-bytes`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-bytes) |
| `bzip2` | [`ryo3-bzip2`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-bzip2) |
| `dirs` | [`ryo3-dirs`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-dirs) |
| `fspath` | [`ryo3-fspath`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-fspath) |
| `glob` | [`ryo3-glob`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-glob) |
| `heck` | [`ryo3-heck`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-heck) |
| `http` | [`ryo3-http`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-http) |
| `jiter` | [`ryo3-jiter`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-jiter) |
| `json` | [`ryo3-json`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-json) |
| `pydantic` | [`ryo3-pydantic`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-pydantic) |
| `reqwest` | [`ryo3-reqwest`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-reqwest) |
| `serde` | [`ryo3-serde`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-serde) |
| `shlex` | [`ryo3-shlex`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-shlex) |
| `size` | [`ryo3-size`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-size) |
| `sqlformat` | [`ryo3-sqlformat`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-sqlformat) |
| `tokio` | [`ryo3-tokio`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-tokio) |
| `ulid` | [`ryo3-ulid`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-ulid) |
| `unindent` | [`ryo3-unindent`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-unindent) |
| `url` | [`ryo3-url`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-url) |
| `uuid` | [`ryo3-uuid`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-uuid) |
| `which` | [`ryo3-which`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-which) |
| **Compression** | **~** |
| `brotli` | [`ryo3-brotli`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-brotli) |
| `flate2` | [`ryo3-flate2`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-flate2) |
| `zstd` | [`ryo3-zstd`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-zstd) |
| **Hashing** | **~** |
| `fnv` | [`ryo3-fnv`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-fnv) |
| `twox-hash` | [`ryo3-twox-hash`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-twox-hash) |
| **@BurntSushi** | **~** |
| `globset` | [`ryo3-globset`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-globset) |
| `jiff` | [`ryo3-jiff`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-jiff) |
| `memchr` | [`ryo3-memchr`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-memchr) |
| `regex` | [`ryo3-regex`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-regex) |
| `same-file` | [`ryo3-same-file`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-same-file) |
| `walkdir` | [`ryo3-walkdir`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-walkdir) |
---
## DEV
- `just` is used to run tasks
- Do not use the phrase `blazing fast` or any emojis in any PRs or issues or
docs
- type annotations are required
- `ruff` used for formatting and linting
---
## SEE ALSO
- [utiles](https://github.com/jessekrubin/utiles): web-map tile utils
[^1]:
Release‑version benchmarks of `ry` (via `pytest-benchmark`) showed no real
performance variance, regardless of whether "blazingly fast" appeared in the
README or docs.
[^2]: Artisanal, hand-crafted, small-batch software.
|
text/markdown; charset=UTF-8; variant=GFM
| null |
jesse rubin <jessekrubin@gmail.com>
| null |
jesse rubin <jessekrubin@gmail.com>
| null |
datetime, http, jiff, json, pyo3, reqwest, rust, tokio, xxhash, zstd
|
[
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Programming Language :: Rust",
"Topic :: Utilities",
"Typing :: Typed"
] |
[] |
https://github.com/jessekrubin/ry
| null |
>=3.11
|
[] |
[] |
[] |
[] |
[] |
[] |
[] |
[
"Changelog, https://github.com/jessekrubin/ry/blob/main/CHANGELOG.md",
"Homepage, https://github.com/jessekrubin/ry",
"Issues, https://github.com/jessekrubin/ry/issues",
"Source, https://github.com/jessekrubin/ry"
] |
uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
| 2026-01-16T04:05:42.685000
|
ry-0.0.79-cp314-cp314t-musllinux_1_2_i686.whl
| 6,780,590
|
11/62/c2d0a185d5bba14f8976a3b9a314677b959936319e3003b87aa2cb23e781/ry-0.0.79-cp314-cp314t-musllinux_1_2_i686.whl
|
cp314
|
bdist_wheel
| null | false
|
cad54e5a20dca9ab5b27be01330f828f
|
b647676ee5e44e07d611bc7878a007695aa66dc9425f4f61e0db28b0da0075ed
|
1162c2d0a185d5bba14f8976a3b9a314677b959936319e3003b87aa2cb23e781
|
MIT OR Apache-2.0
|
[
"LICENSE-APACHE",
"LICENSE-MIT"
] |
2.4
|
ry
|
0.0.79
|
ry = rust + python
|
# ry
[](https://pypi.org/project/ry/)
[](https://pypi.org/project/ry/)
[](https://pypi.org/project/ry/)
[](https://pypistats.org/packages/ry)
[](https://pypi.org/project/ry/)
[](https://pypi.org/project/ry/)
A growing collection of Python shims around Rust crates; fast, async-first, and
ergonomic.
**DOCS:** [ryo3.dev](https://ryo3.dev) (WIP)
**API:** [ryo3.dev/api](https://ryo3.dev/api)
**This is a work in progress ~ feedback and PRs are welcome.**
## Highlights
- **Async-first client and blocking/sync client:** Built on `reqwest`, with a
`fetch`-like API. Supports streaming, zero-copy IO via the buffer protocol,
timeouts, redirect-following, and native JSON (de)serialization via
`serde`/`jiter`.
- **`jiff` based datetime library:** comprehensive datetime library based on
`jiff` (pydantic-compatible).
- **Async file I/O:** Built on `tokio`, with an `AsyncFile` API similar to
`aiofiles` and `anyio`'s async-file api. Supports buffered reads/writes,
truncation, streaming reads, and `anyio` compatibility.
- **(de)compression:** (de)compression tools for `zstd`, `brotli`, `gzip`, and
`bzip2`.
- **Miscellaneous bindings:** Includes crates like `globset`, `walkdir`,
`sqlformat`, `unindent`, `twox-hash`, and more.
- **Designed for ergonomics:** Async where it matters. Simple where possible.
Python-native behavior with minimal friction.
- **Type Annotated:** All public APIs are (painstakingly) type annotated.
- **Performant:** Speed without the words "blazingly fast." [^1]
- **Pydantic Integration:** ry data types (mostly) work good w/ pydantic.
- **Not slop:** written by a human [^2]
- **No emojis**
## Install
```bash
pip install ry
uv add ry
# check install
python -m ry
```
## Quickstart
Check out the [examples](https://github.com/jessekrubin/ry/tree/main/examples)
directory for some quickstart examples.
---
## What?
- `ry` -- the python package
- `ryo3-*` -- the rust crates that are used by `ry` and possibly your own
`pyo3`-based python package
## Who?
- jessekrubin <jessekrubin@gmail.com>
- possibly you!?
## FAQ
_(aka: questions that I have been asking myself)_
- **Q:** Why?
- **A:** I (jesse) needed several hashing functions for python and then kept
adding things as I needed them
- **Q:** Does this have anything to do with the (excellent) package manager
`rye`?
- **A:** short answer: no. long answer: no, it does not.
- **Q:** Why is the repo split into `ry` and `ryo3`?
- **A:** `ry` is the python package, `ryo3` is a rust crate setup to let you
"register" functions you may want if you were writing your own pyo3-python
bindings library; maybe someday the `ryo3::libs` module will be split up
into separate packages
## Crate bindings
| **crate** | **ryo3-crate** |
| --------------- | ------------------------------------------------------------------------------------- |
| `std` | [`ryo3-std`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-std) |
| `bytes` | [`ryo3-bytes`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-bytes) |
| `bzip2` | [`ryo3-bzip2`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-bzip2) |
| `dirs` | [`ryo3-dirs`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-dirs) |
| `fspath` | [`ryo3-fspath`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-fspath) |
| `glob` | [`ryo3-glob`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-glob) |
| `heck` | [`ryo3-heck`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-heck) |
| `http` | [`ryo3-http`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-http) |
| `jiter` | [`ryo3-jiter`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-jiter) |
| `json` | [`ryo3-json`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-json) |
| `pydantic` | [`ryo3-pydantic`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-pydantic) |
| `reqwest` | [`ryo3-reqwest`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-reqwest) |
| `serde` | [`ryo3-serde`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-serde) |
| `shlex` | [`ryo3-shlex`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-shlex) |
| `size` | [`ryo3-size`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-size) |
| `sqlformat` | [`ryo3-sqlformat`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-sqlformat) |
| `tokio` | [`ryo3-tokio`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-tokio) |
| `ulid` | [`ryo3-ulid`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-ulid) |
| `unindent` | [`ryo3-unindent`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-unindent) |
| `url` | [`ryo3-url`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-url) |
| `uuid` | [`ryo3-uuid`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-uuid) |
| `which` | [`ryo3-which`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-which) |
| **Compression** | **~** |
| `brotli` | [`ryo3-brotli`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-brotli) |
| `flate2` | [`ryo3-flate2`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-flate2) |
| `zstd` | [`ryo3-zstd`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-zstd) |
| **Hashing** | **~** |
| `fnv` | [`ryo3-fnv`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-fnv) |
| `twox-hash` | [`ryo3-twox-hash`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-twox-hash) |
| **@BurntSushi** | **~** |
| `globset` | [`ryo3-globset`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-globset) |
| `jiff` | [`ryo3-jiff`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-jiff) |
| `memchr` | [`ryo3-memchr`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-memchr) |
| `regex` | [`ryo3-regex`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-regex) |
| `same-file` | [`ryo3-same-file`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-same-file) |
| `walkdir` | [`ryo3-walkdir`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-walkdir) |
---
## DEV
- `just` is used to run tasks
- Do not use the phrase `blazing fast` or any emojis in any PRs or issues or
docs
- type annotations are required
- `ruff` used for formatting and linting
---
## SEE ALSO
- [utiles](https://github.com/jessekrubin/utiles): web-map tile utils
[^1]:
Release‑version benchmarks of `ry` (via `pytest-benchmark`) showed no real
performance variance, regardless of whether "blazingly fast" appeared in the
README or docs.
[^2]: Artisanal, hand-crafted, small-batch software.
|
text/markdown; charset=UTF-8; variant=GFM
| null |
jesse rubin <jessekrubin@gmail.com>
| null |
jesse rubin <jessekrubin@gmail.com>
| null |
datetime, http, jiff, json, pyo3, reqwest, rust, tokio, xxhash, zstd
|
[
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Programming Language :: Rust",
"Topic :: Utilities",
"Typing :: Typed"
] |
[] |
https://github.com/jessekrubin/ry
| null |
>=3.11
|
[] |
[] |
[] |
[] |
[] |
[] |
[] |
[
"Changelog, https://github.com/jessekrubin/ry/blob/main/CHANGELOG.md",
"Homepage, https://github.com/jessekrubin/ry",
"Issues, https://github.com/jessekrubin/ry/issues",
"Source, https://github.com/jessekrubin/ry"
] |
uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
| 2026-01-16T04:05:44.021000
|
ry-0.0.79-cp312-cp312-win32.whl
| 6,024,475
|
83/c6/a6fd917af5b7cc194e6079393799ddd2c509a1e2bf0f101ebb7effdf1500/ry-0.0.79-cp312-cp312-win32.whl
|
cp312
|
bdist_wheel
| null | false
|
8ac22b98c6ee0a9d98bbcef5a32bf434
|
725d4ea73acd7a2c5ffbc58440f8a4ebc9c76206fab60915bf5618c75325e526
|
83c6a6fd917af5b7cc194e6079393799ddd2c509a1e2bf0f101ebb7effdf1500
|
MIT OR Apache-2.0
|
[
"LICENSE-APACHE",
"LICENSE-MIT"
] |
2.4
|
ry
|
0.0.79
|
ry = rust + python
|
# ry
[](https://pypi.org/project/ry/)
[](https://pypi.org/project/ry/)
[](https://pypi.org/project/ry/)
[](https://pypistats.org/packages/ry)
[](https://pypi.org/project/ry/)
[](https://pypi.org/project/ry/)
A growing collection of Python shims around Rust crates; fast, async-first, and
ergonomic.
**DOCS:** [ryo3.dev](https://ryo3.dev) (WIP)
**API:** [ryo3.dev/api](https://ryo3.dev/api)
**This is a work in progress ~ feedback and PRs are welcome.**
## Highlights
- **Async-first client and blocking/sync client:** Built on `reqwest`, with a
`fetch`-like API. Supports streaming, zero-copy IO via the buffer protocol,
timeouts, redirect-following, and native JSON (de)serialization via
`serde`/`jiter`.
- **`jiff` based datetime library:** comprehensive datetime library based on
`jiff` (pydantic-compatible).
- **Async file I/O:** Built on `tokio`, with an `AsyncFile` API similar to
`aiofiles` and `anyio`'s async-file api. Supports buffered reads/writes,
truncation, streaming reads, and `anyio` compatibility.
- **(de)compression:** (de)compression tools for `zstd`, `brotli`, `gzip`, and
`bzip2`.
- **Miscellaneous bindings:** Includes crates like `globset`, `walkdir`,
`sqlformat`, `unindent`, `twox-hash`, and more.
- **Designed for ergonomics:** Async where it matters. Simple where possible.
Python-native behavior with minimal friction.
- **Type Annotated:** All public APIs are (painstakingly) type annotated.
- **Performant:** Speed without the words "blazingly fast." [^1]
- **Pydantic Integration:** ry data types (mostly) work good w/ pydantic.
- **Not slop:** written by a human [^2]
- **No emojis**
## Install
```bash
pip install ry
uv add ry
# check install
python -m ry
```
## Quickstart
Check out the [examples](https://github.com/jessekrubin/ry/tree/main/examples)
directory for some quickstart examples.
---
## What?
- `ry` -- the python package
- `ryo3-*` -- the rust crates that are used by `ry` and possibly your own
`pyo3`-based python package
## Who?
- jessekrubin <jessekrubin@gmail.com>
- possibly you!?
## FAQ
_(aka: questions that I have been asking myself)_
- **Q:** Why?
- **A:** I (jesse) needed several hashing functions for python and then kept
adding things as I needed them
- **Q:** Does this have anything to do with the (excellent) package manager
`rye`?
- **A:** short answer: no. long answer: no, it does not.
- **Q:** Why is the repo split into `ry` and `ryo3`?
- **A:** `ry` is the python package, `ryo3` is a rust crate setup to let you
"register" functions you may want if you were writing your own pyo3-python
bindings library; maybe someday the `ryo3::libs` module will be split up
into separate packages
## Crate bindings
| **crate** | **ryo3-crate** |
| --------------- | ------------------------------------------------------------------------------------- |
| `std` | [`ryo3-std`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-std) |
| `bytes` | [`ryo3-bytes`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-bytes) |
| `bzip2` | [`ryo3-bzip2`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-bzip2) |
| `dirs` | [`ryo3-dirs`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-dirs) |
| `fspath` | [`ryo3-fspath`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-fspath) |
| `glob` | [`ryo3-glob`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-glob) |
| `heck` | [`ryo3-heck`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-heck) |
| `http` | [`ryo3-http`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-http) |
| `jiter` | [`ryo3-jiter`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-jiter) |
| `json` | [`ryo3-json`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-json) |
| `pydantic` | [`ryo3-pydantic`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-pydantic) |
| `reqwest` | [`ryo3-reqwest`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-reqwest) |
| `serde` | [`ryo3-serde`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-serde) |
| `shlex` | [`ryo3-shlex`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-shlex) |
| `size` | [`ryo3-size`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-size) |
| `sqlformat` | [`ryo3-sqlformat`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-sqlformat) |
| `tokio` | [`ryo3-tokio`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-tokio) |
| `ulid` | [`ryo3-ulid`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-ulid) |
| `unindent` | [`ryo3-unindent`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-unindent) |
| `url` | [`ryo3-url`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-url) |
| `uuid` | [`ryo3-uuid`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-uuid) |
| `which` | [`ryo3-which`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-which) |
| **Compression** | **~** |
| `brotli` | [`ryo3-brotli`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-brotli) |
| `flate2` | [`ryo3-flate2`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-flate2) |
| `zstd` | [`ryo3-zstd`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-zstd) |
| **Hashing** | **~** |
| `fnv` | [`ryo3-fnv`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-fnv) |
| `twox-hash` | [`ryo3-twox-hash`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-twox-hash) |
| **@BurntSushi** | **~** |
| `globset` | [`ryo3-globset`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-globset) |
| `jiff` | [`ryo3-jiff`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-jiff) |
| `memchr` | [`ryo3-memchr`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-memchr) |
| `regex` | [`ryo3-regex`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-regex) |
| `same-file` | [`ryo3-same-file`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-same-file) |
| `walkdir` | [`ryo3-walkdir`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-walkdir) |
---
## DEV
- `just` is used to run tasks
- Do not use the phrase `blazing fast` or any emojis in any PRs or issues or
docs
- type annotations are required
- `ruff` used for formatting and linting
---
## SEE ALSO
- [utiles](https://github.com/jessekrubin/utiles): web-map tile utils
[^1]:
Release‑version benchmarks of `ry` (via `pytest-benchmark`) showed no real
performance variance, regardless of whether "blazingly fast" appeared in the
README or docs.
[^2]: Artisanal, hand-crafted, small-batch software.
|
text/markdown; charset=UTF-8; variant=GFM
| null |
jesse rubin <jessekrubin@gmail.com>
| null |
jesse rubin <jessekrubin@gmail.com>
| null |
datetime, http, jiff, json, pyo3, reqwest, rust, tokio, xxhash, zstd
|
[
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Programming Language :: Rust",
"Topic :: Utilities",
"Typing :: Typed"
] |
[] |
https://github.com/jessekrubin/ry
| null |
>=3.11
|
[] |
[] |
[] |
[] |
[] |
[] |
[] |
[
"Changelog, https://github.com/jessekrubin/ry/blob/main/CHANGELOG.md",
"Homepage, https://github.com/jessekrubin/ry",
"Issues, https://github.com/jessekrubin/ry/issues",
"Source, https://github.com/jessekrubin/ry"
] |
uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
| 2026-01-16T04:05:45.674000
|
ry-0.0.79-cp313-cp313-win32.whl
| 6,024,197
|
39/4b/02b2a007f9ec8adb6473855f84c1e744609dd51497e9663b81c2ada077c4/ry-0.0.79-cp313-cp313-win32.whl
|
cp313
|
bdist_wheel
| null | false
|
e82c9b5b5621e3357fe197dce0985d94
|
34b36aa65104ce3b1cfca952a5526f20eba9d0d1ff512a7fc473b03b388a0751
|
394b02b2a007f9ec8adb6473855f84c1e744609dd51497e9663b81c2ada077c4
|
MIT OR Apache-2.0
|
[
"LICENSE-APACHE",
"LICENSE-MIT"
] |
2.4
|
ry
|
0.0.79
|
ry = rust + python
|
# ry
[](https://pypi.org/project/ry/)
[](https://pypi.org/project/ry/)
[](https://pypi.org/project/ry/)
[](https://pypistats.org/packages/ry)
[](https://pypi.org/project/ry/)
[](https://pypi.org/project/ry/)
A growing collection of Python shims around Rust crates; fast, async-first, and
ergonomic.
**DOCS:** [ryo3.dev](https://ryo3.dev) (WIP)
**API:** [ryo3.dev/api](https://ryo3.dev/api)
**This is a work in progress ~ feedback and PRs are welcome.**
## Highlights
- **Async-first client and blocking/sync client:** Built on `reqwest`, with a
`fetch`-like API. Supports streaming, zero-copy IO via the buffer protocol,
timeouts, redirect-following, and native JSON (de)serialization via
`serde`/`jiter`.
- **`jiff` based datetime library:** comprehensive datetime library based on
`jiff` (pydantic-compatible).
- **Async file I/O:** Built on `tokio`, with an `AsyncFile` API similar to
`aiofiles` and `anyio`'s async-file api. Supports buffered reads/writes,
truncation, streaming reads, and `anyio` compatibility.
- **(de)compression:** (de)compression tools for `zstd`, `brotli`, `gzip`, and
`bzip2`.
- **Miscellaneous bindings:** Includes crates like `globset`, `walkdir`,
`sqlformat`, `unindent`, `twox-hash`, and more.
- **Designed for ergonomics:** Async where it matters. Simple where possible.
Python-native behavior with minimal friction.
- **Type Annotated:** All public APIs are (painstakingly) type annotated.
- **Performant:** Speed without the words "blazingly fast." [^1]
- **Pydantic Integration:** ry data types (mostly) work good w/ pydantic.
- **Not slop:** written by a human [^2]
- **No emojis**
## Install
```bash
pip install ry
uv add ry
# check install
python -m ry
```
## Quickstart
Check out the [examples](https://github.com/jessekrubin/ry/tree/main/examples)
directory for some quickstart examples.
---
## What?
- `ry` -- the python package
- `ryo3-*` -- the rust crates that are used by `ry` and possibly your own
`pyo3`-based python package
## Who?
- jessekrubin <jessekrubin@gmail.com>
- possibly you!?
## FAQ
_(aka: questions that I have been asking myself)_
- **Q:** Why?
- **A:** I (jesse) needed several hashing functions for python and then kept
adding things as I needed them
- **Q:** Does this have anything to do with the (excellent) package manager
`rye`?
- **A:** short answer: no. long answer: no, it does not.
- **Q:** Why is the repo split into `ry` and `ryo3`?
- **A:** `ry` is the python package, `ryo3` is a rust crate setup to let you
"register" functions you may want if you were writing your own pyo3-python
bindings library; maybe someday the `ryo3::libs` module will be split up
into separate packages
## Crate bindings
| **crate** | **ryo3-crate** |
| --------------- | ------------------------------------------------------------------------------------- |
| `std` | [`ryo3-std`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-std) |
| `bytes` | [`ryo3-bytes`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-bytes) |
| `bzip2` | [`ryo3-bzip2`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-bzip2) |
| `dirs` | [`ryo3-dirs`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-dirs) |
| `fspath` | [`ryo3-fspath`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-fspath) |
| `glob` | [`ryo3-glob`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-glob) |
| `heck` | [`ryo3-heck`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-heck) |
| `http` | [`ryo3-http`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-http) |
| `jiter` | [`ryo3-jiter`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-jiter) |
| `json` | [`ryo3-json`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-json) |
| `pydantic` | [`ryo3-pydantic`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-pydantic) |
| `reqwest` | [`ryo3-reqwest`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-reqwest) |
| `serde` | [`ryo3-serde`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-serde) |
| `shlex` | [`ryo3-shlex`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-shlex) |
| `size` | [`ryo3-size`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-size) |
| `sqlformat` | [`ryo3-sqlformat`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-sqlformat) |
| `tokio` | [`ryo3-tokio`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-tokio) |
| `ulid` | [`ryo3-ulid`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-ulid) |
| `unindent` | [`ryo3-unindent`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-unindent) |
| `url` | [`ryo3-url`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-url) |
| `uuid` | [`ryo3-uuid`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-uuid) |
| `which` | [`ryo3-which`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-which) |
| **Compression** | **~** |
| `brotli` | [`ryo3-brotli`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-brotli) |
| `flate2` | [`ryo3-flate2`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-flate2) |
| `zstd` | [`ryo3-zstd`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-zstd) |
| **Hashing** | **~** |
| `fnv` | [`ryo3-fnv`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-fnv) |
| `twox-hash` | [`ryo3-twox-hash`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-twox-hash) |
| **@BurntSushi** | **~** |
| `globset` | [`ryo3-globset`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-globset) |
| `jiff` | [`ryo3-jiff`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-jiff) |
| `memchr` | [`ryo3-memchr`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-memchr) |
| `regex` | [`ryo3-regex`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-regex) |
| `same-file` | [`ryo3-same-file`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-same-file) |
| `walkdir` | [`ryo3-walkdir`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-walkdir) |
---
## DEV
- `just` is used to run tasks
- Do not use the phrase `blazing fast` or any emojis in any PRs or issues or
docs
- type annotations are required
- `ruff` used for formatting and linting
---
## SEE ALSO
- [utiles](https://github.com/jessekrubin/utiles): web-map tile utils
[^1]:
Release‑version benchmarks of `ry` (via `pytest-benchmark`) showed no real
performance variance, regardless of whether "blazingly fast" appeared in the
README or docs.
[^2]: Artisanal, hand-crafted, small-batch software.
|
text/markdown; charset=UTF-8; variant=GFM
| null |
jesse rubin <jessekrubin@gmail.com>
| null |
jesse rubin <jessekrubin@gmail.com>
| null |
datetime, http, jiff, json, pyo3, reqwest, rust, tokio, xxhash, zstd
|
[
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Programming Language :: Rust",
"Topic :: Utilities",
"Typing :: Typed"
] |
[] |
https://github.com/jessekrubin/ry
| null |
>=3.11
|
[] |
[] |
[] |
[] |
[] |
[] |
[] |
[
"Changelog, https://github.com/jessekrubin/ry/blob/main/CHANGELOG.md",
"Homepage, https://github.com/jessekrubin/ry",
"Issues, https://github.com/jessekrubin/ry/issues",
"Source, https://github.com/jessekrubin/ry"
] |
uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
| 2026-01-16T04:05:47.404000
|
ry-0.0.79-cp314-cp314-musllinux_1_2_i686.whl
| 6,804,072
|
b6/eb/f90cf3b4ae1b118c0363c78ca628ccfc657dce80f88544c3e6f59043a1f8/ry-0.0.79-cp314-cp314-musllinux_1_2_i686.whl
|
cp314
|
bdist_wheel
| null | false
|
72205d79d8c593a88114e926351e170a
|
f37d7ba8bba766a6c127958c9c57e13f648d12e1a84068aef08d2a0f24166b76
|
b6ebf90cf3b4ae1b118c0363c78ca628ccfc657dce80f88544c3e6f59043a1f8
|
MIT OR Apache-2.0
|
[
"LICENSE-APACHE",
"LICENSE-MIT"
] |
2.4
|
ry
|
0.0.79
|
ry = rust + python
|
# ry
[](https://pypi.org/project/ry/)
[](https://pypi.org/project/ry/)
[](https://pypi.org/project/ry/)
[](https://pypistats.org/packages/ry)
[](https://pypi.org/project/ry/)
[](https://pypi.org/project/ry/)
A growing collection of Python shims around Rust crates; fast, async-first, and
ergonomic.
**DOCS:** [ryo3.dev](https://ryo3.dev) (WIP)
**API:** [ryo3.dev/api](https://ryo3.dev/api)
**This is a work in progress ~ feedback and PRs are welcome.**
## Highlights
- **Async-first client and blocking/sync client:** Built on `reqwest`, with a
`fetch`-like API. Supports streaming, zero-copy IO via the buffer protocol,
timeouts, redirect-following, and native JSON (de)serialization via
`serde`/`jiter`.
- **`jiff` based datetime library:** comprehensive datetime library based on
`jiff` (pydantic-compatible).
- **Async file I/O:** Built on `tokio`, with an `AsyncFile` API similar to
`aiofiles` and `anyio`'s async-file api. Supports buffered reads/writes,
truncation, streaming reads, and `anyio` compatibility.
- **(de)compression:** (de)compression tools for `zstd`, `brotli`, `gzip`, and
`bzip2`.
- **Miscellaneous bindings:** Includes crates like `globset`, `walkdir`,
`sqlformat`, `unindent`, `twox-hash`, and more.
- **Designed for ergonomics:** Async where it matters. Simple where possible.
Python-native behavior with minimal friction.
- **Type Annotated:** All public APIs are (painstakingly) type annotated.
- **Performant:** Speed without the words "blazingly fast." [^1]
- **Pydantic Integration:** ry data types (mostly) work good w/ pydantic.
- **Not slop:** written by a human [^2]
- **No emojis**
## Install
```bash
pip install ry
uv add ry
# check install
python -m ry
```
## Quickstart
Check out the [examples](https://github.com/jessekrubin/ry/tree/main/examples)
directory for some quickstart examples.
---
## What?
- `ry` -- the python package
- `ryo3-*` -- the rust crates that are used by `ry` and possibly your own
`pyo3`-based python package
## Who?
- jessekrubin <jessekrubin@gmail.com>
- possibly you!?
## FAQ
_(aka: questions that I have been asking myself)_
- **Q:** Why?
- **A:** I (jesse) needed several hashing functions for python and then kept
adding things as I needed them
- **Q:** Does this have anything to do with the (excellent) package manager
`rye`?
- **A:** short answer: no. long answer: no, it does not.
- **Q:** Why is the repo split into `ry` and `ryo3`?
- **A:** `ry` is the python package, `ryo3` is a rust crate setup to let you
"register" functions you may want if you were writing your own pyo3-python
bindings library; maybe someday the `ryo3::libs` module will be split up
into separate packages
## Crate bindings
| **crate** | **ryo3-crate** |
| --------------- | ------------------------------------------------------------------------------------- |
| `std` | [`ryo3-std`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-std) |
| `bytes` | [`ryo3-bytes`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-bytes) |
| `bzip2` | [`ryo3-bzip2`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-bzip2) |
| `dirs` | [`ryo3-dirs`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-dirs) |
| `fspath` | [`ryo3-fspath`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-fspath) |
| `glob` | [`ryo3-glob`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-glob) |
| `heck` | [`ryo3-heck`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-heck) |
| `http` | [`ryo3-http`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-http) |
| `jiter` | [`ryo3-jiter`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-jiter) |
| `json` | [`ryo3-json`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-json) |
| `pydantic` | [`ryo3-pydantic`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-pydantic) |
| `reqwest` | [`ryo3-reqwest`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-reqwest) |
| `serde` | [`ryo3-serde`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-serde) |
| `shlex` | [`ryo3-shlex`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-shlex) |
| `size` | [`ryo3-size`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-size) |
| `sqlformat` | [`ryo3-sqlformat`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-sqlformat) |
| `tokio` | [`ryo3-tokio`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-tokio) |
| `ulid` | [`ryo3-ulid`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-ulid) |
| `unindent` | [`ryo3-unindent`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-unindent) |
| `url` | [`ryo3-url`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-url) |
| `uuid` | [`ryo3-uuid`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-uuid) |
| `which` | [`ryo3-which`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-which) |
| **Compression** | **~** |
| `brotli` | [`ryo3-brotli`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-brotli) |
| `flate2` | [`ryo3-flate2`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-flate2) |
| `zstd` | [`ryo3-zstd`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-zstd) |
| **Hashing** | **~** |
| `fnv` | [`ryo3-fnv`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-fnv) |
| `twox-hash` | [`ryo3-twox-hash`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-twox-hash) |
| **@BurntSushi** | **~** |
| `globset` | [`ryo3-globset`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-globset) |
| `jiff` | [`ryo3-jiff`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-jiff) |
| `memchr` | [`ryo3-memchr`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-memchr) |
| `regex` | [`ryo3-regex`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-regex) |
| `same-file` | [`ryo3-same-file`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-same-file) |
| `walkdir` | [`ryo3-walkdir`](https://github.com/jessekrubin/ry/tree/main/crates/ryo3-walkdir) |
---
## DEV
- `just` is used to run tasks
- Do not use the phrase `blazing fast` or any emojis in any PRs or issues or
docs
- type annotations are required
- `ruff` used for formatting and linting
---
## SEE ALSO
- [utiles](https://github.com/jessekrubin/utiles): web-map tile utils
[^1]:
Release‑version benchmarks of `ry` (via `pytest-benchmark`) showed no real
performance variance, regardless of whether "blazingly fast" appeared in the
README or docs.
[^2]: Artisanal, hand-crafted, small-batch software.
|
text/markdown; charset=UTF-8; variant=GFM
| null |
jesse rubin <jessekrubin@gmail.com>
| null |
jesse rubin <jessekrubin@gmail.com>
| null |
datetime, http, jiff, json, pyo3, reqwest, rust, tokio, xxhash, zstd
|
[
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Programming Language :: Rust",
"Topic :: Utilities",
"Typing :: Typed"
] |
[] |
https://github.com/jessekrubin/ry
| null |
>=3.11
|
[] |
[] |
[] |
[] |
[] |
[] |
[] |
[
"Changelog, https://github.com/jessekrubin/ry/blob/main/CHANGELOG.md",
"Homepage, https://github.com/jessekrubin/ry",
"Issues, https://github.com/jessekrubin/ry/issues",
"Source, https://github.com/jessekrubin/ry"
] |
uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
| 2026-01-16T04:05:48.675000
|
ry-0.0.79-cp311-cp311-musllinux_1_2_aarch64.whl
| 6,872,887
|
f3/3f/7ea29b67f2ea24a68660e18e83324b337ca46afa1bd2427e98d46698364e/ry-0.0.79-cp311-cp311-musllinux_1_2_aarch64.whl
|
cp311
|
bdist_wheel
| null | false
|
af43331ff626f1a29cc6136c5c55df15
|
68ebdb5a0d4797b56ae9a65d1bc2c986bab261037c1bffafba245b3f88ecb1e7
|
f33f7ea29b67f2ea24a68660e18e83324b337ca46afa1bd2427e98d46698364e
|
MIT OR Apache-2.0
|
[
"LICENSE-APACHE",
"LICENSE-MIT"
] |
End of preview. Expand
in Data Studio
README.md exists but content is empty.
- Downloads last month
- 942