-
I'd like to get Dependabot support for Python projects managed by [PDM](https://github.com/frostming/pdm).
PDM is very similar in usage to Poetry, and also uses `pyproject.toml`, so it could be in …
-
### What's the problem this feature will solve?
We currently use `pip check` quite a bit in `conda-forge` to make sure that the dependency specifications that the dependencies that we have are correc…
wolfv updated
2 weeks ago
-
[pep621](https://peps.python.org/pep-0621/) specifies a standardized way of specifying dependencies in a declarative way. It would be nice if this could be directly supported. While in principle the …
-
I noticed that the README badge and the metadata point to https://pyproject-metadata.rtfd.io that does not actually exist, while the repo frontpage sidebar links https://pep621.rtfd.io that seems to a…
-
Publish the streamlit UI to the Streamlit Community Cloud, so that no install is needed at all.
-
**Is your feature request related to a problem? Please describe.**
Well no not really, this will just break a small minority of users for a little bit of technical purity
**Describe the solution y…
-
The Python community seems to be adopting [PEP621](https://peps.python.org/pep-0621/) for storing project metadata in `pyproject.toml`. We have been using Poetry from the start of FawltyDeps, which us…
-
### Description
The other day I came across the package version declaration in SQLAlchemy’s `setup.cfg` [here](https://github.com/sqlalchemy/sqlalchemy/blob/900d13acb4f19de955eb609dea52a755f0d11acb/s…
-
**Is your feature request related to a problem? Please describe.**
I work in python projects that use poetry for dependency management, and use a `src/` folder for the repository. When importing an a…
-
I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.
- `python3 -sBm build -w --no-isolatio…