{"id":25939266,"url":"https://github.com/cootshk/Python-Tables","last_synced_at":"2025-03-04T04:16:11.839Z","repository":{"id":204818396,"uuid":"712734758","full_name":"cootshk/Python-Tables","owner":"cootshk","description":"Tables from lua, in python","archived":false,"fork":false,"pushed_at":"2023-11-02T18:50:28.000Z","size":64,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-27T17:14:03.911Z","etag":null,"topics":["pypi","python","python-3","python-3-12","python3","python3-12","python312"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/python-tables/","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/cootshk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-11-01T04:31:02.000Z","updated_at":"2023-11-02T04:28:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"c7c9d8ba-038f-4101-afa3-6eeaa39131d5","html_url":"https://github.com/cootshk/Python-Tables","commit_stats":null,"previous_names":["cootshk/luatable","cootshk/python-tables"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cootshk%2FPython-Tables","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cootshk%2FPython-Tables/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cootshk%2FPython-Tables/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cootshk%2FPython-Tables/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cootshk","download_url":"https://codeload.github.com/cootshk/Python-Tables/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241780495,"owners_count":20019061,"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":["pypi","python","python-3","python-3-12","python3","python3-12","python312"],"created_at":"2025-03-04T04:16:11.005Z","updated_at":"2025-03-04T04:16:11.834Z","avatar_url":"https://github.com/cootshk.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python-Tables\nImplementing tables from Lua into Python 3.12\n\n## Usage\n\n```bash\npip install -U python-tables\n```\n\n```py\nfrom tables import Table\n\ntbl = Table()\nprint(tbl) # \u003c\u003e\ntbl.append(1)\ntbl[\"foo\"] = \"bar\"\nprint(tbl) # \u003c1, foo: 'bar'\u003e\n\nprint(repr(tbl)) # Table([1]; {\"foo\": \"bar\"})\ntbl += [2,3,4]\nprint(tbl) # \u003c1, 2, 3, 4, foo: 'bar'\u003e\nprint(tbl == Table(1,2,3,4,foo=\"bar\"))\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcootshk%2FPython-Tables","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcootshk%2FPython-Tables","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcootshk%2FPython-Tables/lists"}