AI-Planning / AI-Planning/pddl
Migrate to `uv` package manager
Open
- Dominant language
- Python
- Stars
- 177
- Forks
- 43
- Avg merge
- 49m
- Merged PRs (30d)
- 1
Description
Currently, we are using plain `setuptools` to manage the project and `pipenv` for main/dev dependencies and virtual environments.
What about adopting the [`uv` Python package manager](https://github.com/astral-sh/uv)? Seems to be a valid alternative to other project manager tools like `poetry`. It is getting more and more traction in the Python community, and it would give a fresh new look to the `pddl` package :)
Contributor guide
Assessment
This issue has not been assessed yet.