Metadata-Version: 1.1
Name: pyFtest
Version: 1.1
Summary: A pure Python library designed to auto-test for FREESWITCH easy 
Home-page: https://github.com/sudaning/Ftest
Author: Daning Su
Author-email: sudaning@sina.com
License: LICENSE
Description: =====
        Ftest
        =====
        Introduction
        ------------
        pyFtest is a pure Python library designed to auto-test for secondary development base on FREESWITCH.
        You can use Ftest to auto-test for secondary development base on FREESWITCH easy.
        In `/scripts <https://github.com/sudaning/Ftest/tree/master/scripts>`_ , there are some scripts written by me for daily use.
        Installation
        ------------
        1. Via pip(recommend)::
        	pip install pyFtest
        2. Via easy_install::
        	easy_install pyFtest
        3. From source::
        	python setup.py install
Platform: linux
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Text Processing
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
