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.3.tar.gz
(20.8 kB
view hashes)
Built Distribution
Close
Hashes for dmk_packages-0.6.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0eaa33ef0de482c53567222079e2002ed1fd411b70f0dc907d01ea00a43dd6c6 |
|
MD5 | a701a34ad82415ab9fa8e23c3177dd04 |
|
BLAKE2b-256 | 556dcaa6c7df5a651e911850665504fc05f4933c4cfa1a14453b01dbf1e63d5f |