{ "info": { "author": "Zeep Mobile, Inc.", "author_email": "support@zeepmobile.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Intended Audience :: System Administrators", "Intended Audience :: Telecommunications Industry", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Communications", "Topic :: Internet", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "Zeep Mobile, offers sending and receiving SMS messages for free from any Web App.\n\nWith just a few lines of code, our API lets your web app communicate with your users over SMS. \nZeep Mobile makes it easy to: \n\n* Manage your users' mobile content subscriptions\n* Send and receive SMS content\n\nWhy go with Zeep?\n\nWe looked far and wide and couldn't find an easy way to get our apps \nto send and receive SMS content, so we made one! You're going to love it because:\n\n* It's easy to implement\n* There are no volume restrictions\n* It's absolutely free!\n\nInstall\n==========\n\n::\n\n$ easy_install zeep.sms\n\nUsing\n=========\n\nTo send Free SMS using Python visit http://zeepmobile.com and follow the \n[http://www.zeepmobile.com/developers/getting_started/ Getting started Guide.]\n\nYou will need to generate your API and Secret keys.\n\nWith those in hand you can send a text message to your users once they have subscribed\nusing this code.\n\n::\n\n>>> import zeep.sms\n>>> connection = zeep.connect('','')\n>>> connection.send_message('user-id', \"Honey, I'm home!\")", "description_content_type": null, "docs_url": null, "download_url": "http://zeep-messaging.googlecode.com/svn/python/trunk#egg=zeep.sms", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://zeepmobile.com/", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "zeep.sms", "package_url": "https://pypi.org/project/zeep.sms/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/zeep.sms/", "project_urls": { "Download": "http://zeep-messaging.googlecode.com/svn/python/trunk#egg=zeep.sms", "Homepage": "http://zeepmobile.com/" }, "release_url": "https://pypi.org/project/zeep.sms/0.1b/", "requires_dist": null, "requires_python": null, "summary": "Python module for sending and receiving free SMS messages through Zeep Mobile.", "version": "0.1b" }, "last_serial": 803468, "releases": { "0.1a": [], "0.1b": [] }, "urls": [] }