Metadata-Version: 2.4
Name: coral8
Version: 0.0.2
Summary: A zero-config CLI tool to bridge files and inject Python code.
Author-email: Dylan Kennedy <dylkenn89@gmail.com>
License: MIT
Keywords: cli,csv,json,code injection,typer
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# coral8

🚧 **coral8** is a zero-config CLI tool that lets you register, inspect, and inject data or code files in Python projects. It’s minimal, modular, and built for local workflows.

---

## 🔧 Features

- `coral8 connect` — register any `.csv`, `.json`, or `.txt` file
- `coral8 import` — preview the data via command line
- `coral8 inject` — copy Python functions across `.py` files safely via AST
- `coral8 list` — see what you’ve registered
- `--alias` support — avoid filename collisions with ease

---

## 💻 Installation

Coming from PyPI soon. For now:

```bash
git clone https://github.com/gary_strike/coral8
cd coral8
pip install -e .
