. ├── main.py # Entry point ├── config/ │ └── settings.py # Pydantic-based settings (reads from .env) ├── lib/ │ ├── dot_env_loader.py # Layered .env loader │ └── httpx_client.py # Sync/async HTTP ...
This is a minimal template for single-file Python scripts. It provides a small, documented entrypoint script, a Conda environment file, and convenient Makefile shortcuts to create/update the ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results