{ "info": { "author": "AXANT", "author_email": "tech@axant.it", "bugtrack_url": null, "classifiers": [], "description": "About contactform\n-------------------------\n\ntgapp-contactform is a Pluggable application for TurboGears2 that\nshows a simple contact form.\n\nInstalling\n-------------------------------\n\ncontactform can be installed both from pypi or from bitbucket::\n\n pip install tgapp-contactform\n\nshould just work for most of the users\n\nPlugging contactform\n----------------------------\n\nIn your application *config/app_cfg.py* import **plug**::\n\n from tgext.pluggable import plug\n\nThen at the *end of the file* call plug with contactform::\n\n plug(base_config, 'contactform')\n\nYou will be able to access the plugged application at\n*http://localhost:8080/contactform*.\n\nOptions\n~~~~~~~\n\n``contactform.sender`` and ``contactform.recipients`` can\nbe used to specify the mail sender and receiver. They are required\nbut can be overwritten using the ``contactform.before_send`` hook.\n\nAvailable Hooks\n----------------------\n\ncontactform makes available a some hooks which will be\ncalled during some actions to alter the default\nbehavior of the appplications:\n\n * ``contactform.before_send(maildata) -> maildata`` -> called before sending email (the hook **must return** the maildata)", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/axant/tgapp-contactform", "keywords": "turbogears2.application", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "tgapp-contactform", "package_url": "https://pypi.org/project/tgapp-contactform/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/tgapp-contactform/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/axant/tgapp-contactform" }, "release_url": "https://pypi.org/project/tgapp-contactform/0.0.3/", "requires_dist": null, "requires_python": null, "summary": "tgapp-contactform is a Pluggable application for TurboGears2 that shows a simple contact form.", "version": "0.0.3" }, "last_serial": 2212692, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "b8f02c112c2775db7e93046138e7b51f", "sha256": "86260bb71239335939ca3cfc818d6c03e1d03e9ba15429e4d7de6afbafd60d96" }, "downloads": -1, "filename": "tgapp-contactform-0.0.1.tar.gz", "has_sig": false, "md5_digest": "b8f02c112c2775db7e93046138e7b51f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3954, "upload_time": "2015-10-06T14:56:19", "url": "https://files.pythonhosted.org/packages/cc/fe/86c367357c7da638b47767e9916d29c1049a044414df57df324f96a769e1/tgapp-contactform-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "2989387791a1c0d9e6ad0c9b2e69bf57", "sha256": "2af76ee5f75562b9cc866f5c23b0b2b7b48b393c584b8745faea3f697ef48156" }, "downloads": -1, "filename": "tgapp-contactform-0.0.2.tar.gz", "has_sig": false, "md5_digest": "2989387791a1c0d9e6ad0c9b2e69bf57", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4782, "upload_time": "2015-10-07T15:54:00", "url": "https://files.pythonhosted.org/packages/76/ac/79aee89ee39e5d98861f843bb4f16f4aa2f02f235f1af9910a9c8eeb60a4/tgapp-contactform-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "e57bd5945feb94b5597c6bd9a96556cd", "sha256": "14d02ac33d89e43e91def83fbc22c0dd1a274de71e4bba30ae269d550e1791f8" }, "downloads": -1, "filename": "tgapp-contactform-0.0.3.tar.gz", "has_sig": false, "md5_digest": "e57bd5945feb94b5597c6bd9a96556cd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4930, "upload_time": "2016-07-10T12:02:57", "url": "https://files.pythonhosted.org/packages/14/54/90ddbd83867aedfcfb0fae20d91a3b8e95f6286567a5e6955c91407913f0/tgapp-contactform-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e57bd5945feb94b5597c6bd9a96556cd", "sha256": "14d02ac33d89e43e91def83fbc22c0dd1a274de71e4bba30ae269d550e1791f8" }, "downloads": -1, "filename": "tgapp-contactform-0.0.3.tar.gz", "has_sig": false, "md5_digest": "e57bd5945feb94b5597c6bd9a96556cd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4930, "upload_time": "2016-07-10T12:02:57", "url": "https://files.pythonhosted.org/packages/14/54/90ddbd83867aedfcfb0fae20d91a3b8e95f6286567a5e6955c91407913f0/tgapp-contactform-0.0.3.tar.gz" } ] }