• v1.0.0 df99ea157d

    v1.0.0
    Some checks failed
    CI / test (ubuntu-latest, 3.10) (push) Failing after 5m1s
    CI / test (ubuntu-latest, 3.11) (push) Failing after 4m55s
    CI / test (ubuntu-latest, 3.12) (push) Failing after 4m52s
    CI / test (ubuntu-latest, 3.8) (push) Failing after 4m54s
    CI / test (ubuntu-latest, 3.9) (push) Failing after 4m57s
    CI / test-minimal (push) Failing after 4m54s
    CI / lint (push) Failing after 4m43s
    CI / build (push) Successful in 9m40s
    CI / release (push) Has been skipped
    Stable

    7000pctAUTO released this 2026-02-03 04:18:52 +00:00 | 45 commits to main since this release

    What's Changed

    • Initial release of DataForge CLI
    • Format conversion between JSON, YAML, and TOML
    • JSON Schema validation with detailed error messages
    • Type checking and schema inference
    • Batch file processing capabilities
    • Quiet mode for scripting and automation

    Features

    • Convert between JSON, YAML, and TOML formats
    • Validate data against JSON Schema
    • Infer and validate data types
    • Process multiple files with pattern matching
    • Minimal output mode for CI/CD pipelines

    Installation

    pip install dataforge-cli
    
    Downloads