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.12.0.tar.gz
(6.5 kB
view details)
Built Distribution
File details
Details for the file crepex_pyutil-0.12.0.tar.gz
.
File metadata
- Download URL: crepex_pyutil-0.12.0.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.0 CPython/3.8.3 Darwin/22.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 59753378d02f11077210072e0295b9da2472b371fd989e479f67882b4987cf6b |
|
MD5 | bc1b2d9a8c3877fe7e43e3d2dcd9c6b3 |
|
BLAKE2b-256 | 4400b7d3bec3bed6ae15b57e36037cce8a28cb8ceae6753bb1734b3da8078662 |
File details
Details for the file crepex_pyutil-0.12.0-py3-none-any.whl
.
File metadata
- Download URL: crepex_pyutil-0.12.0-py3-none-any.whl
- Upload date:
- Size: 8.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.0 CPython/3.8.3 Darwin/22.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4f79c6da34639d2e1f89f28a32739a8ad5b68be8b78a8c7e924482b9e60c0f7e |
|
MD5 | 30578c72ac2928d2be8664af2351aa5e |
|
BLAKE2b-256 | 624967c31d7844846c22b7c1a37a0f700743639d07756abffd5de5b384c42e6d |