Skip to main content

an elegant datasets factory

Project description

rawbuilder

https://img.shields.io/pypi/v/rawbuilder.svg Documentation Status

an elegant datasets factory

Features

  • Schema oriented datasets builder

How to Use it

# Import the package into any python app
import rawbuilder

# Init the dataset object as ds
ds = rawbuilder.DataSet(
        size=1000,
        tasks=['user']
)

# Build the dataset
ds.build()

Credits

This package was created with Cookiecutter .

History

0.0.1 (2021-10-24)

  • First release on PyPI.

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

rawbuilder-0.0.2.tar.gz (11.0 kB view hashes)

Uploaded Source

Built Distribution

rawbuilder-0.0.2-py2.py3-none-any.whl (5.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page