Skip to main content

Package description here.

Project description

databind.yaml

Databind is a library inspired by Jackson-databind to describe and bind data models for object-oriented programming. The databind.yaml module provides functionality to (de-) serialize YAML payloads from/to Python objects.

Note: This module is just a thin wrapper that provides utility functions, combining the functionality of databind.json with PyYAML.

Quickstart

from typing import Optional
from databind.core import datamodel
from databind.yaml import from_str

@datamodel
class Geolocation:
  latitude: float
  longitude: float
  altitude: Optional[float] = None

@datamodel
class ResolvedLocation:
  query: str
  location: Geolocation

london = from_str(ResolvedLocation, '''
query: London
location:
  latitude: 51.507351
  longitude: -0.127758
''')

assert london == ResolvedLocation("London", Geolocation(51.507351, -0.127758))

Copyright © 2020 Niklas Rosenstein

Project details


Download files

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

Source Distribution

databind.yaml-0.1.1.tar.gz (3.2 kB view details)

Uploaded Source

Built Distribution

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

databind.yaml-0.1.1-py3-none-any.whl (3.2 kB view details)

Uploaded Python 3

File details

Details for the file databind.yaml-0.1.1.tar.gz.

File metadata

  • Download URL: databind.yaml-0.1.1.tar.gz
  • Upload date:
  • Size: 3.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for databind.yaml-0.1.1.tar.gz
Algorithm Hash digest
SHA256 f1cb03c87e94647ea5d6477fdd4156362945fdb68db8b2d1e512dfef19367d91
MD5 5cdc62648e1a21b22253ab8b2682a4db
BLAKE2b-256 09c5ff3872ec2cb9e24dbd3d19d1c468c474cdd768679cdda4c8dcfa2ea6b9ef

See more details on using hashes here.

File details

Details for the file databind.yaml-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: databind.yaml-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 3.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for databind.yaml-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 14605f3bd74522c715279b152466bcc8581fda7d4dd9059eba190392cec02d40
MD5 d20cab11edcb49c1958483c146e04342
BLAKE2b-256 803089c85c3b36d4eab8ccb815d777e049848a2a55ca671926cc91e0e683dd1c

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