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.4.0.tar.gz
(5.0 kB
view details)
Built Distribution
File details
Details for the file crepex_pyutil-0.4.0.tar.gz
.
File metadata
- Download URL: crepex_pyutil-0.4.0.tar.gz
- Upload date:
- Size: 5.0 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 | f1a8afd252f2f4327f7cc0bf39725821d23de7dfaadd85e912584a6b72487553 |
|
MD5 | e3e93adcfc9e93fbaa8c8d8c8a81c853 |
|
BLAKE2b-256 | 3ecb843362aa706bee6a1eb8b5e1f5694c2277954a7ade48ef164e1fb4a5e81f |
File details
Details for the file crepex_pyutil-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: crepex_pyutil-0.4.0-py3-none-any.whl
- Upload date:
- Size: 6.6 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 | 5630dc4a8510144ef8d77d8db7bfe868675363e2a33962e5780b73e3da02a77a |
|
MD5 | eecfc2b0c9b1f456e7cc8e3328a0d4ed |
|
BLAKE2b-256 | 4f9e521c482fe33897d6b7e16c1a245fcce4859c91b1112fae5ea0d15be59510 |