File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 11# python-ESL
2+ [ ![ version] ( https://img.shields.io/pypi/v/python-ESL.svg )] ( https://pypi.python.org/pypi/python-ESL/1.4.18 )
3+ ![ downloads] ( https://img.shields.io/pypi/d/python-ESL.svg )
24
35This is FreeSWITCH's [ Python ESL SWIG wrapper] ( https://freeswitch.org/confluence/display/FREESWITCH/Python+ESL )
46pulled directly out of tree on version ` 1.4.18 ` with no modifications.
@@ -9,3 +11,16 @@ easy to install with pip:
911 pip install python-ESL
1012
1113It should work on both python 2 and 3.
14+
15+ ## Alternative Projects
16+ This packaging is duplicate of a couple of other projects, namely,
17+ - [ freeswitch-esl-python] ( https://github.com/gurteshwar/freeswitch-esl-python )
18+ - And a later [ rework by victor-torres] ( https://github.com/victor-torres/freeswitch-esl-python )
19+
20+ The first is not hosted on ` pypi ` and requires git while the second [ is] ( https://pypi.python.org/pypi/FreeSWITCH-ESL-Python/1.2 )
21+ but does not leverage the built in SWIG support of ` distutils ` nor
22+ does it document the version of FreeSWITCH from which it was derived.
23+ In our opinion neither is well suited for long term maintenance.
24+
25+ If you seek a ** pure Python** alternative checkout
26+ [ greenswitch] ( https://github.com/EvoluxBR/greenswitch ) .
You can’t perform that action at this time.
0 commit comments