The official Python library for the Automators DataMaker API.
Project description
DataMaker
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
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e65139fa34f6daa7db804378f560af4cd1b16c3d3824b4720ee1c2ebcc92766
|
|
| MD5 |
cd9bd0f3d2386b776bd0ac28b524a02e
|
|
| BLAKE2b-256 |
f44be9f2dd761649106944c7cb77bc85faf20571f140ce830deb047f021aac4f
|
Provenance
The following attestation bundles were made for datamaker_py-0.7.0.tar.gz:
Publisher:
python-publish.yml on automators-com/datamaker-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
datamaker_py-0.7.0.tar.gz -
Subject digest:
8e65139fa34f6daa7db804378f560af4cd1b16c3d3824b4720ee1c2ebcc92766 - Sigstore transparency entry: 1956507284
- Sigstore integration time:
-
Permalink:
automators-com/datamaker-py@f36d9cc145712009fd45572e26eed43e18f45d4b -
Branch / Tag:
refs/tags/v0.7.0 - Owner: https://github.com/automators-com
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-publish.yml@f36d9cc145712009fd45572e26eed43e18f45d4b -
Trigger Event:
release
-
Statement type:
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1728ca85ebc86f0abedd5e09fe7fa34794bcb6c047166535c83f0d34212c5866
|
|
| MD5 |
43d5cd9671f4d1707c40e5620cfff050
|
|
| BLAKE2b-256 |
bfe265d96e08213da34a9c5f3a5dc35a2695949a52d0af4f630e825c43e2d8e8
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
datamaker_py-0.7.0-py3-none-any.whl -
Subject digest:
1728ca85ebc86f0abedd5e09fe7fa34794bcb6c047166535c83f0d34212c5866 - Sigstore transparency entry: 1956507588
- Sigstore integration time:
-
Permalink:
automators-com/datamaker-py@f36d9cc145712009fd45572e26eed43e18f45d4b -
Branch / Tag:
refs/tags/v0.7.0 - Owner: https://github.com/automators-com
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-publish.yml@f36d9cc145712009fd45572e26eed43e18f45d4b -
Trigger Event:
release
-
Statement type: