|
You are here |
simonwillison.net | ||
| | | | |
til.simonwillison.net
|
|
| | | | | I used to use a combination of actions/setup-python and actions/cache in all of my Python GitHub Actions projects in order to install Python dependencies via a cache, rather than hitting PyPI to download copies every time. | |
| | | | |
til.simonwillison.net
|
|
| | | | | I've implemented this pattern a bunch of times now - here's the version I've settled on for my datasette-auth0 plugin repository. | |
| | | | |
llm.datasette.io
|
|
| | | | | [AI summary] This page explains the setup, installation, and configuration options for the LLM command-line tool, including instructions for managing API keys and integrating custom model plugins. | |
| | | | |
github.com
|
|
| | | Use Python 3 annotations in sphinx-enabled docstrings - nicolashainaux/sphinx-autodoc-annotation | ||