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.7.0.tar.gz
(5.7 kB
view details)
Built Distribution
File details
Details for the file crepex_pyutil-0.7.0.tar.gz
.
File metadata
- Download URL: crepex_pyutil-0.7.0.tar.gz
- Upload date:
- Size: 5.7 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 | 2e86982ac0461ed39e29bbf328f59fd8212fa4201aa897b2c15d25eca724ba1a |
|
MD5 | f157521c9751d2959d908f268d66fb92 |
|
BLAKE2b-256 | 57355980b9ba740a9ba697295ab7742552503b17dbe4c0f6eba2f3af9f3fda87 |
File details
Details for the file crepex_pyutil-0.7.0-py3-none-any.whl
.
File metadata
- Download URL: crepex_pyutil-0.7.0-py3-none-any.whl
- Upload date:
- Size: 7.8 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 | 7026b7517f8490dddb53c1db14704baa8a247f6504e3c19973d4c0d24b51002f |
|
MD5 | a41139b94b186b0a795a0409c08493fa |
|
BLAKE2b-256 | 39ca9227d43ec032c601b945e7d67c3f0773537fd34c6590c188b0a21337d0a5 |