Metadata-Version: 2.1
Name: webgme-bindings
Version: 1.0.2
Summary: Package containing webgme-bindings through zeromq
Home-page: https://github.com/webgme/bindings
Author: Patrik Meijer
Author-email: webgme@vanderbilt.edu
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
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.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
Requires-Dist: pyzmq

## Python Bindings to WebGME

This is the python package needed to use the webgme-apis in python.

The python api is confirmed to work both with both `2.7.x` and `3.x`. The only third part dependency is
[pyzmq](https://github.com/zeromq/pyzmq) which should work [down to 2.5](https://pyzmq.readthedocs.io/en/latest/pyversions.html).

Note that in the Python API strings are documented as `str` even though in python `2.7` they technically are `unicode`.
(PyZMQ has an explanation of the differences for the interested one [over here](https://pyzmq.readthedocs.io/en/latest/unicode.html).)

[Click here for documentation on how to use bindings in webgme!](https://github.com/webgme/bindings)

