Metadata-Version: 2.1
Name: renutil
Version: 0.2.2
Summary: A toolkit for managing Ren'Py instances via the command line.
Home-page: https://github.com/kobaltcore/renutil
Author: cobaltcore
Author-email: cobaltcore@yandex.com
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/kobaltcore/renutil/issues
Project-URL: Source, https://github.com/kobaltcore/renutil
Keywords: build renpy visual-novel packaging deployment toolkit
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: lxml
Requires-Dist: semantic-version
Requires-Dist: jsonpickle
Requires-Dist: tqdm

# renUtil
A toolkit for managing Ren'Py instances via the command line.

renUtil can install, update, launch and remove instances of Ren'Py. The instances are completely independent from each other. It automatically sets up and configures RAPT so new instances are instantly ready to deploy for many different platforms.

## Usage
```
usage: renutil [-h] {list,install,uninstall,remove,launch} ...

A toolkit for managing Ren'Py instances via the command line.

positional arguments:
  {list,install,uninstall,remove,launch}
    list                List Ren'Py versions.
    install             Install a version of Ren'Py.
    uninstall (remove)  Uninstall an installed version of Ren'Py.
    launch              Launch an installed version of Ren'Py.

optional arguments:
  -h, --help            show this help message and exit
```


