{ "info": { "author": "Keith Hamilton", "author_email": "keith.hamilton@wk.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Software Development", "Topic :: Software Development :: Libraries :: Application Frameworks" ], "description": "pyrowire\n========\n\nYou need to create an SMS application? F*@k yeah you do.\npyrowire is a framework you can use to quickly create Twilio-based SMS/MMS applications.\n\nLicense\n=======\npyrowire is licensed under the BSD 3-clause license, and can be viewed `here `_.\n\nQuickstart\n==========\n*For the purposes of this quickstart, it is assumed that you have an account with both Heroku and Twilio, and that you have at minimum the following installed:*\n * pip\n * virtualenv\n\nIn your virtual environment root directory, execute:\n\n::\n\n $ pip install pyrowire && pyrowire --init\n\n| This will install ``pyrowire``, and copy into the root folder the following files:\n\n* `my\\_app.py `_ (the application file)\n* `my\\_settings.py `_ (the configuration file)\n* `Procfile `_ (a Heroku Procfile)\n* `requirements.txt `_ (pip requirements file)\n\nUsage\n-----\n::\n\n $ ENV=(DEV|STAGING|PROD) [RUN=(WEB|WORKER)] [TOPIC=] python my_app.py\n\nSample Application\n------------------\nHere's what the my_app.py file (created by running ``pyrowire-init``) looks like:\n\n.. code:: python\n\n import pyrowire\n import my_settings\n\n pyrowire.configure(settings=my_settings)\n\n # all app.processor methods need to be annotated with the topic for which they process\n # and take one kwarg, 'message_data'\n @pyrowire.handler(topic='my_topic')\n def my_processor(message_data=None):\n pass\n\n # all pyro.filter methods need to be annotated with the name of the filter\n # and take one kwarg, 'message_data'\n @pyrowire.validator(name='my_validator')\n def my_filter(message_data=None):\n pass\n\n if __name__ == '__main__':\n pyrowire.run()\n\nAs you can see, it's rather straightforward; to start out you are given placeholders for both a handler and a validator.\nThe handler is where you will write the business logic for your Twilio application, and additional validators can be added\nif needed, or removed altogether. See their respective sections for more information.\n\nFor full documentation and a tutorial, please visit our `documentation page `_.\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/wieden-kennedy/pyrowire", "keywords": "api flask framework sms web messaging twilio redis", "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "pyrowire", "package_url": "https://pypi.org/project/pyrowire/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyrowire/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/wieden-kennedy/pyrowire" }, "release_url": "https://pypi.org/project/pyrowire/0.8.1/", "requires_dist": null, "requires_python": null, "summary": "Super-fast Twilio SMS response API", "version": "0.8.1" }, "last_serial": 1435012, "releases": { "0.8.0": [ { "comment_text": "built for Darwin-14.1.0", "digests": { "md5": "c36a14faf1a35820d0807130bd921ec7", "sha256": "b4ab4370b7123bd1be04304168b81db996541781a181c8acebe5793db05d0ef5" }, "downloads": -1, "filename": "pyrowire-0.8.0.macosx-10.10-x86_64.tar.gz", "has_sig": false, "md5_digest": "c36a14faf1a35820d0807130bd921ec7", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 34225, "upload_time": "2015-02-21T04:37:13", "url": "https://files.pythonhosted.org/packages/c1/bc/aacc9be063fd6a83d44c2085ad198bf58cdb39348a8fa5b48391a2837889/pyrowire-0.8.0.macosx-10.10-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "de0c49b2af367f026281d2517f7a259d", "sha256": "408e32b2287b621bd102ea42ef634247ea235cf1b57a82f3f69ad34257f96430" }, "downloads": -1, "filename": "pyrowire-0.8.0.tar.gz", "has_sig": false, "md5_digest": "de0c49b2af367f026281d2517f7a259d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19223, "upload_time": "2015-02-21T04:37:09", "url": "https://files.pythonhosted.org/packages/30/ab/065394f7fce396f20177413a2c0e0f13b95d2b64a5f90ba05a17ca7b63fb/pyrowire-0.8.0.tar.gz" } ], "0.8.1": [ { "comment_text": "built for Darwin-14.1.0", "digests": { "md5": "eef34975d1e3c427c068d280cd56726a", "sha256": "6d58670bad15c9f8c046c78a00fe96f1fc899b1b1c6c437817b9a6eecf4d7279" }, "downloads": -1, "filename": "pyrowire-0.8.1.macosx-10.10-x86_64.tar.gz", "has_sig": false, "md5_digest": "eef34975d1e3c427c068d280cd56726a", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 33274, "upload_time": "2015-02-23T17:26:12", "url": "https://files.pythonhosted.org/packages/21/fe/3f8e9a05fdb7872269a14fefa1d5a97b329b350f9a418468f1506aa1ac23/pyrowire-0.8.1.macosx-10.10-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "de208d2bbdc350960337d9259d5d714a", "sha256": "f01b3f2e1a1beac1fb5e849677ee77482da4e4e6328dee5bd830149a07e7c2ed" }, "downloads": -1, "filename": "pyrowire-0.8.1.tar.gz", "has_sig": false, "md5_digest": "de208d2bbdc350960337d9259d5d714a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17790, "upload_time": "2015-02-23T17:26:10", "url": "https://files.pythonhosted.org/packages/d9/99/898ecf94a20fcdd4f31376e03516096ca0903ec3211aac2f1e87c87721db/pyrowire-0.8.1.tar.gz" } ] }, "urls": [ { "comment_text": "built for Darwin-14.1.0", "digests": { "md5": "eef34975d1e3c427c068d280cd56726a", "sha256": "6d58670bad15c9f8c046c78a00fe96f1fc899b1b1c6c437817b9a6eecf4d7279" }, "downloads": -1, "filename": "pyrowire-0.8.1.macosx-10.10-x86_64.tar.gz", "has_sig": false, "md5_digest": "eef34975d1e3c427c068d280cd56726a", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 33274, "upload_time": "2015-02-23T17:26:12", "url": "https://files.pythonhosted.org/packages/21/fe/3f8e9a05fdb7872269a14fefa1d5a97b329b350f9a418468f1506aa1ac23/pyrowire-0.8.1.macosx-10.10-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "de208d2bbdc350960337d9259d5d714a", "sha256": "f01b3f2e1a1beac1fb5e849677ee77482da4e4e6328dee5bd830149a07e7c2ed" }, "downloads": -1, "filename": "pyrowire-0.8.1.tar.gz", "has_sig": false, "md5_digest": "de208d2bbdc350960337d9259d5d714a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17790, "upload_time": "2015-02-23T17:26:10", "url": "https://files.pythonhosted.org/packages/d9/99/898ecf94a20fcdd4f31376e03516096ca0903ec3211aac2f1e87c87721db/pyrowire-0.8.1.tar.gz" } ] }