Metadata-Version: 2.1
Name: lua_table
Version: 0.4.0
Summary: Parser of the serialized Lua tables
Author: Matěj Cepl
Author-email: mcepl@cepl.eu
Project-URL: source, https://git.cepl.eu/cgit/toys/lua_table/
Project-URL: report, https://lists.sr.ht/~mcepl/devel
Keywords: Lua
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: COPYING
Requires-Dist: rply

Parser of the Serialized Lua tables as used for example by
[Prosody](http://prosody.im/) to store its data.

----

This program is free software: you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation, either
version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.

You should have received a copy of the GNU Library General
Public License along with this program. If not, see
<https://www.gnu.org/licenses/>.

All issues, questions, complaints, or (even better!) patches
should be send via email to
[~mcepl/devel@lists.sr.ht](mailto:~mcepl/devel@lists.sr.ht) email
list (for patches use [git
send-email](https://git-send-email.io/)).
