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.9.0.tar.gz
(6.2 kB
view details)
Built Distribution
File details
Details for the file crepex_pyutil-0.9.0.tar.gz
.
File metadata
- Download URL: crepex_pyutil-0.9.0.tar.gz
- Upload date:
- Size: 6.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 | 9e4c1e455eaff17cd88a619d3f995b6699c91faba1d21529bf592fda7b2f03e2 |
|
MD5 | 601380bff428618a1512e66a7bd766d3 |
|
BLAKE2b-256 | 31f94af6562000ffbd0a5556820a874907e5a7f0ee611de24ab4aa82b7b242b4 |
File details
Details for the file crepex_pyutil-0.9.0-py3-none-any.whl
.
File metadata
- Download URL: crepex_pyutil-0.9.0-py3-none-any.whl
- Upload date:
- Size: 8.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 | 59ecd6d1730df2cd4034ad65106bb3f173693e02f4e6c5472d209b634c855872 |
|
MD5 | 341b3cbc8803aa24c6af2aaed811478d |
|
BLAKE2b-256 | 369e28d4a0c7904a5bc87b85a11055ef1f3155c8359b607b712d315acf01e92e |