Metadata-Version: 2.1
Name: mset
Version: 4.5.4
Summary: A client to interface with a running instance of Marmoset Toolbag.
Home-page: https://marmoset.co
Download-URL: https://marmoset.co/toolbag/
Author: Marmoset LLC
Author-email: support@marmoset.co
License: MIT
Keywords: mset,marmoset,toolbag,hexels
Platform: ANY
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development :: Documentation
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6

``mset`` is a *no-op* version of the runtime python library included in Marmoset Toolbag. Use this package for better autocomplete support when writing plugins for Marmoset Toolbag.

Installation
------------

``mset`` is on ``PyPI`` and can be installed though pip:

.. code:: bash

    pip install mset --user

Documentation
-------------

Documentation for ``mset`` can be found on on our website:

-  `Marmoset Toolbag API Reference <https://www.marmoset.co/python/reference.html>`__
-  `Python Scripting for Toolbag <https://www.marmoset.co/posts/python-scripting-toolbag/>`__
