{"id":15826205,"url":"https://github.com/chaoyingz/ghs","last_synced_at":"2026-05-10T07:48:07.823Z","repository":{"id":160977406,"uuid":"634145707","full_name":"Chaoyingz/ghs","owner":"Chaoyingz","description":"Storage csv file in github repository.","archived":false,"fork":false,"pushed_at":"2023-05-07T15:30:28.000Z","size":62,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-25T21:38:30.120Z","etag":null,"topics":["csv","github","pandas","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Chaoyingz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-29T07:29:46.000Z","updated_at":"2023-05-05T01:24:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"4dc57f4e-e92b-453c-995d-24f5799643eb","html_url":"https://github.com/Chaoyingz/ghs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Chaoyingz/ghs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chaoyingz%2Fghs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chaoyingz%2Fghs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chaoyingz%2Fghs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chaoyingz%2Fghs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Chaoyingz","download_url":"https://codeload.github.com/Chaoyingz/ghs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chaoyingz%2Fghs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279828567,"owners_count":26232963,"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-10-19T02:00:07.647Z","response_time":64,"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":["csv","github","pandas","python"],"created_at":"2024-10-05T09:43:44.710Z","updated_at":"2025-10-19T14:11:07.004Z","avatar_url":"https://github.com/Chaoyingz.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GHS\n\nStorage csv file in github repository.\n\n## Installation\n\n```bash\npip install pyghs\n```\n\n## Usage\n\n```python\nfrom ghs import GHS\nimport pandas as pd\n\ndf = pd.DataFrame({\"a\": [1, 2, 3], \"b\": [4, 5, 6]})\n\n# Create a GHS instance\nghs = GHS(\"YOUR_GITHUB_REPOSITORY\", \"YOUR_GITHUB_TOKEN\")\n# Create a csv file in github repository\nghs.create(\"test.csv\", df)\n\n# Get a csv file from github repository\ndf = ghs.get(\"test.csv\")\nprint(df)\n```\n\nThis prints:\n\n```bash\n   a  b\n0  1  4\n1  2  5\n2  3  6\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchaoyingz%2Fghs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchaoyingz%2Fghs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchaoyingz%2Fghs/lists"}