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.16.0.tar.gz
(7.3 kB
view details)
Built Distribution
File details
Details for the file crepex_pyutil-0.16.0.tar.gz
.
File metadata
- Download URL: crepex_pyutil-0.16.0.tar.gz
- Upload date:
- Size: 7.3 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 | 5c26373ddfe7b9fef07e906b9db0a88903d0787b975b4016d47203cb347be88e |
|
MD5 | cb35370a3400474c4f31161aaa4d9edd |
|
BLAKE2b-256 | 7d72f8669116ebff766c57324f4a544697aa3068fcdd42ff38ccfd95b897e40b |
File details
Details for the file crepex_pyutil-0.16.0-py3-none-any.whl
.
File metadata
- Download URL: crepex_pyutil-0.16.0-py3-none-any.whl
- Upload date:
- Size: 9.1 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 | 94ff0e2b7b140bff376f596703ca74aef0f63def45d0fd618bc469821797249b |
|
MD5 | fb6914714c7820735c80f12a2aedacb5 |
|
BLAKE2b-256 | 6699845354f7b230109e511f5bd4b2fb36e922a1fad916584ff1226228dbef0c |