One package for district42 ecosystem
Project description
d42
The d42
package is a comprehensive toolkit for data modeling, which includes functionalities for definition, generation, validation, and substitution of data models using a robust data description language.
Installation
$ pip3 install d42
Usage Example
from d42 import schema, fake, validate_or_fail
# Define a schema for a string containing "banana"
sch = schema.str("banana")
# Generate a fake value based on the schema and validate it
assert validate_or_fail(sch, fake(sch))
Documentation
For detailed documentation, visit the official d42 documentation.
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
d42-1.8.0.tar.gz
(8.8 kB
view hashes)
Built Distribution
d42-1.8.0-py3-none-any.whl
(8.8 kB
view hashes)