From 57ed27f528ae92ddd6823492a4603eab7705c6c7 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 1 Feb 2026 05:15:33 +0000 Subject: [PATCH] Initial upload with comprehensive README and tests --- json_to_openapi/__init__.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 json_to_openapi/__init__.py diff --git a/json_to_openapi/__init__.py b/json_to_openapi/__init__.py new file mode 100644 index 0000000..10b249b --- /dev/null +++ b/json_to_openapi/__init__.py @@ -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"