Metadata-Version: 2.3
Name: tds-pypi-package
Version: 0.1.1
Summary: Add your description here
Author: mathartist17
Author-email: mathartist17 <mathartist17@gmail.com>
Requires-Python: >=3.12
Description-Content-Type: text/markdown

## Notes

- To create this repo structure
`uv init --package .`
- To create the package with specific name
`uv init --package mathartist17-test-package`
- To build
`uv build`
- To publish
`uv publish --token <your_token>`
- To get the token, go to Account Settings and create a new API token
- To test
`uv tool install tds-pypi-package`
- To install a package without cache
`uv tool install --no-cache tds-pypi-package`
- To uninstall a package
`uv tool uninstall tds-pypi-package`

- toml file is a replacement of requirements.txt

- whl file is a binary uploaded to Pypi
- gz file is source file

This is a test package created for learning purpose. I am trying to publish a package to [PyPi](https://pypi.org/)