Metadata-Version: 2.4
Name: aiekp-cli
Version: 0.1.1
Summary: Command Line Interface for AIEKP (AI Engineering Knowledge Platform)
Author-email: AIEKP Team <hello@aiekp.dev>
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.11
Requires-Dist: httpx>=0.27.0
Requires-Dist: python-dotenv>=1.0.1
Requires-Dist: rich>=13.7.1
Requires-Dist: typer>=0.12.3
Description-Content-Type: text/markdown

# AIEKP CLI

Command Line Interface for AIEKP (AI Engineering Knowledge Platform).

## Installation
```bash
pip install aiekp-cli
```

## Quick Start
```bash
aiekp config set GEMINI_API_KEY "your_key"
aiekp config set NEO4J_URI "neo4j+s://..."
```
