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.19.0.tar.gz
(8.0 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.19.0.tar.gz.
File metadata
- Download URL: crepex_pyutil-0.19.0.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.4 CPython/3.10.19 Darwin/24.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c9196a637779a353e81973f44449854bad1c5f6e694abe4423c35ef493d7dac
|
|
| MD5 |
8f1c25684dbfc2f818aa835b0879656e
|
|
| BLAKE2b-256 |
6bce405e87c911e22f7a2d491efc80c191cdcd489ac1cf5a971a568920e8f55e
|
File details
Details for the file crepex_pyutil-0.19.0-py3-none-any.whl.
File metadata
- Download URL: crepex_pyutil-0.19.0-py3-none-any.whl
- Upload date:
- Size: 11.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.4 CPython/3.10.19 Darwin/24.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16790ac02ed011bd675065c18444a54edc9bcaf6c766ea814f86e8a03b1970f0
|
|
| MD5 |
499d8c477aa77facd3f2556087e2a6d6
|
|
| BLAKE2b-256 |
9b448463562673addd310113c274ab45d676514e2998a6d3cb83fdc220ee428a
|