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.8.0.tar.gz (28.6 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.8.0-py3-none-any.whl (26.6 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for datamaker_py-0.8.0.tar.gz
Algorithm Hash digest
SHA256 7082bd76d146eb4a966afea4e9535012bc59e5a08da27d2ffb08f0d136085065
MD5 8ca8378447cc15fec1c601d0d4448fa1
BLAKE2b-256 f7281287baf5ccf4cd5e24cdb505d13ed7472fedd2adc05f2b99adb5b480519e

See more details on using hashes here.

Provenance

The following attestation bundles were made for datamaker_py-0.8.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.8.0-py3-none-any.whl.

File metadata

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

File hashes

Hashes for datamaker_py-0.8.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d8d02842a6ddbbbe761c310e2259f764351eaf53680ef70269aa8c542bf6535d
MD5 5ffc98f4d918d856c407c88b9730e74b
BLAKE2b-256 4c88c090a4d641124336043190560e72824b83cd4f7e51cecded46f61d672f46

See more details on using hashes here.

Provenance

The following attestation bundles were made for datamaker_py-0.8.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

0.9.0

2 files

This release

0.8.0 This release

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