Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Hatch for Project Management #111

Merged
merged 29 commits into from
Mar 15, 2024
Merged

Use Hatch for Project Management #111

merged 29 commits into from
Mar 15, 2024

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
.github/workflows/code-quality.yml Outdated Show resolved Hide resolved
pyproject.toml Outdated Show resolved Hide resolved
pyproject.toml Outdated Show resolved Hide resolved
pyproject.toml Show resolved Hide resolved
pyproject.toml Outdated Show resolved Hide resolved
pyproject.toml Show resolved Hide resolved
pyproject.toml Outdated Show resolved Hide resolved
pyproject.toml Outdated Show resolved Hide resolved
pyproject.toml Show resolved Hide resolved
@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
.github/workflows/pytest.yml Show resolved Hide resolved
README.md Show resolved Hide resolved
pyproject.toml Outdated Show resolved Hide resolved
pyproject.toml Show resolved Hide resolved
pyproject.toml Show resolved Hide resolved
pyproject.toml Outdated Show resolved Hide resolved
@hoh
Copy link
Member

hoh commented Mar 14, 2024

We're getting there 😃

hoh
hoh previously approved these changes Mar 15, 2024
.github/workflows/pytest.yml Outdated Show resolved Hide resolved
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
12 checks passed
@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.

2 participants