-
Updated
Jun 10, 2021 - Rust
#
dataclasses
Here are 81 public repositories matching this topic...
Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
Python rewrite (sync + async) of the official Notion API client
-
Updated
Jun 16, 2021 - Python
Fast and well tested serialization framework on top of dataclasses
python
yaml
serialization
json
marshalling
python3
deserialization
msgpack
type-hints
typehints
dataclasses
-
Updated
May 13, 2021 - Python
Dataclasses serializer for Django REST framework
-
Updated
Apr 18, 2021 - Python
Map CSV to Data Classes
-
Updated
Apr 10, 2021 - Python
Tishka17
commented
Sep 24, 2020
Just fix tests to use Factory instead of old style
A file-based ORM for Python dataclasses.
-
Updated
Jun 9, 2021 - Python
eigenein
commented
Jan 13, 2020
s-knibbs
commented
Jun 30, 2019
It seems that the typing module doesn't flatten nested literal type definitions, so the following does not currently work:
SuccessStatus = Literal[200, 201, 204]
ClientError = Literal[404, 401, 403, 409, 400]
ServerError = Literal[500, 504, 503]
@dataclass
class HttpResponse(JsonSchemaMixin):
status: Literal[SuccessStatus, ClientError, ServerError]
...A simple Python wrapper around for YouTube Data API ✨ 🍰 ✨ .
-
Updated
Jun 9, 2021 - Python
Open
Fix the type hints
python-desert
commented
Feb 8, 2020
Mypy fails on desert currently.
Simple, Elegant, Typed Argument Parsing with argparse
-
Updated
May 21, 2021 - Python
Simple but maybe too simple config management through python data classes. We use it for machine learning.
-
Updated
Jun 17, 2021 - Python
Yet another serialization library on top of dataclasses
-
Updated
Jun 17, 2021 - Python
A fast and flexible reimplementation of data classes
-
Updated
Jun 3, 2021 - Python
Entity relationship diagrams for Python data model classes like Pydantic
-
Updated
May 2, 2021 - Python
A python deserialisation library built on top of dataclasses
-
Updated
Nov 18, 2018 - Python
JSON (de)serialization, GraphQL and JSON schema generation through python typing, with a spoonful of sugar.
python
graphql
json
validation
json-api
json-schema
openapi
graphql-server
graphql-schema
graphql-relay
pypy3
json-schema-generator
dataclasses
graphql-python
python-typing
-
Updated
Jun 16, 2021 - Python
An extendable Statsbomb API wrapper for data-pipelines
-
Updated
May 7, 2021 - Python
A python module for building OpenAPI compliant asynchronous Rest Servers. Auto documentation, serialization and validation in the same unified API.
database
rest-api
websockets
postgresql
aiohttp
asyncio
openapi-documentation
validation-library
openapi3
dataclasses
-
Updated
Apr 25, 2021 - Python
This project helps you to import config file writen by YAML to Python dataclass.
-
Updated
Aug 17, 2020 - Python
Open
Support python 3.9
yukinarit
commented
Oct 10, 2020
Add python3.9 in CI script, and add python3.9 classifier in setup.py
dataslots decorator for dataclasses feature in Python 3.7
-
Updated
Mar 19, 2021 - Python
Django REST Framework Serializers for py3.7 dataclasses
-
Updated
Nov 21, 2020 - Python
Python serialization framework powered by Rust
-
Updated
Dec 12, 2020 - Rust
Python library for loading settings and config data from files and environment variables
config
python
yaml
toml
settings
json
configuration
python3
environment-variables
configuration-management
app-config
cerberus
configuration-files
configuration-parser
application-settings
environment-configuration
12factorapp
dataclasses
pydantic
-
Updated
Apr 17, 2021 - Python
Improve this page
Add a description, image, and links to the dataclasses topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dataclasses topic, visit your repo's landing page and select "manage topics."
test_global_config.pyhas a usage example