{ "info": { "author": "Pedro Algarvio", "author_email": "ufs@ufsoft.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Trac", "Intended Audience :: System Administrators", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Text Processing", "Topic :: Utilities" ], "description": "==============================\n Trac Wiki Notification Plugin\n==============================\n\nTrac WikiNotification is a plugin that allows users(even anonymous,\nas long as email is set) to select the wiki pages that they wish to\nbe notified(by email) when a change occurs on it.\n\n**Note**: The user updating the wiki page won't be notified about his own\nchanges.\n\nEnabling the Plugin\n-------------------\nIt's as simple as:\n\n::\n\n [components]\n wikinotification.* = enabled\n\n``smtp_enabled`` has to be enabled in ``notification`` configuration section.\n\nAvailable Configuration Options\n-------------------------------\nThese are the options available to include on your ``trac.ini`` under\n``wiki-notification``. You can configure them through the web admin interface, too.\n\n===================== ========================== ==========================\n **Config Setting** **Default Value** **Explanation**\n--------------------- -------------------------- --------------------------\n*redirect_time* 5 (in seconds) The default seconds a\n redirect should take when\n watching/un-watching a\n wiki page.\n This value is also\n definable per user, ie,\n user is able to configure\n this, of course for\n himself.\n--------------------- -------------------------- --------------------------\n*smtp_always_bcc* *empty* Comma separated list of\n email address(es) to\n always send notifications\n to, addresses do not\n appear publicly (Bcc:).\n--------------------- -------------------------- --------------------------\n*smtp_always_cc* *empty* Comma separated list of\n email address(es) to\n always send notifications\n to, addresses can be seen\n by all recipients (Cc:).\n--------------------- -------------------------- --------------------------\n*from_email* trac.wiki\\@localhost Sender address to use in\n notification emails.\n--------------------- -------------------------- --------------------------\n*from_name* None Sender name to use in\n notification emails.\n Defaults to project name.\n--------------------- -------------------------- --------------------------\n*use_public_cc* False Recipients can see email\n addresses of other CC'ed\n recipients. If this option\n is disabled(the default),\n recipients are put on BCC.\n--------------------- -------------------------- --------------------------\n*attach_diff* False Send changes diff as an\n attachment instead of on\n the email text body.\n--------------------- -------------------------- --------------------------\n*subject_template* $prefix $pagename $action A Genshi text template\n snippet used to get the\n notification subject.\n--------------------- -------------------------- --------------------------\n*banned_addresses* *empty* Comma separated list of\n email addresses to never\n send notifications to.\n===================== ========================== ==========================\n\nIf you want to override these settings then you can include it like the\nfollowing example:\n\n::\n\n [wiki-notification]\n redirect_time = 5\n smtp_always_bcc = someone@somedomain, another.one@somedomain\n smtp_always_cc = someone.else@somedomain\n from_email = trac.wiki@localhost\n from_name = Custom Name\n use_public_cc = false\n attach_diff = true\n subject_template = Foo $prefix $pagename $action\n banned_addresses = banned.user1@somedomain, banned.user2@somedomain\n\nDownload and Installation\n-------------------------\n\nRun the following to install this plugin:\n\n::\n\n > sudo pip install TracWikiNotification\n\nAditional Notes(from user input)\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n* ``pip`` is run from the command line (on Linux) not from within\n Python.\n\n\n* After installing any plugin for Trac you'll need to restart Apache to see\n it (not all changes to trac.ini require a restart but adding a plugin does).\n\n\n* Make sure to add the new plugin to ``trac.ini`` :\n\n ::\n\n [components]\n wikinotification.* = enabled\n\n\n* Also should be noted that the ``trac.ini`` configuration for the wiki\n notification should look something like:\n\n ::\n\n [wiki-notification]\n smtp_always_cc = someone@somedomain\n from_email = trac.wiki@localhost\n\n\n* **Another note**: a user will never get a notice of his/her own wiki\n modification (which is a little tricky when testing the plugin :))\n\n* Please note that older versions of the plugin may set a subject_template config value, similar to\n `subject_template = $prefix $page.name $action`. This will result in '`UndefinedError: \"page\" not defined`'.\n Use `$pagename` instead of `$page.name`.\n\nTweaking/Customizing The Notification Email Template\n----------------------------------------------------\nYou can, if you wish, tweak the notification email template sent to your users.\n\nCopy the ``wiki_notification_email_template.txt`` file to your trac environment\n``templates/`` sub-directory and tweak it to your needs.\n\nMake sure you read the `Genshi Text Templates`_ documentation to see if you don't\nbreak any of the logic in that template.\n\n\n.. _Easy Install: http://peak.telecommunity.com/DevCenter/EasyInstall\n.. _Genshi Text Templates: http://genshi.edgewall.org/wiki/Documentation/0.4.x/text-templates.html", "description_content_type": null, "docs_url": null, "download_url": "https://python.org/pypi/TracWikiNotification", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://wikinotification.ufsoft.org", "keywords": "trac plugin wiki notification", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "TracWikiNotification", "package_url": "https://pypi.org/project/TracWikiNotification/", "platform": "OS Independent - Anywhere Python and Trac >=0.11 runs.", "project_url": "https://pypi.org/project/TracWikiNotification/", "project_urls": { "Download": "https://python.org/pypi/TracWikiNotification", "Homepage": "http://wikinotification.ufsoft.org" }, "release_url": "https://pypi.org/project/TracWikiNotification/0.4.3/", "requires_dist": [ "Trac" ], "requires_python": "", "summary": "Trac Plugin to allow email notification of changes on wiki pages", "version": "0.4.3" }, "last_serial": 2941862, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "62fe9247580c21f1bdb09921cae4cc57", "sha256": "4565b5e03f12014ef7a4db4d465ae65456fbf8fadc65789675feda0af70ca9cd" }, "downloads": -1, "filename": "TracWikiNotification-0.1.0-py2.5.egg", "has_sig": false, "md5_digest": "62fe9247580c21f1bdb09921cae4cc57", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 20705, "upload_time": "2008-03-06T00:05:55", "url": "https://files.pythonhosted.org/packages/2f/fb/fb5d72e1226539c598c1c9fd254b73781bc7bb414f391473cacf56430177/TracWikiNotification-0.1.0-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "300c1f5445f341f3562d99ffa4381eb0", "sha256": "cbb535ed7c123a83a678826c214de83299569f6f6fe7869f9acb7ce7a9c6b940" }, "downloads": -1, "filename": "TracWikiNotification-0.1.0.tar.bz2", "has_sig": false, "md5_digest": "300c1f5445f341f3562d99ffa4381eb0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11331, "upload_time": "2008-03-06T00:05:56", "url": "https://files.pythonhosted.org/packages/b6/b1/834b895f50f12f5e95cebee7802f666669d27e2845fb8300ec1d58644437/TracWikiNotification-0.1.0.tar.bz2" }, { "comment_text": "", "digests": { "md5": "39641ac08336d49290a52f4633e2999a", "sha256": "240d3831e38449e776ecb3ffcf95772193d53ad9bf3142d7e2b4ddea5fd692a7" }, "downloads": -1, "filename": "TracWikiNotification-0.1.0.zip", "has_sig": false, "md5_digest": "39641ac08336d49290a52f4633e2999a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18461, "upload_time": "2008-03-06T00:05:58", "url": "https://files.pythonhosted.org/packages/9c/67/a17a1aedfbaeff15dfed162540487915c592f4103ba71048d19022ce38e5/TracWikiNotification-0.1.0.zip" } ], "0.1.0rc1": [ { "comment_text": "", "digests": { "md5": "67aee672b121a389703ef002369dacc5", "sha256": "f695a5ee4f74c165055c8ea7a2cee0632e388e8adb5289bd7bb2e2be9d39d372" }, "downloads": -1, "filename": "TracWikiNotification-0.1.0rc1-py2.4.egg", "has_sig": false, "md5_digest": "67aee672b121a389703ef002369dacc5", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 15740, "upload_time": "2006-09-28T23:19:23", "url": "https://files.pythonhosted.org/packages/f0/a4/a563aac3608c15a80d23909ed30b8daa4ec6cfb600b8a4a6f6763762c931/TracWikiNotification-0.1.0rc1-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "359356b3f3e4b25dd456c24c23c72e64", "sha256": "8c35abf822f52fe8c4b2e5f8fd94c2936d424d85cca21087eb3d5ad447e2f0a5" }, "downloads": -1, "filename": "TracWikiNotification-0.1.0rc1.tar.bz2", "has_sig": false, "md5_digest": "359356b3f3e4b25dd456c24c23c72e64", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8004, "upload_time": "2006-09-28T23:19:24", "url": "https://files.pythonhosted.org/packages/ec/e2/cc43406a02435d9c2d9eb92417c8206f60b2c0a758a390da9cb99caec147/TracWikiNotification-0.1.0rc1.tar.bz2" }, { "comment_text": "", "digests": { "md5": "2c3c7bfc9dd728deaf4555a1e0ecc0dd", "sha256": "c948888fbe9cf075b204602321c738d657d67df248ef7ede4e24037c61609607" }, "downloads": -1, "filename": "TracWikiNotification-0.1.0rc1.zip", "has_sig": false, "md5_digest": "2c3c7bfc9dd728deaf4555a1e0ecc0dd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13876, "upload_time": "2006-09-28T23:19:24", "url": "https://files.pythonhosted.org/packages/02/5c/c35ef32e20d63811873bda2868c24e733a1b67025474c057972e59bd18fe/TracWikiNotification-0.1.0rc1.zip" } ], "0.1.0rc2": [ { "comment_text": "", "digests": { "md5": "7ca2015223136dcfb9b0685b00b9c17c", "sha256": "7059d9bf863c85223360238c35c709f5539b398662f9093204a0a5c112906cfd" }, "downloads": -1, "filename": "TracWikiNotification-0.1.0rc2-py2.4.egg", "has_sig": false, "md5_digest": "7ca2015223136dcfb9b0685b00b9c17c", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 18377, "upload_time": "2006-09-30T06:31:21", "url": "https://files.pythonhosted.org/packages/4d/1e/42a853aec460916b3e8bb0f0650b5e3bd1d8dd4903b52776405e39d8a981/TracWikiNotification-0.1.0rc2-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "8308e6a9c42e09c2f9fde1922ba4f9c2", "sha256": "b6d314830eb6ec1696e7b607981527b6707300d56379905b2b04e51acbdbf99b" }, "downloads": -1, "filename": "TracWikiNotification-0.1.0rc2.tar.bz2", "has_sig": false, "md5_digest": "8308e6a9c42e09c2f9fde1922ba4f9c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8977, "upload_time": "2006-09-30T06:31:21", "url": "https://files.pythonhosted.org/packages/d5/32/2b88b13bb19e65abc6b4c88be5a03090c98dc19b2eef583e748fd95077ee/TracWikiNotification-0.1.0rc2.tar.bz2" }, { "comment_text": "", "digests": { "md5": "07b446bae191fdb99ed6252da8f27180", "sha256": "ce13f26b4cab30b2d124b00e0d30d4cf3656fe502c6c9fd7328347d9b1035b86" }, "downloads": -1, "filename": "TracWikiNotification-0.1.0rc2.zip", "has_sig": false, "md5_digest": "07b446bae191fdb99ed6252da8f27180", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14929, "upload_time": "2006-09-30T06:31:22", "url": "https://files.pythonhosted.org/packages/96/87/6c393577b2f40ddd44aeb020dd6d31da0ed4f4ad66bdf4fd8abfb577179b/TracWikiNotification-0.1.0rc2.zip" } ], "0.1.0rc3": [ { "comment_text": "", "digests": { "md5": "e0c0a45c19e891cc2aaf878a1d2a8769", "sha256": "869aa1b860d9b83dc11a781301e4c2788bcdd2ef506e8ce96e1f69966d3f05a6" }, "downloads": -1, "filename": "TracWikiNotification-0.1.0rc3-py2.4.egg", "has_sig": false, "md5_digest": "e0c0a45c19e891cc2aaf878a1d2a8769", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 18561, "upload_time": "2006-09-30T23:38:53", "url": "https://files.pythonhosted.org/packages/36/c4/0db07ba6ce52c27c9dd9aa9544e28b6de4eea98c29157d3a2b44ea51d59d/TracWikiNotification-0.1.0rc3-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "5737774ad6e13d4f5568f368a99a4ee1", "sha256": "896117c38238e973f4c10c2b12a19435810e4d141a3f331a4cd9d010e277dce4" }, "downloads": -1, "filename": "TracWikiNotification-0.1.0rc3.tar.bz2", "has_sig": false, "md5_digest": "5737774ad6e13d4f5568f368a99a4ee1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9377, "upload_time": "2006-09-30T23:38:54", "url": "https://files.pythonhosted.org/packages/6e/54/d2eca01a4992f864c550f715c867088894519f17dd1fcf5552814b5d8aef/TracWikiNotification-0.1.0rc3.tar.bz2" }, { "comment_text": "", "digests": { "md5": "76e44b3b7347b0568de1f688984677ba", "sha256": "ecb042a53115bf40752dc299a7da59373ba79fd63b3484b8cf5a809aa58cc9cc" }, "downloads": -1, "filename": "TracWikiNotification-0.1.0rc3.zip", "has_sig": false, "md5_digest": "76e44b3b7347b0568de1f688984677ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16170, "upload_time": "2006-09-30T23:38:55", "url": "https://files.pythonhosted.org/packages/ae/a2/ee3dff461ca408278acf508fa82ef4645d35e0252df502397903f199ed4f/TracWikiNotification-0.1.0rc3.zip" } ], "0.1.0rc4": [ { "comment_text": "", "digests": { "md5": "e0997ed00073d9dbe9a8f04bbbd9df25", "sha256": "aba8e84ad49b05183b0d270333e9afd60d6e4fe3a6d5f6be13a66159324f280f" }, "downloads": -1, "filename": "TracWikiNotification-0.1.0rc4-py2.4.egg", "has_sig": false, "md5_digest": "e0997ed00073d9dbe9a8f04bbbd9df25", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 18712, "upload_time": "2006-10-02T23:59:25", "url": "https://files.pythonhosted.org/packages/09/96/7942022ded50c079f6ec71445d5fcb68007377bef55395e7e0250dbf976f/TracWikiNotification-0.1.0rc4-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "d99d60130b476af3047c50711096554e", "sha256": "62288a521e9f476917dbb4e8e3bae171488204241ee97a74d7e31116af883dc6" }, "downloads": -1, "filename": "TracWikiNotification-0.1.0rc4.tar.bz2", "has_sig": false, "md5_digest": "d99d60130b476af3047c50711096554e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9460, "upload_time": "2006-10-02T23:59:26", "url": "https://files.pythonhosted.org/packages/2f/18/5a5688c6b1876b987e2309734aabf3d976e55dca86a8ca8ef4875e6b3d59/TracWikiNotification-0.1.0rc4.tar.bz2" }, { "comment_text": "", "digests": { "md5": "40a709b495b7d9a1b18f32fd8341a255", "sha256": "08b234dd6061eb80e51820d823757bd97dede4bb21dea0b46646d12338c3e2b9" }, "downloads": -1, "filename": "TracWikiNotification-0.1.0rc4.zip", "has_sig": false, "md5_digest": "40a709b495b7d9a1b18f32fd8341a255", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16257, "upload_time": "2006-10-02T23:59:27", "url": "https://files.pythonhosted.org/packages/3c/75/c9c6a6b3a752c9d74a5e74929fa2ffb79939ea35dba362c899ad1564c7cb/TracWikiNotification-0.1.0rc4.zip" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "724518d59097235e3073f01a502f0b25", "sha256": "9fb05aaa8fb0892b969a40a52ce2666758c16d172847867063e5dd9981bb6196" }, "downloads": -1, "filename": "TracWikiNotification-0.2.0-py2.5.egg", "has_sig": false, "md5_digest": "724518d59097235e3073f01a502f0b25", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 31534, "upload_time": "2008-03-06T00:16:35", "url": "https://files.pythonhosted.org/packages/16/57/49ba0ab0fc6556913bf4ebe78b4de02832aa13f41671f2ccfe36c299ecd1/TracWikiNotification-0.2.0-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "dc152907f902f17fcfaa9f782c9dd71c", "sha256": "a4ce11364fc5da56e986eba88927ac2ff0786634e8638f5c4cdbdc20245368eb" }, "downloads": -1, "filename": "TracWikiNotification-0.2.0.tar.bz2", "has_sig": false, "md5_digest": "dc152907f902f17fcfaa9f782c9dd71c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14660, "upload_time": "2008-03-06T00:16:35", "url": "https://files.pythonhosted.org/packages/de/3e/b77504378901abf0ad16c434a7cc1c5f67456ce8b9f84b5017120535f7f3/TracWikiNotification-0.2.0.tar.bz2" }, { "comment_text": "", "digests": { "md5": "368fcca4fac3809bb17b2e94424d9670", "sha256": "e40794ec023bc3ef1dd5b379c769995111a4cf2240fcc6c62ee0a94103d7c70d" }, "downloads": -1, "filename": "TracWikiNotification-0.2.0.zip", "has_sig": false, "md5_digest": "368fcca4fac3809bb17b2e94424d9670", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26140, "upload_time": "2008-03-06T00:16:38", "url": "https://files.pythonhosted.org/packages/dc/6f/f67da265ae31d051943c9d0131d8d5466768422e28c7e0309232bc70a7de/TracWikiNotification-0.2.0.zip" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "10038e3c457cb04b5e6c285f2e3ae9e1", "sha256": "0cadf3ee53e8559c0d6420972c782530d1388cfe5ce8320b0131dbb56ca7474a" }, "downloads": -1, "filename": "TracWikiNotification-0.2.1-py2.5.egg", "has_sig": false, "md5_digest": "10038e3c457cb04b5e6c285f2e3ae9e1", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 29338, "upload_time": "2009-03-11T22:13:10", "url": "https://files.pythonhosted.org/packages/8f/20/3156947f609aed478f22ac12a35d1cf4fec6ebfb7c1619c9007c386583a7/TracWikiNotification-0.2.1-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "5c12880480b57b6c2c498341c75bcf64", "sha256": "c0417086373a54f8b68b1c6a232bcec5903bdb6fbba438a7064d72fa4c07917b" }, "downloads": -1, "filename": "TracWikiNotification-0.2.1.tar.bz2", "has_sig": false, "md5_digest": "5c12880480b57b6c2c498341c75bcf64", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14479, "upload_time": "2009-03-11T22:13:12", "url": "https://files.pythonhosted.org/packages/4c/3a/611281589455b854102d59992f95508f84e578902d2ceee210cdd51585eb/TracWikiNotification-0.2.1.tar.bz2" }, { "comment_text": "", "digests": { "md5": "b4bfc885857f66f82d08259c7df6434f", "sha256": "eb8d3e738a491a2f1bea5b13c3ef820b4578c62a5885897fdc63ea5609203b75" }, "downloads": -1, "filename": "TracWikiNotification-0.2.1.tar.gz", "has_sig": false, "md5_digest": "b4bfc885857f66f82d08259c7df6434f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16638, "upload_time": "2009-03-11T22:13:11", "url": "https://files.pythonhosted.org/packages/4d/9a/d3156f11a6bfab5ebb56df8672779330832d0888ed6fb90ff016bf603f29/TracWikiNotification-0.2.1.tar.gz" }, { "comment_text": "", "digests": { "md5": "686bcae1eabb115ad23ff17423954b31", "sha256": "be78bff7298f8e06d5f6db2891a52ca10efe07c9b71e2713ff075cf149704e85" }, "downloads": -1, "filename": "TracWikiNotification-0.2.1.zip", "has_sig": false, "md5_digest": "686bcae1eabb115ad23ff17423954b31", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25939, "upload_time": "2009-03-11T22:13:13", "url": "https://files.pythonhosted.org/packages/64/2f/6a73c6b44047f2af16a80244102ce354bda53f3874ab3789405667990ce5/TracWikiNotification-0.2.1.zip" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "74d1dda91b856906c1b3f6ca6fd89d67", "sha256": "474d878b6536de34a4d27c8b651c3217fa2df3ebb97e056d1de14cd943af1519" }, "downloads": -1, "filename": "TracWikiNotification-0.3.tar.bz2", "has_sig": false, "md5_digest": "74d1dda91b856906c1b3f6ca6fd89d67", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10917, "upload_time": "2015-02-24T00:35:39", "url": "https://files.pythonhosted.org/packages/ea/de/f8824a9b0ccb83e487ac7385527bb887078c1f540bebd422acde0588fade/TracWikiNotification-0.3.tar.bz2" }, { "comment_text": "", "digests": { "md5": "63e1111ee1b362e1491e495c413220b2", "sha256": "65f0b0b95a4d8d866e27b5bd0c5b513078071f473ef0a2930e61575f82fcfb47" }, "downloads": -1, "filename": "TracWikiNotification-0.3.tar.gz", "has_sig": false, "md5_digest": "63e1111ee1b362e1491e495c413220b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10983, "upload_time": "2015-02-24T00:35:37", "url": "https://files.pythonhosted.org/packages/69/c4/545c7e754ab9f42430de6612d14d066c82495939d2a556ad275bbae7f392/TracWikiNotification-0.3.tar.gz" }, { "comment_text": "", "digests": { "md5": "857f4dbd878da35c85dc43c98fc4ae7d", "sha256": "ec230f63124a8e7ba61cd684a70c73cd1c7275e43c87704694ff8dbe43fbaf8b" }, "downloads": -1, "filename": "TracWikiNotification-0.3.zip", "has_sig": false, "md5_digest": "857f4dbd878da35c85dc43c98fc4ae7d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19570, "upload_time": "2015-02-24T00:35:42", "url": "https://files.pythonhosted.org/packages/4f/9e/4c9cf2a447ec282d206f6fc5a4109bdcfdacc4a8fc38f620c02edfff66ad/TracWikiNotification-0.3.zip" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "a45fb10686993b7bf741381f23d0d9ac", "sha256": "624bc66b6d0da68a10a051755c8c98549b6dc4a11642cff47b03141e52134159" }, "downloads": -1, "filename": "TracWikiNotification-0.4.tar.bz2", "has_sig": false, "md5_digest": "a45fb10686993b7bf741381f23d0d9ac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13820, "upload_time": "2015-10-21T10:35:47", "url": "https://files.pythonhosted.org/packages/c4/3b/8979bab2d35265db68f7ec57c80e9d7106f5c789a4360c97ba473302e126/TracWikiNotification-0.4.tar.bz2" }, { "comment_text": "", "digests": { "md5": "4d3593260354dd4d2a1a754a86be6df7", "sha256": "c4d05f9c0ef5aec68b323686c29ccfcdd101fc10702d74806a265ce219363fcf" }, "downloads": -1, "filename": "TracWikiNotification-0.4.tar.gz", "has_sig": false, "md5_digest": "4d3593260354dd4d2a1a754a86be6df7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14166, "upload_time": "2015-10-21T10:35:42", "url": "https://files.pythonhosted.org/packages/b9/3e/0973908d345ad2175e56d9c0b83fcd9faaf6ed15e10bd067e41f4b189ca7/TracWikiNotification-0.4.tar.gz" }, { "comment_text": "", "digests": { "md5": "8570d9489152c9cf2cd4b0aa345b5616", "sha256": "23f5d97faa740b72f88d758126ed1018221c9bc5b4e4b7316971c3e738b511a7" }, "downloads": -1, "filename": "TracWikiNotification-0.4.zip", "has_sig": false, "md5_digest": "8570d9489152c9cf2cd4b0aa345b5616", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25317, "upload_time": "2015-10-21T10:35:51", "url": "https://files.pythonhosted.org/packages/b6/90/330421ac8895f8ed78e13d72bbd3fdff0a217c662073a21faa8b7457adb9/TracWikiNotification-0.4.zip" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "644849847e20f7e05ad7b04a34e9692e", "sha256": "2ad61748180862f45a71d7b364174a453eafa0aabdf47b220c4e1d2f67019413" }, "downloads": -1, "filename": "TracWikiNotification-0.4.1.tar.bz2", "has_sig": false, "md5_digest": "644849847e20f7e05ad7b04a34e9692e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13988, "upload_time": "2016-06-02T11:42:22", "url": "https://files.pythonhosted.org/packages/44/e0/bc35c5e57a9a221bca126425db1d16b4ec6bb377904c8e21f3003434e8ef/TracWikiNotification-0.4.1.tar.bz2" }, { "comment_text": "", "digests": { "md5": "0f8aefe4f6e4f635260ae8515bb5fa2c", "sha256": "7e265537e1ec4091bfe429ad9f3020be8f4fe8fa01df81016491078208fbb467" }, "downloads": -1, "filename": "TracWikiNotification-0.4.1.tar.gz", "has_sig": false, "md5_digest": "0f8aefe4f6e4f635260ae8515bb5fa2c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14371, "upload_time": "2016-06-02T11:42:17", "url": "https://files.pythonhosted.org/packages/72/e5/d31500a1ca644f2120625fb21bd23472a384ca7fc73302ce8e563d0a8b0b/TracWikiNotification-0.4.1.tar.gz" }, { "comment_text": "", "digests": { "md5": "2d95375586b5a92ca4b630e2f8f46585", "sha256": "34b1efad4b08e9f36201391bd78ec08fd7b95c6eb5edcda16dd6dcb02a28fc08" }, "downloads": -1, "filename": "TracWikiNotification-0.4.1.zip", "has_sig": false, "md5_digest": "2d95375586b5a92ca4b630e2f8f46585", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25635, "upload_time": "2016-06-02T11:42:27", "url": "https://files.pythonhosted.org/packages/e6/53/4800d487d9dbdb7ea25fa4b1a008cbff2430442c6824957c003cb2f2a105/TracWikiNotification-0.4.1.zip" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "f05be4ae1ebcac6d6f663b4e6df501cc", "sha256": "fdabe43a7973a5bee858001873e6f9b693279bdac0b44c57d2e61ffc5275a09d" }, "downloads": -1, "filename": "TracWikiNotification-0.4.2.tar.bz2", "has_sig": false, "md5_digest": "f05be4ae1ebcac6d6f663b4e6df501cc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13762, "upload_time": "2016-06-02T12:13:38", "url": "https://files.pythonhosted.org/packages/fc/73/2b7b3aef10dcac5b1874a0d8c5790d935eafb1d3fb6100990533515fe519/TracWikiNotification-0.4.2.tar.bz2" }, { "comment_text": "", "digests": { "md5": "1b361dd6cdc3f3b7ab8e57a671d1590d", "sha256": "6e13472490d0d320b3f12f4dff0ad414761b7564c582311e0f570e1c58999c52" }, "downloads": -1, "filename": "TracWikiNotification-0.4.2.tar.gz", "has_sig": false, "md5_digest": "1b361dd6cdc3f3b7ab8e57a671d1590d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14119, "upload_time": "2016-06-02T12:13:28", "url": "https://files.pythonhosted.org/packages/9e/ea/d5517f7b107677c321b5771982fb41e4eff1d20f3ad6dd218b365f635411/TracWikiNotification-0.4.2.tar.gz" }, { "comment_text": "", "digests": { "md5": "6425ff10966de93d59aa251ba5dba7eb", "sha256": "134709189d3cb4c9f683c069f8478f539f791ff79366d4e1ab03a475e768db78" }, "downloads": -1, "filename": "TracWikiNotification-0.4.2.zip", "has_sig": false, "md5_digest": "6425ff10966de93d59aa251ba5dba7eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25014, "upload_time": "2016-06-02T12:13:45", "url": "https://files.pythonhosted.org/packages/53/bf/4f15664d8f75150f63f80b1934b06d5fbf7f2c7bff898f8e3b7576e41a44/TracWikiNotification-0.4.2.zip" } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "db61befb3d530a3aae80f0b0d23788a0", "sha256": "5b534fd6274042dde5ff5524a2fca64d03f46495b52d01a330872e4060313a9f" }, "downloads": -1, "filename": "TracWikiNotification-0.4.3-py2-none-any.whl", "has_sig": false, "md5_digest": "db61befb3d530a3aae80f0b0d23788a0", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 22039, "upload_time": "2017-06-11T10:37:55", "url": "https://files.pythonhosted.org/packages/81/2d/20c974d4feba06966e971f95fed065ada37c89adfbb59c4754a1aad91577/TracWikiNotification-0.4.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6f24c4a059726e5859dd8abedcc81da6", "sha256": "60802500973d865978b63cb2876887da57d3dde4e46a424df6b98c67b476b9d1" }, "downloads": -1, "filename": "TracWikiNotification-0.4.3.tar.gz", "has_sig": false, "md5_digest": "6f24c4a059726e5859dd8abedcc81da6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14158, "upload_time": "2017-06-11T10:37:57", "url": "https://files.pythonhosted.org/packages/34/2c/a8f7778cbe2a2b482727d714dff6a9be829595d5485d3de5405b0240ae82/TracWikiNotification-0.4.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "db61befb3d530a3aae80f0b0d23788a0", "sha256": "5b534fd6274042dde5ff5524a2fca64d03f46495b52d01a330872e4060313a9f" }, "downloads": -1, "filename": "TracWikiNotification-0.4.3-py2-none-any.whl", "has_sig": false, "md5_digest": "db61befb3d530a3aae80f0b0d23788a0", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 22039, "upload_time": "2017-06-11T10:37:55", "url": "https://files.pythonhosted.org/packages/81/2d/20c974d4feba06966e971f95fed065ada37c89adfbb59c4754a1aad91577/TracWikiNotification-0.4.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6f24c4a059726e5859dd8abedcc81da6", "sha256": "60802500973d865978b63cb2876887da57d3dde4e46a424df6b98c67b476b9d1" }, "downloads": -1, "filename": "TracWikiNotification-0.4.3.tar.gz", "has_sig": false, "md5_digest": "6f24c4a059726e5859dd8abedcc81da6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14158, "upload_time": "2017-06-11T10:37:57", "url": "https://files.pythonhosted.org/packages/34/2c/a8f7778cbe2a2b482727d714dff6a9be829595d5485d3de5405b0240ae82/TracWikiNotification-0.4.3.tar.gz" } ] }