Active
Envelope is a private package registry for Python that doesn't break the bank. If you love the ease of use of PyPI but need to limit access, Envelope is for you. [announcement]
Cut back on support overhead with markdown-based documentation that includes private publishing, first-class screenshots, and JavaScript customization.
Mountaineer is a batteries-included web framework for Python. It gives you typehinting up and down the stack: from database to frontend. It also supports full V8 server-side rendering, application configuration, native Typescript integrations, and a build pipeline written in Rust.
Iceaxe is a modern, fast ORM for Python & Postgres. It supports native async, query typehinting, and automatic migration generation for table definition changes.
Simple static-site generator that powers this site. Nothing fancy, but fast and built exactly for my workflow. [announcement]
Fast code reloading for Python projects. Solves the startup overhead of large projects by importing dependencies once, then forking the environment for each execution. Built with Rust for performance.
Previous
gpt-json provides schema definition and validation for the GPT line of models, for use in data pipelines and structured reasoning.
vectordb-orm is a small ORM wrapper on top of vector databases. It allows for easier model definition as Python objects and abstracts the backend details. Currently supporting Milvus and Pinecone.
Dagorama is a simple daemon library for Python. It's a hybrid between Celery and Dask, where tasks can be chained together but run on different machines in parallel. Work in Progress.
Groove is a MITM proxy specifically optimized for web crawling and unit test construction. The core logic is written in Go and provides an API client in Python. It allows customization of cache handling, request recording, 3rd party routing, and TLS fingerprinting.
Headfull Chrome is a docker image for easier web crawling that integrates font packages, display virtualization, and remote control. It makes it easier to develop web automation that mirrors how you use a browser. For more background, see the post on motivations.