Metadata-Version: 2.0
Name: fwipy
Version: 0.1.2
Summary: Fwipy - Python Wrapper for Content Player Socket Operations
Home-page: https://github.com/fourwindsinteractive/fwipy
Author: Erin O'Connell
Author-email: erin.oconnell@fourwindsinteractive.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.6.0
Requires-Dist: requests


fwipy - Python Wrapper for Content Player Socket Operations
===========================================================
.. image:: https://img.shields.io/pypi/v/fwipy.svg?maxAge=2592000
    :target: https://pypi.python.org/pypi/fwipy/
.. image:: https://img.shields.io/pypi/l/fwipy.svg?maxAge=2592000
    :target: https://opensource.org/licenses/Apache-2.0

Examples
--------
.. code-block:: python

    >>> from fwipy import Player

    >>> player = Player(host='127.0.0.1',
                port=10561,
                username='admin',
                password='fourwinds')

    >>> player.set_variable('foo', 'bar')




