Skip to content

Conversation

@MHHukiewitz
Copy link
Member

While both hatch and setup.py are tools used in Python for package management and distribution, hatch offers several advantages over setup.py.

  • Firstly, "hatch" simplifies the process of creating and managing Python packages by providing a streamlined command-line interface with intuitive commands.
  • It automates many common tasks, such as creating package directories, generating initial package files, and managing dependencies.
  • Additionally, "hatch" offers built-in support for virtual environments, making it easier to isolate project dependencies and ensure reproducibility.

@github-actions github-actions bot added the BLACK This PR has critical implications and must be reviewed by a senior engineer. label Mar 13, 2024
@aleph-im aleph-im deleted a comment from github-actions bot Mar 13, 2024
@MHHukiewitz
Copy link
Member Author

@hoh I have added the CodeCov action to the Test/Coverage workflow. What needs to be done more that it posts the bot comment?

@MHHukiewitz MHHukiewitz requested a review from hoh March 14, 2024 14:19
@hoh
Copy link
Member

hoh commented Mar 14, 2024

We're getting there 😃

hoh
hoh previously approved these changes Mar 15, 2024
@codecov
Copy link

codecov bot commented Mar 15, 2024

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@MHHukiewitz MHHukiewitz merged commit 3d1452f into main Mar 15, 2024
@MHHukiewitz MHHukiewitz deleted the mhh-use-hatch branch March 15, 2024 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

BLACK This PR has critical implications and must be reviewed by a senior engineer.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants