Common packages for DataMKTKorea
Project description
DMK Packages
패키지 배포하기(PyPI)
-
PyPI · The Python Package Index 회원가입 or 로그인 (테스트가 필요하다면 TestPyPI · The Python Package Index 회원가입 or 로그인)
-
Packaging Python Projects - Python Packaging User Guide에 자세하게 적혀있으니 읽고 따라한다.
- 아래는 가이드 문서에서 필요한 부분을 발췌하였다.
패키지 배포시 참고사항
-
배포시 API token을 사용하기 위해
$HOME/.pypirc
파일을 아래와 같이 작성한다.[testpypi] username = __token__ password = pypi-AgENdGVzdC5weXBpLm9yZw......
패키지 빌드 & 배포 & 설치 명령어 (Unix/macOS)
python3 -m pip install --upgrade build
python3 -m build
python3 -m pip install --upgrade twine
python3 -m twine upload dist/*
- 테스트 환경에 배포하고 싶다면
python3 -m twine upload --repository testpypi dist/*
- 테스트 환경에 배포하고 싶다면
python3 -m pip install dmk_packages
- 테스트 환경에서 설치하고 싶다면
python3 -m pip install --index-url https://test.pypi.org/simple/ --no-deps dmk_packages
- 테스트 환경에서 설치하고 싶다면
패키지 사용하기
from dmk_packages import database as db
db.get_engine("KOREAINVESTMENT_DMK")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dmk_packages-0.6.5.tar.gz
(20.0 kB
view hashes)
Built Distribution
Close
Hashes for dmk_packages-0.6.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05b5ad8842b16dba43edad5a6b20d17c337f8f1045ad25ba62eeea2e90e3a8b4 |
|
MD5 | d9ff30088634135c22eaaf317989c3b4 |
|
BLAKE2b-256 | 9eb8097acd3502436ec6c9451fbdef684d155457b8dc600c5f01e6e639a2f1ea |