avro-to-python
avro-to-python copied to clipboard
Light tool for compiling avro schema files (.avsc) to python classes
Bumps [pip](https://github.com/pypa/pip) from 22.0.4 to 23.3. Changelog Sourced from pip's changelog. 23.3 (2023-10-15) Process Added reference to vulnerability reporting guidelines <https://www.python.org/dev/security/>_ to pip's security policy. Deprecations and Removals Drop a...
Bumps [wheel](https://github.com/pypa/wheel) from 0.37.1 to 0.38.1. Changelog Sourced from wheel's changelog. Release Notes 0.41.2 (2023-08-22) Fixed platform tag detection for GraalPy and 32-bit python running on an aarch64 kernel (PR...
There's some pretty cool stuff on the main branch now that hasn't made it into a release. I know I can do a pip install directly from GitHub, but would...
Dear maintainer, Thanks for the great and unique work! You state that there is currently no support for logical types (like long -> datetime); do you have any plans to...
The package return error `ImportError: cannot import name 'soft_unicode' from 'markupsafe'` using CLI, version `0.3.3` related to dependency `jinja2/utils.py`
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.
Hi, We are currently trying your library to generate Python classes from ".avsc" files prior application start. - Our ".avsc" files are in the "statistic" namespace. - We want to...
From the [Avro documentation on the Union schema](https://avro.apache.org/docs/current/spec.html#Unions): > Unions, as mentioned above, are represented using JSON arrays. For example, ["null", "string"] declares a schema which may be either a...