Metadata-Version: 2.1
Name: json2pytocol
Version: 0.0.4
Summary: Generate Python Protocol Classes From Json
Home-page: https://github.com/piacenti/json2pytocol
Author: Gabriel Piacenti
Author-email: piacenti10@gmail.com
License: UNKNOWN
Description: # json2pytocol
        Generates python 3.8 protocol typings for JSON
        
        ### Installation
        
        pip install json2pytocol
        
        ### Usage
        
        From terminal type:
        
        `json2pytocol`
        
        You can also pass parameters to avoid having to deal with terminal interaction
        
        `json2pytocol path_to_json_file file_name_to_save`
        
        The file will be saved on the working directory of the terminal.
        
        Note that `_protocol` is appended to the file name you choose to save as
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
