Skip to main content

The official Python library for the Automators DataMaker API.

Project description

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.

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

datamaker_py-0.7.0.tar.gz (25.4 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.7.0-py3-none-any.whl (23.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: datamaker_py-0.7.0.tar.gz
  • Upload date:
  • Size: 25.4 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.7.0.tar.gz
Algorithm Hash digest
SHA256 8e65139fa34f6daa7db804378f560af4cd1b16c3d3824b4720ee1c2ebcc92766
MD5 cd9bd0f3d2386b776bd0ac28b524a02e
BLAKE2b-256 f44be9f2dd761649106944c7cb77bc85faf20571f140ce830deb047f021aac4f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: datamaker_py-0.7.0-py3-none-any.whl
  • Upload date:
  • Size: 23.5 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.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1728ca85ebc86f0abedd5e09fe7fa34794bcb6c047166535c83f0d34212c5866
MD5 43d5cd9671f4d1707c40e5620cfff050
BLAKE2b-256 bfe265d96e08213da34a9c5f3a5dc35a2695949a52d0af4f630e825c43e2d8e8

See more details on using hashes here.

Provenance

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

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