{"id":26943552,"url":"https://github.com/MarketSquare/robotframework-faker","last_synced_at":"2025-04-02T17:15:49.896Z","repository":{"id":14389835,"uuid":"17100235","full_name":"MarketSquare/robotframework-faker","owner":"MarketSquare","description":"Robot Framework keyword library wrapper for faker","archived":false,"fork":false,"pushed_at":"2024-01-21T02:43:05.000Z","size":200,"stargazers_count":66,"open_issues_count":20,"forks_count":22,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-29T00:31:26.950Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MarketSquare.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2014-02-23T02:49:38.000Z","updated_at":"2025-03-11T03:19:05.000Z","dependencies_parsed_at":"2024-02-16T02:20:27.375Z","dependency_job_id":"8792a2d8-ea46-460b-9781-3eb1a09e61a6","html_url":"https://github.com/MarketSquare/robotframework-faker","commit_stats":{"total_commits":157,"total_committers":10,"mean_commits":15.7,"dds":0.4840764331210191,"last_synced_commit":"0ca192c71a136c8c69309ed41accc6822441a451"},"previous_names":["marketsquare/robotframework-faker","guykisel/robotframework-faker"],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarketSquare%2Frobotframework-faker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarketSquare%2Frobotframework-faker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarketSquare%2Frobotframework-faker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarketSquare%2Frobotframework-faker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MarketSquare","download_url":"https://codeload.github.com/MarketSquare/robotframework-faker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246856687,"owners_count":20844974,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-02T17:15:48.991Z","updated_at":"2025-04-02T17:15:49.887Z","avatar_url":"https://github.com/MarketSquare.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"robotframework-faker\n====================\n\n.. image:: https://travis-ci.org/marketsquare/robotframework-faker.svg?branch=master\n    :target: https://pypi.python.org/pypi/robotframework-faker\n.. image:: https://img.shields.io/pypi/v/robotframework-faker.svg\n    :target: https://pypi.python.org/pypi/robotframework-faker\n.. image:: https://img.shields.io/pypi/dm/robotframework-faker.svg\n    :target: https://pypi.python.org/pypi/robotframework-faker\n.. image:: https://img.shields.io/pypi/l/robotframework-faker.svg\n    :target: https://pypi.python.org/pypi/robotframework-faker\n\nRobot Framework keyword library wrapper for\n`Faker \u003chttps://github.com/joke2k/faker\u003e`__.\n\nThis module allows easy use of Faker's random test data generation in\nRobot Framework. I hate using static test data, because inevitably the\nsystem under test evolves to pass the tests without necessarily solving\nthe root cause of bugs.\n\nAny docstrings Faker provides are passed through to Robot Framework, so\nthey're available in RIDE and in keyword documentation generated via\nlibdoc.\n\nFor more information on Robot Framework please visit `the Robot\nFramework homepage! \u003chttp://robotframework.org/\u003e`__\n\nInstallation\n------------\n\n``pip install robotframework-faker``\n\nUsage\n-----\n\n`FakerLibrary keyword\ndocumentation \u003chttps://marketsquare.github.io/robotframework-faker/\u003e`__\n\n.. code:: robotframework\n\n    *** Settings ***\n    Library    FakerLibrary\n\n    *** Test Cases ***\n    FakerLibrary Words Generation\n        ${words}=    FakerLibrary.Words\n        Log    words: ${words}\n        ${words}=    FakerLibrary.Words    nb=${10}\n        Log    words: ${words}\n\nYou can also specify seeds and providers:\n\n.. code:: robotframework\n\n    *** Settings ***\n    Library    FakerLibrary    locale=de_DE    seed=124\n\nSee `FakerLibrary's tests \u003chttps://github.com/marketsquare/robotframework-faker/tree/master/tests/\u003e`__ for more usage examples.\n\nContribute\n----------\n\nIf you like this module, please contribute! I welcome patches,\ndocumentation, issues, ideas, and so on.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMarketSquare%2Frobotframework-faker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMarketSquare%2Frobotframework-faker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMarketSquare%2Frobotframework-faker/lists"}