Metadata-Version: 2.0
Name: pyFtest
Version: 1.5
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
Platform: linux
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Topic :: Text Processing
Classifier: Operating System :: POSIX :: Linux
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: pyNeko (>=3.0)
Requires-Dist: pyyaml (>=3.12)
Requires-Dist: xlwt (>=1.2.0)

=====
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

