Metadata-Version: 2.1
Name: googlevoice
Version: 2.0
Summary: Python Interface for Google Voice
Home-page: https://github.com/jaraco/googlevoice
Author: Jason R. Coombs
Author-email: jaraco@jaraco.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Requires-Python: >=2.7
Provides-Extra: testing
Provides-Extra: docs
Requires-Dist: six
Requires-Dist: requests
Provides-Extra: docs
Requires-Dist: sphinx; extra == 'docs'
Requires-Dist: jaraco.packaging (>=3.2); extra == 'docs'
Requires-Dist: rst.linker (>=1.9); extra == 'docs'
Provides-Extra: testing
Requires-Dist: pytest (>=3.5); extra == 'testing'
Requires-Dist: pytest-sugar (>=0.9.1); extra == 'testing'
Requires-Dist: collective.checkdocs; extra == 'testing'
Requires-Dist: pytest-flake8; extra == 'testing'

.. image:: https://img.shields.io/pypi/v/googlevoice.svg
   :target: https://pypi.org/project/googlevoice

.. image:: https://img.shields.io/pypi/pyversions/googlevoice.svg

.. image:: https://img.shields.io/travis/jaraco/googlevoice/master.svg
   :target: https://travis-ci.org/jaraco/googlevoice

.. .. image:: https://img.shields.io/appveyor/ci/jaraco/googlevoice/master.svg
..    :target: https://ci.appveyor.com/project/jaraco/googlevoice/branch/master

.. .. image:: https://readthedocs.org/projects/googlevoice/badge/?version=latest
..    :target: https://googlevoice.readthedocs.io/en/latest/?badge=latest


Python Google Voice Library

Based on pygooglevoice by Joe McCall & Justin Quick.


Exposing the Google Voice "API" to the Python language
-------------------------------------------------------

Google Voice for Python Allows you to place calls, send sms, download voicemail, and check the various folders of your Google Voice Accounts.
You can use the Python API or command line script to schedule calls, check for new recieved calls/sms, or even sync your recorded voicemails/calls.
Works for Python 2 and Python 3.


