Skip to content

Commit 12625d0

Browse files
author
Tyler Goodlet
committed
Add pypi badges and alt projects preamble
1 parent cbf5265 commit 12625d0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
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

35
This is FreeSWITCH's [Python ESL SWIG wrapper](https://freeswitch.org/confluence/display/FREESWITCH/Python+ESL)
46
pulled 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

1113
It 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).

0 commit comments

Comments
 (0)