Metadata-Version: 2.1
Name: redfs
Version: 0.0.2.dev1
Summary: Pure Python3 with Gevent implement the FreeSWITCH Event Socket Protocol Client
Home-page: https://github.com/hnimminh/redsw
Author: Minh Minh
Author-email: hnimminh@outlook.com
License: MIT
Description: <p align="center">
          <img width="128" src="https://user-images.githubusercontent.com/58973699/125749787-cc7844b2-aea4-4c98-8efd-c413f6aec317.png">  
        </p>
        
        <p align="center">
          <a href="LICENSE.md" target="_blank">
            <img src="https://badgen.net/badge/license/MIT/blue" alt="">
          </a>
          <a href="https://github.com/hnimminh/redfs/releases" target="_blank">
            <img src="https://badgen.net/github/tag/hnimminh/redfs" alt="">
          </a>
          <a href="https://pypi.org/project/redfs" target="_blank">
            <img src="https://img.shields.io/pypi/pyversions/redfs" alt="">
          </a>
          <a href="https://pypi.org/project/redfs" target="_blank">
            <img src="https://img.shields.io/badge/download- xyz- red" alt="">
          </a>
        </p>
        
        <p align="center">
          <br>
          <strong>RedFS - FreeSWITCH Event Socket </strong>
          <br>
          <code>FreeSWITCH Event Socket Protocol Client Library by Python3:Gevent</code>
          <br><br>
        </p>
        
        
        ## Why RedFS ?
        It's origin fork from greenswitch, with some adapt implementation for:
        * Minimalize dependency (gevent only)
        * Python3 syntax improvement
        * Large scale adaptation
        
        
        ## Usage
        
        **Installation**
        ```bash
        pip3 install redfs
        ```
        
        **Example**
        
        ```python
            >>> import redfs
            >>> fs = redfs.InboundESL(host='127.0.0.1', port=8021, password='ClueCon')
            >>> fs.connect()
            >>> r = fs.send('api list_users')
            >>> print r.data
        ```
        
        Enjoy!
        
        ## License
        [MIT](./LICENSE)
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
