{"id":51026641,"url":"https://github.com/gitstq/jsonschema-inspector","last_synced_at":"2026-06-21T20:02:09.598Z","repository":{"id":362549448,"uuid":"1259659265","full_name":"gitstq/jsonschema-inspector","owner":"gitstq","description":"🔍 JSONSchema-Inspector - Lightweight JSON Schema Visualization \u0026 Intelligent Validation Engine | 轻量级JSON Schema可视化验证与智能诊断引擎","archived":false,"fork":false,"pushed_at":"2026-06-04T19:06:40.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-04T21:25:38.408Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gitstq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-04T18:20:13.000Z","updated_at":"2026-06-04T19:06:35.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/gitstq/jsonschema-inspector","commit_stats":null,"previous_names":["gitstq/jsonschema-inspector"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/gitstq/jsonschema-inspector","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitstq%2Fjsonschema-inspector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitstq%2Fjsonschema-inspector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitstq%2Fjsonschema-inspector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitstq%2Fjsonschema-inspector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gitstq","download_url":"https://codeload.github.com/gitstq/jsonschema-inspector/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitstq%2Fjsonschema-inspector/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34623906,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-21T02:00:05.568Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-21T20:02:08.771Z","updated_at":"2026-06-21T20:02:09.593Z","avatar_url":"https://github.com/gitstq.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# 🔍 JSONSchema-Inspector\n\n**Lightweight JSON Schema Visualization \u0026 Intelligent Validation Engine**\n\n[![Python](https://img.shields.io/badge/Python-3.8%2B-blue)](https://www.python.org/)\n[![License](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)\n[![Zero Dependencies](https://img.shields.io/badge/Dependencies-0-orange)](setup.py)\n[![Tests](https://img.shields.io/badge/Tests-49%20passing-brightgreen)]()\n\n[English](#english) | [简体中文](#simplified-chinese) | [繁體中文](#traditional-chinese)\n\n\u003c/div\u003e\n\n---\n\n\u003ca name=\"english\"\u003e\u003c/a\u003e\n## 🇺🇸 English\n\n### 🎉 Project Introduction\n\nJSONSchema-Inspector is a **zero-dependency** Python CLI tool designed for developers who work with JSON Schema on a daily basis. It provides a complete toolchain for schema validation, visualization, mock data generation, and schema comparison — all from your terminal.\n\n**Inspiration**: While working with APIs and configuration systems, we noticed that existing JSON Schema tools are either too heavy (requiring dozens of dependencies) or too limited (only supporting validation). JSONSchema-Inspector bridges this gap by offering a lightweight, all-in-one solution.\n\n**Key Differentiators**:\n- 🚀 **Zero dependencies** — Pure Python standard library, no external packages required\n- 🎨 **Terminal visualization** — Beautiful tree-like schema structure display\n- 🤖 **Smart mock generation** — Generate realistic sample data from schemas\n- 📊 **Schema diff engine** — Compare schemas and detect breaking changes\n- 🌍 **Multi-draft support** — Draft 7, 2019-09, and 2020-12\n\n### ✨ Core Features\n\n| Feature | Description | Status |\n|---------|-------------|--------|\n| ✅ **Schema Validation** | Full validation with detailed error reporting | Ready |\n| 🎨 **Terminal Visualization** | Tree-like schema structure with colors | Ready |\n| 🤖 **Mock Data Generation** | Generate realistic samples from schemas | Ready |\n| 📊 **Schema Diff** | Compare schemas, detect breaking changes | Ready |\n| 📝 **Auto Documentation** | Generate Markdown docs from schemas | Ready |\n| 🔗 **$ref Resolution** | Local reference resolution | Ready |\n| ⚡ **Zero Dependencies** | Pure Python standard library | Ready |\n\n### 🚀 Quick Start\n\n#### Requirements\n- Python 3.8 or higher\n\n#### Installation\n\n```bash\n# Clone the repository\ngit clone https://github.com/gitstq/jsonschema-inspector.git\ncd jsonschema-inspector\n\n# Install\npip install -e .\n\n# Or use directly without installation\npython -m jsonschema_inspector --help\n```\n\n#### Basic Usage\n\n```bash\n# Validate JSON data against schema\njsonschema-inspector validate schema.json data.json\n\n# Visualize schema structure\njsonschema-inspector visualize schema.json\n\n# Generate mock data\njsonschema-inspector mock schema.json --count 5\n\n# Compare two schemas\njsonschema-inspector diff old_schema.json new_schema.json\n\n# Generate Markdown documentation\njsonschema-inspector doc schema.json --output api.md\n```\n\n### 📖 Detailed Usage Guide\n\n#### Validation Command\n\n```bash\n# Basic validation\njsonschema-inspector validate examples/user.schema.json examples/user.valid.json\n\n# With strict mode (warnings as errors)\njsonschema-inspector validate schema.json data.json --strict\n\n# Save report to file\njsonschema-inspector validate schema.json data.json --output report.json\n```\n\n#### Mock Data Generation\n\n```bash\n# Generate single sample\njsonschema-inspector mock schema.json\n\n# Generate multiple samples with seed for reproducibility\njsonschema-inspector mock schema.json --count 10 --seed 42\n```\n\n#### Schema Diff\n\n```bash\n# Text diff (default)\njsonschema-inspector diff v1.json v2.json\n\n# JSON format output\njsonschema-inspector diff v1.json v2.json --format json\n\n# Markdown report\njsonschema-inspector diff v1.json v2.json --format markdown --output changes.md\n```\n\n### 💡 Design Philosophy\n\n**Why zero dependencies?**\n- Faster installation and startup\n- No dependency conflicts\n- Easier to audit and trust\n- Works in restricted environments\n\n**Technology Choices**:\n- Pure Python 3.8+ for maximum compatibility\n- ANSI colors for terminal output (disable with `--no-color`)\n- Modular architecture for easy extension\n\n### 📦 Packaging \u0026 Deployment\n\n```bash\n# Build distribution\npython setup.py sdist bdist_wheel\n\n# Install from source\npip install .\n\n# Run tests\npython -m unittest discover tests/ -v\n```\n\n### 🤝 Contributing\n\nWe welcome contributions! Please follow these guidelines:\n\n1. Fork the repository\n2. Create a feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'feat: add amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n### 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n---\n\n\u003ca name=\"simplified-chinese\"\u003e\u003c/a\u003e\n## 🇨🇳 简体中文\n\n### 🎉 项目介绍\n\nJSONSchema-Inspector 是一款**零依赖**的 Python CLI 工具，专为日常需要处理 JSON Schema 的开发者设计。它提供了完整的工具链，包括模式验证、可视化、模拟数据生成和模式对比——全部在终端中完成。\n\n**灵感来源**：在处理 API 和配置系统时，我们发现现有的 JSON Schema 工具要么太重（需要几十个依赖），要么功能太有限（仅支持验证）。JSONSchema-Inspector 填补了这一空白，提供了一个轻量级的一站式解决方案。\n\n**核心差异化亮点**：\n- 🚀 **零依赖** — 纯 Python 标准库，无需外部包\n- 🎨 **终端可视化** — 美观的树形结构展示\n- 🤖 **智能模拟生成** — 从 Schema 生成逼真的样本数据\n- 📊 **模式差异引擎** — 对比 Schema 并检测破坏性变更\n- 🌍 **多草案支持** — 支持 Draft 7、2019-09 和 2020-12\n\n### ✨ 核心特性\n\n| 特性 | 描述 | 状态 |\n|---------|-------------|--------|\n| ✅ **Schema 验证** | 完整验证并输出详细错误报告 | 已就绪 |\n| 🎨 **终端可视化** | 带颜色的树形结构展示 | 已就绪 |\n| 🤖 **模拟数据生成** | 从 Schema 生成逼真的样本 | 已就绪 |\n| 📊 **Schema 差异对比** | 对比 Schema，检测破坏性变更 | 已就绪 |\n| 📝 **自动文档生成** | 从 Schema 生成 Markdown 文档 | 已就绪 |\n| 🔗 **$ref 解析** | 本地引用解析 | 已就绪 |\n| ⚡ **零依赖** | 纯 Python 标准库 | 已就绪 |\n\n### 🚀 快速开始\n\n#### 环境要求\n- Python 3.8 或更高版本\n\n#### 安装\n\n```bash\n# 克隆仓库\ngit clone https://github.com/gitstq/jsonschema-inspector.git\ncd jsonschema-inspector\n\n# 安装\npip install -e .\n\n# 或直接运行，无需安装\npython -m jsonschema_inspector --help\n```\n\n#### 基本用法\n\n```bash\n# 验证 JSON 数据\njsonschema-inspector validate schema.json data.json\n\n# 可视化 Schema 结构\njsonschema-inspector visualize schema.json\n\n# 生成模拟数据\njsonschema-inspector mock schema.json --count 5\n\n# 对比两个 Schema\njsonschema-inspector diff old_schema.json new_schema.json\n\n# 生成 Markdown 文档\njsonschema-inspector doc schema.json --output api.md\n```\n\n### 📖 详细使用指南\n\n#### 验证命令\n\n```bash\n# 基础验证\njsonschema-inspector validate examples/user.schema.json examples/user.valid.json\n\n# 严格模式（警告视为错误）\njsonschema-inspector validate schema.json data.json --strict\n\n# 保存报告到文件\njsonschema-inspector validate schema.json data.json --output report.json\n```\n\n#### 模拟数据生成\n\n```bash\n# 生成单个样本\njsonschema-inspector mock schema.json\n\n# 生成多个样本，使用种子保证可复现\njsonschema-inspector mock schema.json --count 10 --seed 42\n```\n\n#### Schema 差异对比\n\n```bash\n# 文本差异（默认）\njsonschema-inspector diff v1.json v2.json\n\n# JSON 格式输出\njsonschema-inspector diff v1.json v2.json --format json\n\n# Markdown 报告\njsonschema-inspector diff v1.json v2.json --format markdown --output changes.md\n```\n\n### 💡 设计思路\n\n**为什么选择零依赖？**\n- 安装和启动更快\n- 无依赖冲突\n- 更易于审计和信任\n- 在受限环境中也能工作\n\n**技术选型原因**：\n- Python 3.8+ 以获得最大兼容性\n- ANSI 颜色输出（使用 `--no-color` 禁用）\n- 模块化架构，便于扩展\n\n### 📦 打包与部署\n\n```bash\n# 构建分发包\npython setup.py sdist bdist_wheel\n\n# 从源码安装\npip install .\n\n# 运行测试\npython -m unittest discover tests/ -v\n```\n\n### 🤝 贡献指南\n\n欢迎贡献！请遵循以下规范：\n\n1. Fork 本仓库\n2. 创建功能分支 (`git checkout -b feature/amazing-feature`)\n3. 提交更改 (`git commit -m 'feat: add amazing feature'`)\n4. 推送到分支 (`git push origin feature/amazing-feature`)\n5. 创建 Pull Request\n\n### 📄 开源协议\n\n本项目采用 MIT 协议开源 - 详见 [LICENSE](LICENSE) 文件。\n\n---\n\n\u003ca name=\"traditional-chinese\"\u003e\u003c/a\u003e\n## 🇹🇼 繁體中文\n\n### 🎉 項目介紹\n\nJSONSchema-Inspector 是一款**零依賴**的 Python CLI 工具，專為日常需要處理 JSON Schema 的開發者設計。它提供了完整的工具鏈，包括模式驗證、可視化、模擬數據生成和模式對比——全部在終端中完成。\n\n**靈感來源**：在處理 API 和配置系統時，我們發現現有的 JSON Schema 工具要么太重（需要幾十個依賴），要么功能太有限（僅支持驗證）。JSONSchema-Inspector 填補了這一空白，提供了一個輕量級的一站式解決方案。\n\n**核心差異化亮點**：\n- 🚀 **零依賴** — 純 Python 標準庫，無需外部套件\n- 🎨 **終端可視化** — 美觀的樹形結構展示\n- 🤖 **智能模擬生成** — 從 Schema 生成逼真的樣本數據\n- 📊 **模式差異引擎** — 對比 Schema 並檢測破壞性變更\n- 🌍 **多草案支持** — 支持 Draft 7、2019-09 和 2020-12\n\n### ✨ 核心特性\n\n| 特性 | 描述 | 狀態 |\n|---------|-------------|--------|\n| ✅ **Schema 驗證** | 完整驗證並輸出詳細錯誤報告 | 已就緒 |\n| 🎨 **終端可視化** | 帶顏色的樹形結構展示 | 已就緒 |\n| 🤖 **模擬數據生成** | 從 Schema 生成逼真的樣本 | 已就緒 |\n| 📊 **Schema 差異對比** | 對比 Schema，檢測破壞性變更 | 已就緒 |\n| 📝 **自動文檔生成** | 從 Schema 生成 Markdown 文檔 | 已就緒 |\n| 🔗 ** 解析** | 本地引用解析 | 已就緒 |\n| ⚡ **零依賴** | 純 Python 標準庫 | 已就緒 |\n\n### 🚀 快速開始\n\n#### 環境要求\n- Python 3.8 或更高版本\n\n#### 安裝\n\nObtaining file:///data/user/work/jsonschema-inspector/jsonschema-inspector\n  Installing build dependencies: started\n  Installing build dependencies: finished with status 'done'\n  Checking if build backend supports build_editable: started\n  Checking if build backend supports build_editable: finished with status 'done'\n  Getting requirements to build editable: started\n  Getting requirements to build editable: finished with status 'error'\nusage: jsonschema-inspector [-h] [--version] [--no-color]\n                            {validate,visualize,viz,mock,diff,doc} ...\n\n🔍 JSONSchema-Inspector - Lightweight JSON Schema Visualization \u0026 Intelligent Validation Engine\n\npositional arguments:\n  {validate,visualize,viz,mock,diff,doc}\n                        Available commands\n    validate            Validate JSON data against schema\n    visualize (viz)     Visualize schema structure\n    mock                Generate mock data from schema\n    diff                Compare two schemas\n    doc                 Generate Markdown documentation\n\noptions:\n  -h, --help            show this help message and exit\n  --version, -v         show program's version number and exit\n  --no-color            Disable colored output\n\nExamples:\n  jsonschema-inspector validate schema.json data.json\n  jsonschema-inspector visualize schema.json\n  jsonschema-inspector mock schema.json --count 3\n  jsonschema-inspector diff old_schema.json new_schema.json\n  jsonschema-inspector doc schema.json --output api.md\n        \n\n#### 基本用法\n\n\n\n### 📖 詳細使用指南\n\n#### 驗證命令\n\n\n\n#### 模擬數據生成\n\n\n\n#### Schema 差異對比\n\n\n\n### 💡 設計思路\n\n**為什麼選擇零依賴？**\n- 安裝和啟動更快\n- 無依賴衝突\n- 更易於審計和信任\n- 在受限環境中也能工作\n\n**技術選型原因**：\n- Python 3.8+ 以獲得最大兼容性\n- ANSI 顏色輸出（使用  禁用）\n- 模塊化架構，便於擴展\n\n### 📦 打包與部署\n\nrunning sdist\nrunning egg_info\ncreating jsonschema_inspector.egg-info\nwriting jsonschema_inspector.egg-info/PKG-INFO\nwriting dependency_links to jsonschema_inspector.egg-info/dependency_links.txt\nwriting entry points to jsonschema_inspector.egg-info/entry_points.txt\nwriting top-level names to jsonschema_inspector.egg-info/top_level.txt\nwriting manifest file 'jsonschema_inspector.egg-info/SOURCES.txt'\nreading manifest file 'jsonschema_inspector.egg-info/SOURCES.txt'\nadding license file 'LICENSE'\nwriting manifest file 'jsonschema_inspector.egg-info/SOURCES.txt'\nrunning check\ncreating jsonschema-inspector-1.0.0\ncreating jsonschema-inspector-1.0.0/jsonschema_inspector\ncreating jsonschema-inspector-1.0.0/jsonschema_inspector.egg-info\ncreating jsonschema-inspector-1.0.0/tests\ncopying files to jsonschema-inspector-1.0.0...\ncopying LICENSE -\u003e jsonschema-inspector-1.0.0\ncopying README.md -\u003e jsonschema-inspector-1.0.0\ncopying setup.py -\u003e jsonschema-inspector-1.0.0\ncopying jsonschema_inspector/__init__.py -\u003e jsonschema-inspector-1.0.0/jsonschema_inspector\ncopying jsonschema_inspector/__main__.py -\u003e jsonschema-inspector-1.0.0/jsonschema_inspector\ncopying jsonschema_inspector/cli.py -\u003e jsonschema-inspector-1.0.0/jsonschema_inspector\ncopying jsonschema_inspector/diff_engine.py -\u003e jsonschema-inspector-1.0.0/jsonschema_inspector\ncopying jsonschema_inspector/mock_generator.py -\u003e jsonschema-inspector-1.0.0/jsonschema_inspector\ncopying jsonschema_inspector/validator.py -\u003e jsonschema-inspector-1.0.0/jsonschema_inspector\ncopying jsonschema_inspector/visualizer.py -\u003e jsonschema-inspector-1.0.0/jsonschema_inspector\ncopying jsonschema_inspector.egg-info/PKG-INFO -\u003e jsonschema-inspector-1.0.0/jsonschema_inspector.egg-info\ncopying jsonschema_inspector.egg-info/SOURCES.txt -\u003e jsonschema-inspector-1.0.0/jsonschema_inspector.egg-info\ncopying jsonschema_inspector.egg-info/dependency_links.txt -\u003e jsonschema-inspector-1.0.0/jsonschema_inspector.egg-info\ncopying jsonschema_inspector.egg-info/entry_points.txt -\u003e jsonschema-inspector-1.0.0/jsonschema_inspector.egg-info\ncopying jsonschema_inspector.egg-info/top_level.txt -\u003e jsonschema-inspector-1.0.0/jsonschema_inspector.egg-info\ncopying tests/__init__.py -\u003e jsonschema-inspector-1.0.0/tests\ncopying tests/test_diff_engine.py -\u003e jsonschema-inspector-1.0.0/tests\ncopying tests/test_mock_generator.py -\u003e jsonschema-inspector-1.0.0/tests\ncopying tests/test_validator.py -\u003e jsonschema-inspector-1.0.0/tests\ncopying tests/test_visualizer.py -\u003e jsonschema-inspector-1.0.0/tests\nWriting jsonschema-inspector-1.0.0/setup.cfg\ncreating dist\nCreating tar archive\nremoving 'jsonschema-inspector-1.0.0' (and everything under it)\nrunning bdist_wheel\nrunning build\nrunning build_py\ncreating build\ncreating build/lib\ncreating build/lib/jsonschema_inspector\ncopying jsonschema_inspector/mock_generator.py -\u003e build/lib/jsonschema_inspector\ncopying jsonschema_inspector/visualizer.py -\u003e build/lib/jsonschema_inspector\ncopying jsonschema_inspector/__main__.py -\u003e build/lib/jsonschema_inspector\ncopying jsonschema_inspector/__init__.py -\u003e build/lib/jsonschema_inspector\ncopying jsonschema_inspector/validator.py -\u003e build/lib/jsonschema_inspector\ncopying jsonschema_inspector/cli.py -\u003e build/lib/jsonschema_inspector\ncopying jsonschema_inspector/diff_engine.py -\u003e build/lib/jsonschema_inspector\ncreating build/lib/tests\ncopying tests/test_visualizer.py -\u003e build/lib/tests\ncopying tests/test_diff_engine.py -\u003e build/lib/tests\ncopying tests/__init__.py -\u003e build/lib/tests\ncopying tests/test_mock_generator.py -\u003e build/lib/tests\ncopying tests/test_validator.py -\u003e build/lib/tests\ninstalling to build/bdist.linux-x86_64/wheel\nrunning install\nrunning install_lib\ncreating build/bdist.linux-x86_64\ncreating build/bdist.linux-x86_64/wheel\ncreating build/bdist.linux-x86_64/wheel/jsonschema_inspector\ncopying build/lib/jsonschema_inspector/mock_generator.py -\u003e build/bdist.linux-x86_64/wheel/jsonschema_inspector\ncopying build/lib/jsonschema_inspector/visualizer.py -\u003e build/bdist.linux-x86_64/wheel/jsonschema_inspector\ncopying build/lib/jsonschema_inspector/__main__.py -\u003e build/bdist.linux-x86_64/wheel/jsonschema_inspector\ncopying build/lib/jsonschema_inspector/__init__.py -\u003e build/bdist.linux-x86_64/wheel/jsonschema_inspector\ncopying build/lib/jsonschema_inspector/validator.py -\u003e build/bdist.linux-x86_64/wheel/jsonschema_inspector\ncopying build/lib/jsonschema_inspector/cli.py -\u003e build/bdist.linux-x86_64/wheel/jsonschema_inspector\ncopying build/lib/jsonschema_inspector/diff_engine.py -\u003e build/bdist.linux-x86_64/wheel/jsonschema_inspector\ncreating build/bdist.linux-x86_64/wheel/tests\ncopying build/lib/tests/test_visualizer.py -\u003e build/bdist.linux-x86_64/wheel/tests\ncopying build/lib/tests/test_diff_engine.py -\u003e build/bdist.linux-x86_64/wheel/tests\ncopying build/lib/tests/__init__.py -\u003e build/bdist.linux-x86_64/wheel/tests\ncopying build/lib/tests/test_mock_generator.py -\u003e build/bdist.linux-x86_64/wheel/tests\ncopying build/lib/tests/test_validator.py -\u003e build/bdist.linux-x86_64/wheel/tests\nrunning install_egg_info\nCopying jsonschema_inspector.egg-info to build/bdist.linux-x86_64/wheel/jsonschema_inspector-1.0.0.egg-info\nrunning install_scripts\nadding license file \"LICENSE\" (matched pattern \"LICEN[CS]E*\")\ncreating build/bdist.linux-x86_64/wheel/jsonschema_inspector-1.0.0.dist-info/WHEEL\ncreating 'dist/jsonschema_inspector-1.0.0-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it\nadding 'jsonschema_inspector/__init__.py'\nadding 'jsonschema_inspector/__main__.py'\nadding 'jsonschema_inspector/cli.py'\nadding 'jsonschema_inspector/diff_engine.py'\nadding 'jsonschema_inspector/mock_generator.py'\nadding 'jsonschema_inspector/validator.py'\nadding 'jsonschema_inspector/visualizer.py'\nadding 'tests/__init__.py'\nadding 'tests/test_diff_engine.py'\nadding 'tests/test_mock_generator.py'\nadding 'tests/test_validator.py'\nadding 'tests/test_visualizer.py'\nadding 'jsonschema_inspector-1.0.0.dist-info/LICENSE'\nadding 'jsonschema_inspector-1.0.0.dist-info/METADATA'\nadding 'jsonschema_inspector-1.0.0.dist-info/WHEEL'\nadding 'jsonschema_inspector-1.0.0.dist-info/entry_points.txt'\nadding 'jsonschema_inspector-1.0.0.dist-info/top_level.txt'\nadding 'jsonschema_inspector-1.0.0.dist-info/RECORD'\nremoving build/bdist.linux-x86_64/wheel\nProcessing /data/user/work/jsonschema-inspector\n  Installing build dependencies: started\n  Installing build dependencies: finished with status 'done'\n  Getting requirements to build wheel: started\n  Getting requirements to build wheel: finished with status 'done'\n  Preparing metadata (pyproject.toml): started\n  Preparing metadata (pyproject.toml): finished with status 'done'\nBuilding wheels for collected packages: jsonschema-inspector\n  Building wheel for jsonschema-inspector (pyproject.toml): started\n  Building wheel for jsonschema-inspector (pyproject.toml): finished with status 'done'\n  Created wheel for jsonschema-inspector: filename=jsonschema_inspector-1.0.0-py3-none-any.whl size=27505 sha256=9c75a10193a7a4e539aa7446e359857325f63a8b347fd08c383b5e2e5a162ca0\n  Stored in directory: /root/.cache/pip/wheels/7b/28/5b/d111c910205c68128e48f8275314376fcc8086875b8fbc2987\nSuccessfully built jsonschema-inspector\nInstalling collected packages: jsonschema-inspector\nSuccessfully installed jsonschema-inspector-1.0.0\n\n### 🤝 貢獻指南\n\n歡迎貢獻！請遵循以下規範：\n\n1. Fork 本倉庫\n2. 創建功能分支 ()\n3. 提交更改 (On branch feature/amazing-feature\nUntracked files:\n  (use \"git add \u003cfile\u003e...\" to include in what will be committed)\n\tREADME.md\n\tjsonschema-inspector/\n\nnothing added to commit but untracked files present (use \"git add\" to track))\n4. 推送到分支 ()\n5. 創建 Pull Request\n\n### 📄 開源協議\n\n本項目採用 MIT 協議開源 - 詳見 [LICENSE](LICENSE) 文件。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitstq%2Fjsonschema-inspector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgitstq%2Fjsonschema-inspector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitstq%2Fjsonschema-inspector/lists"}