File tree Expand file tree Collapse file tree 4 files changed +29
-34
lines changed
Expand file tree Collapse file tree 4 files changed +29
-34
lines changed Original file line number Diff line number Diff line change 33.vscode /*
44.idea /*
55.github /*
6- .pytest_cache /*
6+ .pytest_cache /*
7+ dist /*
8+ python_tables.egg-info /*
Original file line number Diff line number Diff line change 1- # LuaTable
1+ # Python-Tables
22Implementing tables from Lua into Python 3.12
33
44## Usage
55
6+ ``` bash
7+ pip install python-tables
8+ ```
9+
610``` py
711from luatable import Table
812
Original file line number Diff line number Diff line change 1+ [project ]
2+ name = " python-tables"
3+ version = " 0.0.1"
4+ authors = [
5+ { name =" Cootshk" , email =" author@example.com" },
6+ ]
7+ description = " Tables from lua, in python"
8+ readme = " README.md"
9+ requires-python = " >=3.12"
10+ classifiers = [
11+ " Programming Language :: Python :: 3" ,
12+ " License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)" ,
13+ " Operating System :: OS Independent" ,
14+ " Development Status :: 4 - Beta" ,
15+
16+ ]
17+ dependencies = []
18+ [project .urls ]
19+ "Homepage" = " https://github.com/Cootshk/luatable"
20+ "Bug Tracker" = " https://github.com/Cootshk/luatable/issues"
21+
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments