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.3.0.tar.gz
(4.8 kB
view details)
Built Distribution
File details
Details for the file crepex_pyutil-0.3.0.tar.gz
.
File metadata
- Download URL: crepex_pyutil-0.3.0.tar.gz
- Upload date:
- Size: 4.8 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 | 167721aae3388c9047b00f06e477248d1a34ae747bbfb1119268e504f72fce12 |
|
MD5 | b17673c0c9b03981f483c735ec13083f |
|
BLAKE2b-256 | fd0721df94061ce1fc3c65f6ae1bbb12a1c7abdfce2b10305dbd2c42f23895fd |
File details
Details for the file crepex_pyutil-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: crepex_pyutil-0.3.0-py3-none-any.whl
- Upload date:
- Size: 6.5 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 | ba7c1cf255b72883f1c771562fddabe5df59798879be98c4b6af64576e90f953 |
|
MD5 | 8ce075e6787bde8cc8edb99e39fca1cf |
|
BLAKE2b-256 | 378cf68173dc7065eb82498e3b58a0021abda50e6dc4e6fabc1242bc13fa280e |