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.18.0.tar.gz
(7.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file crepex_pyutil-0.18.0.tar.gz.
File metadata
- Download URL: crepex_pyutil-0.18.0.tar.gz
- Upload date:
- Size: 7.9 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 |
ab85a01abb5457df4bbc257a0377042ca824f3d0b9b4910d75d320be6cf6c450
|
|
| MD5 |
cea24d314f7b2fcf8d7d2453d0ec3e95
|
|
| BLAKE2b-256 |
b86cd4aa23bfaff001ed99f97a15c99007da7c7006a7b31a691b54beab91877e
|
File details
Details for the file crepex_pyutil-0.18.0-py3-none-any.whl.
File metadata
- Download URL: crepex_pyutil-0.18.0-py3-none-any.whl
- Upload date:
- Size: 9.7 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 |
fbd3eda6edc7980baa22ca745248d78a0cc8d78235e45550495f2a25da5daece
|
|
| MD5 |
f25908f6d19fbb57754c891a0fd9a95d
|
|
| BLAKE2b-256 |
991ff53f2bbd09c1baa8b576d09234ddb298b4a5c6af9aa88a3e52fb0672978b
|