Contents

dataclasses-avroschema 0.63.5

0

Generate Avro Schemas from Python classes. Serialize/Deserialize python instances with avro schemas

Generate Avro Schemas from Python classes. Serialize/Deserialize python instances with avro schemas

Stars: 216, Watchers: 216, Forks: 66, Open Issues: 15

The marcosschroh/dataclasses-avroschema repo was created 5 years ago and the last code push was 12 hours ago.
The project is popular with 216 github stars!

How to Install dataclasses-avroschema

You can install dataclasses-avroschema using pip

pip install dataclasses-avroschema

or add it to a project with poetry

poetry add dataclasses-avroschema

Package Details

Author
Marcos Schroh
License
MIT
Homepage
None
PyPi:
https://pypi.org/project/dataclasses-avroschema/
GitHub Repo:
https://github.com/marcosschroh/dataclasses-avroschema

Classifiers

  • Software Development
No  dataclasses-avroschema  pypi packages just yet.

Errors

A list of common dataclasses-avroschema errors.

Code Examples

Here are some dataclasses-avroschema code examples and snippets.

GitHub Issues

The dataclasses-avroschema package has 15 open issues on GitHub

  • build(deps): bump faust from 1.9.0 to 1.10.4

See more issues on GitHub

Related Packages & Articles

fastapi 0.115.0

FastAPI framework, high performance, easy to learn, fast to code, ready for production

marshmallow 3.22.0

A lightweight library for converting complex datatypes to and from native Python datatypes.

jsonpickle 3.3.0

Python library for serializing arbitrary object graphs into JSON

commitizen 3.29.1

The commitizen Python package is a release management tool designed to streamline and standardize the process of committing changes in a team setting. It assumes that your team uses a standard way of committing rules and based on that, it can automatically bump your project's version, create a changelog, and update files. By default, commitizen uses conventional commits, but it allows for customization of rules. The package provides a command-line utility to create commits with your rules, and it can display information about your commit rules.