structurize 2.16.5__tar.gz → 2.16.6__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.
Files changed (64) hide show
  1. structurize-2.16.6/PKG-INFO +107 -0
  2. structurize-2.16.6/README.md +61 -0
  3. {structurize-2.16.5 → structurize-2.16.6}/avrotize/_version.py +3 -3
  4. {structurize-2.16.5 → structurize-2.16.6}/build.ps1 +0 -2
  5. {structurize-2.16.5 → structurize-2.16.6}/build.sh +1 -2
  6. structurize-2.16.6/structurize.egg-info/PKG-INFO +107 -0
  7. structurize-2.16.5/PKG-INFO +0 -848
  8. structurize-2.16.5/README.md +0 -802
  9. structurize-2.16.5/structurize.egg-info/PKG-INFO +0 -848
  10. {structurize-2.16.5 → structurize-2.16.6}/.gitignore +0 -0
  11. {structurize-2.16.5 → structurize-2.16.6}/LICENSE +0 -0
  12. {structurize-2.16.5 → structurize-2.16.6}/MANIFEST.in +0 -0
  13. {structurize-2.16.5 → structurize-2.16.6}/avrotize/__init__.py +0 -0
  14. {structurize-2.16.5 → structurize-2.16.6}/avrotize/__main__.py +0 -0
  15. {structurize-2.16.5 → structurize-2.16.6}/avrotize/asn1toavro.py +0 -0
  16. {structurize-2.16.5 → structurize-2.16.6}/avrotize/avrotize.py +0 -0
  17. {structurize-2.16.5 → structurize-2.16.6}/avrotize/avrotocpp.py +0 -0
  18. {structurize-2.16.5 → structurize-2.16.6}/avrotize/avrotocsharp.py +0 -0
  19. {structurize-2.16.5 → structurize-2.16.6}/avrotize/avrotocsv.py +0 -0
  20. {structurize-2.16.5 → structurize-2.16.6}/avrotize/avrotodatapackage.py +0 -0
  21. {structurize-2.16.5 → structurize-2.16.6}/avrotize/avrotodb.py +0 -0
  22. {structurize-2.16.5 → structurize-2.16.6}/avrotize/avrotogo.py +0 -0
  23. {structurize-2.16.5 → structurize-2.16.6}/avrotize/avrotographql.py +0 -0
  24. {structurize-2.16.5 → structurize-2.16.6}/avrotize/avrotoiceberg.py +0 -0
  25. {structurize-2.16.5 → structurize-2.16.6}/avrotize/avrotojava.py +0 -0
  26. {structurize-2.16.5 → structurize-2.16.6}/avrotize/avrotojs.py +0 -0
  27. {structurize-2.16.5 → structurize-2.16.6}/avrotize/avrotojsons.py +0 -0
  28. {structurize-2.16.5 → structurize-2.16.6}/avrotize/avrotojstruct.py +0 -0
  29. {structurize-2.16.5 → structurize-2.16.6}/avrotize/avrotokusto.py +0 -0
  30. {structurize-2.16.5 → structurize-2.16.6}/avrotize/avrotomd.py +0 -0
  31. {structurize-2.16.5 → structurize-2.16.6}/avrotize/avrotools.py +0 -0
  32. {structurize-2.16.5 → structurize-2.16.6}/avrotize/avrotoparquet.py +0 -0
  33. {structurize-2.16.5 → structurize-2.16.6}/avrotize/avrotoproto.py +0 -0
  34. {structurize-2.16.5 → structurize-2.16.6}/avrotize/avrotopython.py +0 -0
  35. {structurize-2.16.5 → structurize-2.16.6}/avrotize/avrotorust.py +0 -0
  36. {structurize-2.16.5 → structurize-2.16.6}/avrotize/avrotots.py +0 -0
  37. {structurize-2.16.5 → structurize-2.16.6}/avrotize/avrotoxsd.py +0 -0
  38. {structurize-2.16.5 → structurize-2.16.6}/avrotize/commands.json +0 -0
  39. {structurize-2.16.5 → structurize-2.16.6}/avrotize/common.py +0 -0
  40. {structurize-2.16.5 → structurize-2.16.6}/avrotize/constants.py +0 -0
  41. {structurize-2.16.5 → structurize-2.16.6}/avrotize/csvtoavro.py +0 -0
  42. {structurize-2.16.5 → structurize-2.16.6}/avrotize/datapackagetoavro.py +0 -0
  43. {structurize-2.16.5 → structurize-2.16.6}/avrotize/dependency_resolver.py +0 -0
  44. {structurize-2.16.5 → structurize-2.16.6}/avrotize/jsonstoavro.py +0 -0
  45. {structurize-2.16.5 → structurize-2.16.6}/avrotize/jsonstostructure.py +0 -0
  46. {structurize-2.16.5 → structurize-2.16.6}/avrotize/jstructtoavro.py +0 -0
  47. {structurize-2.16.5 → structurize-2.16.6}/avrotize/kstructtoavro.py +0 -0
  48. {structurize-2.16.5 → structurize-2.16.6}/avrotize/kustotoavro.py +0 -0
  49. {structurize-2.16.5 → structurize-2.16.6}/avrotize/parquettoavro.py +0 -0
  50. {structurize-2.16.5 → structurize-2.16.6}/avrotize/proto2parser.py +0 -0
  51. {structurize-2.16.5 → structurize-2.16.6}/avrotize/proto3parser.py +0 -0
  52. {structurize-2.16.5 → structurize-2.16.6}/avrotize/prototoavro.py +0 -0
  53. {structurize-2.16.5 → structurize-2.16.6}/avrotize/structuretocsharp.py +0 -0
  54. {structurize-2.16.5 → structurize-2.16.6}/avrotize/structuretojsons.py +0 -0
  55. {structurize-2.16.5 → structurize-2.16.6}/avrotize/structuretopython.py +0 -0
  56. {structurize-2.16.5 → structurize-2.16.6}/avrotize/structuretots.py +0 -0
  57. {structurize-2.16.5 → structurize-2.16.6}/avrotize/xsdtoavro.py +0 -0
  58. {structurize-2.16.5 → structurize-2.16.6}/pyproject.toml +0 -0
  59. {structurize-2.16.5 → structurize-2.16.6}/setup.cfg +0 -0
  60. {structurize-2.16.5 → structurize-2.16.6}/structurize.egg-info/SOURCES.txt +0 -0
  61. {structurize-2.16.5 → structurize-2.16.6}/structurize.egg-info/dependency_links.txt +0 -0
  62. {structurize-2.16.5 → structurize-2.16.6}/structurize.egg-info/entry_points.txt +0 -0
  63. {structurize-2.16.5 → structurize-2.16.6}/structurize.egg-info/requires.txt +0 -0
  64. {structurize-2.16.5 → structurize-2.16.6}/structurize.egg-info/top_level.txt +0 -0
@@ -0,0 +1,107 @@
1
+ Metadata-Version: 2.4
2
+ Name: structurize
3
+ Version: 2.16.6
4
+ Summary: Tools to convert from and to JSON Structure from various other schema languages.
5
+ Author-email: Clemens Vasters <clemensv@microsoft.com>
6
+ Classifier: Programming Language :: Python :: 3
7
+ Classifier: License :: OSI Approved :: MIT License
8
+ Classifier: Operating System :: OS Independent
9
+ Requires-Python: >=3.10
10
+ Description-Content-Type: text/markdown
11
+ License-File: LICENSE
12
+ Requires-Dist: jsonschema>=4.23.0
13
+ Requires-Dist: lark>=1.1.9
14
+ Requires-Dist: pyarrow>=22.0.0
15
+ Requires-Dist: asn1tools>=0.167.0
16
+ Requires-Dist: jsonpointer>=3.0.0
17
+ Requires-Dist: jsonpath-ng>=1.6.1
18
+ Requires-Dist: jsoncomparison>=1.1.0
19
+ Requires-Dist: requests>=2.32.3
20
+ Requires-Dist: azure-kusto-data>=5.0.5
21
+ Requires-Dist: azure-identity>=1.17.1
22
+ Requires-Dist: datapackage>=1.15.4
23
+ Requires-Dist: jinja2>=3.1.4
24
+ Requires-Dist: pyiceberg>=0.10.0
25
+ Requires-Dist: pandas>=2.2.2
26
+ Requires-Dist: docker>=7.1.0
27
+ Provides-Extra: dev
28
+ Requires-Dist: pytest>=8.3.2; extra == "dev"
29
+ Requires-Dist: fastavro>=1.9.5; extra == "dev"
30
+ Requires-Dist: xmlschema>=3.3.2; extra == "dev"
31
+ Requires-Dist: xmlunittest>=1.0.1; extra == "dev"
32
+ Requires-Dist: pylint>=3.2.6; extra == "dev"
33
+ Requires-Dist: dataclasses_json>=0.6.7; extra == "dev"
34
+ Requires-Dist: dataclasses>=0.8; extra == "dev"
35
+ Requires-Dist: pydantic>=2.8.2; extra == "dev"
36
+ Requires-Dist: avro>=1.12.0; extra == "dev"
37
+ Requires-Dist: testcontainers>=4.7.2; extra == "dev"
38
+ Requires-Dist: pymysql>=1.1.1; extra == "dev"
39
+ Requires-Dist: psycopg2>=2.9.9; extra == "dev"
40
+ Requires-Dist: pyodbc>=5.1.0; extra == "dev"
41
+ Requires-Dist: pymongo>=4.8.0; extra == "dev"
42
+ Requires-Dist: oracledb>=2.3.0; extra == "dev"
43
+ Requires-Dist: cassandra-driver>=3.29.1; extra == "dev"
44
+ Requires-Dist: sqlalchemy>=2.0.32; extra == "dev"
45
+ Dynamic: license-file
46
+
47
+ # Structurize / Avrotize
48
+
49
+ **Structurize** is a powerful schema conversion toolkit that helps you transform between various schema formats including JSON Schema, JSON Structure, Avro Schema, Protocol Buffers, XSD, SQL, and many more.
50
+
51
+ This package is published under two names:
52
+
53
+ - **`structurize`** - The primary package name, emphasizing JSON Structure conversion capabilities
54
+ - **`avrotize`** - The original package name, emphasizing Avro Schema conversion capabilities
55
+
56
+ Both packages currently share the same features and codebase. However, in future releases, Avro-focused and JSON Structure-focused features may be split across the two tools to make the feature list more manageable and focused for users. Choose whichever variant better aligns with your primary use case.
57
+
58
+ ## Quick Start
59
+
60
+ Install the package:
61
+
62
+ ```bash
63
+ pip install structurize
64
+ ```
65
+
66
+ or
67
+
68
+ ```bash
69
+ pip install avrotize
70
+ ```
71
+
72
+ Use the CLI:
73
+
74
+ ```bash
75
+ # Using structurize
76
+ structurize --help
77
+
78
+ # Or using avrotize
79
+ avrotize --help
80
+ ```
81
+
82
+ ## Key Features
83
+
84
+ - Convert between JSON Schema, JSON Structure, and Avro Schema
85
+ - Transform schemas to and from Protocol Buffers, XSD, ASN.1
86
+ - Generate code in C#, Python, TypeScript, Java, Go, Rust, C++, JavaScript
87
+ - Export schemas to SQL databases (MySQL, PostgreSQL, SQL Server, Oracle, Cassandra, MongoDB, DynamoDB, and more)
88
+ - Convert to Parquet, Iceberg, Kusto, and other data formats
89
+ - Generate documentation in Markdown
90
+
91
+ ## Documentation
92
+
93
+ For complete documentation, examples, and detailed usage instructions, please see the main repository:
94
+
95
+ **[📖 Full Documentation](https://github.com/clemensv/avrotize)**
96
+
97
+ The main README includes:
98
+
99
+ - Comprehensive command reference
100
+ - Conversion examples and use cases
101
+ - Code generation guides
102
+ - Database schema export instructions
103
+ - API documentation
104
+
105
+ ## License
106
+
107
+ MIT License - see the [LICENSE](../LICENSE) file in the repository root.
@@ -0,0 +1,61 @@
1
+ # Structurize / Avrotize
2
+
3
+ **Structurize** is a powerful schema conversion toolkit that helps you transform between various schema formats including JSON Schema, JSON Structure, Avro Schema, Protocol Buffers, XSD, SQL, and many more.
4
+
5
+ This package is published under two names:
6
+
7
+ - **`structurize`** - The primary package name, emphasizing JSON Structure conversion capabilities
8
+ - **`avrotize`** - The original package name, emphasizing Avro Schema conversion capabilities
9
+
10
+ Both packages currently share the same features and codebase. However, in future releases, Avro-focused and JSON Structure-focused features may be split across the two tools to make the feature list more manageable and focused for users. Choose whichever variant better aligns with your primary use case.
11
+
12
+ ## Quick Start
13
+
14
+ Install the package:
15
+
16
+ ```bash
17
+ pip install structurize
18
+ ```
19
+
20
+ or
21
+
22
+ ```bash
23
+ pip install avrotize
24
+ ```
25
+
26
+ Use the CLI:
27
+
28
+ ```bash
29
+ # Using structurize
30
+ structurize --help
31
+
32
+ # Or using avrotize
33
+ avrotize --help
34
+ ```
35
+
36
+ ## Key Features
37
+
38
+ - Convert between JSON Schema, JSON Structure, and Avro Schema
39
+ - Transform schemas to and from Protocol Buffers, XSD, ASN.1
40
+ - Generate code in C#, Python, TypeScript, Java, Go, Rust, C++, JavaScript
41
+ - Export schemas to SQL databases (MySQL, PostgreSQL, SQL Server, Oracle, Cassandra, MongoDB, DynamoDB, and more)
42
+ - Convert to Parquet, Iceberg, Kusto, and other data formats
43
+ - Generate documentation in Markdown
44
+
45
+ ## Documentation
46
+
47
+ For complete documentation, examples, and detailed usage instructions, please see the main repository:
48
+
49
+ **[📖 Full Documentation](https://github.com/clemensv/avrotize)**
50
+
51
+ The main README includes:
52
+
53
+ - Comprehensive command reference
54
+ - Conversion examples and use cases
55
+ - Code generation guides
56
+ - Database schema export instructions
57
+ - API documentation
58
+
59
+ ## License
60
+
61
+ MIT License - see the [LICENSE](../LICENSE) file in the repository root.
@@ -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 = '2.16.5'
32
- __version_tuple__ = version_tuple = (2, 16, 5)
31
+ __version__ = version = '2.16.6'
32
+ __version_tuple__ = version_tuple = (2, 16, 6)
33
33
 
34
- __commit_id__ = commit_id = 'gc44cec929'
34
+ __commit_id__ = commit_id = 'ge83b5f25d'
@@ -33,7 +33,6 @@ try {
33
33
 
34
34
  # Copy necessary files from parent directory
35
35
  Write-Host "Copying source files..." -ForegroundColor Yellow
36
- Copy-Item "..\README.md" "README.md" -Force
37
36
  Copy-Item "..\LICENSE" "LICENSE" -Force -ErrorAction SilentlyContinue
38
37
  Copy-Item "..\avrotize" "avrotize" -Recurse -Force
39
38
 
@@ -46,7 +45,6 @@ try {
46
45
  finally {
47
46
  # Clean up copied files
48
47
  Write-Host "Cleaning up..." -ForegroundColor Yellow
49
- Remove-Item "README.md" -Force -ErrorAction SilentlyContinue
50
48
  Remove-Item "LICENSE" -Force -ErrorAction SilentlyContinue
51
49
  Remove-Item -Recurse -Force "avrotize" -ErrorAction SilentlyContinue
52
50
  }
@@ -15,7 +15,7 @@ echo "Using version: $VERSION"
15
15
  # Cleanup function
16
16
  cleanup() {
17
17
  echo "Cleaning up..."
18
- rm -f README.md LICENSE
18
+ rm -f LICENSE
19
19
  rm -rf avrotize
20
20
  }
21
21
 
@@ -27,7 +27,6 @@ rm -rf dist build structurize.egg-info avrotize
27
27
 
28
28
  # Copy necessary files from parent directory
29
29
  echo "Copying source files..."
30
- cp ../README.md README.md
31
30
  cp ../LICENSE LICENSE 2>/dev/null || true
32
31
  cp -r ../avrotize avrotize
33
32
 
@@ -0,0 +1,107 @@
1
+ Metadata-Version: 2.4
2
+ Name: structurize
3
+ Version: 2.16.6
4
+ Summary: Tools to convert from and to JSON Structure from various other schema languages.
5
+ Author-email: Clemens Vasters <clemensv@microsoft.com>
6
+ Classifier: Programming Language :: Python :: 3
7
+ Classifier: License :: OSI Approved :: MIT License
8
+ Classifier: Operating System :: OS Independent
9
+ Requires-Python: >=3.10
10
+ Description-Content-Type: text/markdown
11
+ License-File: LICENSE
12
+ Requires-Dist: jsonschema>=4.23.0
13
+ Requires-Dist: lark>=1.1.9
14
+ Requires-Dist: pyarrow>=22.0.0
15
+ Requires-Dist: asn1tools>=0.167.0
16
+ Requires-Dist: jsonpointer>=3.0.0
17
+ Requires-Dist: jsonpath-ng>=1.6.1
18
+ Requires-Dist: jsoncomparison>=1.1.0
19
+ Requires-Dist: requests>=2.32.3
20
+ Requires-Dist: azure-kusto-data>=5.0.5
21
+ Requires-Dist: azure-identity>=1.17.1
22
+ Requires-Dist: datapackage>=1.15.4
23
+ Requires-Dist: jinja2>=3.1.4
24
+ Requires-Dist: pyiceberg>=0.10.0
25
+ Requires-Dist: pandas>=2.2.2
26
+ Requires-Dist: docker>=7.1.0
27
+ Provides-Extra: dev
28
+ Requires-Dist: pytest>=8.3.2; extra == "dev"
29
+ Requires-Dist: fastavro>=1.9.5; extra == "dev"
30
+ Requires-Dist: xmlschema>=3.3.2; extra == "dev"
31
+ Requires-Dist: xmlunittest>=1.0.1; extra == "dev"
32
+ Requires-Dist: pylint>=3.2.6; extra == "dev"
33
+ Requires-Dist: dataclasses_json>=0.6.7; extra == "dev"
34
+ Requires-Dist: dataclasses>=0.8; extra == "dev"
35
+ Requires-Dist: pydantic>=2.8.2; extra == "dev"
36
+ Requires-Dist: avro>=1.12.0; extra == "dev"
37
+ Requires-Dist: testcontainers>=4.7.2; extra == "dev"
38
+ Requires-Dist: pymysql>=1.1.1; extra == "dev"
39
+ Requires-Dist: psycopg2>=2.9.9; extra == "dev"
40
+ Requires-Dist: pyodbc>=5.1.0; extra == "dev"
41
+ Requires-Dist: pymongo>=4.8.0; extra == "dev"
42
+ Requires-Dist: oracledb>=2.3.0; extra == "dev"
43
+ Requires-Dist: cassandra-driver>=3.29.1; extra == "dev"
44
+ Requires-Dist: sqlalchemy>=2.0.32; extra == "dev"
45
+ Dynamic: license-file
46
+
47
+ # Structurize / Avrotize
48
+
49
+ **Structurize** is a powerful schema conversion toolkit that helps you transform between various schema formats including JSON Schema, JSON Structure, Avro Schema, Protocol Buffers, XSD, SQL, and many more.
50
+
51
+ This package is published under two names:
52
+
53
+ - **`structurize`** - The primary package name, emphasizing JSON Structure conversion capabilities
54
+ - **`avrotize`** - The original package name, emphasizing Avro Schema conversion capabilities
55
+
56
+ Both packages currently share the same features and codebase. However, in future releases, Avro-focused and JSON Structure-focused features may be split across the two tools to make the feature list more manageable and focused for users. Choose whichever variant better aligns with your primary use case.
57
+
58
+ ## Quick Start
59
+
60
+ Install the package:
61
+
62
+ ```bash
63
+ pip install structurize
64
+ ```
65
+
66
+ or
67
+
68
+ ```bash
69
+ pip install avrotize
70
+ ```
71
+
72
+ Use the CLI:
73
+
74
+ ```bash
75
+ # Using structurize
76
+ structurize --help
77
+
78
+ # Or using avrotize
79
+ avrotize --help
80
+ ```
81
+
82
+ ## Key Features
83
+
84
+ - Convert between JSON Schema, JSON Structure, and Avro Schema
85
+ - Transform schemas to and from Protocol Buffers, XSD, ASN.1
86
+ - Generate code in C#, Python, TypeScript, Java, Go, Rust, C++, JavaScript
87
+ - Export schemas to SQL databases (MySQL, PostgreSQL, SQL Server, Oracle, Cassandra, MongoDB, DynamoDB, and more)
88
+ - Convert to Parquet, Iceberg, Kusto, and other data formats
89
+ - Generate documentation in Markdown
90
+
91
+ ## Documentation
92
+
93
+ For complete documentation, examples, and detailed usage instructions, please see the main repository:
94
+
95
+ **[📖 Full Documentation](https://github.com/clemensv/avrotize)**
96
+
97
+ The main README includes:
98
+
99
+ - Comprehensive command reference
100
+ - Conversion examples and use cases
101
+ - Code generation guides
102
+ - Database schema export instructions
103
+ - API documentation
104
+
105
+ ## License
106
+
107
+ MIT License - see the [LICENSE](../LICENSE) file in the repository root.