{ "info": { "author": "Andreas Mantke", "author_email": "maand@gmx.de", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Introduction\n============\n\nA Plone add-on for the LibreOffice template uploadcenter that will make the publishing of templates for LibreOffice much easier.\nChangelog\n=========\n\n0.35 (2019-09-19)\n-----------------\n\n- Fix a typo in the notifications module [Andreas Mantke]\n- Improve quotation marks in the notification module [Andreas Mantke]\n- Pep8 fixes [Andreas Mantke]\n- Update localization files and German localization. [Andreas Mantke]\n\n\n0.34 (2019-09-07)\n-----------------\n\n- Fix the name of the searched portal_catalog index in the\n notifications module [Andreas Mantke]\n\n\n0.33 (2019-09-07)\n-----------------\n\n- Improve the message to the sender of the contact to author\n form. [Andreas Mantke]\n- Send notifications about a new product version not to all users of\n the site, but only to the project contact addresses. [Andreas Mantke]\n- Update localization files and German localization. [Andreas Mantke]\n\n0.32 (2019-08-16)\n-----------------\n\n- Fix regular expressions for validation of file extensions [Andreas Mantke]\n\n\n0.31 (2019-07-28)\n-----------------\n\n- Remove an old function from the smalltemplateproject module [Andreas Mantke]\n- Use only the first value of the catalog search tuple for the pattern\n of the regular expressions. {Andreas Mantke]\n- Remove default values of the fields for the allowed file extensions,\n because this didn't work with the validation functions [Andreas Mantke]\n- Update localization template and translation into Germnan [Andreas Mantke]\n\n0.30 (2019-07-20)\n-----------------\n\n- Fix the validator for linked release files and its message\n text [Andreas Mantke]\n- Fix the IContextAwareDefaultFactory in the linked release\n module [Andreas Mantke]\n\n0.29 (2019-07-19)\n-----------------\n\n- Fix constraints for some options to upload and link template files in\n the release and the linked release module [Andreas Mantke]\n\n\n0.28 (2019-07-16)\n-----------------\n\n- Add a title to fields description and product_description of the\n tupcenter and remove their description entry [Andreas Mantke]\n- Add fields to submit allowed image and template file extensions\n instead of formerly hard coded file extensions for both to give\n more flexibility to the site administrator [Andreas Mantke]\n- Add new indexes to the portal_catalog to hold the values of\n allowed image and template file extensions [Andreas Mantke]\n- Create a new validator for image file extensions inside the\n tupproject module and move the validation to this validator\n [Andreas Mantke]\n- Create new validators for template file extensions inside the\n tuprelease and the tuplinkedrelease module and move the\n validation to this validator [Andreas Mantke]\n- Add new fields to display the currently allowed image and\n template file extensions to the tupproject, the tuprelease and\n the tuplinkedrelease [Andreas Mantke]\n- Add subscribers for the messaging functions of the\n tupsmallproject module to configure.zcml [Andreas Mantke]\n- Remove old and unnecessary functions for the validation of\n image and template file extensions [Andreas Mantke]\n- Update localization template and German translation file [Andreas Mantke]\n\n\n0.27 (2019-06-13)\n-----------------\n\n- Project view for stable releases changed thus a release date is only\n shown, if there is a publishing date for a release within a\n project available. {Andreas Mantke]\n- Update localization template and German translation file [Andreas Mantke]\n\n\n0.26 (2019-05-28)\n-----------------\n\n- Change fallback email sender and recipient from hard coded to the variable\n site email address [Andreas Mantke]\n- Remove redundant source code [Andreas Mantke]\n- Update localization template and German localization [Andreas Mantke]\n\n\n0.25 (2019-05-09)\n-----------------\n\n- Add a new email form to send feedback to a project author with recaptcha\n protection and link it from the project and the smallproject\n view [Andreas Mantke]\n- Pep8 fixes [Andreas Mantke]\n- Update localization template and German localization [Andreas Mantke]\n\n\n0.24 (2019-04-16)\n-----------------\n\n- Structure the tupproject edit mode with register [Andreas Mantke]\n- Update German localization [Andreas Mantke]\n- Improve the edit dialog and split it into more register for the release and\n the linked release module. [Andreas Mantke]\n- Change from plone.directives form to plone.autoform directives for\n the release and the linked release module [Andreas Mantke]\n- Update German localization [Andreas Mantke]\n\n\n0.23 (2019-03-30)\n-----------------\n\n- Add a new module for small templates projects [Andreas Mantke]\n- New function to search and display categories for template\n projects and small template projects [Andreas Mantke]\n- CSS fix [Andreas Mantke]\n- Change listing of categories, licenses and compatility to a\n portal_catalog search [Andreas Mantke]\n- Update German localization [Andreas Mantke]\n\n0.22 (2018-12-16)\n-----------------\n\n- CSS fix [Andreas Mantke]\n- PEP8 fixes [Andreas Mantke]\n- Change over to supermodel.directives for primary fields and fieldsets [Andreas Mantke]\n- Change from plone.directives form.mode to plone.autoform directives.mode [Andreas Mantke]\n\n0.21 (2018-11-26)\n-----------------\n\n- Move the messaging about the creation of new projects to\n the tupprojects module [Andreas Mantke]\n- Changed the email address for notifications about projects and (linked) releases\n from hard coded to variable and added a validation for the email address [Andreas Mantke]\n- Improve the templates project workflow [Andreas Mantke]\n- Update German localization [Andreas Mantke]\n\n\n0.20 (2018-10-25)\n-----------------\n\n- Remove inline css style and add css styles for the table on\n project view into the css-layout file [Andreas Mantke]\n- Added a new notify subscriber for modifications of\n projects to get an information about the content of\n the text fields. The content of the text fields will\n be forwarded by email. [Andreas Mantke]\n- Add specific workflow permissions for private project\n objects.[Andreas Mantke]\n- Update buildout.cfg to Plone 5.1 [Andreas Mantke]\n\n\n0.19 (2018-09-03)\n-----------------\n\n- Add a function for search and display the compatibility from the indexes of\n the portal_catalog [Andreas Mantke]\n- Add an optional field to give users an information how to search for older\n versions, if they are removed from the compatibility list in the tupcenter.py\n [Andreas Mantke]\n- Update localization template and localization into German. [Andreas Mantke]\n\n\n0.18 (2018-08-12)\n-----------------\n\n- Added a workflow for template projects [Andreas Mantke]\n- Update of the localization to German. [Andreas Mantke]\n- Marked some message strings as utf-8. [Andreas Mantke]\n\n\n0.17 (2018-07-21)\n-----------------\n\n- Added download links for unstable release files to the project view, which\n are displayed, if there is no stable release [Andreas Mantke]\n- Add an information about the current status to the message for\n the project manager, send for changing the workflow state. [Andreas Mantke]\n- Fixed a few localization issues in the views of tuprelease and\n tupreleaselink and updated localization template file and\n localization into German. [Andreas Mantke}\n\n\n\n0.16 (2018-06-27)\n-----------------\n\n- Adding a function to collect the latest unstable release and a slot in\n the project view to present such releases to the user [Andreas Mantke]\n- Updated string format handling to modern method in tupcenter.py\n and tupproject.py [Andreas Mantke]\n- Add a function for search and display the license from the indexes of\n the portal_catalog [Andreas Mantke]\n- Update of the German localization [Andreas Mantke]\n\n\n0.15 (2018-02-03)\n-----------------\n\n- Heading for release details and changelog will be hidden in the view\n tupreleases and tupreleaselink view, if there is no content for this\n topics [Andreas Mantke]\n- Add a further explanation for publishing a release and linked release\n and a link to the advanced state change. [Andreas Mantke]\n- Update versions of LibreOffice [Andreas Mantke]\n- Update of the internationalization template and the po-file and localilization for the\n German language [Andreas Mantke]\n\n\n0.14 (2018-01-07)\n-----------------\n\n- Fixed a Tal-expression in the views of release and linked release [Andreas Mantke].\n\n\n0.13 (2017-09-19)\n-----------------\n\n- Notification about a new entry in the review list added [Andreas Mantke].\n\n\n0.12 (2017-04-12)\n-----------------\n\n- Screenshot displayed on mouse click in scale large on project page [Andreas Mantke]\n- Fix for display projects of current user [Andreas Mantke]\n- Improve the messaging for new projects according to the review status\n and remove not necessary i18-domain declarations [Andreas Mantke]\n- Update of localisation template and German localisation [Andreas Mantke]\n\n\n\n0.11 (2017-03-03)\n-----------------\n\n- Fix of the header of the German localization file. [Andreas Mantke]\n- Fix field related issues [Victor Fernandez de Alba]\n- Fix views and project_logo conditions [Victor Fernandez de Alba]\n- Fix templates responsive classes and use the Bootstrap ones [Victor Fernandez de Alba]\n- Fix optional fields for additional file fields marked as required [Victor Fernandez de Alba]\n- Add categorization behavior to the custom contenttypes [Victor Fernandez de Alba]\n- Unify the license list [Victor Fernandez de Alba]\n- Fix search issues in templates [Victor Fernandez de Alba]\n- Fix rough edges in some use cases [Victor Fernandez de Alba]\n- Transfer code to proper class method to fix unicode errors on template [Victor Fernandez de Alba]\n- Add support for querying the release compatibility versions of inner releases from projects [Victor Fernandez de Alba]\n- Set the max length of a release name/numbering to twelf [Andreas Mantke]\n- Spellcheck fix in own_projects.pt [Andreas Mantke]\n- Add an index for the project contact address to the portal catalog [Andreas Mantke]\n- Add missing file links to the view template of the releases and add the file name to the download link\n [Andreas Mantke]\n- Add missing file links to the view of the project view for current releases [Andreas Mantke]\n- Add a missing string and missing space to the template center view [Andreas Mantke]\n- Fix catalog search to the Title index in case of special () characters [Victor Fernandez de Alba]\n- Improvement for the error messages and instructions on tupprojects [Andreas Mantke]\n- Improved error message for source code question on tupreleases and linked tupreleases [Andreas Mantke]\n- Added a description to the install instructions field and removed the default value (text) [Andreas Mantke]\n- Add guard in case that a malformed query was entered, return empty record [Victor Fernandez de Alba]\n- Update of the localisation template and the German localisation [Andreas Mantke]\n\n0.10 (2016-09-07)\n-----------------\n\n- Add German localization [Andreas Mantke]\n- Update of the localisation template file [Anddreas Mantke]\n- Fixing and adding localisation tags [Andreas Mantke]\n- Fix ressource registry css URL [Victor Fernandez de Alba]\n\n\n0.9 (2016-08-21)\n----------------\n\n- Adding file extension validation to the linked release module [Andreas Mantke]\n- Adding image file extension validation to the project module [Andreas Mantke]\n- Added a validator for the uniqueness of the naming of release and linked release [Andreas Mantke]\n- Changed the compatibility list in the project view to a text line [Andreas Mantke].\n\n\n0.8 (2016-07-11)\n----------------\n\n- CSS-Style fixes\n- Markup style fix [Andreas Mantke]\n- PEP-8-Fixes [Andreas Mantke]\n\n\n0.7 (2016-05-27)\n----------------\n\n- Added a validator for the uniqueness of the release and linked release naming and\n and the corresponding adapter [Andreas Mantke]\n- Changed the compatibility list in the project view to a text line [Andreas Mantke]\n\n\n0.6 (2016-05-20)\n----------------\n\n- Smaller fixes on the project view the project view template:\n removed an obsolete div tag and made logo and project description heading\n conditional, changed the heading for the current release down the hierarchy\n [Andreas Mantke]\n- Fix in the project view for the link to css file [Andreas Mantke]\n\n\n0.5 (2016-05-14)\n----------------\n\n- Added a css style for release install instructions [Andreas Mantke]\n- Fix for getting the title of the project [Andreas Mantke]\n- Removed the column one from project and (linked) release views [Andreas Mantke]\n\n\n0.4 (2016-04-05)\n----------------\n\n- Fixed the screenshot definition in the tupcenter-view [Andreas Mantke]\n- Added a missing comma in a listing of tupcenter.py [Andreas Mantke]\n- Changed in setup.py from History.txt to CHANGES.txt [Andreas Mantke]\n- Update of the internationalisation template file [Andreas Mantke]\n- Removed obsolet History.txt [Andreas Mantke]\n\n\n0.3 (2016-03-12)\n----------------\n\n- Fixed an import in tupcenter.py [Andreas Mantke]\n\n\n0.2 (2016-03-11)\n----------------\n\n- Nothing changed yet.\n\n\n0.1 (2016-03-11)\n----------------\n\n- Package created using templer\n [Andreas Mantke]", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/tdf/tdf.templateuploadcenter", "keywords": "Plone Add-On LibreOffice template templateuploadcenter", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "tdf.templateuploadcenter", "package_url": "https://pypi.org/project/tdf.templateuploadcenter/", "platform": "", "project_url": "https://pypi.org/project/tdf.templateuploadcenter/", "project_urls": { "Homepage": "http://github.com/tdf/tdf.templateuploadcenter" }, "release_url": "https://pypi.org/project/tdf.templateuploadcenter/0.35/", "requires_dist": null, "requires_python": "", "summary": "TDF Template Upload Center", "version": "0.35" }, "last_serial": 5857785, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "f1802f92c76bdc6be8bcf79b2a4f8fc9", "sha256": "5f3a3005bd4b18de50192aacc436f834cdbf4c22a5b6419efe7b85a7524fbea3" }, "downloads": -1, "filename": "tdf.templateuploadcenter-0.1.zip", "has_sig": false, "md5_digest": "f1802f92c76bdc6be8bcf79b2a4f8fc9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18979, "upload_time": "2016-03-11T18:11:54", "url": "https://files.pythonhosted.org/packages/e0/15/e60f3fd0a2f8a1890d5680ff8a19320017da9fb4fc27d7a6793b03ab6763/tdf.templateuploadcenter-0.1.zip" } ], "0.10": [ { "comment_text": "", "digests": { "md5": "b0521be7ff2534bb41b2a28b7309336a", "sha256": "d8857b1db95bb7c680a8736612c4365b1b5133ec9d4549851cbcde8258a3b73c" }, "downloads": -1, "filename": "tdf.templateuploadcenter-0.10.zip", "has_sig": false, "md5_digest": "b0521be7ff2534bb41b2a28b7309336a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 65278, "upload_time": "2016-09-07T13:51:30", "url": "https://files.pythonhosted.org/packages/77/5c/e707895193c433e7a5e492a6ec479ec01c82f74175f9fda545b29c4f8409/tdf.templateuploadcenter-0.10.zip" } ], "0.11": [ { "comment_text": "", "digests": { "md5": "ba2410b3a268dd3a054060bcf4d9c4c7", "sha256": "52d19c715bff10dd8c6cf7ef4dc15c7cea33ac8abf98d9c7c83413d5bea3d009" }, "downloads": -1, "filename": "tdf.templateuploadcenter-0.11.zip", "has_sig": false, "md5_digest": "ba2410b3a268dd3a054060bcf4d9c4c7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 70832, "upload_time": "2017-03-03T18:56:53", "url": "https://files.pythonhosted.org/packages/f2/f4/c84dab474f566812723005f5aff26b2db4236cebf67184c37ba925052ed5/tdf.templateuploadcenter-0.11.zip" } ], "0.12": [ { "comment_text": "", "digests": { "md5": "d6e0b2025dce29bf9ee40b39e2ded66e", "sha256": "9fed1aa6657a9bfba2467f2d7931009cddfca25106e656871c8e1652e61c8f09" }, "downloads": -1, "filename": "tdf.templateuploadcenter-0.12.zip", "has_sig": false, "md5_digest": "d6e0b2025dce29bf9ee40b39e2ded66e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 71594, "upload_time": "2017-04-12T18:21:15", "url": "https://files.pythonhosted.org/packages/fe/72/2df6fd7048ff0830b80ee4d06cd7d4d0adc2e813ad04d9dfff2ca96b5478/tdf.templateuploadcenter-0.12.zip" } ], "0.13": [ { "comment_text": "", "digests": { "md5": "f14330233e054f41b9f9a219500e109b", "sha256": "dc9a83f888b96ece107cb3afef018bdd8a769cfeaaf0d5c4120a14e4b98eb9b3" }, "downloads": -1, "filename": "tdf.templateuploadcenter-0.13.zip", "has_sig": false, "md5_digest": "f14330233e054f41b9f9a219500e109b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 71905, "upload_time": "2017-09-19T18:59:00", "url": "https://files.pythonhosted.org/packages/9b/dc/2e8aa0d68204e49ac0cb3ca7afcebd82b2128785a8afcc578a9a5bcd38b2/tdf.templateuploadcenter-0.13.zip" } ], "0.14": [ { "comment_text": "", "digests": { "md5": "c0ecd85587582669115ec0b62d69f96c", "sha256": "545b65d40df3055f0658187fa4a2f11cea49b943e1f38e8d894a048b171350aa" }, "downloads": -1, "filename": "tdf.templateuploadcenter-0.14.zip", "has_sig": false, "md5_digest": "c0ecd85587582669115ec0b62d69f96c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 72007, "upload_time": "2018-01-07T14:21:42", "url": "https://files.pythonhosted.org/packages/a6/71/898b7b4402f2758e55263447321f1ccfb80f6cd6fa1c67ce5be9e4216698/tdf.templateuploadcenter-0.14.zip" } ], "0.15": [ { "comment_text": "", "digests": { "md5": "a658fa7e8a38a74ae078b8ae5b7f146e", "sha256": "f51bacf2dd42b15ac33e1c7af9341a6e8c8cc2fce5b5414d706fae7b922be15f" }, "downloads": -1, "filename": "tdf.templateuploadcenter-0.15.zip", "has_sig": false, "md5_digest": "a658fa7e8a38a74ae078b8ae5b7f146e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 72678, "upload_time": "2018-02-03T11:26:27", "url": "https://files.pythonhosted.org/packages/58/3b/bd42ef3ab2c6e746cdbaa44c1f6eaf50616ce19c3e4959ae71f650fa382e/tdf.templateuploadcenter-0.15.zip" } ], "0.16": [ { "comment_text": "", "digests": { "md5": "3d27200d0e8d6b564612e251f12f25b2", "sha256": "ac471100671c5165f3c840e4c08bed569ad6048919a5c0c3612d28518e11afe2" }, "downloads": -1, "filename": "tdf.templateuploadcenter-0.16.zip", "has_sig": false, "md5_digest": "3d27200d0e8d6b564612e251f12f25b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73482, "upload_time": "2018-06-27T16:41:43", "url": "https://files.pythonhosted.org/packages/d8/f0/9acf42c7a9802d829c3949ab258f3fbe8952013d9d4c3f7b73ad59e18223/tdf.templateuploadcenter-0.16.zip" } ], "0.17": [ { "comment_text": "", "digests": { "md5": "41a5bcebf77482e2ec1ba073e15c847d", "sha256": "1643818ece51a52a4adc17c210ffee984cf030cc1762cda9a99ec67644e44562" }, "downloads": -1, "filename": "tdf.templateuploadcenter-0.17.zip", "has_sig": false, "md5_digest": "41a5bcebf77482e2ec1ba073e15c847d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 74086, "upload_time": "2018-07-21T09:01:52", "url": "https://files.pythonhosted.org/packages/26/8c/55dc911febb0a5b2c9a518d9ac0887f659d77041779695789e0ed7bab5a3/tdf.templateuploadcenter-0.17.zip" } ], "0.18": [ { "comment_text": "", "digests": { "md5": "4db0e90c91dc56f4d6450af8ca679b9b", "sha256": "4e11136bf62eeca431f117f9f859f113489334f09371f04a2ec1e06cc722de9d" }, "downloads": -1, "filename": "tdf.templateuploadcenter-0.18.zip", "has_sig": false, "md5_digest": "4db0e90c91dc56f4d6450af8ca679b9b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 76543, "upload_time": "2018-08-12T06:56:50", "url": "https://files.pythonhosted.org/packages/75/52/b1c3bf2c697e752f2c3e81780483544f2f329cae124f8938d38e389b9bd5/tdf.templateuploadcenter-0.18.zip" } ], "0.19": [ { "comment_text": "", "digests": { "md5": "172a9d49c55b35f357c9b933bea351db", "sha256": "fc16c176d2374de5843f59ee676a95df608b1bcef7b312483dcb6623ab868428" }, "downloads": -1, "filename": "tdf.templateuploadcenter-0.19.zip", "has_sig": false, "md5_digest": "172a9d49c55b35f357c9b933bea351db", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 77107, "upload_time": "2018-09-03T18:24:36", "url": "https://files.pythonhosted.org/packages/b8/ba/26dbfbdea0893f76d47a4350463c242f4e5492602f1a04dd69e5a9f7723a/tdf.templateuploadcenter-0.19.zip" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "6bfd9ba2e3b4ec55074d535ab8714007", "sha256": "c482be3c4d8b6577aaed1ab8512c02db63b86e3fe72bebd28fabd4f91df60fe7" }, "downloads": -1, "filename": "tdf.templateuploadcenter-0.2.zip", "has_sig": false, "md5_digest": "6bfd9ba2e3b4ec55074d535ab8714007", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 62140, "upload_time": "2016-03-11T18:37:40", "url": "https://files.pythonhosted.org/packages/8e/27/2e19fb3c1ceef06170ebb9d2fdc089b4dc5945ace3ad372315e91ee365a7/tdf.templateuploadcenter-0.2.zip" } ], "0.20": [ { "comment_text": "", "digests": { "md5": "4518530974a1c78039aae8fcc3056d5e", "sha256": "a29c8509162dddb068480866fd68f78b3a76e85991a45ecdd5867c5419b1f8a2" }, "downloads": -1, "filename": "tdf.templateuploadcenter-0.20.zip", "has_sig": false, "md5_digest": "4518530974a1c78039aae8fcc3056d5e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 77780, "upload_time": "2018-10-25T18:25:54", "url": "https://files.pythonhosted.org/packages/fc/97/5f01b6ef3ff6639610fe45cae5f0f92f031bc2ef564b69c59a94d852bc31/tdf.templateuploadcenter-0.20.zip" } ], "0.21": [ { "comment_text": "", "digests": { "md5": "3b1556a761a3221a78bda258a0564d90", "sha256": "7fb253e1f4c4ad4890513356320729248c06e70c4c77ef7073247a37f9b1b8b8" }, "downloads": -1, "filename": "tdf.templateuploadcenter-0.21.zip", "has_sig": false, "md5_digest": "3b1556a761a3221a78bda258a0564d90", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 78493, "upload_time": "2018-11-26T18:45:06", "url": "https://files.pythonhosted.org/packages/00/30/92f4d1adf69886472557cafc8ad71d07e5707e419d295764ca59910137fe/tdf.templateuploadcenter-0.21.zip" } ], "0.23": [ { "comment_text": "", "digests": { "md5": "502df41705f7b02d5f22a4789d1c7b7c", "sha256": "69aa48960fe701c0df6b67879971ffb534011f46e0b349b50601ac6cd22fc683" }, "downloads": -1, "filename": "tdf.templateuploadcenter-0.23.zip", "has_sig": false, "md5_digest": "502df41705f7b02d5f22a4789d1c7b7c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 87402, "upload_time": "2019-03-30T20:56:50", "url": "https://files.pythonhosted.org/packages/5b/19/b27d3c1f914b120bf3bc2d7ead1a2d3dcde6bee81370094df62387737401/tdf.templateuploadcenter-0.23.zip" } ], "0.24": [ { "comment_text": "", "digests": { "md5": "891bd3e09aa6a7972558ab553acdef7a", "sha256": "2aba2377df7a0092cf36c293086a4a78a52b52e43c9c27999280738ac11a8086" }, "downloads": -1, "filename": "tdf.templateuploadcenter-0.24.zip", "has_sig": false, "md5_digest": "891bd3e09aa6a7972558ab553acdef7a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 88892, "upload_time": "2019-04-16T16:52:34", "url": "https://files.pythonhosted.org/packages/ad/66/3dc93f16225362b4aefe613266ffc0feaf6cc31f8cd71f82f2f1fe260bbc/tdf.templateuploadcenter-0.24.zip" } ], "0.25": [ { "comment_text": "", "digests": { "md5": "d1de812dc5ad3edc2d5e1067db36b69e", "sha256": "cb52498753103caef656f48ae4207cf02a3812a79d03aec4fc12d8a69a2bc0fc" }, "downloads": -1, "filename": "tdf.templateuploadcenter-0.25.zip", "has_sig": false, "md5_digest": "d1de812dc5ad3edc2d5e1067db36b69e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 92405, "upload_time": "2019-05-09T17:38:21", "url": "https://files.pythonhosted.org/packages/4c/7e/fcebce8219d88273c5aa5bd70330d70064334846efd0651119128753a923/tdf.templateuploadcenter-0.25.zip" } ], "0.26": [ { "comment_text": "", "digests": { "md5": "9d800f7c40d715e454f48edb6d8acbbe", "sha256": "14a378ed6e9127330eb2fa8ace576118eec546691696aceb1115ac3740bb8fbc" }, "downloads": -1, "filename": "tdf.templateuploadcenter-0.26.zip", "has_sig": false, "md5_digest": "9d800f7c40d715e454f48edb6d8acbbe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 92607, "upload_time": "2019-05-28T18:35:26", "url": "https://files.pythonhosted.org/packages/0b/73/5390eb01064d87d2b1ff08be8f7fea48ac08d1e412986aa222fa2eabf286/tdf.templateuploadcenter-0.26.zip" } ], "0.27": [ { "comment_text": "", "digests": { "md5": "7383dda30a8ce729bad7186971ea6590", "sha256": "43ebf8f915c5755ded4ff0698fad918734f9c92d8121b47a4060f3e1bfc82277" }, "downloads": -1, "filename": "tdf.templateuploadcenter-0.27.zip", "has_sig": false, "md5_digest": "7383dda30a8ce729bad7186971ea6590", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 92826, "upload_time": "2019-06-13T14:02:33", "url": "https://files.pythonhosted.org/packages/fd/12/6b765fc6cecfd6dcfbc96521ecb50fc3429ac258d2e8aa6b48b7026ef275/tdf.templateuploadcenter-0.27.zip" } ], "0.28": [ { "comment_text": "", "digests": { "md5": "685228d61a41601d745cfb581f6a10a2", "sha256": "2f96600a0bd047d3bfd6f1bee64674392e4dbd3c232feaaf7b1bcdac3f2a0141" }, "downloads": -1, "filename": "tdf.templateuploadcenter-0.28.zip", "has_sig": false, "md5_digest": "685228d61a41601d745cfb581f6a10a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 95199, "upload_time": "2019-07-15T22:07:55", "url": "https://files.pythonhosted.org/packages/da/db/7821846d27894f20ccfe2c39f971f8dc61293b59794eba42f39e3a8d722c/tdf.templateuploadcenter-0.28.zip" } ], "0.29": [ { "comment_text": "", "digests": { "md5": "f8601f7b0ad132c0c46960d214e98f6f", "sha256": "7cdfb868b958c752b17a808e1887f6a848d38fe170a549c2a23b4cd920778916" }, "downloads": -1, "filename": "tdf.templateuploadcenter-0.29.zip", "has_sig": false, "md5_digest": "f8601f7b0ad132c0c46960d214e98f6f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 95332, "upload_time": "2019-07-19T17:16:56", "url": "https://files.pythonhosted.org/packages/aa/64/7cc445391132089029ec39b8f5360348b4f229134050434538bf3a608e9a/tdf.templateuploadcenter-0.29.zip" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "30931df9441be1d6a49aa948999ea9f1", "sha256": "76776e1dc5c2561b666d9110b2aa626cd05961e681bb05ead8e0699687cd54a8" }, "downloads": -1, "filename": "tdf.templateuploadcenter-0.3.zip", "has_sig": false, "md5_digest": "30931df9441be1d6a49aa948999ea9f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 62187, "upload_time": "2016-03-12T18:29:27", "url": "https://files.pythonhosted.org/packages/9d/aa/0cc3ffbfae31f83f67a1710306d481aab1b1007ab070a2673570fc23c9e1/tdf.templateuploadcenter-0.3.zip" } ], "0.30": [ { "comment_text": "", "digests": { "md5": "a021695c5cffbc359e0683ee0a0d048a", "sha256": "6737849b2ff38a91e8b1c186f9b51c36bc734a928fba10413e3cd906f41cd4b8" }, "downloads": -1, "filename": "tdf.templateuploadcenter-0.30.zip", "has_sig": false, "md5_digest": "a021695c5cffbc359e0683ee0a0d048a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 95508, "upload_time": "2019-07-20T16:00:21", "url": "https://files.pythonhosted.org/packages/09/b5/c882241fc58b39f563a25d48ba6bf5aa4651dac75d8d725106a0ac47766a/tdf.templateuploadcenter-0.30.zip" } ], "0.31": [ { "comment_text": "", "digests": { "md5": "41b288e5469e3a7ac5082f3f259e829a", "sha256": "9707fd26322fe159cac76218969a5b9e6fb6228c789800a46c5345f0a6e461ae" }, "downloads": -1, "filename": "tdf.templateuploadcenter-0.31.zip", "has_sig": false, "md5_digest": "41b288e5469e3a7ac5082f3f259e829a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 95750, "upload_time": "2019-07-28T16:38:40", "url": "https://files.pythonhosted.org/packages/f1/e0/fc167216ffbd578e9f898a6304e89e2122e65d665dc872fabcbe523973b2/tdf.templateuploadcenter-0.31.zip" } ], "0.32": [ { "comment_text": "", "digests": { "md5": "eac6c0ef8609771827c17bd95b74e297", "sha256": "91ca1dbb2681a69ae3a7d42f043008476ed9b4c5f2cfc6cd19ab5d1c842d2604" }, "downloads": -1, "filename": "tdf.templateuploadcenter-0.32.zip", "has_sig": false, "md5_digest": "eac6c0ef8609771827c17bd95b74e297", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 95829, "upload_time": "2019-08-16T06:51:01", "url": "https://files.pythonhosted.org/packages/55/71/4e08c4fbda3afdf3b8e0e722f6eeb4c9b9a34365c13068c2e276c756a661/tdf.templateuploadcenter-0.32.zip" } ], "0.33": [ { "comment_text": "", "digests": { "md5": "1d555af3c7f81494e29576d7e800906a", "sha256": "fedc60830d535f6357af15e72fe4039cfdd725b9791173eea0a111e4daaadf1a" }, "downloads": -1, "filename": "tdf.templateuploadcenter-0.33.zip", "has_sig": false, "md5_digest": "1d555af3c7f81494e29576d7e800906a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 96105, "upload_time": "2019-09-07T10:29:59", "url": "https://files.pythonhosted.org/packages/fe/1c/95e2aae7c2019685e7110ebe9904a05a8c7426318ed187891c0709782982/tdf.templateuploadcenter-0.33.zip" } ], "0.34": [ { "comment_text": "", "digests": { "md5": "30902e0baa601aa3002238c3b34c2355", "sha256": "c21ec39f53effa3ddaeecae17677e15acd4d764fdac06e9a5316dc672e6d13fe" }, "downloads": -1, "filename": "tdf.templateuploadcenter-0.34.zip", "has_sig": false, "md5_digest": "30902e0baa601aa3002238c3b34c2355", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 96191, "upload_time": "2019-09-07T20:12:16", "url": "https://files.pythonhosted.org/packages/77/eb/24fab08b2429beab136ae8f90f65dc33f61c1777e08c703dbc1022e773c0/tdf.templateuploadcenter-0.34.zip" } ], "0.35": [ { "comment_text": "", "digests": { "md5": "3f5509cee67d2e9d7cad18450ef90359", "sha256": "bbe6b619fecbeb075ff7d42da573696f2b4841f08823771e0c44c147ab00247c" }, "downloads": -1, "filename": "tdf.templateuploadcenter-0.35.zip", "has_sig": false, "md5_digest": "3f5509cee67d2e9d7cad18450ef90359", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 96293, "upload_time": "2019-09-19T17:13:55", "url": "https://files.pythonhosted.org/packages/61/2a/c6b987207656d630f26f596439ca26a4fddc36bd8a715636b1f5f50f122f/tdf.templateuploadcenter-0.35.zip" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "ba4c7e34994d3fecb8a9ced73bd72476", "sha256": "44236fe2ff5c0b456cc9d3247631b3a5bf50b06d80057b878c2dcb355489c977" }, "downloads": -1, "filename": "tdf.templateuploadcenter-0.4.zip", "has_sig": false, "md5_digest": "ba4c7e34994d3fecb8a9ced73bd72476", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 62739, "upload_time": "2016-04-05T19:39:17", "url": "https://files.pythonhosted.org/packages/93/10/23826a845c44b94d2b65a7ac261c4e1643eef87747e469c64df9e589af30/tdf.templateuploadcenter-0.4.zip" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "8af1e4f65fe2a09437e631b7ac03fb22", "sha256": "874c15b5878a31e03622202dfbbbc0e49d1513c7c838598d1072891f82469930" }, "downloads": -1, "filename": "tdf.templateuploadcenter-0.5.zip", "has_sig": false, "md5_digest": "8af1e4f65fe2a09437e631b7ac03fb22", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 63036, "upload_time": "2016-05-14T06:31:55", "url": "https://files.pythonhosted.org/packages/e9/ee/66864f1fc6a3d882b8f3cca3e389b00699e37a0006b361bcbd3597e9acd4/tdf.templateuploadcenter-0.5.zip" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "943340cc1d5c122de94b245a5de18d50", "sha256": "35bde7cd28281cd8704c68f87dc82bd9130533dd241819b8f8b0ba6101c7cabc" }, "downloads": -1, "filename": "tdf.templateuploadcenter-0.6.zip", "has_sig": false, "md5_digest": "943340cc1d5c122de94b245a5de18d50", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 63398, "upload_time": "2016-05-20T19:28:23", "url": "https://files.pythonhosted.org/packages/3b/78/6c20a2528ff8079ecab45eae0ce71bb9ceb1e2e0f9c218ffc2fd9f5e5783/tdf.templateuploadcenter-0.6.zip" } ], "0.7": [ { "comment_text": "", "digests": { "md5": "44190bb03d1f7f371851f35c832bcdf9", "sha256": "08980cd25fd2b5de37503d90233e8c3b0e5f10f5c9421411a0a86c7e63115e85" }, "downloads": -1, "filename": "tdf.templateuploadcenter-0.7.zip", "has_sig": false, "md5_digest": "44190bb03d1f7f371851f35c832bcdf9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 64346, "upload_time": "2016-05-27T07:15:34", "url": "https://files.pythonhosted.org/packages/d3/b0/22ebad7e4b3d1b8dbf952e4819675fb5d7493cc3f038f175fb843b882972/tdf.templateuploadcenter-0.7.zip" } ], "0.8": [ { "comment_text": "", "digests": { "md5": "7536df4a4932f7f049c67dfa6d35cc6c", "sha256": "c813d33848b0c06026c76af6894527b72fe5569350a40ba02660078a0e01f915" }, "downloads": -1, "filename": "tdf.templateuploadcenter-0.8.zip", "has_sig": false, "md5_digest": "7536df4a4932f7f049c67dfa6d35cc6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 64456, "upload_time": "2016-07-11T19:36:20", "url": "https://files.pythonhosted.org/packages/03/9a/81d140aa69aa58758ef4bb9187ead3d234b7d5553631ecf4ed10afd4657c/tdf.templateuploadcenter-0.8.zip" } ], "0.9": [ { "comment_text": "", "digests": { "md5": "d596566787e2fdf14f6d8d453b2cb8cc", "sha256": "72a8853593e43c96636d9f82eb15eb93b96466139512aa98723cf64aa7e82943" }, "downloads": -1, "filename": "tdf.templateuploadcenter-0.9.zip", "has_sig": false, "md5_digest": "d596566787e2fdf14f6d8d453b2cb8cc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 65059, "upload_time": "2016-08-21T09:33:55", "url": "https://files.pythonhosted.org/packages/74/74/82908fbe5621caa4e9f366e8fe9657db555e447b5078d6b7d379da6e8796/tdf.templateuploadcenter-0.9.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3f5509cee67d2e9d7cad18450ef90359", "sha256": "bbe6b619fecbeb075ff7d42da573696f2b4841f08823771e0c44c147ab00247c" }, "downloads": -1, "filename": "tdf.templateuploadcenter-0.35.zip", "has_sig": false, "md5_digest": "3f5509cee67d2e9d7cad18450ef90359", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 96293, "upload_time": "2019-09-19T17:13:55", "url": "https://files.pythonhosted.org/packages/61/2a/c6b987207656d630f26f596439ca26a4fddc36bd8a715636b1f5f50f122f/tdf.templateuploadcenter-0.35.zip" } ] }