Skip to content

Commit

Permalink
docs: README.md updated
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosschroh committed Aug 21, 2024
1 parent c16d1ad commit 36dbe4e
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,23 +372,23 @@ User.fake()

## Features

[x] Primitive types: int, long, double, float, boolean, string and null support
[x] Complex types: enum, array, map, fixed, unions and records support
[x] `typing.Annotated` supported
[x] `typing.Literal` supported
[x] Logical Types: date, time (millis and micro), datetime (millis and micro), uuid support
[X] Schema relations (oneToOne, oneToMany)
[X] Recursive Schemas
[X] Generate Avro Schemas from `faust.Record`
[X] Instance serialization correspondent to `avro schema` generated
[X] Data deserialization. Return python dict or class instance
[X] Generate json from python class instance
[X] Case Schemas
[X] Generate models from `avsc` files
[X] Examples of integration with `kafka` drivers: [aiokafka](https://github.com/aio-libs/aiokafka), [kafka-python](https://github.com/dpkp/kafka-python)
[X] Example of integration with `redis` drivers: [walrus](https://github.com/coleifer/walrus) and [redisgears-py](https://github.com/RedisGears/redisgears-py)
[X] Factory instances
[X] [Pydantic](https://pydantic-docs.helpmanual.io/) integration
- [x] Primitive types: int, long, double, float, boolean, string and null support
- [x] Complex types: enum, array, map, fixed, unions and records support
- [x] `typing.Annotated` supported
- [x] `typing.Literal` supported
- [x] Logical Types: date, time (millis and micro), datetime (millis and micro), uuid support
- [x] Schema relations (oneToOne, oneToMany)
- [x] Recursive Schemas
- [x] Generate Avro Schemas from `faust.Record`
- [x] Instance serialization correspondent to `avro schema` generated
- [x] Data deserialization. Return python dict or class instance
- [x] Generate json from python class instance
- [x] Case Schemas
- [x] Generate models from `avsc` files
- [x] Examples of integration with `kafka` drivers: [aiokafka](https://github.com/aio-libs/aiokafka), [kafka-python](https://github.com/dpkp/kafka-python)
- [x] Example of integration with `redis` drivers: [walrus](https://github.com/coleifer/walrus) and [redisgears-py](https://github.com/RedisGears/redisgears-py)
- [x] Factory instances
- [x] [Pydantic](https://pydantic-docs.helpmanual.io/) integration

## Development

Expand Down

0 comments on commit 36dbe4e

Please sign in to comment.