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

chore: switch to uv #64

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Angel-Dijoux
Copy link

@Angel-Dijoux Angel-Dijoux commented Nov 5, 2024

Objective

This PR aims to simplify the interaction with this package, including building, starting, and ensuring repository integrity. To achieve these goals, we utilize uv as a package and project manager.

How to Use:

  1. Install uv:

  2. Create a Python environment: uv venv

  3. Add a package: uv add

  4. Install packages (first-time setup): uv sync

  5. Build wheels: uv build

And that's it! I am not deeply familiar with the project, so I may have missed some aspects—please feel free to notify me if there's anything that needs attention. In the future, I plan to create a fully integrated solution to handle versioned packages, package releases on GitHub, CI/CD checks, and more. Let me know if you find this kind of work useful!

@Angel-Dijoux Angel-Dijoux marked this pull request as draft November 5, 2024 10:59
chore: keep uv.lock in .gitignore
@Angel-Dijoux Angel-Dijoux marked this pull request as ready for review January 1, 2025 18:33
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