SRserves85 / avro-to-python

Light tool for compiling avro schema files (.avsc) to python classes
MIT License
25 stars 19 forks source link

to allow creation of empty object #22

Open himanshu230987 opened 1 year ago

himanshu230987 commented 1 year ago

sometimes it is possible that user doesn't have the dictionary ready. In such cases, they should be able to create empty object and user setters to set required values.