Metadata-Version: 2.1
Name: tabletop-tools
Version: 0.5.0
Summary: Tools for interacting with Tabletop Simulator mods.
Home-page: UNKNOWN
License: UNKNOWN
Author: Tom Prince
Author-email: tom.prince@hocat.ca
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Requires-Dist: attrs
Requires-Dist: bson
Requires-Dist: requests
Project-URL: Repository, https://github.com/tomprince/tabletop-tools

Tabletop Simulator Mod Tools
----------------------------

This is a collection of tools for working Tabletop Simulatator mods.

To build a mod::

    $ tts repack

This will put the module at ``build/savegame.json``. You can also pass a path for where to build the module.

To unpack a module::

    $ tts unpack <...path/to/savegame.json...>

to unpack a savegame.

