structurize 3.9.0__tar.gz → 3.9.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.
- {structurize-3.9.0/structurize.egg-info → structurize-3.9.1}/PKG-INFO +1 -1
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/_version.py +3 -3
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/avrotojs.py +1 -1
- structurize-3.9.1/avrotize/avrotorust.py +2482 -0
- {structurize-3.9.0 → structurize-3.9.1/structurize.egg-info}/PKG-INFO +1 -1
- structurize-3.9.0/avrotize/avrotorust.py +0 -686
- {structurize-3.9.0 → structurize-3.9.1}/.gitignore +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/LICENSE +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/MANIFEST.in +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/README.md +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/__init__.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/__main__.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/asn1toavro.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/avrotize.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/avrotoasn1.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/avrotocapnproto.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/avrotocpp.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/avrotocsharp.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/avrotocsv.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/avrotocue.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/avrotodatapackage.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/avrotodb.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/avrotoflatbuffers.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/avrotogo.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/avrotographql.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/avrotoiceberg.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/avrotojava.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/avrotojsons.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/avrotojstruct.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/avrotojtd.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/avrotokusto.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/avrotomd.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/avrotools.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/avrotoparquet.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/avrotoproto.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/avrotopython.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/avrotoraml.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/avrotosmithy.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/avrotosurreal.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/avrotothrift.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/avrotots.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/avrototsml.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/avrotoxsd.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/avrovalidator.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/capnprototoavro.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/cddltostructure.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/choice_inference.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/commands.json +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/common.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/constants.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/csvtoavro.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/cuetoavro.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/cuetostructure.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/datapackagetoavro.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/dependencies/cpp/vcpkg/vcpkg.json +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/dependencies/typescript/node22/package.json +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/dependency_resolver.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/dependency_version.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/flatbufferstoavro.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/flatbufferstojstruct.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/jsonstoavro.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/jsonstostructure.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/jsontoschema.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/jstructtoavro.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/jstructtoflatbuffers.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/jstructtoraml.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/jstructtosmithy.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/jtdtoavro.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/jtdtostructure.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/kstructtoavro.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/kustotoavro.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/kustotojstruct.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/mcp_server.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/openapitostructure.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/parquettoavro.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/proto2parser.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/proto3parser.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/prototoavro.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/ramltoavro.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/ramltojstruct.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/rust_xml.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/schema_inference.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/smithytoavro.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/smithytojstruct.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/sqltoavro.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/structuretoasn1.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/structuretocddl.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/structuretocpp.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/structuretocsharp.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/structuretocsv.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/structuretocue.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/structuretodatapackage.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/structuretodb.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/structuretogo.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/structuretographql.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/structuretoiceberg.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/structuretojava.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/structuretojs.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/structuretojsons.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/structuretojtd.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/structuretokusto.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/structuretomd.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/structuretoparquet.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/structuretoproto.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/structuretopython.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/structuretorust.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/structuretots.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/structuretotsml.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/structuretoxsd.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/surrealtoavro.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/thriftstructure.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/thrifttoavro.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/tmslvalidate.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/validate.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/xmltoschema.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/avrotize/xsdtoavro.py +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/build.ps1 +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/build.sh +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/pyproject.toml +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/setup.cfg +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/structurize.egg-info/SOURCES.txt +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/structurize.egg-info/dependency_links.txt +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/structurize.egg-info/entry_points.txt +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/structurize.egg-info/requires.txt +0 -0
- {structurize-3.9.0 → structurize-3.9.1}/structurize.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: structurize
|
|
3
|
-
Version: 3.9.
|
|
3
|
+
Version: 3.9.1
|
|
4
4
|
Summary: Tools to convert from and to JSON Structure from various other schema languages.
|
|
5
5
|
Author-email: Clemens Vasters <clemensv@microsoft.com>
|
|
6
6
|
Classifier: Programming Language :: Python :: 3
|
|
@@ -18,7 +18,7 @@ version_tuple: tuple[int | str, ...]
|
|
|
18
18
|
commit_id: str | None
|
|
19
19
|
__commit_id__: str | None
|
|
20
20
|
|
|
21
|
-
__version__ = version = '3.9.
|
|
22
|
-
__version_tuple__ = version_tuple = (3, 9,
|
|
21
|
+
__version__ = version = '3.9.1'
|
|
22
|
+
__version_tuple__ = version_tuple = (3, 9, 1)
|
|
23
23
|
|
|
24
|
-
__commit_id__ = commit_id = '
|
|
24
|
+
__commit_id__ = commit_id = 'gd2cba4eb3'
|
|
@@ -330,7 +330,7 @@ class AvroToJavaScript:
|
|
|
330
330
|
package_name = (self.base_package or 'generated-avro-js').replace('.', '-').replace('_', '-').lower()
|
|
331
331
|
dependencies = {}
|
|
332
332
|
if self.avro_annotation:
|
|
333
|
-
dependencies['avro-js'] = '
|
|
333
|
+
dependencies['avro-js'] = '1.12.1'
|
|
334
334
|
if self.xml_annotation:
|
|
335
335
|
dependencies['fast-xml-parser'] = '^5.2.5'
|
|
336
336
|
runtime = process_template('javascript/xml_runtime.js.jinja')
|