Metadata-Version: 2.2
Name: dh-tool
Version: 1.0.46
Summary: A small example package
Author-email: dohyun <doh0106@naver.com>
Project-URL: Homepage, https://github.com/pypa/sampleproject
Project-URL: Issues, https://github.com/pypa/sampleproject/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: elasticsearch
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: openai
Requires-Dist: openpyxl
Requires-Dist: pandas
Requires-Dist: python_box
Requires-Dist: scikit_learn
Requires-Dist: seaborn
Requires-Dist: tqdm

# Example Package

This is a simple example package. You can use
[GitHub-flavored Markdown](https://guides.github.com/features/mastering-markdown/)
to write your content.


# Build Command
```bash
# if required 
pip install pipreqs
pipreqs /path/to/your/project
# requirements.txt pyproject.ml에 복사

```
```bash
python -m build
python -m twine upload --repository pypi dist/{package_name}-asdf.whl
```
