Metadata-Version: 2.0
Name: pycall
Version: 2.3.0
Summary: A flexible python library for creating and using Asterisk call files.
Home-page: http://pycall.org/
Author: Randall Degges
Author-email: rdegges@gmail.com
License: UNLICENSE
Keywords: asterisk callfile call file telephony voip
Platform: UNKNOWN
Requires-Dist: path.py (>=2.2.2)
Provides-Extra: test
Requires-Dist: codacy-coverage; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: python-coveralls; extra == 'test'
Requires-Dist: sphinx; extra == 'test'

pycall
======

.. image:: https://img.shields.io/pypi/v/pycall.svg
    :alt: pycall Release
    :target: https://pypi.python.org/pypi/pycall

.. image:: https://img.shields.io/pypi/dm/pycall.svg
    :alt: pycall Downloads
    :target: https://pypi.python.org/pypi/pycall

.. image:: https://api.codacy.com/project/badge/grade/b5d09a0bb429481aa7c78c1df98628bf
    :alt: pycall Code Quality
    :target: https://www.codacy.com/app/r/pycall

.. image:: https://img.shields.io/travis/rdegges/pycall.svg
    :alt: pycall Build
    :target: https://travis-ci.org/rdegges/pycall

.. image:: https://coveralls.io/repos/github/rdegges/pycall/badge.svg?branch=master
    :alt: pycall Coverage
    :target: https://coveralls.io/github/rdegges/pycall?branch=master

A flexible python library for creating and using Asterisk call files.

Please visit our official website to get an overview, and see the docs:
http://pycall.org/


Details
-------

* author:     Randall Degges
* email:      r@rdegges.com
* license:    UNLICENSE (see UNLICENSE for more information)
* website:    http://pycall.org/


