Metadata-Version: 2.1
Name: googlevoice
Version: 2.0.5
Summary: Python Interface for Google Voice
Home-page: https://github.com/jaraco/googlevoice
Author: Jason R. Coombs
Author-email: jaraco@jaraco.com
License: UNKNOWN
Description: .. 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.
        
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
