Switch to uv and refactor project
Open
@lemmatum is already working on this.
Since Apr 21, 2025.
documentation
refactor
- Dominant language
- Python
- Stars
- 5
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
- Switch project packaging to use uv.
- Remove
requirements.txtand replace withpyproject.toml. The toml file should have a separate dev set of dependencies for running tests. - Move code to new src/ directory
- Move tests to new tests/ directory
- Make a data directory for any example data files. Use this guide as a reference.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.