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.