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.7.6.tar.gz
(21.5 kB
view details)
Built Distribution
File details
Details for the file dmk_packages-0.7.6.tar.gz
.
File metadata
- Download URL: dmk_packages-0.7.6.tar.gz
- Upload date:
- Size: 21.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8d5f07685481e29df7aa57d4581105e454fd8b6679d9f44b896eea146809b47b |
|
MD5 | 3744003cfe193202e7b66e067cc444ca |
|
BLAKE2b-256 | 0d9f7de5b270b3283a0239cc7079505ad80706b63160e5a9b12520b35902dace |
File details
Details for the file dmk_packages-0.7.6-py3-none-any.whl
.
File metadata
- Download URL: dmk_packages-0.7.6-py3-none-any.whl
- Upload date:
- Size: 26.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 87347b96709c70692da6de808a37afdfd7fdc48bf09ad8c278a75852af9389fc |
|
MD5 | 6944ee5d29dc7c163cb52c0856188546 |
|
BLAKE2b-256 | 91675e01a3039d1a0801aee879ae9402893857cb1902d11ef0144d8019012015 |