Skip to main content

Zero-config file loader & simple HTTP bridge

Project description

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 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.0.tar.gz (7.1 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.0-py3-none-any.whl (8.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: coral8-0.5.0.tar.gz
  • Upload date:
  • Size: 7.1 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.0.tar.gz
Algorithm Hash digest
SHA256 92bc69ad642c2d93696d1dd49562dc14682919e062b8638e51d4b579bb731c24
MD5 c7dc71442ea57bc03f8695d563f7e8aa
BLAKE2b-256 818782d4c10427447637b773c94a1ea09ace145639eb7885258e2161d9f1d4ae

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coral8-0.5.0-py3-none-any.whl
  • Upload date:
  • Size: 8.1 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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b1023b0dba923af286451f011a973e3805a96baed54f33c4f103239988bdae5d
MD5 296146a502a9ad09c2882a82630dc266
BLAKE2b-256 993992b04f9ee6615ee7ccb53fe7996371dd789f5f3ab415abd3a6b8a131569c

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