Metadata-Version: 1.0
Name: TS3Py
Version: 0.3.3
Summary: A Python Teamspeak3-Query Library
Home-page: https://github.com/Thor77/TS3py
Author: Thor77
Author-email: thor77@thor77.org
License: UNKNOWN
Description: 
            .. image:: https://travis-ci.org/Thor77/TS3Py.svg?branch=master
                :target: https://travis-ci.org/Thor77/TS3Py
        
            .. image:: https://readthedocs.org/projects/ts3py/badge/?version=latest
                :target: http://ts3py.readthedocs.org/en/latest/?badge=latest
        
            .. code-block:: python
        
                from ts3py import TS3Query
                c = TS3Query('ts.example.com')
                c.login('serveradmin', 'password')
                c.use(1)
                channellist = c.channellist()
                for channel_id in channellist:
                    print(channel_id, channellist[channel_id], sep='|')
                c.disconnect()
            
Keywords: ts3 pyts3 ts3py teamspeak teamspeak3
Platform: UNKNOWN
