Skip to main content

Yet another Python package for data generation

Project description

Fake data generator

This package generates fake sql-like format data from predefined schema. Data schema is defined using dataclasses.

Installation

python -m pip install no_spark_in_my_home

Usage

from no_spark_in_my_home.src.generator import FakeDataGenerator
# your code

Building your own package version

In case you want to build your own package version you should follow this guide.

And then just build a wheel and install it.

Making and publishing a new release

  1. Update release version in pyproject.toml and setup.py
  2. Build package with python -m build
  3. Publish package with twine upload dist/*

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

no_spark_in_my_home-1.0.2.tar.gz (4.8 kB view hashes)

Uploaded Source

Built Distribution

no_spark_in_my_home-1.0.2-py3-none-any.whl (5.6 kB view hashes)

Uploaded 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