-
# Intro / example use case
I recently got into the situation where I needed to glob two types of files with the same extension, but treat them differently license-wise.
Let me show you this with…
-
toml_edit has relatively heavy dependencies, and, in particular, is more aggressive about MSRV bumps.
-
`clerk` should foster the user to keep the `clerk.toml` file up to date with information about the project. More precisely, all modules considered for use inside a Catala project should be declared in…
-
## Description
*Improve the approach for packaging and use a `pyproject.toml` approach*
## Context
The common approach for a python project to be used is either a direct way, mostly like clonin…
-
According to kernel configuration, generate a dedicated `rust-toolchain.toml` file in order to build rust uapi with the exact same option than c code (i.e. target, FPU, PIC, etc.).
-
I would like to propose moving from `setup.py` to a `pyproject.toml`-based setup, which can help solve dependency and compatibility issues, such as the one mentioned in #377 (though it can be solved v…
-
In recent versions `tox` got support for native TOML configuration. It would be nice to be able to configure `tox-gh-actions` in TOML too.
-
One now receives deprecation warnings when building `taxcalc` from source with `pip install -e .`.
To avoid this warning, a `pyproject.toml` should be added to the root directory of the project. …
-
Currently OSV-Scanner does not support `pyproject.toml` files.
Example: https://github.com/huggingface/datatrove/blob/main/pyproject.toml
I am not familiar with how many projects use a `pyprojec…
-
The currently recommended best practice is to use a `pyproject.toml` file instead of a `setup.py` and `requirements.txt` file.
https://setuptools.pypa.io/en/latest/userguide/quickstart.html