Metadata-Version: 2.4
Name: pyrux
Version: 0.0.1
Project-URL: homepage, https://todo.com
Project-URL: source, https://todo.com
Project-URL: download, https://todo.com
Project-URL: changelog, https://todo.com
Project-URL: releasenotes, https://todo.com
Project-URL: documentation, https://todo.com
Project-URL: issues, https://todo.com
Project-URL: funding, https://todo.com
Author-email: Austin Yu <austinyu@stanford.edu>
Maintainer-email: Austin Yu <austinyu@stanford.edu>
License-Expression: MIT
Requires-Python: >=3.11
Requires-Dist: pydantic>=2.11.2
Description-Content-Type: text/markdown

# pyrux

This is a Python project scaffolded with scaffoldpy. Here is what you need to do next:
1. Install the dependencies: `uv sync`
2. Install the pre-commit hooks: `pre-commit install`
3. Create repo on Github
4. Run `git remote add origin https://github.com/austinyu/<repo-name>.git`
5. Push to remote: `git push -u origin main`
6. Register your project on PyPi
7. Release a new version on github.
8. Release pipeline will automatically publish the package to PyPi.

