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.5.0.tar.gz
(5.2 kB
view details)
Built Distribution
File details
Details for the file crepex_pyutil-0.5.0.tar.gz
.
File metadata
- Download URL: crepex_pyutil-0.5.0.tar.gz
- Upload date:
- Size: 5.2 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 | 5eae2ea53b2b024aeb27adac1575d18d331db6fa29404114387a404e0c685cca |
|
MD5 | 75a7bcec1c660f5f34304e91ce10dd09 |
|
BLAKE2b-256 | 94eaacc36a6002d94eba6001e6729ce075444bb77a409a04c6e921688e148bdd |
File details
Details for the file crepex_pyutil-0.5.0-py3-none-any.whl
.
File metadata
- Download URL: crepex_pyutil-0.5.0-py3-none-any.whl
- Upload date:
- Size: 7.0 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 | 5216015c8c29a4702d7c8722a6e9c37df9d5d674b0d5faec569bb2a71556735a |
|
MD5 | 1c2dd44248944079250a80acdc123156 |
|
BLAKE2b-256 | a7ee7d623f534ccec0bb9d32d7ac7e18b7c7f87f7290e6a71f25c0818f5e0aa5 |