Metadata-Version: 2.1
Name: Ittigorn
Version: 0.0.2
Summary: My helper classes library
Home-page: https://github.com/ittigorn-tra/Ittigorn
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: pandas

README.md message placeholder

To build this project before publishing, run the following command
`python .\setup.py sdist bdist_wheel`

To publish this project, run the following command after building
`python -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/*`

ref : https://www.codementor.io/@ajayagrawal295/how-to-publish-your-own-python-package-12tbhi20tf

