Skip to content

Commit 022e59f

Browse files
committed
codegen: refactor, modularize, core foundation, go-generator
1 parent 1e13d50 commit 022e59f

18 files changed

Lines changed: 2522 additions & 1422 deletions

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
temp/
33
venv/
44
__pycache__/
5-
*.egg-info/
5+
*.egg-info/
6+
codegen_*_test.py

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![PyPI version](https://img.shields.io/pypi/v/py-json-analyzer.svg)](https://pypi.org/project/py-json-analyzer/)
2-
[![Python 3.12+](https://img.shields.io/badge/python-3.12+-blue.svg)](https://www.python.org/downloads/)
2+
[![Python 3.12+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)
33
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
44

55
# 🔍 JSON Explorer
@@ -21,7 +21,7 @@
2121

2222
## 📦 Requirements
2323

24-
- Python ≥ 3.7
24+
- Python ≥ 3.8
2525

2626
- The following Python packages:
2727

0 commit comments

Comments
 (0)