GitHub Action for dynamically discovering Python projects in a repository and making available some helpful values from pyproject.toml, including CI/CD commands like test, for each project it finds.
Python SDK and project initializer for building T-0 Network payment providers. The repository contains two packages: my_provider/ ├── pyproject.toml # Project metadata, depends on t0-provider-sdk ├── ...
TOML format files consist of key-value pairs, where keys are strings and values can be one of a number of types. In some ways it’s reminiscent of the Microsoft Windows .ini file format, but with ...