AI-assisted Python development: write interfaces, generate implementations
Project description
PyLennon
AI-assisted Python development framework. Write function interfaces (signatures, type hints, docstrings); pylennon build generates the implementations using Claude.
Dev setup
# Install uv (once)
winget install astral-sh.uv
# Clone, then:
uv sync
# Verify
uv run pylennon --help
uv run pylennon build example/stubs.py
Usage
from pylennon import LennonApp
lennon_app = LennonApp()
@lennon_app.imagine
def parse_invoice(raw_text: str) -> Invoice:
"""Parse a raw invoice string into a structured Invoice object."""
...
pylennon build src/invoices.py
See idea.md for the full design.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pylennon-0.2.0.tar.gz
(49.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
pylennon-0.2.0-py3-none-any.whl
(17.2 kB
view details)
File details
Details for the file pylennon-0.2.0.tar.gz.
File metadata
- Download URL: pylennon-0.2.0.tar.gz
- Upload date:
- Size: 49.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.24 {"installer":{"name":"uv","version":"0.11.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c9d7c35675e286c372f3e69dc0f792917e07b1cf8a57e8534e331fce4208877
|
|
| MD5 |
ae727cd6d26e67ca460de418ead1d83a
|
|
| BLAKE2b-256 |
65415d2be944162cf7537ca81eb0c0d1036cdf2fac96cffab5ad8ac45ee1d2cd
|
File details
Details for the file pylennon-0.2.0-py3-none-any.whl.
File metadata
- Download URL: pylennon-0.2.0-py3-none-any.whl
- Upload date:
- Size: 17.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.24 {"installer":{"name":"uv","version":"0.11.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6d04dacff303746f690b27827d67bd340ba32f3154a90bc299d3bcda1c2c2982
|
|
| MD5 |
660a4bbaf7ba15da7d1ae74324aeee8f
|
|
| BLAKE2b-256 |
8e422f030c26c33888b89e17e5156568f7f452116ed075177c8560be25c79b25
|