| Name | snowfakery JSON |
| Version |
4.1.0
JSON |
| download |
| home_page | None |
| Summary | 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. |
| upload_time | 2025-10-09 05:51:05 |
| maintainer | None |
| docs_url | None |
| author | None |
| requires_python | >=3.11 |
| license | BSD 3-Clause License |
| keywords |
data generation
fake data
salesforce
snowfakery
|
| VCS |
 |
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
[](https://coveralls.io/github/SFDO-Tooling/Snowfakery?branch=main)
# 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.
[Documentation](https://snowfakery.readthedocs.io)
## Contributing
To contribute to snowfakery you will first need to setup a [virtual environment](https://docs.python.org/3/tutorial/venv.html).
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:
```python
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`.
Raw data
{
"_id": null,
"home_page": null,
"name": "snowfakery",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": null,
"keywords": "data generation, fake data, salesforce, snowfakery",
"author": null,
"author_email": "Paul Prescod <pprescod@salesforce.com>, \"Salesforce.org\" <sfdo-mrbelvedere@salesforce.com>",
"download_url": "https://files.pythonhosted.org/packages/bf/6d/8e13daa8b9ebc5f6b24351ab0bf3a25be59bc24d68b9f7636e7ce779957d/snowfakery-4.1.0.tar.gz",
"platform": null,
"description": "[](https://coveralls.io/github/SFDO-Tooling/Snowfakery?branch=main)\n\n# Snowfakery Documentation\n\nSnowfakery 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.\n\nTo tell Snowfakery what data you want to generate, you need to write a Recipe file in YAML.\n\nSnowfakery 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.\n\n[Documentation](https://snowfakery.readthedocs.io)\n\n## Contributing\n\nTo contribute to snowfakery you will first need to setup a [virtual environment](https://docs.python.org/3/tutorial/venv.html).\nOnce you have youre virtual environment, you can install dependencies via pip:\n\n`pip install -r requirements_dev.txt`\n\nOr you can install dependencies via pip tools:\n\n```python\nmake dev-install\n```\n\nNow you're all set for contributing to Snowfakery!\n\n### Updating Dependencies\n\nPerforming dependency updates is easy. Just run `make update-deps` and commit any changes to `requirements/prod.txt` and `requirements/dev.txt`.\n",
"bugtrack_url": null,
"license": "BSD 3-Clause License",
"summary": "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.",
"version": "4.1.0",
"project_urls": {
"Bug Tracker": "https://github.com/SFDO-Tooling/Snowfakery/issues",
"Homepage": "https://github.com/SFDO-Tooling/Snowfakery"
},
"split_keywords": [
"data generation",
" fake data",
" salesforce",
" snowfakery"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "71871f9b9dc9ee25c32aff7f90187d64c727baa01ca1a8b4d1a43bb982110929",
"md5": "d39054dd8ebd6b24b15d1b30f676427d",
"sha256": "c13453ae5240bbc3d0ccf6049d3c9f1989d0c803672e88f7cff25419828c6ce0"
},
"downloads": -1,
"filename": "snowfakery-4.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d39054dd8ebd6b24b15d1b30f676427d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 100778,
"upload_time": "2025-10-09T05:51:06",
"upload_time_iso_8601": "2025-10-09T05:51:06.514969Z",
"url": "https://files.pythonhosted.org/packages/71/87/1f9b9dc9ee25c32aff7f90187d64c727baa01ca1a8b4d1a43bb982110929/snowfakery-4.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "bf6d8e13daa8b9ebc5f6b24351ab0bf3a25be59bc24d68b9f7636e7ce779957d",
"md5": "91dbb38792fbe349680b48e89da50188",
"sha256": "d589c14ab7673649023138b6ef468a51e8bc1c390db624be115d1adbfe5c1d36"
},
"downloads": -1,
"filename": "snowfakery-4.1.0.tar.gz",
"has_sig": false,
"md5_digest": "91dbb38792fbe349680b48e89da50188",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 76085,
"upload_time": "2025-10-09T05:51:05",
"upload_time_iso_8601": "2025-10-09T05:51:05.144248Z",
"url": "https://files.pythonhosted.org/packages/bf/6d/8e13daa8b9ebc5f6b24351ab0bf3a25be59bc24d68b9f7636e7ce779957d/snowfakery-4.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-09 05:51:05",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "SFDO-Tooling",
"github_project": "Snowfakery",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "snowfakery"
}