snowfakery


Namesnowfakery JSON
Version 4.0.0 PyPI version JSON
download
home_pageNone
SummarySnowfakery 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_time2024-11-13 19:09:18
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseBSD 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.
            [![Coverage Status](https://coveralls.io/repos/github/SFDO-Tooling/Snowfakery/badge.svg?branch=main)](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/69/94/51848ad67a409e2b8d37e10277e4ee43b8c982a47fd6e9bb114f427374b0/snowfakery-4.0.0.tar.gz",
    "platform": null,
    "description": "[![Coverage Status](https://coveralls.io/repos/github/SFDO-Tooling/Snowfakery/badge.svg?branch=main)](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.0.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": "00dd6da304a468b69f036c2185a116cf4840e36b510e65c22bebb07abeec78fd",
                "md5": "af92da11b1fecb39ca8243f02e99c99e",
                "sha256": "38ed1faec5839d45454a2ecf0a64ec4cb352662e84694b204866a0e9dedc1a52"
            },
            "downloads": -1,
            "filename": "snowfakery-4.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "af92da11b1fecb39ca8243f02e99c99e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 100733,
            "upload_time": "2024-11-13T19:09:16",
            "upload_time_iso_8601": "2024-11-13T19:09:16.093044Z",
            "url": "https://files.pythonhosted.org/packages/00/dd/6da304a468b69f036c2185a116cf4840e36b510e65c22bebb07abeec78fd/snowfakery-4.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "699451848ad67a409e2b8d37e10277e4ee43b8c982a47fd6e9bb114f427374b0",
                "md5": "e02ae68a1adb67396c45018c561f8721",
                "sha256": "95b4a5add5b7e8483fcbf567e3b83ec7418031ce8a00fdc8542c906ec5392d91"
            },
            "downloads": -1,
            "filename": "snowfakery-4.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e02ae68a1adb67396c45018c561f8721",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 76039,
            "upload_time": "2024-11-13T19:09:18",
            "upload_time_iso_8601": "2024-11-13T19:09:18.071035Z",
            "url": "https://files.pythonhosted.org/packages/69/94/51848ad67a409e2b8d37e10277e4ee43b8c982a47fd6e9bb114f427374b0/snowfakery-4.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-13 19:09:18",
    "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"
}
        
Elapsed time: 3.54428s