From c61748f85f79188acddb40f7f0ee0c06e2fac4c3 Mon Sep 17 00:00:00 2001 From: DevForge Engineer Date: Wed, 15 Jul 2026 19:20:39 -0400 Subject: [PATCH] =?UTF-8?q?fix(docs):=20correct=20DataMorph=20install=20cl?= =?UTF-8?q?aims=20=E2=80=94=20package=20is=20not=20published=20to=20PyPI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The README/AGENTS advertised `pip install datamorph-cli` (PyPI badge) but the package is not actually published to PyPI (only `git+https` install works; the coding-dev-tools.github.io/pypi-index 404s). Replace the false PyPI badge with a "not published" badge and point the install instruction at the working `git+https://github.com/Coding-Dev-Tools/datamorph.git` install. Ported from the stranded local commit 1dbb981 (originally on the now-merged PR #45 branch) onto current master as a fresh branch. Co-Authored-By: Hermes Senior Dev Rotation --- AGENTS.md | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index ec6b788..394fd63 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -4,7 +4,7 @@ Batch data format converter — stream files between CSV, JSON, Parquet, YAML, Avro, and more. Includes schema inference and validation. ## Build & Test Commands -- Install: `pip install -e .` or `pip install datamorph-cli` +- Install: `pip install -e .` or `pip install git+https://github.com/Coding-Dev-Tools/datamorph.git` - Test: `pytest tests/` (or `python -m pytest tests/ -v --tb=short`) - Lint: `ruff check .` - Build: `pip install build twine && python -m build && twine check dist/*` diff --git a/README.md b/README.md index a1e7bac..c0e4946 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ [![License](https://img.shields.io/badge/license-MIT-green)](https://github.com/Coding-Dev-Tools/datamorph/blob/main/LICENSE) [![Open Source Alternative](https://img.shields.io/badge/Open_Source_Alternative-%E2%87%92-blue?logo=opensourceinitiative)](https://www.opensourcealternative.to/project/datamorph) |[![LibHunt](https://img.shields.io/badge/LibHunt-%E2%87%92-blue?logo=codeigniter)](https://www.libhunt.com/r/Coding-Dev-Tools/datamorph) -|[![PyPI](https://img.shields.io/pypi/v/datamorph-cli)](https://pypi.org/project/datamorph-cli/) - +|[![PyPI](https://img.shields.io/badge/PyPI-not%20published-orange)](https://github.com/Coding-Dev-Tools/datamorph#installation) +| > ⭐ **Star this repo** if you work with data formats Part of the [Revenue Holdings](https://coding-dev-tools.github.io/devforge/) developer tool ecosystem.