mirror of
https://github.com/nikdoof/python-ts3.git
synced 2026-02-01 02:28:15 +00:00
Change README to Markdown.
This commit is contained in:
@@ -1,24 +1,35 @@
|
|||||||
----------
|
|
||||||
python-ts3
|
python-ts3
|
||||||
----------
|
==========
|
||||||
|
|
||||||
python-ts3 is a abstraction library around the Teamspeak 3 ServerQuery API. It
|
python-ts3 is a abstraction library around the Teamspeak 3 ServerQuery API. It
|
||||||
allows native access to the ServerQuery API with most of the formatting
|
allows native access to the ServerQuery API with most of the formatting
|
||||||
headaches avoided.
|
headaches avoided.
|
||||||
|
|
||||||
|
[](https://travis-ci.org/nikdoof/python-ts3)
|
||||||
|
|
||||||
|
Python Support
|
||||||
|
--------------
|
||||||
|
|
||||||
|
At the moment python-ts3 supports Python 2.6 and Python 2.7.
|
||||||
|
|
||||||
|
Python 3 support is on the todo list.
|
||||||
|
|
||||||
|
|
||||||
Install
|
Install
|
||||||
========
|
-------
|
||||||
|
|
||||||
Download the most recent sourcecode and install it::
|
Download the most recent sourcecode and install it::
|
||||||
|
|
||||||
git clone git://github.com/nikdoof/python-ts3.git
|
git clone git://github.com/nikdoof/python-ts3.git
|
||||||
cd python-ts3
|
cd python-ts3
|
||||||
python setup.py install # sudo this
|
python setup.py install
|
||||||
|
|
||||||
|
A stable version of python-ts3 is available on PyPi. Active development is done in the `develop` branch with release version merged into `master`
|
||||||
|
|
||||||
|
|
||||||
Example
|
Example Usage
|
||||||
========
|
-------------
|
||||||
|
|
||||||
Example showing how to create a channel and sub-channel for it using python-ts3 library::
|
Example showing how to create a channel and sub-channel for it using python-ts3 library::
|
||||||
|
|
||||||
Reference in New Issue
Block a user