Metadata-Version: 2.1
Name: taopypy
Version: 0.0.0
Summary: This is masayan1126's utility python package
Author-email: masayan1126 <masa199311266@gmail.com>
Project-URL: Homepage, https://github.com/masayan1126/taopypy
Project-URL: Bug Tracker, https://github.com/masayan1126/taopypy/issues
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: requests
Provides-Extra: dev
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"

# taopypy

```
pyproject.tomlのversion更新
(.venv) rm -rf taopypy.egg-info && rm -rf dist && python3 -m build && python3 -m twine upload --repository pypi dist/*
```
