Structurize / Avrotize
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.
This package is published under two names:
structurize- The primary package name, emphasizing JSON Structure conversion capabilitiesavrotize- The original package name, emphasizing Avro Schema conversion capabilities
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.
Quick Start
Install the package:
pip install structurize
or
pip install avrotize
Use the CLI:
# Using structurize
structurize --help
# Or using avrotize
avrotize --help
Key Features
- Convert between JSON Schema, JSON Structure, and Avro Schema
- Transform schemas to and from Protocol Buffers, XSD, ASN.1
- Generate code in C#, Python, TypeScript, Java, Go, Rust, C++, JavaScript
- Export schemas to SQL databases (MySQL, PostgreSQL, SQL Server, Oracle, Cassandra, MongoDB, DynamoDB, and more)
- Convert to Parquet, Iceberg, Kusto, and other data formats
- Generate documentation in Markdown
Documentation
For complete documentation, examples, and detailed usage instructions, please see the main repository:
The main README includes:
- Comprehensive command reference
- Conversion examples and use cases
- Code generation guides
- Database schema export instructions
- API documentation
License
MIT License - see the LICENSE file in the repository root.
Release files for structurize 3.9.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| structurize-3.9.1.tar.gz | 510.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| structurize-3.9.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.1 MB
Release files / structurize-3.9.1.tar.gz
| Download URL | structurize-3.9.1.tar.gz |
|---|---|
| Size | 510.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8a19efd3ddaad9912082c27352e348fab505af1ec54da30102c2c2dfcd966fbd
|
|
BLAKE2b-256 checksum How to use checksums |
4745a4d96e04843ae47bfa3a0bbb1bc1622cd0cd1f8bda1fec7a01e5d4b6f284
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Release files / structurize-3.9.1-py3-none-any.whl
| Download URL | structurize-3.9.1-py3-none-any.whl |
|---|---|
| Size | 564.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1d23cae7651b65e8f2d0e025389ab569c91e0dcb75cb702dca98bcfd292e1330
|
|
BLAKE2b-256 checksum How to use checksums |
9843fe35dc1d73284b941d8ac21b09ec81a9af9faa908bdead0f5a875e649ef9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|