Skip to main content

Zero-config file loader & simple HTTP bridge

Project description

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 bridge — register any .csv,.xlsx,.yaml, .json, or .txt file
  • coral8 peek — preview the data via command line
  • coral8 graft — copy Python functions across .py files safely via AST
  • coral8 vault — see what you’ve registered
  • --alias support — avoid filename collisions with ease
  • coral8 scrub all - declutter your coral8 space

Coral8 is not a data parser. It’s the layer that makes parsing possible.

Modern projects rely on multiple file formats—CSV, JSON, YAML, TXT, and more. But bridging them across tools, scripts, and notebooks often leads to:

Redundant loaders for each format

Hardcoded paths scattered across files

Confusion over which data files are in use

Coral8 provides a consistent interface to register, manage, and access data files across your entire project.

Use Coral8 to: Register multiple files from different formats in one step

Safely alias filenames to avoid collisions

Preview connected files directly from the command line

Load registered files into Python with consistent logic

Inject shared functions across .py files using AST-based replacement

Plays well with: Data analysis tools like pandas, polars, or dask

Machine learning pipelines with mixed input sources

Jupyter notebooks and research workflows

Lightweight CLI-based ETL pipelines

Installation

You can now install coral8 directly from PyPI:

pip install coral8

---

##  Example

python

from coral8.loader import parse_file

sales = parse_file("sales_2022.csv")
config = parse_file("model.yaml")
logdata = parse_file("clickstream.json")

# Use with pandas, or pass directly into other tooling
Once a file is registered, Coral8 handles the rest—no boilerplate, no guesswork.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

coral8-0.5.1.tar.gz (7.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

coral8-0.5.1-py3-none-any.whl (8.0 kB view details)

Uploaded Python 3

File details

Details for the file coral8-0.5.1.tar.gz.

File metadata

  • Download URL: coral8-0.5.1.tar.gz
  • Upload date:
  • Size: 7.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for coral8-0.5.1.tar.gz
Algorithm Hash digest
SHA256 34499a5079878e2f246f67f9e522369278898e11599498aebe84853fb8c7f86f
MD5 8637138a2f4ed566f604f752ae1e6b39
BLAKE2b-256 6b445e8696bcfc5fcb7e375f85f0857592410150ff35d1fdb6ad3b59c111413b

See more details on using hashes here.

File details

Details for the file coral8-0.5.1-py3-none-any.whl.

File metadata

  • Download URL: coral8-0.5.1-py3-none-any.whl
  • Upload date:
  • Size: 8.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for coral8-0.5.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b2611bc1709da6e7f896c696a8b9d4f488f75ec2b048925dff51b947a36035b8
MD5 d0c5c510cb5d788edcba57f28e687ddc
BLAKE2b-256 9330c027b85c6db4668bda45d7e1a14f45c85669258d77cd9d9ec4ed8508812c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page