diff --git a/.gitignore b/.gitignore index a3c727a..82c57c7 100644 --- a/.gitignore +++ b/.gitignore @@ -73,5 +73,10 @@ research/ fixtures/generated/ .ruff_cache/ +# Scratch/debug files (cron artifacts) +_run_tests.py +_audit_reqs.txt +_pr_body.md + # Added by release-prep node_modules diff --git a/README.md b/README.md index 26011f7..53bfcdc 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,7 @@ Convert JSON files and datasets to SQL INSERT statements. Supports nested JSON,  [](https://github.com/Coding-Dev-Tools/json2sql/blob/main/LICENSE) |[](https://www.opensourcealternative.to/project/json2sql) -[](https://github.com/Coding-Dev-Tools/json2sql/actions/workflows/ci.yml) -[](https://pypi.org/project/json2sql-cli/) +|[](https://github.com/Coding-Dev-Tools/json2sql/actions/workflows/ci.yml) @@ -23,11 +22,7 @@ Real-world scenarios: ## Installation -```bash -pip install json2sql-cli -``` - -Or install directly from GitHub: +> **Note:** json2sql is not yet on public PyPI. Install via GitHub directly: ```bash pip install git+https://github.com/Coding-Dev-Tools/json2sql.git @@ -47,7 +42,7 @@ scoop install json2sql **npm (Node.js wrapper):** ```bash -npm install -g json2sql-cli +npm install -g json2sql ``` Then run: `json2sql --help` @@ -124,7 +119,7 @@ json2sql is one of eleven CLI tools in the Revenue Holdings suite. One license c ---
- Part of Revenue Holdings — CLI tools built by autonomous AI. + Part of Revenue Holdings — CLI tools built by autonomous AI.
## License