{ "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": "# tdf.extensionuploadcenter\n\nA Plone add-on for the LibreOffice extension uploadcenter that will make the publishing of extensions for LibreOffice much easier.\n\n## Features\n\n\n- The add-on creates four content objects: Extension Upload Center, Extension Project, Extension Release, Extension Linked Release\n- The Center is used for the configuration:\n + Name of the Extensions Center\n + Description of the center\n + Product description\n + Product title\n + (Product) Categories\n + (Product) Lizenses\n + (Product) Versions\n + Platforms\n + (Product) Install instructions\n + Instructions for bug reports\n + Legal Disclaimer for contributions and downloads\n + Email-Address for the optional messaging of new releases to a\n\n- The Project contains all the necessary information about the contributor and the project:\n + Project description and details\n + Links to external homepage and documentation of the project\n + Project contact email address\n + Project screenshot and logo\n\n- The Release and the linked Release provide fields for the necessary information for downloadable and linked extensions files:\n + Release title, created from project title and release number\n + Description and details of the release\n + Changelog\n + Release license\n + Release compatibility\n + Legal declaration for contributors\n + Optional link to the source code\n + Form fields for file upload or the links to the files\n + Release platform compatibility\n\n- Messaging:\n + to all project owner once a new product version is added\n + to a project owner if the status of his project changed\n + to a project owner if a release was added (to his project)\n + to the administrator email if a new project was added\n + to a hub email address if a new release was published in final state\n\n\n## Examples\n\nThis add-on can be seen in action at the following sites:\n- https://extensions.libreoffice.org/extensions\n\n\n## Documentation\n\nThe documentation will be in the docs folder of this add-on.\n\n\n## Translations\n\nThis product has been translated into\n\n- (currently no translations)\n\n\n## Installation\n\nInstall tdf.extensionuploadcenter by adding it to your buildout:\n\n```\n\n [buildout]\n\n ...\n\n eggs =\n tdf.extensionuploadcenter\n\n\n```\n\n\n## Contribute\n\n\n- Issue Tracker: https://github.com/tdf/tdf.extensionuploadcenter/issues\n- Source Code: https://github.com/tdf/tdf.extensionuploadcenter\n- Documentation: inside the docs folder of the add-on\n\n\n## Support\n\nIf you are having issues, please let us know.\n\n\n\n## License\n\nThe project is licensed under the GPLv2.\n\n\n\n\n\n\nChangelog\n=========\n\n0.42 (2019-09-21)\n-----------------\n\n- Pep8 fixes [Andreas Mantke]\n- Update localization files [Andreas Mantke]\n\n\n0.41 (2019-09-15)\n-----------------\n\n- Fix a typo in the notifications module [Andreas Mantke]\n- Pep8 fixes [Andreas Mantke]\n- Update localization files and German localization. [Andreas Mantke]\n\n\n0.40 (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.39 (2019-09-05)\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\n\n0.38 (2019-08-22)\n-----------------\n\n- Add a further table class from the Barceloneta theme for\n listing tables to the project view. [Andreas Mantke]\n- Move 'contact the author' to the sidebar [Andreas Mantke]\n- Fix description and title strings in the center module [Andreas Mantke]\n- Update localization for string changes [Andreas Mantke]\n\n\n\n0.37 (2019-08-17)\n-----------------\n\n- Fix css classes in project view [Andreas Mantke]\n- Fix regular expressions for validation of file extensions [Andreas Mantke]\n\n\n\n0.36 (2019-08-01)\n-----------------\n\n- Add a title to fields description and product_description of the\n eupcenter and remove their description entry [Andreas Mantke]\n- Add fields to submit allowed image, documentation and extension\n file extensions instead of formerly hard coded file extensions\n for them to give more flexibility to the site administrator\n [Andreas Mantke]\n- Add new indexes to the portal_catalog to hold the values of\n allowed image, documentation and extension file extensions\n [Andreas Mantke]\n- Create new validators for image and documentation file extensions\n inside the eupproject and the eupsmallproject modules and move\n the validation to this validators [Andreas Mantke]\n- Create new validators for extension file extensions inside the\n euprelease, the tuplinkedrelease module and the eupsmallproject\n module. Move the validation to this validators [Andreas Mantke]\n- Add new fields to display the currently allowed image, documentation\n and extension file extensions to the eupproject, the eupsmallproject,\n the euprelease and the euplinkedrelease [Andreas Mantke]\n- Remove old and unnecessary functions for the validation of\n image, documentation and template file extensions [Andreas Mantke]\n- Update localization template, Spanish localization file and\n German translation file [Andreas Mantke]\n- Add fields and a fieldset for documentation to the\n smallextensionsproject module [Andreas Mantke]\n- Fix translation tags in project view [Andreas Mantke]\n\n\n\n0.35 (2019-07-17)\n-----------------\n\n- Fix an import in the mailtoauthor module [Andreas Mantke]\n- Improve portal_catalog search for projects, if the text search\n field stays empty [Andreas Mantke]\n\n\n0.34 (2019-06-12)\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 and Spanish\n localization file [Andreas Mantke]\n\n\n0.33 (2019-05-30)\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 translation and Spanish\n localization file [Andreas Mantke]\n\n\n0.32 (2019-05-12)\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, Spanish localization file and German\n localization [Andreas Mantke]\n\n\n\n0.30 (2019-04-11)\n-----------------\n\n- Add a missing entry for small extension projects in the search for newest\n projects [Andreas Mantke]\n- CSS fix [Andreas Mantke]\n- Structure the eupproject 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\n\n\n0.29 (2019-03-28)\n-----------------\n\n- Improve the view and the search features of the eupcenter and include the new\n module for smalll projects in the search and listing [Andreas Mantke]\n- Add the install instructions to the ressources of the new module for small\n projects view [Andreas Mantke]\n\n\n0.28 (2019-03-24)\n-----------------\n\n- Add a new module for small extension projects [Andreas Mantke]\n- New function to search and display categories for extension\n projects and small extension projects [Andreas Mantke]\n- Update German localization [Andreas Mantke]\n\n\n0.27 (2018-12-09)\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\n\n0.26 (2018-11-18)\n-----------------\n\n- Move the messaging about the creation of new projects to\n the eupprojects 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 extension project workflow [Andreas Mantke]\n- Update German localization [Andreas Mantke]\n\n\n0.25 (2018-10-24)\n-----------------\n\n- Moved changelog to CHANGES.txt [Andreas Mantke]\n- Move CSS styles for tables on eupproject view from inline\n style to the stylesheet file and improve the styles\n [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 and plone.cfg to Plone 5.1 [Andreas Mantke]\n\n\n0.24 (2018-08-28)\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 eupcenter.py\n [Andreas Mantke]\n- Update of the internationalization template and the po-files for the\n German and Spanish language [Andreas Mantke]\n\n\n0.23 (2018-08-11)\n-----------------\n\n- Marked some message strings as utf-8. [Andreas Mantke]\n\n\n0.22 (2018-08-08)\n-----------------\n\n- A type_id issue fixed in the project workflow [Andreas Mantke]\n- Fixed some strings in the modules eupcenter, eupproject, euprelease\n and eupreleaselink [Andreas Mantke]\n- Update of localization to German after string changes [Andreas Mantke]\n\n\n0.21 (2018-08-01)\n-----------------\n\n- Added a workflow for extension projects [Andreas Mantke]\n- Update of the localization to German. [Andreas Mantke]\n\n\n0.20 (2018-07-21)\n-----------------\n\n- Removed a redundant link from the linked release view [Andreas Mantke]\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 the\n project manager, send for changing the workflow state. [Andreas Mantke]\n\n\n0.19 (2018-06-24)\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- Fixed link to the documentation file in the project view [Andreas Mantke]\n- Updated string format handling to modern method in eupcenter.py, eupproject.py,\n euprelease.py, eupreleaselink.py and bootstrap.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 localization to German [Andreas Mantke]\n\n\n\n\n0.18 (2018-01-30)\n-----------------\n\n- Heading for release details and changelog will be hidden in the\n eupreleases and eupreleaseslink view, if there is no content for\n this topics [Andreas Mantke]\n- Update versions of LibreOffice [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 of the internationalization template and the po-files for the\n German and Spanish language [Andreas Mantke]\n\n\n\n0.17 (2018-01-07)\n-----------------\n\n- Fixed Tal-expression in views of release and linked release [Andreas Mantke]\n\n\n0.16a0 (2017-09-18)\n-------------------\n\n-\n\n\n0.16 (2017-09-18)\n-----------------\n\n- Notification about a new entry in the review list added to help the reviewer. [Andreas Mantke].\n\n\n0.15 (2017-04-11)\n-----------------\n\n- Fixed a condition for linked releases on project view [Andreas Mantke]\n- Project screenshot will be displayed in large scale with a mouse click [Andreas Mantke]\n- Improve the messaging for new projects according to the review status. [Andreas Mantke]\n- Remove two not necessary i18n-domain declarations [Andreas Mantke]\n- Fixed typo in the add on extension command in own_project.pt [Andreas Mantke]\n- Fixed issue in command for listing of projects of current user [Andresa Mantke]\n- Fixed listing of eupreleases and linked eupreleases and the display of the latest\n final (linked) release on the project page [Andreas Mantke]\n- Update localisation template and localisation into German [Andreas Mantke]\n\n\n0.14 (2017-03-02)\n-----------------\n\n- Add a displayed title to the further file upload sections of a release [Andreas Mantke]\n- Create a fieldset for every further linked file of a linked release and the associated fields [Andreas Mantke]\n- Add an index for the project contact address to the portal catalog [Andreas Mantke]\n- Add a field for uploaded project documentation and display it, add more translation tags\n to project view [Anddreas Mantke]\n- Update localisation template and German localisation [Andreas Mantke]\n- Improvement for the error messages and instructions on eupprojects [Andreas Mantke]\n- Better error messages on eupreleases and linked eupreleases [Andreas Mantke]\n- Fix catalog search to the Title index in case of special () characters [Victor Fernandez de Alba]\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 localisation template file and German localisation [Andreas Mantke]\n\n\n0.13 (2016-12-31)\n-----------------\n\n- Fix of the header of the German localization file [Andreas Mantke]\n- Fix field releated 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- Fixed a typo [Samuel Mehrbrodt]\n- Add support for querying the release compatibility version of inner releases from projects [Victor Fernandez de Alba]\n- Set the max length of a release name/numbering to twelf [Andreas Mantke]\n- Display the specific file name for each downloadable file [Andreas Mantke]\n- Add the file names next to the download arrow for the current release [Andreaas Mantke]\n- Fix of fieldset and migrate it to model from plone.supermodel [Andreas Mantke]\n- Spellcheck fix in own_project.pt [Andreas Mantke]\n- Update of localization template file and of the translation into German [Andreas Mantke]\n\n0.12 (2016-09-08)\n-----------------\n\n- Fix and add some more localization tags.\n- Fix of ressource registry css URL [Victor Fernandez de Alba]\n\n\n0.11 (2016-09-02)\n-----------------\n\n- Update localisation template and translation into German [Andreas Mantke]\n- Fix and add some localization tags [Andreas Mantke]\n- Spanish localisation [Adolfo Jayme Barrientos]\n\n\n0.9 (2016-08-28)\n----------------\n\n- Adding German localisation [Andreas Mantke]\n- Update of localisation template file (*.pot) [Andreas Mantke]\n- Fixes for localisation tags [Andreas Mantke]\n\n\n0.8 (2016-08-20)\n----------------\n\n- Adding file extension validation for linked extension releases [Andreas Mantke]\n- Adding image extension validation to project module [Andreas Mantke]\n- Adding file extension validation to release module [Andreas Mantke]\n\n\n0.7 (2016-07-05)\n----------------\n\n- Shorten boolean testing expressions [Andreas Mantke]\n- CSS list style optimisation and style fixes [Andreas Mantke]\n- PEP-8-Fixes [Andreas Mantke]\n\n\n0.6 (2016-05-28)\n----------------\n\n- Adding a MANIFEST.in file [Andreas Mantke]\n\n\n0.5 (2016-05-25)\n----------------\n\n- Updated the translation template file [Andreas Mantke]\n- Added a missing closing div to the project view [Andreas Mantke]\n- Added a validator for the release and linked release name uniqueness and it's adapters [Andreas Mantke]\n- Changed the compatibility list in the project view to a text line [Andreas Mantke]\n- Removed an obsolet div from the project view [Andreas Mantke]\n\n0.4 (2016-05-21)\n----------------\n\n- Reordering of the project view template [Andreas Mantke]\n- Removing the navtree from project and releases view [Andreas Mantke]\n- Update of strings in the internationalisation template file (*.pot) [Andreas Mantke]\n\n\n0.3 (2016-03-10)\n----------------\n\n- Add of README.md [Andreas Mantke]\n- Removed doubled directory of tdf.extensionuploadcenter.egg-info [Andreas Mantke]\n\n0.1 (2016-03-07)\n----------------\n\n- Initial release\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/tdf/tdf.extensionuploadcenter", "keywords": "Plone Add-On LibreOffice extension extensionuploadcenter", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "tdf.extensionuploadcenter", "package_url": "https://pypi.org/project/tdf.extensionuploadcenter/", "platform": "", "project_url": "https://pypi.org/project/tdf.extensionuploadcenter/", "project_urls": { "Homepage": "http://github.com/tdf/tdf.extensionuploadcenter" }, "release_url": "https://pypi.org/project/tdf.extensionuploadcenter/0.42/", "requires_dist": [ "setuptools", "plone.app.dexterity", "plone.namedfile[blobs]", "collective.dexteritytextindexer", "cioppino.twothumbs", "plone.formwidget.recaptcha" ], "requires_python": "", "summary": "TDF Extension Upload Center", "version": "0.42" }, "last_serial": 5865458, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "cf7ca5a503f6af3c3e63f75a844e8e48", "sha256": "b3aca93d8599bf436d3b05057f0ccb04d88da4153b45f7876b8fa51c36236ac3" }, "downloads": -1, "filename": "tdf.extensionuploadcenter-0.1.zip", "has_sig": false, "md5_digest": "cf7ca5a503f6af3c3e63f75a844e8e48", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 65684, "upload_time": "2016-03-07T20:08:33", "url": "https://files.pythonhosted.org/packages/a5/ca/704af29dcb1248e7cf3ee3ce9ae28de4687c35aa669195fbced58cb8ba5e/tdf.extensionuploadcenter-0.1.zip" } ], "0.11": [ { "comment_text": "", "digests": { "md5": "1ae896aa90ae20691863004159c702c1", "sha256": "610c70970e5ae76528a768cf9161d41e7644baabfd2abe61ff0a0f61840a3b23" }, "downloads": -1, "filename": "tdf.extensionuploadcenter-0.11.zip", "has_sig": false, "md5_digest": "1ae896aa90ae20691863004159c702c1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 69173, "upload_time": "2016-09-02T20:57:41", "url": "https://files.pythonhosted.org/packages/7f/3d/93cf1bf33f423bece2eb87f86a403c792ab6d40d65de4e1014483acebc42/tdf.extensionuploadcenter-0.11.zip" } ], "0.12": [ { "comment_text": "", "digests": { "md5": "04d50ea005927fae9ae6cc87c7b1bf4b", "sha256": "87f855b3e3378b3143050c29dac8373578e5ed02e42af6552e0ae1a7396ca611" }, "downloads": -1, "filename": "tdf.extensionuploadcenter-0.12.zip", "has_sig": false, "md5_digest": "04d50ea005927fae9ae6cc87c7b1bf4b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 69218, "upload_time": "2016-09-08T08:51:10", "url": "https://files.pythonhosted.org/packages/14/74/b6bdf9ab8c478f107b0c6fffba3596ff504d35f6a1b8eb7dd9e892a993c1/tdf.extensionuploadcenter-0.12.zip" } ], "0.13": [ { "comment_text": "", "digests": { "md5": "c1d7c1d19395a862c7fd1f7f8fc37510", "sha256": "eec7a82e82c1b05f68f7aa128e087258bf59ae59ee5618ae67dd68285777ae09" }, "downloads": -1, "filename": "tdf.extensionuploadcenter-0.13.zip", "has_sig": false, "md5_digest": "c1d7c1d19395a862c7fd1f7f8fc37510", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 74444, "upload_time": "2016-12-31T14:04:54", "url": "https://files.pythonhosted.org/packages/65/9c/e331a1ab2edf236e99e08f1776a20f578ab71cd803b90584fb7db2949c20/tdf.extensionuploadcenter-0.13.zip" } ], "0.14": [ { "comment_text": "", "digests": { "md5": "3ec0f4fe1ed0027ed12afc0aa48190ba", "sha256": "b93d5c45c9c2318403fc3d58c9664f423b82b0b303cba9785d2796807ee739d9" }, "downloads": -1, "filename": "tdf.extensionuploadcenter-0.14.zip", "has_sig": false, "md5_digest": "3ec0f4fe1ed0027ed12afc0aa48190ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 76568, "upload_time": "2017-03-02T20:29:42", "url": "https://files.pythonhosted.org/packages/44/bc/a868baf08d4ce7ed9ba516851cfe371587a32ac14e74bab9a39b37d04c40/tdf.extensionuploadcenter-0.14.zip" } ], "0.15": [ { "comment_text": "", "digests": { "md5": "8472b3ae63a393055986910de3fe0304", "sha256": "17357ea798b36540857f67b5db0d625f714ad6b7515f3bfcd71d1f29ad4504ac" }, "downloads": -1, "filename": "tdf.extensionuploadcenter-0.15.zip", "has_sig": false, "md5_digest": "8472b3ae63a393055986910de3fe0304", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 78513, "upload_time": "2017-04-11T19:27:08", "url": "https://files.pythonhosted.org/packages/d2/40/02193752dc1262df00c6d29c08af1af66fc67d1001a0b1dd232e454241c4/tdf.extensionuploadcenter-0.15.zip" } ], "0.16a0": [ { "comment_text": "", "digests": { "md5": "2af04d87634045b66cd0fa8813a1aca6", "sha256": "841dd1b563c4dbc1eb0645568f8b2c201dddef5f647076081ff0cbf09315e17c" }, "downloads": -1, "filename": "tdf.extensionuploadcenter-0.16a0.zip", "has_sig": false, "md5_digest": "2af04d87634045b66cd0fa8813a1aca6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 79130, "upload_time": "2017-09-18T19:08:22", "url": "https://files.pythonhosted.org/packages/06/ce/06a41e8d3bf4b328c658c2ada1c8f824500cc971837a21366c215e368d29/tdf.extensionuploadcenter-0.16a0.zip" } ], "0.17": [ { "comment_text": "", "digests": { "md5": "2ca658c9ffbbeacd58b57679a09f1532", "sha256": "93da9de95b8ff6b59775012239d9d9fe3553b3a69a87821a22e9a7df770325e4" }, "downloads": -1, "filename": "tdf.extensionuploadcenter-0.17.zip", "has_sig": false, "md5_digest": "2ca658c9ffbbeacd58b57679a09f1532", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 78988, "upload_time": "2018-01-07T14:20:07", "url": "https://files.pythonhosted.org/packages/8f/41/3fd43a240d8671ae1942e477d500c1f3f736cf364c337f0a570b2f1afe8a/tdf.extensionuploadcenter-0.17.zip" } ], "0.18": [ { "comment_text": "", "digests": { "md5": "948a39f01733f591b5a0afc2ca086031", "sha256": "74ff0d76bc0d9155d75a0f4f54530a0e55c1961af2fa6c9bc55a852e4bc553ff" }, "downloads": -1, "filename": "tdf.extensionuploadcenter-0.18.zip", "has_sig": false, "md5_digest": "948a39f01733f591b5a0afc2ca086031", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 79657, "upload_time": "2018-01-30T15:19:56", "url": "https://files.pythonhosted.org/packages/fc/3a/1849c27d5963e16cbddf99d8816667c97471cd6a664aee4f3ed78af75b08/tdf.extensionuploadcenter-0.18.zip" } ], "0.19": [ { "comment_text": "", "digests": { "md5": "2c62518dbf422d151e409b476ba60164", "sha256": "0914d71c0ef1852fa1b01405ec58fbd29866af6d715fda4828ccbb0ac4762b11" }, "downloads": -1, "filename": "tdf.extensionuploadcenter-0.19.zip", "has_sig": false, "md5_digest": "2c62518dbf422d151e409b476ba60164", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 80589, "upload_time": "2018-06-24T17:56:29", "url": "https://files.pythonhosted.org/packages/8b/6a/c8083c58e089b8235d331860dddbf3cf2926d6161c9e6e5f3ae688df61bf/tdf.extensionuploadcenter-0.19.zip" } ], "0.20": [ { "comment_text": "", "digests": { "md5": "4476ed3c3b67fc52b32df01f0f427430", "sha256": "90d062c5be08e4002fac8561a031d932000b8451bedbb6f2d7009233205dd03c" }, "downloads": -1, "filename": "tdf.extensionuploadcenter-0.20.zip", "has_sig": false, "md5_digest": "4476ed3c3b67fc52b32df01f0f427430", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 81275, "upload_time": "2018-07-21T09:03:42", "url": "https://files.pythonhosted.org/packages/87/fd/6e9a1399cafed77cb169239e6e90231e36bf210e936f2f9d03cee495e1e0/tdf.extensionuploadcenter-0.20.zip" } ], "0.21": [ { "comment_text": "", "digests": { "md5": "de9a0a9079b194413c34d4a8cea2d618", "sha256": "7dee8008c102682e23bc32e5ae32aa601dab76549a10e81f590cc6cf624d731f" }, "downloads": -1, "filename": "tdf.extensionuploadcenter-0.21.zip", "has_sig": false, "md5_digest": "de9a0a9079b194413c34d4a8cea2d618", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 82840, "upload_time": "2018-08-01T17:50:00", "url": "https://files.pythonhosted.org/packages/86/78/9a03d5ded733b5a6f5abca1ce3cddfc39f6b9ad2346ca771c4ea9f10a971/tdf.extensionuploadcenter-0.21.zip" } ], "0.22": [ { "comment_text": "", "digests": { "md5": "b7d4f6649075c4a82bfd13ff4b834209", "sha256": "7688df073a8576fbb1d1b72d7f5b7ad4e032350358390e7c75e79a98cfc0d855" }, "downloads": -1, "filename": "tdf.extensionuploadcenter-0.22.zip", "has_sig": false, "md5_digest": "b7d4f6649075c4a82bfd13ff4b834209", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 83015, "upload_time": "2018-08-08T16:47:59", "url": "https://files.pythonhosted.org/packages/17/8e/2045e26586d4c738b1f295001e51e39b5c2796ad356c81962963451c025f/tdf.extensionuploadcenter-0.22.zip" } ], "0.23": [ { "comment_text": "", "digests": { "md5": "461a07819f3ab49ba98ce9097e7e9833", "sha256": "20fb460f2f4ffeaac7d8c80fea1b495ca64484f0a0584fbf735d323917bfa649" }, "downloads": -1, "filename": "tdf.extensionuploadcenter-0.23.zip", "has_sig": false, "md5_digest": "461a07819f3ab49ba98ce9097e7e9833", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 83100, "upload_time": "2018-08-11T05:38:30", "url": "https://files.pythonhosted.org/packages/a4/3e/3272f7e9311b87bcc0f2b3804f95393d72e03817bf4acb1fe56173c4a485/tdf.extensionuploadcenter-0.23.zip" } ], "0.24": [ { "comment_text": "", "digests": { "md5": "0f343e3b5212968f9a20cd83e6aa2f2f", "sha256": "1c517e5271afaeb1de7d2a99f366faefcc87dbd2f6e34466941e21117768201e" }, "downloads": -1, "filename": "tdf.extensionuploadcenter-0.24.zip", "has_sig": false, "md5_digest": "0f343e3b5212968f9a20cd83e6aa2f2f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 83633, "upload_time": "2018-08-28T16:13:33", "url": "https://files.pythonhosted.org/packages/b4/3a/fe446dbc77aba4687da2fe3bb7309102e8c15bd43af08a0a0011b7ac7269/tdf.extensionuploadcenter-0.24.zip" } ], "0.25": [ { "comment_text": "", "digests": { "md5": "5a6452c5d429c66022d543c2d0554bcd", "sha256": "a869fd7494c90680e7dfb2d47d26f9b8321776798aa074a81bcd9f9cfa05cc45" }, "downloads": -1, "filename": "tdf.extensionuploadcenter-0.25.zip", "has_sig": false, "md5_digest": "5a6452c5d429c66022d543c2d0554bcd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 84374, "upload_time": "2018-10-24T17:39:04", "url": "https://files.pythonhosted.org/packages/a5/30/b9d5ec388b7f1865ee63ac1425a742dd3348635e5b35e3c2ae8b3f5c4898/tdf.extensionuploadcenter-0.25.zip" } ], "0.26": [ { "comment_text": "", "digests": { "md5": "78aae84b8fb35049aa572194378c7b0c", "sha256": "bbdf9fb3818b6075ab2cfda2c93fb60602022fb0a61dd46a1f836255662e38b1" }, "downloads": -1, "filename": "tdf.extensionuploadcenter-0.26.zip", "has_sig": false, "md5_digest": "78aae84b8fb35049aa572194378c7b0c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 84994, "upload_time": "2018-11-18T08:59:18", "url": "https://files.pythonhosted.org/packages/3e/21/150a2db32989c6d1eefe050f7cc96f13dd1fba798a906d7f39401be97c4e/tdf.extensionuploadcenter-0.26.zip" } ], "0.28": [ { "comment_text": "", "digests": { "md5": "02d63f7b399e1ba3ae7a3d9b4f803c8f", "sha256": "d0cd87b0e43aa22fe5527b66bce1c49bc86040419c368ecc40af2e636b06ed04" }, "downloads": -1, "filename": "tdf.extensionuploadcenter-0.28.zip", "has_sig": false, "md5_digest": "02d63f7b399e1ba3ae7a3d9b4f803c8f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 93764, "upload_time": "2019-03-24T21:55:59", "url": "https://files.pythonhosted.org/packages/8c/d7/9b099435d7b5c26edb6dee8599b25fa672c9a69c1eb4cc45c8af2fa4b95a/tdf.extensionuploadcenter-0.28.zip" } ], "0.29": [ { "comment_text": "", "digests": { "md5": "ee6aa7cd6a0eca575d8689f15b07a3a9", "sha256": "6901d7361f6544f1f7aba7f6ca3d6da0554b1696e4e59d1a8b3543331e3b59cf" }, "downloads": -1, "filename": "tdf.extensionuploadcenter-0.29.zip", "has_sig": false, "md5_digest": "ee6aa7cd6a0eca575d8689f15b07a3a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 94118, "upload_time": "2019-03-28T19:08:24", "url": "https://files.pythonhosted.org/packages/2e/d5/a964af92ff55441c96734f559015a8e54102847bd7fde9c5eafea7e831c4/tdf.extensionuploadcenter-0.29.zip" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "19e10a4507e308de7779e46d7d0b111a", "sha256": "fefae6a53971a27765ad845945df05eaac16d9b130b9b0dae22a3fe76f066097" }, "downloads": -1, "filename": "tdf.extensionuploadcenter-0.3.zip", "has_sig": false, "md5_digest": "19e10a4507e308de7779e46d7d0b111a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 63701, "upload_time": "2016-03-10T20:01:45", "url": "https://files.pythonhosted.org/packages/04/5d/ab31ffb8a5c6d026b0dfba9eb20df32d290f90d7a1f0f730b13a82fc4443/tdf.extensionuploadcenter-0.3.zip" } ], "0.30": [ { "comment_text": "", "digests": { "md5": "56cc911a7dde8e531050c41251f8d908", "sha256": "668e0c299588c09be9e4c4d0afe76b26bb7b113017660786255c61f0f6b7ac51" }, "downloads": -1, "filename": "tdf.extensionuploadcenter-0.30.zip", "has_sig": false, "md5_digest": "56cc911a7dde8e531050c41251f8d908", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 95740, "upload_time": "2019-04-11T16:41:36", "url": "https://files.pythonhosted.org/packages/eb/b0/ef42a9955c48377f573911ecd19fd8fe78e77bd7c7c16a7eaf83b4f64732/tdf.extensionuploadcenter-0.30.zip" } ], "0.32": [ { "comment_text": "", "digests": { "md5": "2d7e0973a5af61fff90a0b5b8213c2dc", "sha256": "f93a96831dae971f78afdbd59050a910e51119241633da87e759cfca5344fac8" }, "downloads": -1, "filename": "tdf.extensionuploadcenter-0.32.zip", "has_sig": false, "md5_digest": "2d7e0973a5af61fff90a0b5b8213c2dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 99389, "upload_time": "2019-05-12T09:32:20", "url": "https://files.pythonhosted.org/packages/1f/2c/b7bf5214771e6384ffc30e9315d42692cea982a913f7ef7189567ac4f63f/tdf.extensionuploadcenter-0.32.zip" } ], "0.33": [ { "comment_text": "", "digests": { "md5": "1afee7ba1e2822c8e210520ab590d435", "sha256": "7612562821b45ef4afc714c6c78724a295b88d8b5114eda663893692609832d0" }, "downloads": -1, "filename": "tdf.extensionuploadcenter-0.33.zip", "has_sig": false, "md5_digest": "1afee7ba1e2822c8e210520ab590d435", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 97488, "upload_time": "2019-05-30T08:44:57", "url": "https://files.pythonhosted.org/packages/9b/18/121a818c3f25a76363826874895873a8f4dcd3df1c638c8566772ea42ce6/tdf.extensionuploadcenter-0.33.zip" } ], "0.34": [ { "comment_text": "", "digests": { "md5": "59ceceb142fae07c5b7608b51b2e0f22", "sha256": "c998f060569f72ecf215179296d74c6277ec3dae208cb22ce7367702797bab51" }, "downloads": -1, "filename": "tdf.extensionuploadcenter-0.34.zip", "has_sig": false, "md5_digest": "59ceceb142fae07c5b7608b51b2e0f22", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 99792, "upload_time": "2019-06-12T19:36:40", "url": "https://files.pythonhosted.org/packages/b7/ad/f7658a8b53b7668385b22f031198ca8ca312ac123946c04c1d5f3f19c61b/tdf.extensionuploadcenter-0.34.zip" } ], "0.35": [ { "comment_text": "", "digests": { "md5": "b028087dbe4d8519859e03d41749a4a2", "sha256": "5c4ec4da3472deda5e42f5ce2c0e8a17db634af37871b40561020d40d959592e" }, "downloads": -1, "filename": "tdf.extensionuploadcenter-0.35.zip", "has_sig": false, "md5_digest": "b028087dbe4d8519859e03d41749a4a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 99993, "upload_time": "2019-07-17T06:38:39", "url": "https://files.pythonhosted.org/packages/47/19/2c7c6420935ded622205e80dcf2bee194fcb3bc935aa14a122116268c020/tdf.extensionuploadcenter-0.35.zip" } ], "0.36": [ { "comment_text": "", "digests": { "md5": "a229589cb6a89b76a5669235d481819d", "sha256": "619e7780acacfb57a24d472d6dcc7e99e2210e3367a276c11c459eeb8d7dac56" }, "downloads": -1, "filename": "tdf.extensionuploadcenter-0.36-py2-none-any.whl", "has_sig": false, "md5_digest": "a229589cb6a89b76a5669235d481819d", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 77589, "upload_time": "2019-08-01T17:01:06", "url": "https://files.pythonhosted.org/packages/bd/b5/d2eeb9c0c51be38bceb8929fd39924bd8e0d3c58b01f6920ea4f5c7c9f3a/tdf.extensionuploadcenter-0.36-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6829b2913483df79a6723f2307d1ac6e", "sha256": "17ea8105b138f826cd46171bf889f6d61656ad5df356f1bbdd9f0767c4bf1297" }, "downloads": -1, "filename": "tdf.extensionuploadcenter-0.36.zip", "has_sig": false, "md5_digest": "6829b2913483df79a6723f2307d1ac6e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 102511, "upload_time": "2019-08-01T17:01:10", "url": "https://files.pythonhosted.org/packages/9e/cf/6278c84088d8ae19c23d60a5476fe558c34c8209374c1bbcf97beba421ee/tdf.extensionuploadcenter-0.36.zip" } ], "0.37": [ { "comment_text": "", "digests": { "md5": "5895358d88fc1606dade91d8bddb2084", "sha256": "f6edae11b157e9aef301951157f78faf7a900507271d3800ae9bd3d9e357cb3a" }, "downloads": -1, "filename": "tdf.extensionuploadcenter-0.37-py2-none-any.whl", "has_sig": false, "md5_digest": "5895358d88fc1606dade91d8bddb2084", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 120415, "upload_time": "2019-08-17T11:24:03", "url": "https://files.pythonhosted.org/packages/c1/94/f8c95f3c351b3bc0378b4ae835aac59d6add0437c85c78d80fb8a1e5c034/tdf.extensionuploadcenter-0.37-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "881f21e6932c9e656d702c7476061691", "sha256": "7debc61e2ab36f5792a479dc9ca972edd8c9ed29a31fbb07c0ad1e00d620fd18" }, "downloads": -1, "filename": "tdf.extensionuploadcenter-0.37.zip", "has_sig": false, "md5_digest": "881f21e6932c9e656d702c7476061691", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 102616, "upload_time": "2019-08-17T11:24:08", "url": "https://files.pythonhosted.org/packages/1f/34/d6ce0eb370606563a198e961214fa717e3fb725090a52425d98ba5411366/tdf.extensionuploadcenter-0.37.zip" } ], "0.38": [ { "comment_text": "", "digests": { "md5": "2b2e882d78a102b257f9810169577385", "sha256": "13c8e530df99913128fa9c9871f33117512a23e4b0884d783b22b7df58120202" }, "downloads": -1, "filename": "tdf.extensionuploadcenter-0.38-py2-none-any.whl", "has_sig": false, "md5_digest": "2b2e882d78a102b257f9810169577385", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 120516, "upload_time": "2019-08-22T18:25:53", "url": "https://files.pythonhosted.org/packages/ad/ac/c2510b06aa8d543d8c91a6998b810bf10b01afbb7e6e0767ac4e12b96b2e/tdf.extensionuploadcenter-0.38-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5dcba5a1d66fe952d5a78f81abd858b7", "sha256": "3c2dc5298c6a7742cc0ee8602120ef0dcc3be992fb358b26824c4165ee82ef17" }, "downloads": -1, "filename": "tdf.extensionuploadcenter-0.38.zip", "has_sig": false, "md5_digest": "5dcba5a1d66fe952d5a78f81abd858b7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 102904, "upload_time": "2019-08-22T18:25:59", "url": "https://files.pythonhosted.org/packages/e5/62/2eca2bf5af29f12dc52e570b5c20190bcf0dc51e4b57afca88d37b8e1fa1/tdf.extensionuploadcenter-0.38.zip" } ], "0.39": [ { "comment_text": "", "digests": { "md5": "f4cd07b556b01cb5af1bda82f7180a06", "sha256": "971ebb8a192281dc4c21664c72c3096588d9ad0def4920e2b9b321b376ee25da" }, "downloads": -1, "filename": "tdf.extensionuploadcenter-0.39-py2-none-any.whl", "has_sig": false, "md5_digest": "f4cd07b556b01cb5af1bda82f7180a06", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 120646, "upload_time": "2019-09-05T16:15:42", "url": "https://files.pythonhosted.org/packages/50/69/3cbf82341f45b34f30ea21063825c9ebf7f3e1d95bd769ed6c0bfba4f7c2/tdf.extensionuploadcenter-0.39-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a1576c2490137d7b170c702d130b7345", "sha256": "98c7cbedb122c79e20d4359c75e478784f662677301359f2900bad2c7c5839d9" }, "downloads": -1, "filename": "tdf.extensionuploadcenter-0.39.zip", "has_sig": false, "md5_digest": "a1576c2490137d7b170c702d130b7345", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 103164, "upload_time": "2019-09-05T16:15:45", "url": "https://files.pythonhosted.org/packages/87/30/896e5cb71238b0dd50637ae465d29ed729ff46dbe24781452a07fe01d524/tdf.extensionuploadcenter-0.39.zip" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "4387e08c62fe46c4c138d8fa9e7db033", "sha256": "5c0f9dd703f56d78a3ac025c6f902dd976ee287967a84a64f7e35712a1f6154f" }, "downloads": -1, "filename": "tdf.extensionuploadcenter-0.4.zip", "has_sig": false, "md5_digest": "4387e08c62fe46c4c138d8fa9e7db033", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19979, "upload_time": "2016-05-21T20:57:21", "url": "https://files.pythonhosted.org/packages/c3/5c/6969a07c03bbff5fab43aa806aa59e123957256914d3f36fcf6a97afbd72/tdf.extensionuploadcenter-0.4.zip" } ], "0.41": [ { "comment_text": "", "digests": { "md5": "1e33b268e878d4a25130ec09153c5644", "sha256": "22095b6af3ddf47b5a1c11b5d27fbb9df9074527312b573d7435364c6ed01caf" }, "downloads": -1, "filename": "tdf.extensionuploadcenter-0.41-py2-none-any.whl", "has_sig": false, "md5_digest": "1e33b268e878d4a25130ec09153c5644", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 77924, "upload_time": "2019-09-15T10:30:11", "url": "https://files.pythonhosted.org/packages/00/52/889389bad53694f66a5214ffd424a6dfbd7bec01c88d41d94c72912f44e3/tdf.extensionuploadcenter-0.41-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ef4455a61cc9e88bfd3cf122e483c496", "sha256": "70d653a696d6528560f83b5d664a4a83eddee21c9ef9fc45fc4a3c834b18e5a2" }, "downloads": -1, "filename": "tdf.extensionuploadcenter-0.41.zip", "has_sig": false, "md5_digest": "ef4455a61cc9e88bfd3cf122e483c496", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 103364, "upload_time": "2019-09-15T10:30:13", "url": "https://files.pythonhosted.org/packages/8f/30/4c799e2fdf07b6a8bfb52dfa5fc4cfb8dbba630e5afa57b5c624804b3251/tdf.extensionuploadcenter-0.41.zip" } ], "0.42": [ { "comment_text": "", "digests": { "md5": "fc01322b7560d8e8d37bc899fc0113ba", "sha256": "c0d344675047344ecd62188829b3589ac5e06d609e4af3d4ef1183c95eb2cf53" }, "downloads": -1, "filename": "tdf.extensionuploadcenter-0.42-py2-none-any.whl", "has_sig": false, "md5_digest": "fc01322b7560d8e8d37bc899fc0113ba", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 120811, "upload_time": "2019-09-21T07:37:36", "url": "https://files.pythonhosted.org/packages/c3/06/68a5cd1575618bb446fff34f5e967f859dc7c0b56d12c65d5007fba91c9f/tdf.extensionuploadcenter-0.42-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5effb73077e9a2dd760387a7c0f21055", "sha256": "0da3107ed266d4d5258d7d42263249e8b4aaff6308d4aab6a37cc38624070273" }, "downloads": -1, "filename": "tdf.extensionuploadcenter-0.42.zip", "has_sig": false, "md5_digest": "5effb73077e9a2dd760387a7c0f21055", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 103414, "upload_time": "2019-09-21T07:37:40", "url": "https://files.pythonhosted.org/packages/c9/5d/4549dbc28054cbfbea580e6eaa175cdaefa0140d5e119de0737f247e520d/tdf.extensionuploadcenter-0.42.zip" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "20afaed4a6b9b81ead4b4fa48ae50c97", "sha256": "dbf0f6898ae10b74d0c74fc834227543f62f719edb62c7b271ed5ad52f1d2886" }, "downloads": -1, "filename": "tdf.extensionuploadcenter-0.5.zip", "has_sig": false, "md5_digest": "20afaed4a6b9b81ead4b4fa48ae50c97", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20851, "upload_time": "2016-05-25T07:51:58", "url": "https://files.pythonhosted.org/packages/db/77/60116cb83efb77ef611d935e9645c6d5cdb5f6070dbed4cc836b85f53078/tdf.extensionuploadcenter-0.5.zip" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "2df4d9d8123565e240deb45b946c4fc2", "sha256": "191dfac73eb8926a3b82afe7f1e20a27bc26ae4b2fcf24c850ddc0ae2f92a8be" }, "downloads": -1, "filename": "tdf.extensionuploadcenter-0.6.zip", "has_sig": false, "md5_digest": "2df4d9d8123565e240deb45b946c4fc2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 68228, "upload_time": "2016-05-28T15:01:48", "url": "https://files.pythonhosted.org/packages/1e/0a/cb767dc969b14d0c3d5143e04da5f2dd54e3dbece9934ed961605cb93176/tdf.extensionuploadcenter-0.6.zip" } ], "0.7": [ { "comment_text": "", "digests": { "md5": "e9fa55de1a25dc627efd097eedaf6ae3", "sha256": "b319870d2702463a605d741a906add3aa4ffe9194aa41384ba35c5ce37851ae5" }, "downloads": -1, "filename": "tdf.extensionuploadcenter-0.7.zip", "has_sig": false, "md5_digest": "e9fa55de1a25dc627efd097eedaf6ae3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 68391, "upload_time": "2016-07-05T18:13:53", "url": "https://files.pythonhosted.org/packages/d4/4e/08c3456c24c515c26f70c0d2fe7428b66aa40462b1612f30bddb1a3607c6/tdf.extensionuploadcenter-0.7.zip" } ], "0.8": [ { "comment_text": "", "digests": { "md5": "5b25e030706cdf90297fdc8c3e34e8ac", "sha256": "f907b75ce0b8238e2478c51566e6bc72717647e811ed2dc8ce81e36abc833921" }, "downloads": -1, "filename": "tdf.extensionuploadcenter-0.8.zip", "has_sig": false, "md5_digest": "5b25e030706cdf90297fdc8c3e34e8ac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 68926, "upload_time": "2016-08-20T14:05:26", "url": "https://files.pythonhosted.org/packages/c2/e3/48670a75d4e43b5ded90693917b0ca9d32e83537d629d6d7b264a033cd10/tdf.extensionuploadcenter-0.8.zip" } ], "0.9": [ { "comment_text": "", "digests": { "md5": "f2c907f8f497ea20b91a0735f05ed4a9", "sha256": "aea6708e5139f9487635496386f7b9caa8df1191bf7e3d206fdb24777fc75568" }, "downloads": -1, "filename": "tdf.extensionuploadcenter-0.9.zip", "has_sig": false, "md5_digest": "f2c907f8f497ea20b91a0735f05ed4a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 68821, "upload_time": "2016-08-28T08:54:34", "url": "https://files.pythonhosted.org/packages/da/9e/a28474a880deff026e537477c668c85d178cbc5d10e3c539e56502a05b42/tdf.extensionuploadcenter-0.9.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fc01322b7560d8e8d37bc899fc0113ba", "sha256": "c0d344675047344ecd62188829b3589ac5e06d609e4af3d4ef1183c95eb2cf53" }, "downloads": -1, "filename": "tdf.extensionuploadcenter-0.42-py2-none-any.whl", "has_sig": false, "md5_digest": "fc01322b7560d8e8d37bc899fc0113ba", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 120811, "upload_time": "2019-09-21T07:37:36", "url": "https://files.pythonhosted.org/packages/c3/06/68a5cd1575618bb446fff34f5e967f859dc7c0b56d12c65d5007fba91c9f/tdf.extensionuploadcenter-0.42-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5effb73077e9a2dd760387a7c0f21055", "sha256": "0da3107ed266d4d5258d7d42263249e8b4aaff6308d4aab6a37cc38624070273" }, "downloads": -1, "filename": "tdf.extensionuploadcenter-0.42.zip", "has_sig": false, "md5_digest": "5effb73077e9a2dd760387a7c0f21055", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 103414, "upload_time": "2019-09-21T07:37:40", "url": "https://files.pythonhosted.org/packages/c9/5d/4549dbc28054cbfbea580e6eaa175cdaefa0140d5e119de0737f247e520d/tdf.extensionuploadcenter-0.42.zip" } ] }