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.13.1.tar.gz
(6.7 kB
view details)
Built Distribution
File details
Details for the file crepex_pyutil-0.13.1.tar.gz
.
File metadata
- Download URL: crepex_pyutil-0.13.1.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.0 CPython/3.8.3 Darwin/23.0.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f688100d5c897b3e6d4a2d4b47540bb51f5f442515d9a47df56323078df0123 |
|
MD5 | 59280c7f117d5fbb56384fc5f9809cc8 |
|
BLAKE2b-256 | 7bfe1374f9a418b9bd349fa8b4c2610898d772c11a88849019ca3620f7de5e77 |
File details
Details for the file crepex_pyutil-0.13.1-py3-none-any.whl
.
File metadata
- Download URL: crepex_pyutil-0.13.1-py3-none-any.whl
- Upload date:
- Size: 8.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.0 CPython/3.8.3 Darwin/23.0.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a648ce096ed4c0049b6369e727448c01b4c875ce1e790dc9435e37070be3b74f |
|
MD5 | c366ac54a7649fd3e3f15e04c5cf453b |
|
BLAKE2b-256 | 034d2a44403bb32b06d07c0793e0e84fa4146b7938f13f03c688f69df160bd15 |