{"id":34718482,"url":"https://github.com/opensourceame/pyfake","last_synced_at":"2026-05-26T11:34:07.902Z","repository":{"id":226190462,"uuid":"768009300","full_name":"opensourceame/pyfake","owner":"opensourceame","description":"A Python synthetic data generator for use in unit testing","archived":false,"fork":false,"pushed_at":"2024-03-07T10:11:28.000Z","size":27,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-26T12:45:16.294Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/opensourceame.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2024-03-06T09:56:44.000Z","updated_at":"2024-03-07T09:22:44.000Z","dependencies_parsed_at":"2024-03-06T11:13:21.742Z","dependency_job_id":null,"html_url":"https://github.com/opensourceame/pyfake","commit_stats":null,"previous_names":["opensourceame/pyfake"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/opensourceame/pyfake","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensourceame%2Fpyfake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensourceame%2Fpyfake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensourceame%2Fpyfake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensourceame%2Fpyfake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opensourceame","download_url":"https://codeload.github.com/opensourceame/pyfake/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensourceame%2Fpyfake/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33518932,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T03:12:49.672Z","status":"ssl_error","status_checked_at":"2026-05-26T03:12:47.976Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-12-25T01:26:17.319Z","updated_at":"2026-05-26T11:34:07.896Z","avatar_url":"https://github.com/opensourceame.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PyFake\n\nPyfake is a synthetic data generator for use in Unit testing or\nother places where you need to use fake data for some purpose.\n\n## Usage\n\n```python\nfrom pyfake import Person\n\nperson = Person()\n\nprint(person.name)        # Joe Bloggs\nprint(person.email)       # joe.bloggs@example.com\n\nfrom pyfake import TcpIp\n\nprint(TcpIp().ipv6)       # ca39:a408:5736:769:a0b5:c5a5:393e:d2b\n```\n\n## Object generator list\n\n* Adjective\n* Book\n* Company\n* Country\n* Person\n* Sports\n* TCP/IP (ip addresses, port ranges etc)\n\n_more generators are being added, check back for more details or request a generator via GH issues_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopensourceame%2Fpyfake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopensourceame%2Fpyfake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopensourceame%2Fpyfake/lists"}