Skip to main content

DataMaker

License: MIT uv Ruff

The official Python library for the Automators DataMaker API.

Installation

You can install the package using pip:

pip install datamaker-py

Quick start

Basic example:

from datamaker import DataMaker, Template

# Create an instance of DataMaker
datamaker = DataMaker()


def main():
    # Define the template
    template = Template(
        name="basic template",
        quantity=2,
        fields=[
            {"name": "first_name", "type": "First Name"},
            {"name": "last_name", "type": "Last Name"},
            {
                "name": "email",
                "type": "Derived",
                "options": {"value": "{{first_name}}.{{last_name}}@automators.com"},
            },
        ],
    )

    # Generate data using the template
    result = datamaker.generate(template)
    print(result)


if __name__ == "__main__":
    main()

Autocomplete Types

This SDK automatically generates TypeScript autocomplete definitions for use in the datamaker application.

The artifact is generated automatically on every push to the main branch and can be fetched from:

https://raw.githubusercontent.com/automators/datamaker-py/main/artifacts/autocomplete-types.ts

See artifacts/README.md for more details.

Development & Contibutions

See the contributing.md guide for details on how to contribute to this project.

Download files

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

Source Distribution

datamaker_py-0.9.0.tar.gz (31.0 kB view details)

Uploaded Source

Built Distribution

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

datamaker_py-0.9.0-py3-none-any.whl (30.0 kB view details)

Uploaded Python 3

File details

Details for the file datamaker_py-0.9.0.tar.gz.

File metadata

  • Download URL: datamaker_py-0.9.0.tar.gz
  • Upload date:
  • Size: 31.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for datamaker_py-0.9.0.tar.gz
Algorithm Hash digest
SHA256 1b66c90492e7f23172b5d4319e985cc4f0c521c1427338f063f7d4a3ee547560
MD5 f381159991a55d1701e993a6c71b8ae4
BLAKE2b-256 93ceba4ca861b5644cb4f7c3128bd52dbb5b858772d0054029ee3fc7b3644bb2

See more details on using hashes here.

Provenance

The following attestation bundles were made for datamaker_py-0.9.0.tar.gz:

Publisher: python-publish.yml on automators-com/datamaker-py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file datamaker_py-0.9.0-py3-none-any.whl.

File metadata

  • Download URL: datamaker_py-0.9.0-py3-none-any.whl
  • Upload date:
  • Size: 30.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for datamaker_py-0.9.0-py3-none-any.whl
Algorithm Hash digest
SHA256 40e5e843fb9f46c0c901c88796a4ad9171e41ffcac38b40825d7c1035c7ac8b8
MD5 da3fcadb0f76948a9ffbf3275daf8c53
BLAKE2b-256 af7d1651fd8ad8c7a27854a323a0176204274b055d1401626d04e20b4139e0b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for datamaker_py-0.9.0-py3-none-any.whl:

Publisher: python-publish.yml on automators-com/datamaker-py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

0.10.0

2 files

This release

0.9.0 This release

2 files

0.8.0

2 files

0.7.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page