Initial upload with comprehensive README and tests
This commit is contained in:
7
json_to_openapi/__init__.py
Normal file
7
json_to_openapi/__init__.py
Normal 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"
|
||||
Reference in New Issue
Block a user