Metadata-Version: 2.4
Name: coral8
Version: 0.0.4
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`,'.xlsx','.yaml', `.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
- 'coral8 clear all' - declutter your coral8 space

---

##  Installation

You can now install **coral8** directly from PyPI:

```bash
pip install coral8

