Metadata-Version: 2.1
Name: idataengineer
Version: 0.3.0
Summary: innovata-DataEngineer
Home-page: https://github.com/innovata/DataEngineer
Author: innovata sambong
Author-email: iinnovata@gmail.com
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
License-File: LICENSE

# DataEngineer

MongoDB 를 기반으로 하는 모든 프로젝트를 위한 Database-Package.


<!-- ============================================================ -->
## 가상환경구성
https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/#creating-a-virtual-environment

1. Windows
py -m venv env
.\env\Scripts\activate
where python



<!-- ============================================================ -->
## PyPi 패키지 업로드
https://docs.python.org/3/distributing/index.html


python -m pip install setuptools wheel twine
py -m pip install --upgrade build
py -m build
