Skip to content

Khachi-at/pydantic-to-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pydantic-to-go

Quick Start

python ./script/convert_pydantic/trans.py --file=serializers.py --path=./openapi --dest=./validator --common=./openapi/validation/rules.py --tests=./openapi/tests/test_pydantic

cli

python3 ./script/convert_pydantic/trans.py -h
usage: trans.py [-h] --file FILE [--path PATH] [--dest DEST] [--common COMMON] [--tests TESTS]

options:
  -h, --help       show this help message and exit
  --file FILE
  --path PATH
  --dest DEST
  --common COMMON
  --tests TESTS

--file

--path

--dest

--common

--tests

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages