Skip to content

Conversation

ecomodeller
Copy link
Member

@ecomodeller ecomodeller commented Aug 11, 2025

  • Use dev dependency groups instead of optional dependencies (targeted to end users) in pyproject.toml.
  • Use uv in all CI workflows
  • Use uv run in Makefile
  • Use src layout

A src layout is particularly valuable when developing libraries. It ensures that the library is isolated from any python invocations in the project root and that distributed library code is well separated from the rest of the project source.
https://docs.astral.sh/uv/concepts/projects/init/#libraries

@ecomodeller ecomodeller marked this pull request as ready for review August 12, 2025 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant