avro-python3
Package — ConfigPython 3.7+Intermediate
Apache Avro data serialization with schema evolution
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- None (pure Python)
- Install
pip install avro-python3
Learn by Difficulty
Quick Example
python
# Install: pip install avro-python3 import avro_python3 # Basic avro-python3 usage print(f"Using avro-python3") # See documentation for detailed examples
avro-python3 is a third-party package. Apache Avro data serialization with schema evolution. Install with: pip install avro-python3
Try in PlaygroundTags
packageconfigurationserializationdata-format