{"id":16452571,"url":"https://github.com/agent-hellboy/datatable-faker","last_synced_at":"2025-08-11T00:12:17.462Z","repository":{"id":154865717,"uuid":"632454055","full_name":"Agent-Hellboy/datatable-faker","owner":"Agent-Hellboy","description":"Library to generate fake datatable for unittest","archived":false,"fork":false,"pushed_at":"2023-08-01T05:07:31.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-05T14:18:47.413Z","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/Agent-Hellboy.png","metadata":{"files":{"readme":"README.rst","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,"publiccode":null,"codemeta":null}},"created_at":"2023-04-25T12:47:24.000Z","updated_at":"2023-04-25T12:52:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"db99b757-cd0a-4ce5-8941-7fd7b179e8af","html_url":"https://github.com/Agent-Hellboy/datatable-faker","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/Agent-Hellboy/datatable-faker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Agent-Hellboy%2Fdatatable-faker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Agent-Hellboy%2Fdatatable-faker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Agent-Hellboy%2Fdatatable-faker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Agent-Hellboy%2Fdatatable-faker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Agent-Hellboy","download_url":"https://codeload.github.com/Agent-Hellboy/datatable-faker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Agent-Hellboy%2Fdatatable-faker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269809705,"owners_count":24478598,"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","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2024-10-11T10:13:10.838Z","updated_at":"2025-08-11T00:12:17.436Z","avatar_url":"https://github.com/Agent-Hellboy.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"datatable-faker\n================\n\nLibrary to generate fake datatable for unittest\n\n.. image:: https://img.shields.io/pypi/v/datatable-faker\n   :target: https://pypi.python.org/pypi/datatable-faker/\n\n.. image:: https://github.com/Agent-Hellboy/datatable-faker/actions/workflows/python-publish.yml/badge.svg\n    :target: https://github.com/Agent-Hellboy/datatable-faker/\n\n.. image:: https://img.shields.io/pypi/pyversions/datatable-faker.svg\n   :target: https://pypi.python.org/pypi/datatable-faker/\n\n.. image:: https://img.shields.io/pypi/l/datatable-faker.svg\n   :target: https://pypi.python.org/pypi/datatable-faker/\n\n.. image:: https://pepy.tech/badge/datatable-faker\n   :target: https://pepy.tech/project/datatable-faker\n\n.. image:: https://img.shields.io/pypi/format/datatable-faker.svg\n   :target: https://pypi.python.org/pypi/datatable-faker/\n\n\nInstallation\n============\n\n::\n\n   for stable version\n      - pip install datatable-faker\n\n   for developement\n      - git clone https://github.com/Agent-Hellboy/datatable-faker\n      - cd datatable-faker\n      - python -m venv .venv\n      - source .venv/bin/activate\n      \n\nExample\n=======\n\n.. code:: py\n\n    from dataclasses import dataclass\n\n    @dataclass()\n    class Heartbeat:\n        serialNumber: str\n        cbsdId: str\n        grantId: str\n        grantState: str\n        carrier: int\n        maxEirp: int\n\n    from datatable_faker import generate_fake_data\n\n    fake_data = generate_fake_data(Heartbeat)\n    print(fake_data)\n    \n    Heartbeat(serialNumber='economic', cbsdId='pull', grantId='save', grantState='same', carrier=729, maxEirp=1792)\n\nContributing\n============\n\nPull requests are welcome. For major changes, please open an issue first\nto discuss what you would like to change.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagent-hellboy%2Fdatatable-faker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagent-hellboy%2Fdatatable-faker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagent-hellboy%2Fdatatable-faker/lists"}