Skip to main content

Library to generate instances of Pydantic models.

Project description

Lorem Pysum

Generate instances of Pydantic models.

License: MIT Code style: black PyPI version Code Coverage

Install

Lorem Pysum is on PyPI and can be installed with:

poetry add lorem-pysum

or

pip install lorem-pysum

Usage

Given a Pydantic model type Lorem Pysum can generate instances of that model with randomly generated values.

Example

from enum import auto, Enum
from uuid import UUID

import lorem_pysum
from pydantic import BaseModel


class Flavor(Enum):
    MOCHA = auto()
    VANILLA = auto()


class Brand(BaseModel):
    brand_name: str


class Coffee(BaseModel):
    id: UUID
    description: str
    cream: bool
    sweetener: int
    flavor: Flavor
    brand: Brand


lorem_pysum.generate(Coffee)
# Result -> id=UUID('550342d5-13ce-4ee1-b73d-d3c5e81607ce') description='string' cream=True sweetener=0 flavor=<Flavor.MOCHA: 1> brand=Brand(brand_name='string')

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

lorem-pysum-1.0.0.tar.gz (6.1 kB view details)

Uploaded Source

Built Distribution

lorem_pysum-1.0.0-py3-none-any.whl (6.1 kB view details)

Uploaded Python 3

File details

Details for the file lorem-pysum-1.0.0.tar.gz.

File metadata

  • Download URL: lorem-pysum-1.0.0.tar.gz
  • Upload date:
  • Size: 6.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.12 CPython/3.10.12 Linux/6.4.6-76060406-generic

File hashes

Hashes for lorem-pysum-1.0.0.tar.gz
Algorithm Hash digest
SHA256 a3b48c02ddb42f10cfbe86cde3431bdc414dba719f6b5394a72a4d720a96dedb
MD5 5b4ec2d5efb129438b0193bd45d07488
BLAKE2b-256 4284fdf660f41bc151bb1d5fee06dc16b67105037d1d7bd72821d488eb2fc3df

See more details on using hashes here.

File details

Details for the file lorem_pysum-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: lorem_pysum-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 6.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.12 CPython/3.10.12 Linux/6.4.6-76060406-generic

File hashes

Hashes for lorem_pysum-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d3c4c0ab11d4b754b66f847a01344f8555fc71dd1ce1b225f17b135913b1ae41
MD5 ac054ee79f6e28f63f1ec3ba176cdb8c
BLAKE2b-256 d527eab95f47aea85acb21271b5da146ac7b08ffaa052aff39869255883a51f1

See more details on using hashes here.

Supported by

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