json2python-models
Generate Python model classes (pydantic, attrs, dataclasses) based on JSON datasets with typing module support
파일 탐색기
최종 버전 다운로드 (.zip)- action.yml
- bug_report.md
- feature_request.md
- test_and_release.yml
- test_every_week.yml
- dependabot.yml
- convert.png
- logo.png
- __init__.py
- base.py
- complex.py
- models_meta.py
- string_datetime.py
- string_serializable.py
- typing.py
- __init__.py
- attr.py
- base.py
- dataclasses.py
- pydantic.py
- sqlmodel.py
- string_converters.py
- structure.py
- utils.py
- __init__.py
- __main__.py
- cli.py
- generator.py
- registry.py
- utils.py
- test1.csv
- test1.txt
- test2.csv
- test2.txt
- test3.txt
- file.ini
- gists.json
- photos.json
- spotify-swagger.yaml
- unicode.json
- users.json
- __init__.py
- test_argparser.py
- test_script.py
- test_self_validate_pydantic.py
- test_utils.py
- __init__.py
- test_attrs_generation.py
- test_dataclasses_generation.py
- test_models_code_generator.py
- test_models_composition.py
- test_pydantic_generation.py
- test_sqlmodel_generation.py
- test_string_converters.py
- test_typing.py
- __init__.py
- test_dynamic_typing.py
- test_string_datetime.py
- test_string_serializable_registry.py
- __init__.py
- test_detect_type.py
- test_merge_field_sets.py
- test_optimize_type.py
- __init__.py
- test_models_names.py
- test_registry_merge_models.py
- test_registry_process_meta_data.py
- __init__.py
- conftest.py
- test_etc.py
- __init__.py
- f1.py
- large_data_set.py
- large_data_set_github_online.py
- openlibrary.py
- pathofexile.py
- randomapis.py
- spotify-swagger.py
- swagger.py
- data.py
- large_data_set.json
- pprint_meta_data.py
- print_open_files.py
- spotify-swagger.yaml
- swagger.json
- .bumpversion.cfg
- .coveragerc
- .github_changelog_generator
- .gitignore
- CHANGELOG.md
- LICENSE
- pyproject.toml
- README.md
- requirements.txt
- setup.py.backup
- touch
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/bogdandm/json2python-models
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd json2python-models
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Python
쉬움 추천사전 준비물
pip install -r requirements.txt
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
python <실행할 파일명>.py # README에서 정확한 실행 파일명을 확인하세요
파이썬 스크립트(또는 모듈)를 실행합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
// repository documentation
Was this content helpful?
(0 ratings)
