Contents

dataclasses-avroschema 0.58.0

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: 194, Watchers: 194, Forks: 58, Open Issues: 11

The marcosschroh/dataclasses-avroschema repo was created 4 years ago and the last code push was 2 days ago.
The project is popular with 194 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 11 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.110.1

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

marshmallow 3.21.1

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

jsonpickle 3.0.3

Python library for serializing any arbitrary object graph into JSON

commitizen 3.21.3

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.