{ "info": { "author": "Christoph Heer", "author_email": "Christoph.Heer@googlemail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Communications", "Topic :: Terminals :: Telnet" ], "description": "PyTS3\n-----\n\nPyTS3 is a python module with classes to interact with the Teamspeak 3 Query \nInterface.\n\nIt is very easy to use\n```````````````````````\n\nFor example to get a list of all virtualservers at the host server.\n::\n\n\timport PyTS3\n\tserver = PyTS3.ServerQuery('thelabmill.de', 10011)\n\tserver.connect()\n\tserverlist = server.command('serverlist')\n\tfor server in serverlist:\n\t print server[\"virtualserver_name\"]\n\t\nEasy to install\n```````````````\n\n::\n\n\t$ easy_install PyTS3\n\t$ python virualservers.py\n\nLinks\n`````\n\n* `source repository `_\n* `documentation `_", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://bitbucket.org/ChristophHeer/pyts3/", "keywords": null, "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "PyTS3", "package_url": "https://pypi.org/project/PyTS3/", "platform": "any", "project_url": "https://pypi.org/project/PyTS3/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://bitbucket.org/ChristophHeer/pyts3/" }, "release_url": "https://pypi.org/project/PyTS3/0.3/", "requires_dist": null, "requires_python": null, "summary": "A python modul to use the Teamspeak Query Interface.", "version": "0.3" }, "last_serial": 785381, "releases": { "0.3": [ { "comment_text": "", "digests": { "md5": "25218572448f48ef0939982637655c55", "sha256": "2395051ed989fdb8ebcbc3e5def17f9d473ebb50aad16433f777aa78c69448f3" }, "downloads": -1, "filename": "PyTS3-0.3.tar.gz", "has_sig": false, "md5_digest": "25218572448f48ef0939982637655c55", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3217, "upload_time": "2010-07-16T23:22:36", "url": "https://files.pythonhosted.org/packages/73/8d/2c60d83bd9f8d0bf13942fbb309ec7166233a1214bcc2a8360c014224b13/PyTS3-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "25218572448f48ef0939982637655c55", "sha256": "2395051ed989fdb8ebcbc3e5def17f9d473ebb50aad16433f777aa78c69448f3" }, "downloads": -1, "filename": "PyTS3-0.3.tar.gz", "has_sig": false, "md5_digest": "25218572448f48ef0939982637655c55", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3217, "upload_time": "2010-07-16T23:22:36", "url": "https://files.pythonhosted.org/packages/73/8d/2c60d83bd9f8d0bf13942fbb309ec7166233a1214bcc2a8360c014224b13/PyTS3-0.3.tar.gz" } ] }