Metadata-Version: 2.4
Name: coinexa
Version: 0.0.6
Summary: Lightweight Unified Crypto Exchange API Wrapper for Python
Author-email: MONEY RUSH <your-email@example.com>
License: MIT
Project-URL: Homepage, https://pypi.org/project/coinexa/
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown

<!--
  README.md — PyPI·GitHub 등에 노출되는 패키지 소개 문서
  pyproject.toml의 readme = "README.md" 설정으로 빌드 시 PKG-INFO/PyPI Description에 포함됩니다.
  마크다운은 PyPI에서도 렌더링되므로 제목·코드 블록·링크 형식을 유지하세요.
-->

# Coinexa

<!-- 패키지 한 줄 요약 (영문: PyPI 국제 사용자 대상) -->
Lightweight Unified Crypto Exchange API Wrapper for Python.

<!-- 제작·브랜딩 표기 -->
Powered by **MONEY RUSH**.

## Installation

<!-- PyPI 배포 후 사용자가 실행하는 표준 설치 명령 -->
```bash
pip install coinexa
```

<!--
  [향후 확장 예시 — 필요 시 주석 해제]
  ## Quick start
  ```python
  import coinexa
  coinexa.welcome()
  ```
-->
