Projects

Sphinx Lens

A Sphinx builder that preserves documentation structure in a navigable JSON index, so tools and agents can read the precise scope of a section without reconstructing it from HTML.

python-package-copier-template

A Copier template for starting modern Python projects with uv, Ruff, tests, typing, Sphinx documentation, and CI workflows already prepared.

Markdown Tools

A Python monorepo for extracting web content as Markdown, converting it to Telegraph, and connecting it to web and Telegram services.

Quilombo

An MCP-powered inventory system that stores objects, quantities, and locations so an agent can help you find things in the physical world.

Ruperto

A conversational backend for businesses that answers questions, guides orders, and provides a small administrative surface for daily operations.

ARCA Skills

A collection of skills for agents interacting with ARCA web services through a controlled browser, with human review before irreversible operations.

BIP Homebanking Skills

A skill for querying and operating Banco Provincia's BIP online banking from an agent, including balances, movements, and foreign-exchange settlement for payment orders.

Dictionary

A web search tool for German-Spanish and English-Spanish dictionaries, with a FastAPI application and SQLite databases generated from existing dictionaries.

Django Unfold Copier Template

A Copier template for starting minimalist internal applications with Django, django-unfold, uv, pytest, and Ruff.

Typer Cheatsheet Command

An installable command for Typer applications that displays their command tree and can emit a versioned JSON description for agents and tools.

pytest-portion

A pytest plugin for splitting a test suite into balanced portions and running them in parallel across CI workers.

OneUp Solver

An interactive solver for the OneUp puzzle, with a web interface for loading and solving boards.

Readeckbot

A Telegram bot that connects to a self-hosted Readeck instance to save, read, summarize, and export articles.

llm-tr

An LLM plugin that translates text or files directly from the terminal, detecting the source language and using the system's preferred language.

Tisú

An issue tracker that keeps a project's tracker in a single text file and synchronizes it with GitHub or Jira.

doc901

A tool that enforces docstrings on functions and methods with high cyclomatic complexity, combining Ruff's C901 and D10x rules.

healthyurl

A command-line tool for checking URLs using only Python's standard library.

shbin

A command-line tool that turns a GitHub repository into a pastebin for sharing snippets, notebooks, images, and other files.

SQLAlchemy Pretty SQL

An extension for displaying the SQL generated by an SQLAlchemy query in a readable, highlighted form inside IPython or Jupyter.

one

A Python function that returns the only truthy value in an iterable, or indicates that there is not exactly one.

Waliki

An extensible Django wiki application with Git-backed content, collaborative editing, and support for reStructuredText or Markdown.

Richterm

A command-line tool that runs a command and converts its ANSI output into an SVG ready to embed in a post or documentation. It also includes a Sphinx extension.

Textual Tetris

A playable Tetris game in the terminal, built to learn Textual and see how much game can fit into a few lines of Python.

autopep723

A tool that automatically manages dependencies declared with PEP 723 in Python scripts, so a standalone file can run without manually preparing an environment.

tl-parser

A fast HTML parser written in Rust and exposed as a Python package. It grew out of an exploration of PyO3 bindings and maturin packaging.

sphinxcontrib-mermaid

A Sphinx extension for including Mermaid diagrams in Sphinx-generated documentation.

pytest-leak-finder

A pytest plugin for finding the test that leaks resources before another test fails as a consequence.

telegram-acp-bot

A Telegram bot that implements the Agent Client Protocol for conversing with AI agents.

Borges

A search engine for a corpus of texts by Borges and texts about Borges, with textual, semantic, and hybrid search plus contextual excerpts.

fortran_magic

An IPython and Jupyter extension for running Fortran interactively inside a notebook.