{ "info": { "author": "RedTurtle Technology", "author_email": "sviluppoplone@redturtle.it", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Framework :: Plone :: 5.0", "Framework :: Plone :: 5.1", "License :: OSI Approved :: GNU General Public License (GPL)", "Programming Language :: Python" ], "description": "Introduction\n============\n\nrer.bandi is a product for announcements.\n\nIt is a folderish content (like `rer.structured_content`__) and it allows to set some infos about the announcement like the deadline to participate or the closing date.\n\n__ http://pypi.python.org/pypi/rer.structured_content\n\nComposition\n===========\n\nDifferent layouts\n-----------------\nThere are two allowed views for an announcement:\n\n* default view, with basic infos on the right (like events) and extra infos (folder deepenings) in the middle.\n* alternative view that moves extra infos slot below basic infos.\n\nFolder deepening\n----------------\nLike in **rer.structured_content**, it has a special folder type called \"*Folder Deepening*\" that allows to manage some extra infos or attachment that should be shown in the announcement's view.\n\nTopic criterias\n---------------\nThere are some new topic criterias that allows to set topic queries for announcements.\n\nAnnouncements search\n--------------------\nThere is a search form (http://yoursite/search_bandi_form) for quick searches.\n\nAnnouncement state information\n------------------------------\nIn the search results and in the two new topic views, there are also some infos about the announcement, like his state (open, closed or in progress).\n\nAnnouncements portlet\n---------------------\nThere is also a portlet that show announcement infos from a topic (this portlet extends base collection portlet)\n\n\nConfigurations\n==============\nAn announcement has two fields for set the announcement type and recipients.\n\nRecipients vocabulary\n---------------------\n\nThis information is taken from a property in control panel \"Bandi Settings\" (default_destinatari_bandi):\n\nIf the property is empty, the item use a default list of values:\n\n* Cittadini\n* Imprese\n* Enti locali\n* Associazioni\n* Altro\n\n\nTypes vocabulary\n----------------\n\nTo handle this vocabulary, we need an enviroment variable called ``PLONE_RER_BANDI_VOCAB``.\nWe need to set it into buildout::\n\n [instance]\n ...\n environment-vars =\n PLONE_RER_BANDI_VOCAB ${buildout:directory}/var/rer_bandi_vocab.xml\n\nThis variable set the path for an xml file that contains a list of announcement types; if the file doesn't exist, it will be automatically generated with some default values::\n\n \n \n \n Acquisizione beni e servizi\n Agevolazioni, finanziamenti, contributi\n Altro\n \n \n\nAuthority Default value\n----------------------\n\nA default authority value can be set for announcements. This information is taken from control panel \"Bandi Settings\" (default_ente).\n\nIf the property is empty, the default value isn't set.\n\nTile\n----\n\nIn order to use layout bandi for tile is necessary have installed collective.tiles.collection product.\n\n\nDependencies\n============\n\nThis product has been tested on Plone 5 and Plone 5.1\n\nFor Plone 4 (and Archetypes), use 2.x branch/versions\n\nCredits\n=======\n\nDeveloped with the support of `Regione Emilia Romagna`__;\n\nRegione Emilia Romagna supports the `PloneGov initiative`__.\n\n__ http://www.regione.emilia-romagna.it/\n__ http://www.plonegov.it/\n\nAuthors\n=======\n\nThis product was developed by RedTurtle Technology team.\n\n.. image:: http://www.redturtle.net/redturtle_banner.png\n :alt: RedTurtle Technology Site\n :target: http://www.redturtle.net/\n\nChangelog\n=========\n\n3.0.15 (2019-02-11)\n-------------------\n\n- Add IShortName behavior fo Folder Deepening.\n [cekk]\n\n\n3.0.14 (2019-01-30)\n-------------------\n\n- Added translations for bando status [nzambello]\n\n\n3.0.13 (2019-01-28)\n-------------------\n\n- Added bando status info in item view [nzambello]\n- Fixed responsive layout [nzambello]\n\n\n3.0.12 (2018-12-05)\n-------------------\n\n- Fix querystring generation for rss search view.\n [cekk]\n\n3.0.11 (2018-12-05)\n-------------------\n\n- Removed plone.directives import.\n [daniele]\n\n3.0.10 (2018-11-20)\n-------------------\n\n- Remove unused translations.\n [cekk]\n\n3.0.9 (2018-11-20)\n------------------\n\n- Fix translations.\n [cekk]\n\n3.0.8 (2018-02-26)\n------------------\n\n- Fix css styles and templates for titles [nzambello]\n\n\n3.0.7 (2018-02-07)\n------------------\n\n- Fix css styles and templates [nzambello]\n\n\n3.0.6 (2018-02-02)\n------------------\n\n- Fix css styles [nzambello]\n\n\n3.0.5 (2018-02-02)\n------------------\n- Added ISelectableConstrainTypes behavior\n [daniele]\n- Fix scadenza dates in views and tiles\n [cekk]\n- Add menuitems entries\n [cekk]\n- Fix collection view names\n [cekk]\n- Fix templates and styles [nzambello]\n\n\n3.0.4 (2018-01-29)\n------------------\n\n- Enable topic sorting criteria\n [cekk]\n- Show text in collection view\n [cekk]\n- Fix indexer for getScadenza_bando. Now don't add 1 day if the hour is set to 00:00\n [cekk]\n\n3.0.3 (2018-01-28)\n------------------\n\n- Add versioning to folder deepenings.\n [eikichi18]\n- Fix collection view for anonymous\n [cekk]\n\n\n3.0.2 (2018-01-04)\n------------------\n\n- Add purge=\"False\" to versioning profiles. This avoid override other content-types settings\n [cekk]\n\n\n3.0.1 (2017-12-29)\n------------------\n\n- Added/fixed styles [nzambello]\n\n\n3.0.0 (2017-12-21)\n------------------\n\n- Drop AT support and add Dx contents [eikichi18]\n- Substituited formlib portlets with z3c.form portlets [eikichi18]\n- Fixed check pubblication date [eikichi18]\n- Removed old i18n traductions [eikichi18]\n- Added uninstall profile [eikichi18]\n- Delete all Topic's references [eikichi18]\n- Update README [eikichi18]\n- Update classifiers in setup.py [eikichi18]\n- Update traduction [eikichi18]\n- Fixed bando-right template [nzambello]\n- field text moved under field description in add and edit Bando [eikichi18]\n- \"ente\" field of type category and add default value \"Regione Emilia-Romagna\" [eikichi18]\n- added RelatedItems behavior to bandi [eikichi18]\n- added Settings fieldset behaviors to bandi [eikichi18]\n- created control panel for bandi settings [eikichi18]\n- fixed default view for bandi [eikichi18]\n- fixed search_bandi_form view [eikichi18]\n- fixed collections view [eikichi18]\n- added layout bandi for tile [eikichi18]\n- added new traduction [eikichi18]\n- fixed search_bandi view for plone 5 [eikichi18]\n- fixed SearchableText index for Bandi [eikichi18]\n- added script for SearchableText reindex for bandi [eikichi18]\n\n2.2.5 (2017-03-28)\n------------------\n\n- Fix condition check in the portlet to show or not tipologia_bando\n [cekk]\n\n2.2.4 (2017-02-24)\n------------------\n\n- Improved check on tipologia bando [daniele]\n\n\n2.2.3 (2017-01-18)\n------------------\n\n- Fixed issue about expiration date not set [daniele]\n\n\n2.2.2 (2017-01-13)\n------------------\n\n- Fix syntool retrieve in search view (Plone 4.3 compatibility)\n [cekk]\n\n\n2.2.1 (2016-06-30)\n------------------\n\n- Fix icons rendering for anonymous users [daniele]\n- Fix effective date print in portlet, when effective date isn't set\n [cekk]\n\n\n2.2.0 (2015-12-03)\n------------------\n\n- Fixed bando state styles [cekk]\n- Fixed metadata names in catalog [cekk]\n- Fixed views with new metadata names [cekk]\n- Added support for solr in bandi_search [cekk]\n- Added versioning support [cekk]\n- Removed ATFieldProperty [fdelia]\n\n2.1.3 (2013-01-14)\n------------------\n\n- Fixed bando state control [cekk]\n\n\n2.1.2 (2013-01-14)\n------------------\n\n- Fixed bandi portlet fields [cekk]\n\n\n2.1.1 (2012-12-07)\n------------------\n\n- Fixed setuphandlers [cekk]\n\n\n2.1.0 (2012-12-05)\n------------------\n\n- Add ente_bando field and index [cekk]\n\n\n2.0.3 (2012-10-15)\n------------------\n\n- fix translation in search_bandi_form [cekk]\n\n\n2.0.2 (2012-08-03)\n------------------\n\n- fixed import in search.pt [cekk]\n\n\n2.0.1 (2012-08-03)\n------------------\n\n- fixed css [cekk]\n\n\n2.0.0 (2012-08-03)\n------------------\n\n- fix Plone 4 compatibility [cekk]\n\n1.0.9 (2012-02-22)\n------------------\n\n- added status icon in bandi search [cekk]\n\n1.0.8 (2012-01-16)\n------------------\n\n- added batching in topic view [cekk]\n\n1.0.7 (2012-01-05)\n------------------\n\n- fix date contol [cekk]\n- fix css styles [cekk]\n\n1.0.6 (2011-12-19)\n------------------\n\n- fix css styles [cekk]\n\n1.0.5 (2011-12-19)\n------------------\n\n- fix css interline (#261) [nekorin]\n- Plone 4.1 compatibility [cekk]\n- added locales [cekk]\n- added icons for bando states [cekk]\n- modified portlet template [nekorin]\n\n1.0.4 (2011-11-02)\n------------------\n\n- fix reinstall controls and log [cekk]\n\n1.0.3 (2011-06-14)\n------------------\n\n- fix permissions [cekk]\n\n1.0.2 (2011-06-13)\n------------------\n\n- fix bando template [cekk]\n\n1.0.1 (2011-05-31)\n------------------\n\n- some edit to templates [cekk]\n- destinatari from PropertySheetVocabulary [mmariani]\n- fixed destinatari index (with indexer) [cekk]\n\n1.0.0 (2011-04-15)\n------------------\n\n- created AT Bando and AT Bando Folder Deepening [mmariani]\n- vocabulary tipologie from external XML file [mmariani]\n- portlet for bandi [mmariani]\n- 2 new views for topics [mmariani]\n- search form [mmariani]", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://plone.org/products/rer.bandi", "keywords": "rer bandi announcements", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "rer.bandi", "package_url": "https://pypi.org/project/rer.bandi/", "platform": "", "project_url": "https://pypi.org/project/rer.bandi/", "project_urls": { "Homepage": "http://plone.org/products/rer.bandi" }, "release_url": "https://pypi.org/project/rer.bandi/3.0.15/", "requires_dist": null, "requires_python": "", "summary": "A product for announcements management", "version": "3.0.15" }, "last_serial": 4806514, "releases": { "2.1.0": [ { "comment_text": "", "digests": { "md5": "c11272e1b3d6a8a88305adeae5460f52", "sha256": "611e55fa8ad4c4ec1905582cc5868c38701fe6cedbb96d778b839bb81879b0c3" }, "downloads": -1, "filename": "rer.bandi-2.1.0.zip", "has_sig": false, "md5_digest": "c11272e1b3d6a8a88305adeae5460f52", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 71103, "upload_time": "2012-12-05T10:23:25", "url": "https://files.pythonhosted.org/packages/7c/50/32b7af00c0aa8ceb7dbe2d0737614348f883de4d9b2222b09ac561c1eb02/rer.bandi-2.1.0.zip" } ], "2.1.1": [ { "comment_text": "", "digests": { "md5": "25f8dd2de4c29921ea4491b8b439c3d9", "sha256": "7c2f10825a3dc7d78271b28d62115c01dccf26be9b3296b75d2974f392c5080a" }, "downloads": -1, "filename": "rer.bandi-2.1.1.zip", "has_sig": false, "md5_digest": "25f8dd2de4c29921ea4491b8b439c3d9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 71078, "upload_time": "2012-12-07T11:13:18", "url": "https://files.pythonhosted.org/packages/2b/02/eb1eb757b132a35a64ad75b0a3365d5945056ef1d5ba234293d9ce103aae/rer.bandi-2.1.1.zip" } ], "2.1.2": [ { "comment_text": "", "digests": { "md5": "ef5a3286f1784182507eeee2e6bac9ad", "sha256": "ffd06952bf712faaa3d4e079d744e0b3c657919820a75b1b89615e11fee6ed5f" }, "downloads": -1, "filename": "rer.bandi-2.1.2.zip", "has_sig": false, "md5_digest": "ef5a3286f1784182507eeee2e6bac9ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 71345, "upload_time": "2013-01-14T08:19:23", "url": "https://files.pythonhosted.org/packages/e3/b0/474e0dc91a7bebc1c53691c6ea41ebdac327298d15b3b4aad76a39cd1765/rer.bandi-2.1.2.zip" } ], "2.1.3": [ { "comment_text": "", "digests": { "md5": "3bb7bafa2b51bab06f9dcf4ef912b641", "sha256": "bcd7eb122e93b4fbbaae70872cfa738df621e1ca5753caf1cb121008f09f9816" }, "downloads": -1, "filename": "rer.bandi-2.1.3.zip", "has_sig": false, "md5_digest": "3bb7bafa2b51bab06f9dcf4ef912b641", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 71353, "upload_time": "2013-01-14T13:13:08", "url": "https://files.pythonhosted.org/packages/a9/cd/1958c1aa4aac59b4c02103daf19cf28dd045d3b3bfde70f03cd3386373d0/rer.bandi-2.1.3.zip" } ], "2.2.0": [ { "comment_text": "", "digests": { "md5": "454d0042c038b1963cadf828821c619e", "sha256": "1686399f1d57f26885e02680b810257c906b3961873b78c50eed68ca541e41a7" }, "downloads": -1, "filename": "rer.bandi-2.2.0.tar.gz", "has_sig": false, "md5_digest": "454d0042c038b1963cadf828821c619e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 46022, "upload_time": "2015-12-03T09:01:44", "url": "https://files.pythonhosted.org/packages/e3/e4/987a25c5944844e0750eb692352408ff4389d81cd48a26fdb54faf7738e3/rer.bandi-2.2.0.tar.gz" } ], "2.2.1": [ { "comment_text": "", "digests": { "md5": "2a3d5be58827b6ecc3415e9874ea2d1d", "sha256": "679083d42ede88357b9e276ccd83ddb20024412532afd563f1f912583c11b2ae" }, "downloads": -1, "filename": "rer.bandi-2.2.1.tar.gz", "has_sig": false, "md5_digest": "2a3d5be58827b6ecc3415e9874ea2d1d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 53847, "upload_time": "2016-06-30T13:55:30", "url": "https://files.pythonhosted.org/packages/c5/60/28358d4f371dd814fb31860c3895345ffd179982e2c74597be2ce1882452/rer.bandi-2.2.1.tar.gz" } ], "2.2.2": [ { "comment_text": "", "digests": { "md5": "d146e4ca841dc96617577d1ad6d03c21", "sha256": "dd0fd0a30487c0a2dbe7f4ae6b6ab59fa6ea71860e5b961808db524e80a4b648" }, "downloads": -1, "filename": "rer.bandi-2.2.2.tar.gz", "has_sig": false, "md5_digest": "d146e4ca841dc96617577d1ad6d03c21", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 53999, "upload_time": "2017-01-13T16:58:41", "url": "https://files.pythonhosted.org/packages/63/dd/dce37fb988f64318fbf9ef62206e4c3edc568aa1c4695c5a140f1923f53b/rer.bandi-2.2.2.tar.gz" } ], "2.2.3": [ { "comment_text": "", "digests": { "md5": "6bce0e5ed0545470e1df274b4bfbdad1", "sha256": "d154d80531ddc8d66f5a627cd270a8aec8619c7c8cf3c0ec6a02bedfe4805d9e" }, "downloads": -1, "filename": "rer.bandi-2.2.3.tar.gz", "has_sig": false, "md5_digest": "6bce0e5ed0545470e1df274b4bfbdad1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52281, "upload_time": "2017-01-18T14:36:00", "url": "https://files.pythonhosted.org/packages/54/35/6445b4c918ab6c2a63aa55466b3ca3afcda75908576ab4a21484e3d5bbde/rer.bandi-2.2.3.tar.gz" } ], "2.2.4": [ { "comment_text": "", "digests": { "md5": "270f732775f33dbd260526ab5ba997ca", "sha256": "db1ac174bf60b5dd83aa9cd1d436d350902d0de2aa450eaee81cf1f75b269350" }, "downloads": -1, "filename": "rer.bandi-2.2.4.tar.gz", "has_sig": false, "md5_digest": "270f732775f33dbd260526ab5ba997ca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52395, "upload_time": "2017-02-24T11:36:23", "url": "https://files.pythonhosted.org/packages/be/22/3c10fe5752086d0a66aefe25935260d1b8641dac2ec9c8ed6e17ffefb3f7/rer.bandi-2.2.4.tar.gz" } ], "2.2.5": [ { "comment_text": "", "digests": { "md5": "a10fc14cb2318bbc8ba3861adb03109d", "sha256": "2e7d5fc7e6beaa9bf6f088723834f0a308cb358180314d492f51445b8726da82" }, "downloads": -1, "filename": "rer.bandi-2.2.5.tar.gz", "has_sig": false, "md5_digest": "a10fc14cb2318bbc8ba3861adb03109d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 54441, "upload_time": "2017-03-28T12:36:35", "url": "https://files.pythonhosted.org/packages/c7/85/8b9e90a684b6ffc647324217b24c17a387d6d52c5d4e8bf6482e3320d40e/rer.bandi-2.2.5.tar.gz" } ], "3.0.0": [ { "comment_text": "", "digests": { "md5": "a76a2e3b10f7d3fedae51a588f0f84df", "sha256": "5a9b8591a4b6047221ba7d33f894d8ef5a37a08d3865f58f0bb95b812af3868d" }, "downloads": -1, "filename": "rer.bandi-3.0.0.tar.gz", "has_sig": false, "md5_digest": "a76a2e3b10f7d3fedae51a588f0f84df", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 61320, "upload_time": "2017-12-21T14:33:12", "url": "https://files.pythonhosted.org/packages/09/e4/4c2b34bb111ae8f9d5edface58918313caa3ed39fede4eb931b9763b712a/rer.bandi-3.0.0.tar.gz" } ], "3.0.10": [ { "comment_text": "", "digests": { "md5": "f703b20cf6900c2cfb885fb0c695acf8", "sha256": "8c4a0f33c887511e9d45de8f4ec382cbb56e0ca7d4cfe8d2cfc3f572e2d09cb6" }, "downloads": -1, "filename": "rer.bandi-3.0.10.tar.gz", "has_sig": false, "md5_digest": "f703b20cf6900c2cfb885fb0c695acf8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 59415, "upload_time": "2018-11-20T11:03:16", "url": "https://files.pythonhosted.org/packages/53/84/84e51a717c68efd52982a62efbee4d7dfeb8eaae04ac45996dc155d4ada1/rer.bandi-3.0.10.tar.gz" } ], "3.0.11": [ { "comment_text": "", "digests": { "md5": "c585b2d83c2e9fbfc7e251b1b82e0afd", "sha256": "2d6ac9d9eac9de71c3248be884b255ae555b9fc8734dbe7bbc8d69421ffc2f65" }, "downloads": -1, "filename": "rer.bandi-3.0.11.tar.gz", "has_sig": false, "md5_digest": "c585b2d83c2e9fbfc7e251b1b82e0afd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 59452, "upload_time": "2018-12-05T08:17:31", "url": "https://files.pythonhosted.org/packages/0c/fd/83f61081a2031d103484329a7490c93f53f129bcdaa53543096c6366b760/rer.bandi-3.0.11.tar.gz" } ], "3.0.12": [ { "comment_text": "", "digests": { "md5": "78c28477d8ceb477a287697024b0d0ed", "sha256": "11a208ea9efafe65d678baf246a2b3d6b2b4c2f69edced42783bafd4a998b4ba" }, "downloads": -1, "filename": "rer.bandi-3.0.12.tar.gz", "has_sig": false, "md5_digest": "78c28477d8ceb477a287697024b0d0ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 59608, "upload_time": "2018-12-05T13:13:46", "url": "https://files.pythonhosted.org/packages/a3/36/d151ed9d43e638e5fa1e44b19a16c2c0807f5ca411531368228ae3733eb1/rer.bandi-3.0.12.tar.gz" } ], "3.0.13": [ { "comment_text": "", "digests": { "md5": "e7c85e3a660cc93508805c2292977275", "sha256": "1968f41efb8e82b8559b09344f9d708b2d2c824a324a9965da694802a4dba55d" }, "downloads": -1, "filename": "rer.bandi-3.0.13.tar.gz", "has_sig": false, "md5_digest": "e7c85e3a660cc93508805c2292977275", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 57659, "upload_time": "2019-01-28T11:33:07", "url": "https://files.pythonhosted.org/packages/fa/c0/46d19c70af22cd9437ebea181e91093df0afec374f47cd5f0868e0dc80db/rer.bandi-3.0.13.tar.gz" } ], "3.0.14": [ { "comment_text": "", "digests": { "md5": "2d20939e48d24858432dbebb412f6d9b", "sha256": "5251ae165bbb372bbbdf63c6091f327136a6d7f3c54eb19cc3ed35e9d7044fc2" }, "downloads": -1, "filename": "rer.bandi-3.0.14.tar.gz", "has_sig": false, "md5_digest": "2d20939e48d24858432dbebb412f6d9b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 57734, "upload_time": "2019-01-30T08:17:48", "url": "https://files.pythonhosted.org/packages/3b/c3/a24404b284d641c5b7591abdd211392fb8d782ab3fc2538b8c6796ed2bd7/rer.bandi-3.0.14.tar.gz" } ], "3.0.15": [ { "comment_text": "", "digests": { "md5": "cdece9e71d72767a1d100d4729032663", "sha256": "448c6b83087e8c4e196678c77b0cc0ca86d66a7bd3efbefcfe0ae5cecc56a005" }, "downloads": -1, "filename": "rer.bandi-3.0.15.tar.gz", "has_sig": false, "md5_digest": "cdece9e71d72767a1d100d4729032663", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 60467, "upload_time": "2019-02-11T15:14:29", "url": "https://files.pythonhosted.org/packages/60/0d/2ca7b28a309cc96be073c7c3963714d93fd1027fa6de65d4e89b852aaea6/rer.bandi-3.0.15.tar.gz" } ], "3.0.2": [ { "comment_text": "", "digests": { "md5": "250078634308e307058a8fdbec9a3cdd", "sha256": "c8a857dade3b54409a082c8ba4ebfd08201b0a6b30210920d9673b13c6ed48ae" }, "downloads": -1, "filename": "rer.bandi-3.0.2.tar.gz", "has_sig": false, "md5_digest": "250078634308e307058a8fdbec9a3cdd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 61467, "upload_time": "2018-01-04T11:29:51", "url": "https://files.pythonhosted.org/packages/4d/71/da1fa09fc87e9aa69d93ef5302d1425bca14847f4123649e130799f52ca2/rer.bandi-3.0.2.tar.gz" } ], "3.0.3": [ { "comment_text": "", "digests": { "md5": "91a3acdb6a01822611d9758b886bf615", "sha256": "f1f9736df54fe94a04c5ea597d7f756ad8501a8161132544251039a142d6dda3" }, "downloads": -1, "filename": "rer.bandi-3.0.3.tar.gz", "has_sig": false, "md5_digest": "91a3acdb6a01822611d9758b886bf615", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 61875, "upload_time": "2018-01-28T13:44:41", "url": "https://files.pythonhosted.org/packages/85/15/6c90d6ecf94d1a99663199bd919fbafba565eefe7a70da72ef295ede39c1/rer.bandi-3.0.3.tar.gz" } ], "3.0.4": [ { "comment_text": "", "digests": { "md5": "16f33b2679e5db84c7d21c32d7c2e868", "sha256": "a5d499852d035e5c297bbd828768cec8e918b16a7bb35616039200c321f52e20" }, "downloads": -1, "filename": "rer.bandi-3.0.4.tar.gz", "has_sig": false, "md5_digest": "16f33b2679e5db84c7d21c32d7c2e868", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 62062, "upload_time": "2018-01-29T10:48:05", "url": "https://files.pythonhosted.org/packages/fd/1e/2618fe6b73db951f6fea64f772c74bdec2592a43f05499ff8aa00c880e06/rer.bandi-3.0.4.tar.gz" } ], "3.0.5": [ { "comment_text": "", "digests": { "md5": "df51fb3f628113c1a2d606d0ffdbafac", "sha256": "6ed4fcc59f5802a81b886b29c6bf42c0295cd843cc1239bd933cbbb7fa958104" }, "downloads": -1, "filename": "rer.bandi-3.0.5.tar.gz", "has_sig": false, "md5_digest": "df51fb3f628113c1a2d606d0ffdbafac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 62566, "upload_time": "2018-02-02T12:00:00", "url": "https://files.pythonhosted.org/packages/04/37/00f43c3a0a507b3d269be0f53f6efc602fc944d9d100c59a713d101e2e61/rer.bandi-3.0.5.tar.gz" } ], "3.0.6": [ { "comment_text": "", "digests": { "md5": "7b52b8ffb20b652570246f0ad4a283da", "sha256": "ad5ca7fc52d49caad0ae4696aa7280f624819bec38f6761fd42a19f399c4ddd5" }, "downloads": -1, "filename": "rer.bandi-3.0.6.tar.gz", "has_sig": false, "md5_digest": "7b52b8ffb20b652570246f0ad4a283da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 62575, "upload_time": "2018-02-02T13:26:04", "url": "https://files.pythonhosted.org/packages/cc/a7/9d55bd641867b07681eaf1b17b18ba2a1a24f8d95e1b5d693d22b5e9ead3/rer.bandi-3.0.6.tar.gz" } ], "3.0.7": [ { "comment_text": "", "digests": { "md5": "2d07cd4398ab57c9d29a7a11b2f1a2ed", "sha256": "c3db9d1fa628e0afc38ffc052df4b2c0ffb01c06d0fa10e6540d49ee2c5abb85" }, "downloads": -1, "filename": "rer.bandi-3.0.7.tar.gz", "has_sig": false, "md5_digest": "2d07cd4398ab57c9d29a7a11b2f1a2ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 62675, "upload_time": "2018-02-07T08:38:53", "url": "https://files.pythonhosted.org/packages/17/ca/142bdef5f392b9c0faf0773a02f7e8ee4102ebc4d8a176008a40325ae9f0/rer.bandi-3.0.7.tar.gz" } ], "3.0.8": [ { "comment_text": "", "digests": { "md5": "60f0e6be67621badcef1e29eca65d92b", "sha256": "98ff6d66ba3786b35dbe5a81ef07186427f7a3f59e1c7027756d1e40ce972e85" }, "downloads": -1, "filename": "rer.bandi-3.0.8.tar.gz", "has_sig": false, "md5_digest": "60f0e6be67621badcef1e29eca65d92b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 62948, "upload_time": "2018-02-26T13:43:28", "url": "https://files.pythonhosted.org/packages/0b/5b/27cb2c0b2ed4e7320e8d0d282af51c85467ddfbaad7a94e428be86b38b2d/rer.bandi-3.0.8.tar.gz" } ], "3.0.9": [ { "comment_text": "", "digests": { "md5": "5a9a05d48a263f1cd0064a41fec6beda", "sha256": "5f49609a2b411da0f46a4aaa34bea3a645edf5fc7618ec3d2023a3438553fa0f" }, "downloads": -1, "filename": "rer.bandi-3.0.9.tar.gz", "has_sig": false, "md5_digest": "5a9a05d48a263f1cd0064a41fec6beda", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 59910, "upload_time": "2018-11-20T10:47:01", "url": "https://files.pythonhosted.org/packages/df/44/1fc6ba777cebcf10010569ea60608276e3b29ce8fa2ba6bb41f15ec213eb/rer.bandi-3.0.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cdece9e71d72767a1d100d4729032663", "sha256": "448c6b83087e8c4e196678c77b0cc0ca86d66a7bd3efbefcfe0ae5cecc56a005" }, "downloads": -1, "filename": "rer.bandi-3.0.15.tar.gz", "has_sig": false, "md5_digest": "cdece9e71d72767a1d100d4729032663", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 60467, "upload_time": "2019-02-11T15:14:29", "url": "https://files.pythonhosted.org/packages/60/0d/2ca7b28a309cc96be073c7c3963714d93fd1027fa6de65d4e89b852aaea6/rer.bandi-3.0.15.tar.gz" } ] }