avrotize 3.1.0__tar.gz → 3.1.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {avrotize-3.1.0 → avrotize-3.1.1}/PKG-INFO +1 -1
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/_version.py +3 -3
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/commands.json +1 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/LICENSE +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/README.md +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/__init__.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/__main__.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/asn1toavro.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotize.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotocpp/CMakeLists.txt.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotocpp/build.bat.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotocpp/build.sh.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotocpp/dataclass_body.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotocpp/vcpkg.json.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotocpp.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotocsharp/README.md.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotocsharp/class_test.cs.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotocsharp/dataclass_core.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotocsharp/enum_test.cs.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotocsharp/project.csproj.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotocsharp/project.sln.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotocsharp/run_coverage.ps1.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotocsharp/run_coverage.sh.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotocsharp/testproject.csproj.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotocsharp.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotocsv.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotodatapackage.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotodb.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotogo/go_enum.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotogo/go_helpers.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotogo/go_struct.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotogo/go_test.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotogo/go_union.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotogo.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotographql.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotoiceberg.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotojava/class_test.java.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotojava/enum_test.java.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotojava/testproject.pom.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotojava.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotojs.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotojsons.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotojstruct.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotokusto.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotomd/README.md.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotomd.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotools.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotoparquet.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotoproto.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotopython/dataclass_core.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotopython/enum_core.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotopython/pyproject_toml.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotopython/test_class.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotopython/test_enum.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotopython.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotorust/dataclass_enum.rs.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotorust/dataclass_struct.rs.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotorust/dataclass_union.rs.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotorust.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotots/class_core.ts.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotots/class_test.ts.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotots/enum_core.ts.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotots/gitignore.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotots/index.ts.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotots/package.json.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotots/tsconfig.json.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotots.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrotoxsd.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/avrovalidator.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/cddltostructure.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/common.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/constants.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/csvtoavro.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/datapackagetoavro.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/dependencies/cpp/vcpkg/vcpkg.json +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/dependencies/cs/net90/dependencies.csproj +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/dependencies/go/go121/go.mod +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/dependencies/java/jdk21/pom.xml +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/dependencies/python/py312/requirements.txt +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/dependencies/rust/stable/Cargo.toml +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/dependencies/typescript/node22/package.json +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/dependency_resolver.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/dependency_version.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/generic/generic.avsc +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/jsonstoavro.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/jsonstostructure.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/jsontoschema.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/jstructtoavro.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/kstructtoavro.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/kustotoavro.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/openapitostructure.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/parquettoavro.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/proto2parser.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/proto3parser.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/prototoavro.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/prototypes/any.avsc +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/prototypes/api.avsc +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/prototypes/duration.avsc +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/prototypes/field_mask.avsc +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/prototypes/struct.avsc +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/prototypes/timestamp.avsc +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/prototypes/type.avsc +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/prototypes/wrappers.avsc +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/schema_inference.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/sqltoavro.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretocddl.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretocpp/CMakeLists.txt.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretocpp/build.bat.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretocpp/build.sh.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretocpp/dataclass_body.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretocpp/vcpkg.json.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretocpp.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretocsharp/class_test.cs.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretocsharp/dataclass_core.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretocsharp/enum_test.cs.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretocsharp/json_structure_converters.cs.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretocsharp/program.cs.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretocsharp/project.csproj.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretocsharp/project.sln.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretocsharp/testproject.csproj.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretocsharp/tuple_converter.cs.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretocsharp.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretocsv.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretodatapackage.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretodb.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretogo/go_enum.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretogo/go_helpers.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretogo/go_interface.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretogo/go_struct.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretogo/go_test.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretogo.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretographql.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretoiceberg.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretojava/choice_core.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretojava/class_core.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretojava/enum_core.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretojava/equals_hashcode.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretojava/pom.xml.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretojava/tuple_core.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretojava.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretojs/class_core.js.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretojs/enum_core.js.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretojs/package.json.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretojs/test_class.js.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretojs/test_enum.js.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretojs/test_runner.js.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretojs.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretojsons.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretokusto.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretomd/README.md.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretomd.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretoproto.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretopython/dataclass_core.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretopython/enum_core.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretopython/map_alias.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretopython/pyproject_toml.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretopython/test_class.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretopython/test_enum.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretopython.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretorust/dataclass_enum.rs.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretorust/dataclass_struct.rs.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretorust/dataclass_union.rs.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretorust.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretots/class_core.ts.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretots/enum_core.ts.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretots/gitignore.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretots/index.ts.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretots/package.json.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretots/test_class.ts.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretots/tsconfig.json.jinja +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretots.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretoxsd.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/validate.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/xmltoschema.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/avrotize/xsdtoavro.py +0 -0
- {avrotize-3.1.0 → avrotize-3.1.1}/pyproject.toml +0 -0
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '3.1.
|
|
32
|
-
__version_tuple__ = version_tuple = (3, 1,
|
|
31
|
+
__version__ = version = '3.1.1'
|
|
32
|
+
__version_tuple__ = version_tuple = (3, 1, 1)
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
34
|
+
__commit_id__ = commit_id = 'ge20c22879'
|
|
@@ -1001,6 +1001,7 @@
|
|
|
1001
1001
|
"command": "sql2a",
|
|
1002
1002
|
"description": "Convert SQL schema to Avrotize schema (connects to live database)",
|
|
1003
1003
|
"group": "5_SQL",
|
|
1004
|
+
"skip_input_file_handling": true,
|
|
1004
1005
|
"function": {
|
|
1005
1006
|
"name": "avrotize.sqltoavro.convert_sql_to_avro",
|
|
1006
1007
|
"args": {
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{avrotize-3.1.0 → avrotize-3.1.1}/avrotize/structuretocsharp/json_structure_converters.cs.jinja
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|