Metadata-Version: 2.1
Name: pylivemaker
Version: 1.1.2
Summary: Python package for manipulating LiveMaker game resources.
Author: tinfoil
Author-email: Peter Rowlands <peter@pmrowla.com>
License: GNU General Public License v3 or later (GPLv3+)
Project-URL: documentation, https://pylivemaker.readthedocs.io/en/latest/
Project-URL: repository, https://github.com/pmrowla/pylivemaker
Project-URL: changelog, https://github.com/pmrowla/pylivemaker/blob/master/HISTORY.rst
Keywords: LiveMaker
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: COPYING
License-File: AUTHORS.rst
Requires-Dist: Click >=8.1
Requires-Dist: construct <2.11,>=2.10
Requires-Dist: funcy >=1.4
Requires-Dist: loguru >=0.4.1
Requires-Dist: lxml >=4.3
Requires-Dist: networkx >=2.4
Requires-Dist: numpy >=1.16
Requires-Dist: Pillow >=7.1.2
Requires-Dist: pydot >=1.4.1
Provides-Extra: docs
Requires-Dist: Sphinx >=6 ; extra == 'docs'
Provides-Extra: test
Requires-Dist: coverage >=7 ; extra == 'test'
Requires-Dist: pytest >=5 ; extra == 'test'
Requires-Dist: pytest-datadir >=1.3.1 ; extra == 'test'
Requires-Dist: pytest-cov >=4.0.0 ; extra == 'test'

===========
pylivemaker
===========


.. image:: https://img.shields.io/pypi/v/pylivemaker.svg
        :target: https://pypi.python.org/pypi/pylivemaker

.. image:: https://github.com/pmrowla/pylivemaker/actions/workflows/tests.yml/badge.svg?branch=master
        :target: https://github.com/pmrowla/pylivemaker/actions/workflows/tests.yml

.. image:: https://readthedocs.org/projects/pylivemaker/badge/?version=latest
        :target: https://pylivemaker.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




Python package for manipulating LiveMaker 3 game resources.
Specifically intended to work with LiveNovel VN's, but extraction
should also work for other LiveMaker games.

Based on tinfoil's irl_.

Requires Python 3 (3.8 and later).


* Free software: GNU General Public License v3
* Documentation: https://pylivemaker.readthedocs.io.

.. _irl: https://bitbucket.org/tinfoil/irl


Features
--------

* Extract files from a LiveMaker .exe or .dat file.
* Dump LSB files to human-readable text or XML (similar to LiveMaker's XML .lsc format).
* Extract LiveNovel LNS scripts from LSB files.
* Compile (modified) LNS scripts and insert them into LSB files.
* Patch (modified) LSB files into an existing .exe or .dat file.

License
-------

pylivemaker / irl
^^^^^^^^^^^^^^^^^

Copyright (C) 2020 Peter Rowlands

Copyright (C) 2014 tinfoil

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU 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 General Public License for more details.

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

Python
^^^^^^

Copyright (c) 2001-2019 Python Software Foundation. All rights reserved.

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
