Registry / data / data-designer-engine

data-designer-engine

JSON →
library0.5.9pypypiunverified

Generation engine for DataDesigner synthetic data generation. Current version 0.5.9, requires Python >=3.10. Pre-release/early stage, rapid development.

pip install data-designer-engine
INSTALL
IMPORT
SIG · DATA-DESIGNER-ENGI
D
data-designer-engine
datapythonv0.5.9
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DataDesignerEngine
from data_designer import DataDesignerEngine
from data_designer_engine import DataDesignerEngine

Initialize engine with API credentials and generate synthetic data.

from data_designer_engine import DataDesignerEngine engine = DataDesignerEngine( api_key=os.environ.get('DATADESIGNER_API_KEY', ''), api_base=os.environ.get('DATADESIGNER_API_BASE', 'https://api.datadesigner.com/v1') ) result = engine.generate( prompt="Create a CSV with 10 rows of customer data", output_format="csv" ) print(result)
Debug
Known issues
breakingThe package is in pre-release (0.x). Expect breaking changes between minor versions.
fix
Pin to exact version: data-designer-engine==0.5.9
affects: all <1.0.0
gotchaThe import path uses underscores, not hyphens. Common mistake: from data-designer-engine import ... causes SyntaxError.
fix
Use: from data_designer_engine import ...
affects: all
gotchaAPI key is required; engine will raise ConnectionError if missing. Not handled in default init.
fix
Set DATADESIGNER_API_KEY environment variable or pass it explicitly.
affects: all
Upgrade
Version history
0.5.9latest on PyPI · released Apr 28, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
OpenAI (training)
1
Resources
data-designer-engine — pip install data-designer-engine · libregistry