Core utilities and models for keynet packages
Project description
keynet-core
Keynet 패키지들의 핵심 유틸리티와 공통 모델
설치
pip install keynet-core
주요 기능
🔧 공통 유틸리티
- 환경 변수 관리
- 설정 파일 처리
- 로깅 설정
📦 공유 모델
- 데이터 검증 모델
- API 응답 모델
- 설정 스키마
🔌 의존성
- 최소한의 의존성 유지
- 다른 Keynet 패키지의 기반
사용 예제
from keynet_core import Config, check_env
# 환경 변수 검증
if check_env():
print("필수 환경 변수 설정 완료")
# 설정 로드
config = Config()
print(f"MLflow URI: {config.mlflow_tracking_uri}")
API 문서
자세한 API 문서는 GitHub Wiki 참조
라이선스
MIT License
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
keynet_core-0.3.0.tar.gz
(1.7 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 keynet_core-0.3.0.tar.gz.
File metadata
- Download URL: keynet_core-0.3.0.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d2b91a61473dd86fe89eee43eaecafafceaeb2a33473576fbfaa21b7bb971cb
|
|
| MD5 |
35781b2e4866e5e9031ba2a159075f5c
|
|
| BLAKE2b-256 |
a8de66d7050538969e13677ba298655c7be62068c9039a5ee2ba1ddfebad34f5
|
File details
Details for the file keynet_core-0.3.0-py3-none-any.whl.
File metadata
- Download URL: keynet_core-0.3.0-py3-none-any.whl
- Upload date:
- Size: 2.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd47845423b0f4a332b051df5407d9bf3a0c2156111a2b959f3c5b871edb7739
|
|
| MD5 |
5d94c526441797c1d3e2d63905f48954
|
|
| BLAKE2b-256 |
f468060691b130a6501eb0b407e315d7f68d5c9c41c1a83c8ca5bc6261e4b1d4
|