{"id":32778829,"url":"https://github.com/vin-cento/fakesnake","last_synced_at":"2025-11-04T15:02:38.111Z","repository":{"id":200904572,"uuid":"703597568","full_name":"Vin-Cento/fakesnake","owner":"Vin-Cento","description":"Do you need to quickly generate a 🎲random dataset to work with? This is the 🔨tool for you! You can generate a quick list of random or quickly populate a 🏬database.","archived":false,"fork":false,"pushed_at":"2024-03-27T15:30:20.000Z","size":5078,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"development","last_synced_at":"2025-09-25T10:05:38.230Z","etag":null,"topics":["data","database","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Vin-Cento.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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-10-11T14:38:14.000Z","updated_at":"2025-09-10T17:54:37.000Z","dependencies_parsed_at":"2023-10-23T00:24:13.208Z","dependency_job_id":"de227e86-0869-4e72-bfae-2ca8aa4f13c0","html_url":"https://github.com/Vin-Cento/fakesnake","commit_stats":null,"previous_names":["vin-cento/fakesnake"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Vin-Cento/fakesnake","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vin-Cento%2Ffakesnake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vin-Cento%2Ffakesnake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vin-Cento%2Ffakesnake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vin-Cento%2Ffakesnake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vin-Cento","download_url":"https://codeload.github.com/Vin-Cento/fakesnake/tar.gz/refs/heads/development","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vin-Cento%2Ffakesnake/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":282658688,"owners_count":26705665,"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-11-04T02:00:05.887Z","response_time":62,"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":["data","database","python"],"created_at":"2025-11-04T15:01:33.459Z","updated_at":"2025-11-04T15:02:38.105Z","avatar_url":"https://github.com/Vin-Cento.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![FakeSnake_Logo](https://raw.githubusercontent.com/Vin-Cento/fakesnake/master/assets/banner.png)\n\n## Usages\n\n```bash\nfakes --help\n```\n\n    Usage: fakes [OPTIONS] COMMAND [ARGS]...\n\n    Options:\n      --help  Show this message and exit.\n\n    Commands:\n      db   subcommand for database interaction\n      gen  subcommand for generating data\n\n### Generate Fake Data\n\n![generate demo](https://raw.githubusercontent.com/Vin-Cento/fakesnake/development/assets/fakesnake_gen_demo.gif)\n\n```bash\nfakes gen --help\n```\n\n    Usage: fakes gen [OPTIONS] COMMAND [ARGS]...\n\n      subcommand for generating data\n\n    Options:\n      --help  Show this message and exit.\n\n    Commands:\n      address   generate a list of address\n      email     generate a list of email\n      geojson   generate a list of geojson\n      name      generate a list of name\n      number    generate a list of number\n      password  generate a list of password\n      shape     generate a list of shape\n      text      generate a list of text\n\n### Insert Fake Data to Database\n\n##### (\\*postgres only... other databases coming soon)\n\n![insert demo](https://raw.githubusercontent.com/Vin-Cento/fakesnake/development/assets/fakesnake_db_demo.gif)\n\n```bash\nfakes db --help\n```\n\n    Usage: fakes db [OPTIONS] COMMAND [ARGS]...\n\n      subcommand for database interaction\n\n    Options:\n      --help  Show this message and exit.\n\n    Commands:\n      config    show the database config\n      describe  describe the current database\n      exec      execute a sql command\n      insert    insert random data into table\n      table     show all columns the table\n      tables    show all tables the database\n\n## Install\n\n```bash\npip install fakesnake\n```\n\n## Postgres\n\nNeed to have the psycopg2-binary to connect to POSTGRES server. To install it, you need install postgres-client and postgres-dev.\n\n```bash\n# alpine\napk add postgres-client postgres-dev\n\n# ubuntu\napt install postgres-client postgres-dev\n```\n\n```bash\npip install psycopg2-binary\n```\n\n## FAQ\n\n1.  Q: Where to report problems?\n\n    A: Open up an [issue](https://github.com/Vin-Cento/fakesnake/issues/new)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvin-cento%2Ffakesnake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvin-cento%2Ffakesnake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvin-cento%2Ffakesnake/lists"}