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.1.4.tar.gz
(3.0 kB
view details)
Built Distribution
File details
Details for the file crepex_pyutil-0.1.4.tar.gz
.
File metadata
- Download URL: crepex_pyutil-0.1.4.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.0 CPython/3.8.3 Darwin/21.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b78e1fdc0f2845851165d090a6e94d64d2cbd65f03726807f1c2fb96c7a40b7b |
|
MD5 | 6f3fe1c47ee7702e1df4cc19d83e5cfa |
|
BLAKE2b-256 | a0282798060fec7bb1ab69bdefb5a2e3a8d04d7c4042314e49948443146ca618 |
File details
Details for the file crepex_pyutil-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: crepex_pyutil-0.1.4-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.0 CPython/3.8.3 Darwin/21.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1be5f267344bb2a7816c39d4730b01f8678ba5ecc3e6d62e6efd744200172b6c |
|
MD5 | 33fba1468adb12437a429d67615a6527 |
|
BLAKE2b-256 | 1146efb349148f10cc0020fb329945cd4e5e029da55b828fec9649261a38e265 |