Snowfakery is a tool for generating fake data that has relations between tables. Every row is faked data, but also unique and random, like a snowflake.
Project description
Snowfakery Documentation
Snowfakery is a tool for generating fake data that has relations between tables. Every row is faked data, but also unique and random, like a snowflake.
To tell Snowfakery what data you want to generate, you need to write a Recipe file in YAML.
Snowfakery can write its output to stdout, or any database accessible to SQLAlchemy. When it is embedded in CumulusCI it can output to a Salesforce org. Adding new output formats is fairly straightforward and open source contributions of that form are gratefully accepted.
Contributing
To contribute to snowfakery you will first need to setup a virtual environment. Once you have youre virtual environment, you can install dependencies via pip:
pip install -r requirements_dev.txt
Or you can install dependencies via pip tools:
make dev-install
Now you're all set for contributing to Snowfakery!
Updating Dependencies
Performing dependency updates is easy. Just run make update-deps
and commit any changes to requirements/prod.txt
and requirements/dev.txt
.
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
File details
Details for the file snowfakery-2.0.dev0.tar.gz
.
File metadata
- Download URL: snowfakery-2.0.dev0.tar.gz
- Upload date:
- Size: 55.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3054eb35546b1ac8488d760248ea4d92e213181e2301d6bd212b79d46d669c53 |
|
MD5 | 611ecc161ccd81cafcf56f2bb3851103 |
|
BLAKE2b-256 | 8f24c1b72e9d2e4c6ddb2e7177469e3ee5ac99287bec1f4caad879fa18df1581 |
Provenance
File details
Details for the file snowfakery-2.0.dev0-py3-none-any.whl
.
File metadata
- Download URL: snowfakery-2.0.dev0-py3-none-any.whl
- Upload date:
- Size: 64.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35f950ab5166b3e4723a99f4c10ca74e9162975e0dff06181c64294583bb7486 |
|
MD5 | e26fa3b7feac4a26d216ce08cb74aa81 |
|
BLAKE2b-256 | 6bc0201484eb814b83ab284bbb39fe1bdc862aea975b1ad6234d9ad0ccaab57a |