__init__.py
Go to the documentation of this file.
00001 """
00002 This project aims to bring the power of the Google Voice API to the Python language in a simple,
00003 easy-to-use manner. Currently it allows you to place calls, send sms,
00004 download voicemails/recorded messages, and search the various folders of your Google Voice Accounts.
00005 You can use the Python API or command line script to schedule calls, check for new received calls/sms,
00006 or even sync your recorded voicemails/calls.
00007 Works for Python 2 and Python 3
00008 
00009 """
00010 __author__ = 'Justin Quick and Joe McCall'
00011 __email__ = 'justquick@gmail.com, joe@mcc4ll.us',
00012 __copyright__ = 'Copyright 2009, Justin Quick and Joe McCall'
00013 __credits__ = ['Justin Quick','Joe McCall','Jacob Feisley','John Nagle']
00014 __license__ = 'New BSD'
00015 __version__ = '0.5'
00016 
00017 from voice import Voice
00018 from util import Phone, Message, Folder


continuous_ops_alerts
Author(s): Eitan Marder-Eppstein
autogenerated on Fri Dec 6 2013 21:23:50