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.17.0.tar.gz
(7.5 kB
view details)
Built Distribution
File details
Details for the file crepex_pyutil-0.17.0.tar.gz
.
File metadata
- Download URL: crepex_pyutil-0.17.0.tar.gz
- Upload date:
- Size: 7.5 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 | 9dd6730cb9198446eb591119f15d0fba5e1462b2e63c0c5954d381abe94c8b95 |
|
MD5 | d29d67208d5ebb1d9d120b95882d65fc |
|
BLAKE2b-256 | 62447f4967af5c5d8fd567999ab3d2ae46040d8a93d4838c7bc774e548a17e2c |
File details
Details for the file crepex_pyutil-0.17.0-py3-none-any.whl
.
File metadata
- Download URL: crepex_pyutil-0.17.0-py3-none-any.whl
- Upload date:
- Size: 9.5 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 | c0c294398aa8deb9018443325e1e1580518dddc64fa5e45503a77f8b951f30ee |
|
MD5 | 8b1f6521b5ec6f1943bf5e753eea3009 |
|
BLAKE2b-256 | aaddc9d4bbd92ffb8cbc4625e04f4f86f34f49a60b0ebb6317cae009f07fe37d |