/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

mga-sphinx.github.io
| | github.com
4.2 parsecs away

Travel
| | Fork for contributions to the autodoc extension of the Sphinx documentation builder - timobrembeck/sphinx
| | river.me
5.2 parsecs away

Travel
| | A tutorial for configuring Sphinx for Read the Docs for your Python projects
| | flit.pypa.io
3.2 parsecs away

Travel
| | [AI summary] This article explains how to use Flit, a Python packaging tool, to distribute Python modules and packages on PyPI with minimal setup and error prevention.
| | ljvmiranda.micro.blog
18.1 parsecs away

Travel
| I'm now a uv convert. I haven't really updated my Python tooling and workflow for the past two years. In fact, I've been using the same workflow ever since I started working: python -m venv venv source /venv/bin/activate # While in venv pip install -r requirements.txt But there's a lot of limitations in this workflow. For example, I'm limited by the Python version installed in my machine or it's hard to just install ad-hoc dependencies for my one-off scripts.