Skip to main content

Databind is a library inspired by jackson-databind to de-/serialize Python dataclasses. Compatible with Python 3.7 and newer.

Project description

databind.core

databind.core provides a jackson-databind inspired framework for data de-/serialization in Python. Unless you are looking to implement support for de-/serializing new data formats, the databind.core package alone might not be what you are looking for (unless you want to use databind.core.dataclasses as a drop-in replacement to the standard library dataclasses module, for that check out the section at the bottom).

Known implementations

Dataclass extension

The standard library dataclasses module does not allow to define non-default arguments after default arguments. You can use databind.core.dataclasses as a drop-in replacement to get this feature. It behaves exactly like the standard library, only that non-default arguments may follow default arguments. Such arguments can be passed to the constructor as positional or keyword arguments.

from databind.core import dataclasses

@dataclasses.dataclass
class A:
  value1: int = 42

@dataclasses.dataclass
class B(A):
  value2: str

print(B(0, 'Hello, World!'))
print(B(value2='Answer to the universe'))

Copyright © 2020 – Niklas Rosenstein

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

databind.core-4.2.4.tar.gz (23.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

databind.core-4.2.4-py3-none-any.whl (27.0 kB view details)

Uploaded Python 3

File details

Details for the file databind.core-4.2.4.tar.gz.

File metadata

  • Download URL: databind.core-4.2.4.tar.gz
  • Upload date:
  • Size: 23.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/37.3 requests/2.28.2 requests-toolbelt/0.10.1 urllib3/1.26.14 tqdm/4.64.1 importlib-metadata/6.0.0 keyring/23.13.1 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.9

File hashes

Hashes for databind.core-4.2.4.tar.gz
Algorithm Hash digest
SHA256 18be4b280f38f6d1b6bc885f2928671b3ff6e92cf75fc2d29b0b89129bf6bb19
MD5 c89fe80d7eb9a273b19fdc461a974a36
BLAKE2b-256 5b6ce3b3d25b014e3ac964f6c5981c07bd760fb79c1bfab689c5f37f0c9ad8f8

See more details on using hashes here.

File details

Details for the file databind.core-4.2.4-py3-none-any.whl.

File metadata

  • Download URL: databind.core-4.2.4-py3-none-any.whl
  • Upload date:
  • Size: 27.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/37.3 requests/2.28.2 requests-toolbelt/0.10.1 urllib3/1.26.14 tqdm/4.64.1 importlib-metadata/6.0.0 keyring/23.13.1 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.9

File hashes

Hashes for databind.core-4.2.4-py3-none-any.whl
Algorithm Hash digest
SHA256 64aff08b3962557bfd882274e6a9bfc3c378d62a023bed6c8749b5e4a04cf39f
MD5 d99f434bc426d3229a84f8c8c526c20b
BLAKE2b-256 c21b47bfa0618149cfbd3a2194e1c087ad15927e9b03a594414ed9c2bec4dc04

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page