{"id":19955631,"url":"https://github.com/liwyd/pycsv","last_synced_at":"2026-05-10T13:49:09.335Z","repository":{"id":191865066,"uuid":"685564904","full_name":"Liwyd/pycsv","owner":"Liwyd","description":"use it for small shops or bots to store data in database easily! -- using .csv file format.","archived":false,"fork":false,"pushed_at":"2023-08-31T14:14:44.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-12T06:48:57.863Z","etag":null,"topics":["csv","database","database-management","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/Liwyd.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-08-31T14:10:50.000Z","updated_at":"2025-01-09T08:05:51.000Z","dependencies_parsed_at":"2023-09-07T12:45:40.692Z","dependency_job_id":null,"html_url":"https://github.com/Liwyd/pycsv","commit_stats":null,"previous_names":["liwyd/csv-database-manager"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Liwyd%2Fpycsv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Liwyd%2Fpycsv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Liwyd%2Fpycsv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Liwyd%2Fpycsv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Liwyd","download_url":"https://codeload.github.com/Liwyd/pycsv/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241389052,"owners_count":19955105,"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":["csv","database","database-management","python"],"created_at":"2024-11-13T01:28:08.906Z","updated_at":"2026-05-10T13:49:04.301Z","avatar_url":"https://github.com/Liwyd.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CSV db Manager\n## How To Install\n```\ngit clone https://github.com/Liwyd/pycsv.git\n```\n\n## How To Use\n- Import dManager in your .py file\n```python\nfrom dManager import Managedb\n\nuser1 = Managedb('123456789', 'users.csv')\nuser1.ADD_user()\nuser1.READ_info(2)\nuser1.CHANGE_info(2,1000)\nuser1.ADD_info(2, 500)\n```\n\n- Result in 'users.csv':\n```\n123456789,0,1500,0,0,2,1,3\n```\n\n- you can change the defult values of each new user at line 35\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliwyd%2Fpycsv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliwyd%2Fpycsv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliwyd%2Fpycsv/lists"}