Initial upload with comprehensive README and tests

This commit is contained in:
2026-02-01 05:15:33 +00:00
parent 6118da7b60
commit 57ed27f528

View File

@@ -0,0 +1,7 @@
"""JSON to OpenAPI Generator.
A Python CLI tool that analyzes JSON data files and automatically generates
valid OpenAPI 3.0 specification files.
"""
__version__ = "1.0.0"