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.15.0.tar.gz
(7.2 kB
view details)
Built Distribution
File details
Details for the file crepex_pyutil-0.15.0.tar.gz
.
File metadata
- Download URL: crepex_pyutil-0.15.0.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.1 CPython/3.11.3 Darwin/23.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | afd9b2db95d293b2d2cdd17f3159fa0f783395370d83c50b724940950d207eee |
|
MD5 | a40f1c0df503e615c4f8f9821e62eeef |
|
BLAKE2b-256 | 7cdf497a30d173288a72595db3fbeee352f3fc7c141fa3add8bcdc11fb9c2329 |
File details
Details for the file crepex_pyutil-0.15.0-py3-none-any.whl
.
File metadata
- Download URL: crepex_pyutil-0.15.0-py3-none-any.whl
- Upload date:
- Size: 9.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.1 CPython/3.11.3 Darwin/23.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 642107d7ab0097366d4c6ee65404030f9beb498fd087fc496c9d000555666daa |
|
MD5 | 375910fe56451de3dcec71fbce07faf5 |
|
BLAKE2b-256 | 1beac4341557cbab3de85a8e32c6e6f9e976c0742eba569f9d4203b4892fb692 |