CrepeX python utilities
Project description
CrepeX python util
개발환경
poetry
를 사용해서 개발- 가상환경은
poetry shell
- 패키지 설치는
poetry install
- 최조 pre-commit 셋팅
pre-commit install
배포
테스트
- TestPypi 계정준비, API 토큰 준비
# test pypi repository 등록
poetry config repositories.testpypi https://test.pypi.org/legacy/
# poetry 에 토큰 등록
poetry config http-basic.testpypi __token__ pypi-your-api-token-here
# Build & Publish
poetry build
poetry publish -r testpypi
# Get package
pip install -i https://test.pypi.org/.../your-package-name
프로덕션
- Pypi 계정준비, API 토큰 준비
# poetry 에 토큰 등록
poetry config pypi-token.pypi pypi-your-token-here
# Build & Publish
poetry publish --build
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
crepex_pyutil-0.8.0.tar.gz
(6.1 kB
view details)
Built Distribution
File details
Details for the file crepex_pyutil-0.8.0.tar.gz
.
File metadata
- Download URL: crepex_pyutil-0.8.0.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.0 CPython/3.8.3 Darwin/22.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 79295da2f5347d5dde34e3315ada1753c48179c2b939253b114ea583eb63dcb5 |
|
MD5 | 4237eb674f4f01ea708e0cdc98e9e994 |
|
BLAKE2b-256 | fca55f4e8fdaad9c5c76fdd8cd3f2a118a56e2da4215261f9e51e4b0f3f1171a |
File details
Details for the file crepex_pyutil-0.8.0-py3-none-any.whl
.
File metadata
- Download URL: crepex_pyutil-0.8.0-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.0 CPython/3.8.3 Darwin/22.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 78566b9e344a166a06ff83a6fd5117c2b172716a51baef322e4e841af41c614f |
|
MD5 | 12c4b330eb66ec3a453ca8be3108a9d0 |
|
BLAKE2b-256 | 7da54f70732bf07151f4db043fad74d52c038eecfbbc22fe68070cf64e05ec14 |