wok diff python-pyst2/description.txt @ rev 25317
updated soundtouch and soundtouch-dev (2.1.2 -> 2.3.1)
author | Hans-Günter Theisgen |
---|---|
date | Thu Jul 21 07:14:01 2022 +0100 (2022-07-21) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-pyst2/description.txt Thu Jul 21 07:14:01 2022 +0100 1.3 @@ -0,0 +1,10 @@ 1.4 +Pyst2 consists of a set of interfaces and libraries to allow programming 1.5 +of Asterisk from python. 1.6 +The library currently supports AGI, AMI, and the parsing of Asterisk 1.7 +configuration files. 1.8 +The library also includes debugging facilities for AGI. 1.9 + 1.10 +This project has been forked from pyst (http://sf.net/projects/pyst/) 1.11 +because it was impossible for me to contact the project maintainer 1.12 +(after several attempts), and I'd like to bring the project up-to-date, 1.13 +fix bugs, and make it more usable overall.