{ "info": { "author": "Zest Software", "author_email": "info@zestsoftware.nl", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Framework :: Plone :: 3.3", "Framework :: Plone :: 4.0", "Framework :: Plone :: 4.1", "Framework :: Plone :: 4.2", "Framework :: Plone :: 4.3", "Framework :: Zope2", "Framework :: Zope3", "Programming Language :: Python", "Programming Language :: Python :: 2.4", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "eXtreme Management Tool\n=======================\n\nThis application provides project administration which supports the\neXtreme Programming Methodology.\n\n.. contents::\n\n\nCompatibility\n-------------\n\nVersion 2.1 works best on Plone 3, but adds rough support for Plone 4. Several pages are ugly there.\nThe original authors at Zest Software are no longer actively using this product and are not interested in updating it fully for Plone 4.\nBut others are stepping up. Contact us if you want to help.\nSo handle with care on Plone 4, but on Plone 3 you should be fine.\n\nVersion 2.0 and lower only work on Plone 3.\n\n\nContent Types\n-------------\n\n * Project\n Multiple projects can be added by projectmanagers. For each project,\n iterations and stories can be added by both the customers and employees.\n\n * Iteration\n The project will be planned with iterations. An iteration is a\n period of 1 to 3 weeks in which a number of stories will be\n implemented.\n\n * Offer\n Contains the stories that a customer wants in this Project. It\n is used as a way to bundle the wishes of the client and give a\n first indication of the size of a project.\n\n * Story\n The customer can define new features by describing these feature\n in a story.\n\n * Task\n The employees can estimate the story by defining tasks.\n\n * Booking\n While working on tasks the employees can track time and easily book\n those at the end of the day.\n\n\nWorkflow\n--------\n\nCustomers can create stories and submit them for estimating. The employees\nwill find pending stories in the review portlet and provide a rough estimate\nand change the state by using the 'mark estimated' transition.\n\nThe customers are able to prioritize the stories based on value for the\norganisation and the rough estimate. When the team has committed to the number\nof stories, they can start writing tasks and provide estimates for each task.\n\nAfter all tasks have been written and estimated the iteration can be\nstarted by following the transition 'start working'. This will set the status\nof all tasks to 'todo', so employees will see their tasks in the todo list.\n\nActivating tasks will send notification email to the assignees. When\nan iteration is activated, this could result in quite some mails to be\nsent. To prevent this from slowing down the activation of the\niteration, one could consider adding MaildropHost in the instance.\n\nWhen completing all tasks in a story the story itself will be set to\n'completed'.\n\n\nTime Tracker\n------------\n\nThe time tracker allows the employees to track their work in real time. You\ncan select a few tasks to work on from the list of assigned tasks. The tracker\nwill display an input field for each task. Instead of using the punch-in,\npunch-out system we choose to start working by just starting the timer. After\nyou have finished a task you describe your work in the input field and hit the\n'track' button\n\nThe time spent on the task will be registered with your description and the\ntimer will reset itself so you can start on the next task.\n\nIn case you get interrupted by a phone call or a colleague asking for help,\nyou simply provide a quick note on what you were doing in the task input.\nAgain this will reset the timer. At the bottom of the tracker an input field\nfor unassigned tasks is available, to track interruptions like these. If you\nregister the time here, you can later hit the 'Add to task' button, which\nallows you to browse through all open tasks and book the time there.\n\nAt the end of the day you can expand each task do any last changes to either\nthe description or the time. In case you didn't finish the task yet you can\nclick the 'book' button to add a booking to the task with the total time. When\nyou did finish the task you can click 'book and close', this will change the\nstate of the task to completed.\n\n\nRelease Plan\n------------\n\nThe Release Plan provides the customer with an \"Overall Plan\". At the start of\na project all stories are added to the project. Depending on the velocity of\nthe development team and the size and number of stories the expected number of\niterations can be added. The customer can than prioritize the user stories using\ndrag and drop and assign them to iterations.\n\n\nIteration Roundup\n-----------------\n\nWhen the iteration is finished, some stories might not be completed. Using the\nclose iteration option from the 'action' dropdown allows you to select or\ncreate the next iteration and copy over all unfinished stories, including\nunfinished tasks.\n\nInstallation\n============\n\n Make a backup of your site. You can never be too careful.\n\n We strongly advise using buildout; it is certainly not impossibly to\n get it to work in other ways but this is not supported. Just add\n Products.eXtremeManagement in the main eggs section of your\n buildout.cfg.\n\n *Important*: you need to install egenix-mx-base from Egenix_.\n Either use the installers provided by them or use your own system\n tools (``apt-get install python-egenix-mxdatetime`` works on\n Debian/Ubuntu) or use ``easy_install egenix-mx-base``. On Windows\n the installers seem to be the easiest way.\n For mac users, do: sudo easy_install-2.4 egenix-mx-base\n Then open python terminal: python2.4\n >>import mx.DateTime\n\n Then restart your zope instance and use the Add/Remove products page\n in Site Setup to install eXtremeManagement.\n\n.. _Egenix: http://egenix.com/\n\n\nDependencies\n============\n\nFor reference, here are the dependencies:\n\n * Plone: 3.1 or 3.2 with Zope 2.10.\n\n * Some xm.* and kss.* packages and pygooglechart (pulled in\n automatically via setup.py)\n\n * Poi with its dependencies. Get a bundle with products fit for the\n Plone version you are using: http://plone.org/products/poi\n\n With Poi installed, eXtremeManagement allows you to add an issue\n tracker in a project. And you can add PoiTasks to Stories, which\n lets you easily link to existing issues in the tracker of your\n project.\n\n * The mx.DateTime library from Egenix_; see the Installation_\n instructions above.\n\n\nOptional extra\n==============\n\n If you have a project management website you should seriously\n consider installing the ``xm.theme`` package. This gets rid of part\n of the default Plone UI so it fits a project management site more.\n Try this out locally before you use it in production. Note that\n this may become a real dependency in newer versions of\n Products.eXtremeManagement\n\n\nConflicting Products\n====================\n\n * eXtremeManagement is known not to work with ZEPP/PlonePM, another\n project management product. It uses a Task content type, just\n like eXtremeManagement does. This causes problems. If you want\n to try out both, do that in separate Zope instances.\n\n * Same is true for PloneBooking.\n\nAuthors\n=======\n\nJean-Paul Ladage \n\nMaurits van Rees \n\nMirella van Teulingen \n\nJodok Batlogg \n\nHarald Friessnegger \n\nDaniel Nouri \n\nJoris Slob \n\nMark van Lent \n\nHans-Peter Locher \n\nStefan Eletzhofer \n\nReinout van Rees \n\nJens Klein \n\nChangelog\n=========\n\n\n2.1 (2016-08-01)\n----------------\n\n- Minor package cleanup and pep8. Added compatibility note in readme. Briefly: works best in Plone 3.\n [maurits]\n\n\n2.1a9 (2014-10-16)\n------------------\n\n- Previous/next navigation for tasks: only point to Tasks (or\n PoiTasks), not to images or files. Fixes\n https://github.com/zestsoftware/Products.eXtremeManagement/issues/5\n [maurits]\n\n\n2.1a8 (2014-08-04)\n------------------\n\n- Add statuscheck page for all billable closed and invoiced iterations\n and list them if they still have open stories or tasks. Add this in\n the management portlet.\n [maurits]\n\n- Check status of iterations that are to be invoiced. In that list of\n iterations, warn when there are still open stories or tasks.\n [maurits]\n\n\n2.1a7 (2014-04-07)\n------------------\n\n- Fix possible ``UnicodeDecodeError`` when changing workflow state\n with kss. This happened if the title has a non-ascii character.\n Fixes issue\n https://github.com/zestsoftware/Products.eXtremeManagement/issues/2\n [mno1]\n\n\n2.1a6 (2014-03-31)\n------------------\n\n- Fix ``KeyError: portal`` on iteration view in Plone 4.\n https://github.com/zestsoftware/Products.eXtremeManagement/issues/1\n [maurits]\n\n\n2.1a5 (2013-12-06)\n------------------\n\n- Do not send task emails to non-employees. We may have a customer as\n assignee of a PoiTask. The ticket is assigned to her, but as she is\n an employee, she should not get an email that she can work on the\n task.\n [maurits]\n\n\n2.1a4 (2013-11-26)\n------------------\n\n- Fix longstanding bug in reloading of task-form provider. When doing\n a transition on a story, we now refresh the 'add task' part.\n [maurits]\n\n\n2.1a3 (2012-09-12)\n------------------\n\n- Added zope.app.content as dependency. Helps for Plone 4.2\n compatibility. But Plone 4 is not officially supported yet.\n [maurits]\n\n- Moved to github:\n https://github.com/zestsoftware/Products.eXtremeManagement\n [maurits]\n\n\n2.1a2 (2011-02-03)\n------------------\n\n- Added upgrade step to recatalog the Stories, as their size_estimate\n in the catalog was broken when using xm.booking 2.0.\n [maurits]\n\n- Get KSS portal status messages translated correctly again in Plone\n 3. Not used in Plone 4; not sure yet if this is needed there.\n [maurits]\n\n- In the employees_overview also list members that are Employee\n because they are in a group that has the Employee role. Patch by\n Yuri and Mauro.\n [maurits]\n\n- In the employees_overview make the Employee name a link to see the\n task_overview for that Employee. Patch by Yuri and Mauro.\n [maurits]\n\n\n2.1a1 (2010-09-24)\n------------------\n\n- Added Plone 4 compatibility, while keeping Plone 3 compatibility.\n May have a few rough edges and has two failing tests on Plone 4\n (including one in xm.tracker), so use with care.\n [maurits]\n\n- Avoid TraversalError in the xm.tracker when taskbrain2dict throws an\n AttributeError for a brain that fails getting its object.\n [maurits]\n\nFor older changes, see docs/HISTORY.txt.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/zestsoftware/Products.eXtremeManagement/", "keywords": "project time management", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "Products.eXtremeManagement", "package_url": "https://pypi.org/project/Products.eXtremeManagement/", "platform": "", "project_url": "https://pypi.org/project/Products.eXtremeManagement/", "project_urls": { "Homepage": "https://github.com/zestsoftware/Products.eXtremeManagement/" }, "release_url": "https://pypi.org/project/Products.eXtremeManagement/2.1/", "requires_dist": null, "requires_python": "", "summary": "Project administration which supports the eXtreme Programming methodology.", "version": "2.1" }, "last_serial": 2254673, "releases": { "1.6": [ { "comment_text": "", "digests": { "md5": "49f4e1810bf10901bcafae3ab60e2a22", "sha256": "9ef3dbf1da3bfdb74b4a210c660ca60a3f0ebf47cd2b587831bba20a377115cf" }, "downloads": -1, "filename": "Products.eXtremeManagement-1.6-py2.4.egg", "has_sig": false, "md5_digest": "49f4e1810bf10901bcafae3ab60e2a22", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 361542, "upload_time": "2008-07-17T13:42:27", "url": "https://files.pythonhosted.org/packages/b4/77/f9ba2ed40c910e3fb6fdd55f915623502583e7ba0caf5fd8a4d0af9b7e48/Products.eXtremeManagement-1.6-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "e28e78e205c3eed7728e013fd3fc90c5", "sha256": "0e94485ee4ed0b8a21f16e656f247372f4110fe326168c9505f714fc9d478a54" }, "downloads": -1, "filename": "Products.eXtremeManagement-1.6.tar.gz", "has_sig": false, "md5_digest": "e28e78e205c3eed7728e013fd3fc90c5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 158218, "upload_time": "2008-07-17T13:42:23", "url": "https://files.pythonhosted.org/packages/63/17/a89dc06d1671e7e682916f3c830276b8b25e1f369eafd426a0db42be0c4a/Products.eXtremeManagement-1.6.tar.gz" } ], "1.6.1": [ { "comment_text": "", "digests": { "md5": "a86848631dfd645f62c7391465b20349", "sha256": "15cd6e48a04313b7e7c26b7c128013a16485f3064e26609422b7bf77766381a1" }, "downloads": -1, "filename": "Products.eXtremeManagement-1.6.1.tar.gz", "has_sig": false, "md5_digest": "a86848631dfd645f62c7391465b20349", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 173811, "upload_time": "2008-07-30T22:54:34", "url": "https://files.pythonhosted.org/packages/ad/82/02f1a63f814579e819c54c143d6ea3d627b7cd3636508931e9a89b0b2e28/Products.eXtremeManagement-1.6.1.tar.gz" } ], "1.6rc1": [ { "comment_text": "", "digests": { "md5": "81f7eb99c87ece7379bc8194bab08ba3", "sha256": "45865c5a9fbac45450902444e199aa76ee5f89be02bb8bf6e566092e79d1bab8" }, "downloads": -1, "filename": "Products.eXtremeManagement-1.6rc1-py2.4.egg", "has_sig": false, "md5_digest": "81f7eb99c87ece7379bc8194bab08ba3", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 354801, "upload_time": "2008-02-25T16:43:20", "url": "https://files.pythonhosted.org/packages/4d/c3/403b1601e9092d33226040408460b59e6e8ad5e86879740874237dd886cc/Products.eXtremeManagement-1.6rc1-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "4ca51647ff19c08f41adec47791f0637", "sha256": "be4e2afff79746f4a3ee838b5814d417074aad4e9a510b361ffe403443611d45" }, "downloads": -1, "filename": "Products.eXtremeManagement-1.6rc1.tar.gz", "has_sig": false, "md5_digest": "4ca51647ff19c08f41adec47791f0637", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 158595, "upload_time": "2008-02-25T16:43:16", "url": "https://files.pythonhosted.org/packages/28/e0/e908ede7a441b9d8632c7f47566fb6a1a5c44a86163177ca0b675521c38b/Products.eXtremeManagement-1.6rc1.tar.gz" } ], "1.6rc10": [ { "comment_text": "", "digests": { "md5": "28dc9db50aa2b114fb11b504fa26b4ea", "sha256": "1f049423c7fbe6cb7b0255a2d2deca26d39b7241c2075ed0c7976781ad4d7d39" }, "downloads": -1, "filename": "Products.eXtremeManagement-1.6rc10.tar.gz", "has_sig": false, "md5_digest": "28dc9db50aa2b114fb11b504fa26b4ea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 157901, "upload_time": "2008-07-09T13:37:03", "url": "https://files.pythonhosted.org/packages/f0/96/b765f2d915fefa004798fe1adeab968560bda8c1b5804cbd056a7cdae1b7/Products.eXtremeManagement-1.6rc10.tar.gz" } ], "1.6rc2": [ { "comment_text": "", "digests": { "md5": "9400934d1e85a01b4b04fde48bfd79a9", "sha256": "2a706693b86c752ed9a78b767cd8d3a90229f6d7ccc892a986d6dc33118aee83" }, "downloads": -1, "filename": "Products.eXtremeManagement-1.6rc2-py2.4.egg", "has_sig": false, "md5_digest": "9400934d1e85a01b4b04fde48bfd79a9", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 354184, "upload_time": "2008-02-25T23:10:09", "url": "https://files.pythonhosted.org/packages/d9/ef/e32d399fb5755319f14ca1079a8d18eb1289ae745c34e49f02cc0f884b39/Products.eXtremeManagement-1.6rc2-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "c824c1f2f10cde1accae6e1a11321776", "sha256": "63ae6e9d313b6ca230c0b87a34fd69327d9ec242ac8aef3f090232eacf349f3d" }, "downloads": -1, "filename": "Products.eXtremeManagement-1.6rc2.tar.gz", "has_sig": false, "md5_digest": "c824c1f2f10cde1accae6e1a11321776", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 158280, "upload_time": "2008-02-25T23:10:05", "url": "https://files.pythonhosted.org/packages/e5/6d/c764d0dd63f9604e6562c954654c9a1359f0f5e049b6cd6837b6a9be4aed/Products.eXtremeManagement-1.6rc2.tar.gz" } ], "1.6rc3": [ { "comment_text": "", "digests": { "md5": "88e12b3945e4b8590f148a9413498109", "sha256": "44b0f4fb354549e5afa9bfe8f575600474e9739686f5f62b72bd6a2132632c8b" }, "downloads": -1, "filename": "Products.eXtremeManagement-1.6rc3-py2.4.egg", "has_sig": false, "md5_digest": "88e12b3945e4b8590f148a9413498109", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 355969, "upload_time": "2008-03-04T09:57:36", "url": "https://files.pythonhosted.org/packages/e6/1b/780a9711703c17022544710f6d40f1b78bb8639d8606645e7214dd8d0ba1/Products.eXtremeManagement-1.6rc3-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "9eafc4972be66e79aead99fe4fcf1e1a", "sha256": "11fcbb6c937ae302dbbce0249bcfcb7dd26163b093b4e7eb31449eb1d6254b24" }, "downloads": -1, "filename": "Products.eXtremeManagement-1.6rc3.tar.gz", "has_sig": false, "md5_digest": "9eafc4972be66e79aead99fe4fcf1e1a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 159173, "upload_time": "2008-03-04T09:57:33", "url": "https://files.pythonhosted.org/packages/7f/98/5d550a63fe10896a6d525adb2e17602ae74a15602a622c9f03c2bcaeed20/Products.eXtremeManagement-1.6rc3.tar.gz" } ], "1.6rc4": [ { "comment_text": "", "digests": { "md5": "483a8e87eca04a460a1d3475184d2bb5", "sha256": "8e5360199c16ec1b05d3274b1a29131c12abed526bd514e7bb58dd61abd4bae3" }, "downloads": -1, "filename": "Products.eXtremeManagement-1.6rc4-py2.4.egg", "has_sig": false, "md5_digest": "483a8e87eca04a460a1d3475184d2bb5", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 355980, "upload_time": "2008-03-04T15:04:10", "url": "https://files.pythonhosted.org/packages/f7/36/e9275178f4dc8d9b47d2e5a4edc65d901f06c1d463f511cc09e2d6dee0f4/Products.eXtremeManagement-1.6rc4-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "20b6658008abd36352ad9caa66bf99d8", "sha256": "bb90b6a65104a52140ce0bab52bd5df4e7d44b9c3b4d87984eb28f0b220d916a" }, "downloads": -1, "filename": "Products.eXtremeManagement-1.6rc4.tar.gz", "has_sig": false, "md5_digest": "20b6658008abd36352ad9caa66bf99d8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 159253, "upload_time": "2008-03-04T15:04:06", "url": "https://files.pythonhosted.org/packages/62/28/d163da2a257db6c8bc0f0dc38590be2a8dc62754c3e4fb026907a16ae8f4/Products.eXtremeManagement-1.6rc4.tar.gz" } ], "1.6rc5": [ { "comment_text": "", "digests": { "md5": "553a9523f1bd19f8879e943f604aa498", "sha256": "725595c5b42b3c6abc1b8d4f730a709d60fa1c1a4da5d858977862bd7155899a" }, "downloads": -1, "filename": "Products.eXtremeManagement-1.6rc5-py2.4.egg", "has_sig": false, "md5_digest": "553a9523f1bd19f8879e943f604aa498", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 357622, "upload_time": "2008-03-31T06:57:16", "url": "https://files.pythonhosted.org/packages/d9/00/112308b4b62e21c78a38ba9cccde37e51a6cb5c0eb16705cfd6fc41d330e/Products.eXtremeManagement-1.6rc5-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "739c98493f908379a7a3c9c29af74337", "sha256": "97606c5490a13e36d2464de26e2eea71a25f1bc221a12c5c32a54c33afd2af6d" }, "downloads": -1, "filename": "Products.eXtremeManagement-1.6rc5.tar.gz", "has_sig": false, "md5_digest": "739c98493f908379a7a3c9c29af74337", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 160887, "upload_time": "2008-03-31T06:57:17", "url": "https://files.pythonhosted.org/packages/05/d5/171e0909a01bc0ccbdeb933e50668b302bcbfd57359467ea31b0b437d397/Products.eXtremeManagement-1.6rc5.tar.gz" } ], "1.6rc6": [ { "comment_text": "", "digests": { "md5": "f6a9faf5deb1ab7143468a6da6649ac6", "sha256": "8d192b5f339ecf500876c112dd83403c5b6a86bac4ccdffff4636b4ba6cca715" }, "downloads": -1, "filename": "Products.eXtremeManagement-1.6rc6.tar.gz", "has_sig": false, "md5_digest": "f6a9faf5deb1ab7143468a6da6649ac6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 157932, "upload_time": "2008-05-15T21:29:57", "url": "https://files.pythonhosted.org/packages/81/5b/4ad97880fbce3fcf3489d454f226d7217cc5dad271d3b640001f86810f81/Products.eXtremeManagement-1.6rc6.tar.gz" } ], "1.6rc7": [ { "comment_text": "", "digests": { "md5": "ceadd0436e9f6c55d0eb1cf9b6ec2546", "sha256": "12c00287216ac05e2bce1c6af78bbc1dc014eb40396ec476482b6c61860a0f46" }, "downloads": -1, "filename": "Products.eXtremeManagement-1.6rc7.tar.gz", "has_sig": false, "md5_digest": "ceadd0436e9f6c55d0eb1cf9b6ec2546", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 158256, "upload_time": "2008-06-23T09:52:40", "url": "https://files.pythonhosted.org/packages/cf/1f/07d4ed0d0c4f5007158b3127d7c8e47fee585c77cab83f97a60f9b885126/Products.eXtremeManagement-1.6rc7.tar.gz" } ], "1.6rc8": [ { "comment_text": "", "digests": { "md5": "c790355f624eade63358a6d59c27dfe3", "sha256": "cd9e691f283ea9f91cb0d1dbc32856e7adc27ed1c04da7520344c8188967ea61" }, "downloads": -1, "filename": "Products.eXtremeManagement-1.6rc8.tar.gz", "has_sig": false, "md5_digest": "c790355f624eade63358a6d59c27dfe3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 158471, "upload_time": "2008-06-26T14:44:52", "url": "https://files.pythonhosted.org/packages/ac/43/fe735a7d10a594de9ddb11f662381e12538ab64e51a79d76fb27d9697d9d/Products.eXtremeManagement-1.6rc8.tar.gz" } ], "1.6rc9": [ { "comment_text": "", "digests": { "md5": "dfce623c736bcff5a4e93faca35d5cca", "sha256": "036f0dc056d6613660d166c96dbd566e764176a66871abf6da7f6063c961cd2e" }, "downloads": -1, "filename": "Products.eXtremeManagement-1.6rc9.tar.gz", "has_sig": false, "md5_digest": "dfce623c736bcff5a4e93faca35d5cca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 158960, "upload_time": "2008-06-30T08:02:36", "url": "https://files.pythonhosted.org/packages/a4/82/6ad2bed5fb745381ae46f7e97fe688236091a895c84cffc7b8473298398f/Products.eXtremeManagement-1.6rc9.tar.gz" } ], "2.0": [ { "comment_text": "", "digests": { "md5": "8e6e248d556596ab64ffc2c74c56eee5", "sha256": "700e1c296a3689cfbaaec3af60c7d0942431a36bb221763c3b1ff456e1da36bd" }, "downloads": -1, "filename": "Products.eXtremeManagement-2.0.tar.gz", "has_sig": false, "md5_digest": "8e6e248d556596ab64ffc2c74c56eee5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 221119, "upload_time": "2009-03-15T11:33:35", "url": "https://files.pythonhosted.org/packages/77/b3/31ab0b63e3d2cdf796948b62dd48a18d68e262e5461835af5f7a1dd960cd/Products.eXtremeManagement-2.0.tar.gz" } ], "2.0.1": [ { "comment_text": "", "digests": { "md5": "074002bb7bd13f69fa2ccfcb6f5a3070", "sha256": "69e110bc3363127d9c70d1e265d354735634f22dbeb918ad05b0a84d6d9dfdf6" }, "downloads": -1, "filename": "Products.eXtremeManagement-2.0.1.tar.gz", "has_sig": false, "md5_digest": "074002bb7bd13f69fa2ccfcb6f5a3070", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 224118, "upload_time": "2009-03-22T20:18:21", "url": "https://files.pythonhosted.org/packages/b9/ec/5436ebe8b92f1cbce8f8961ca962b2908d94a31b7d0caeaf7f8167c8334d/Products.eXtremeManagement-2.0.1.tar.gz" } ], "2.0.1 dev": [], "2.0.2": [ { "comment_text": "", "digests": { "md5": "9e8708683dbae149bd693284d62a94e2", "sha256": "0eefbe02f21bba0c4eafddba588911de8e699c0c650b4497f8d9fd9c38f84189" }, "downloads": -1, "filename": "Products.eXtremeManagement-2.0.2.tar.gz", "has_sig": false, "md5_digest": "9e8708683dbae149bd693284d62a94e2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 334951, "upload_time": "2009-05-05T20:54:12", "url": "https://files.pythonhosted.org/packages/f6/87/7439af70690e6088a11472975e0a7f2a9904c6d56518dc83ef364c1c51bd/Products.eXtremeManagement-2.0.2.tar.gz" } ], "2.0.3": [ { "comment_text": "", "digests": { "md5": "566d8fa32ee445234a2456c99e9f4228", "sha256": "acf4b9df0deb7f3d88a31cdb662a5f5829f853bab19bac377bb5764d64ba75ff" }, "downloads": -1, "filename": "Products.eXtremeManagement-2.0.3.zip", "has_sig": false, "md5_digest": "566d8fa32ee445234a2456c99e9f4228", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 487450, "upload_time": "2010-05-01T01:47:42", "url": "https://files.pythonhosted.org/packages/a6/ec/59a6d13384838d855b53cc48e59a5abb6cc15aea46c0435fc06f0eca7ad2/Products.eXtremeManagement-2.0.3.zip" } ], "2.0.4": [ { "comment_text": "", "digests": { "md5": "6f98974bd752a826ae8637515e4578f2", "sha256": "6893e9b1d41ee2a954218c72434213121a460cf63cd890818424793deba125d8" }, "downloads": -1, "filename": "Products.eXtremeManagement-2.0.4.zip", "has_sig": false, "md5_digest": "6f98974bd752a826ae8637515e4578f2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 487581, "upload_time": "2010-07-05T14:41:37", "url": "https://files.pythonhosted.org/packages/e5/4e/5ac9d32e1c9b40ba73db41f9b04493f232c7dda39bff87c1c5d5e28e6565/Products.eXtremeManagement-2.0.4.zip" } ], "2.0.alpha": [ { "comment_text": "", "digests": { "md5": "5de4eb212ae55da1744a00e38b71f0a0", "sha256": "b6144603fd7af53078050b2b31f95790b2ecdf70bf8aa3fdc4cbc03d1750c206" }, "downloads": -1, "filename": "Products.eXtremeManagement-2.0.alpha.tar.gz", "has_sig": false, "md5_digest": "5de4eb212ae55da1744a00e38b71f0a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 186006, "upload_time": "2008-09-16T14:28:11", "url": "https://files.pythonhosted.org/packages/1d/07/7a7a46b376629410e18b9b58f534acf0133c85d468800ece59cc250242e6/Products.eXtremeManagement-2.0.alpha.tar.gz" } ], "2.0.alpha.2": [ { "comment_text": "", "digests": { "md5": "02ed7432e6a53f5cc26e302171775d60", "sha256": "5c54a9e6b82b20b1afed197e7dffb75d2ab582891727ed0dd16b2f9783f9be41" }, "downloads": -1, "filename": "Products.eXtremeManagement-2.0.alpha.2.tar.gz", "has_sig": false, "md5_digest": "02ed7432e6a53f5cc26e302171775d60", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 185923, "upload_time": "2008-09-17T09:10:07", "url": "https://files.pythonhosted.org/packages/28/37/1b04712b0affc1091faabf2df6b24d43c3827b4ac34cc46642e7d88045a6/Products.eXtremeManagement-2.0.alpha.2.tar.gz" } ], "2.0alpha3": [ { "comment_text": "", "digests": { "md5": "645103fe5524e1c36d9bb79d53b70cc9", "sha256": "a872abb5ae710305bc77fcf0dd70e71f6ef909bb0d594d959c280dc94533ee0d" }, "downloads": -1, "filename": "Products.eXtremeManagement-2.0alpha3.tar.gz", "has_sig": false, "md5_digest": "645103fe5524e1c36d9bb79d53b70cc9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 207154, "upload_time": "2009-01-07T15:22:28", "url": "https://files.pythonhosted.org/packages/d1/aa/4002e469f1d3869e4950e7882ad3005181ff4b01ddaf53c4843142513049/Products.eXtremeManagement-2.0alpha3.tar.gz" } ], "2.0beta1": [ { "comment_text": "", "digests": { "md5": "62d6026b248618574fa27b7d557107f1", "sha256": "97a1cbfc8523ea91bbb3d6408b8f05bc298243e5cb314b7e26cfad57346a0240" }, "downloads": -1, "filename": "Products.eXtremeManagement-2.0beta1.tar.gz", "has_sig": false, "md5_digest": "62d6026b248618574fa27b7d557107f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 201114, "upload_time": "2009-01-08T15:44:29", "url": "https://files.pythonhosted.org/packages/04/bb/2cf5891422d9c270f3e3c9b10290ef9a3906c1c73419994446e789084d20/Products.eXtremeManagement-2.0beta1.tar.gz" } ], "2.0beta2": [ { "comment_text": "", "digests": { "md5": "dee93858402759e790ae46c100f6cd81", "sha256": "162be43ad3f2555662921fe66277280d347efc7ec4ecb968041d810bd29b15bc" }, "downloads": -1, "filename": "Products.eXtremeManagement-2.0beta2.tar.gz", "has_sig": false, "md5_digest": "dee93858402759e790ae46c100f6cd81", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 204057, "upload_time": "2009-01-09T14:57:24", "url": "https://files.pythonhosted.org/packages/7f/b2/2bf18657a5df5a32e58046f6d73b86b90584c0889f6839c7bae9a187bc0a/Products.eXtremeManagement-2.0beta2.tar.gz" } ], "2.0beta3": [ { "comment_text": "", "digests": { "md5": "7abd481937892838431890c189baa514", "sha256": "08fce17decf335536cbc9d4d15e65603272872ed8dc23e3b9ffcd844dc28412a" }, "downloads": -1, "filename": "Products.eXtremeManagement-2.0beta3.tar.gz", "has_sig": false, "md5_digest": "7abd481937892838431890c189baa514", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 201611, "upload_time": "2009-01-11T14:31:40", "url": "https://files.pythonhosted.org/packages/69/01/798cdcfd7d9f9d0b30c1ec162bfa63247835efe6701594e954b724c34e39/Products.eXtremeManagement-2.0beta3.tar.gz" } ], "2.0rc1": [ { "comment_text": "", "digests": { "md5": "82d10c48a6f406d5d8e511ca1fb9f942", "sha256": "1f8738d4172b3dbdec3c886c040a81549f0e9cca07072fd9575a67e4cbc06534" }, "downloads": -1, "filename": "Products.eXtremeManagement-2.0rc1.tar.gz", "has_sig": false, "md5_digest": "82d10c48a6f406d5d8e511ca1fb9f942", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 217644, "upload_time": "2009-01-25T20:48:08", "url": "https://files.pythonhosted.org/packages/85/ea/9095b647405621b8dc6676dbe41bbfc54573203d5850bf2686a8909e4274/Products.eXtremeManagement-2.0rc1.tar.gz" } ], "2.0rc2": [ { "comment_text": "", "digests": { "md5": "3344ede2974a9023135556cd6249ecb6", "sha256": "ccf8d36213e743e9c64ffbe5906919dcb372ae2f2a69043affc9dac4bd2c7d31" }, "downloads": -1, "filename": "Products.eXtremeManagement-2.0rc2.tar.gz", "has_sig": false, "md5_digest": "3344ede2974a9023135556cd6249ecb6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 207568, "upload_time": "2009-01-26T08:41:29", "url": "https://files.pythonhosted.org/packages/9b/28/20aceef33186549c71e9896af130585b5839dca2790d9bcb20dd90e9c444/Products.eXtremeManagement-2.0rc2.tar.gz" } ], "2.1": [ { "comment_text": "", "digests": { "md5": "0c69d1917f2c76f8b9e144631b2bac12", "sha256": "1b1f19104c5302c4d0463f7209ffe3ab07e15c11a6b9c767acb23ee93cb3b690" }, "downloads": -1, "filename": "Products.eXtremeManagement-2.1.tar.gz", "has_sig": false, "md5_digest": "0c69d1917f2c76f8b9e144631b2bac12", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 350161, "upload_time": "2016-08-01T06:50:10", "url": "https://files.pythonhosted.org/packages/06/e6/aa5de1f2dee78bac691e41659978b6cabfdb2966a8df4cf45d882fffc1bb/Products.eXtremeManagement-2.1.tar.gz" } ], "2.1a1": [ { "comment_text": "", "digests": { "md5": "d08c9f8e83d3fa1743443f4da50fa863", "sha256": "149cacf9a737ead01c4962b3acbfd9e9af4e782ae9a295e8e7aea53a0e5060af" }, "downloads": -1, "filename": "Products.eXtremeManagement-2.1a1.zip", "has_sig": false, "md5_digest": "d08c9f8e83d3fa1743443f4da50fa863", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 487962, "upload_time": "2010-09-24T04:43:46", "url": "https://files.pythonhosted.org/packages/9e/ca/63e055681a4b30faf6f07beb6083340335df3ca84caf0f60f4dafecabaa2/Products.eXtremeManagement-2.1a1.zip" } ], "2.1a2": [ { "comment_text": "", "digests": { "md5": "fb0f3cc4cfce8369f9c9a2a6bcc85278", "sha256": "9bca4e10d52500cad86968004d369debb741d93007674e79319e6a92c7ed1162" }, "downloads": -1, "filename": "Products.eXtremeManagement-2.1a2.zip", "has_sig": false, "md5_digest": "fb0f3cc4cfce8369f9c9a2a6bcc85278", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 489413, "upload_time": "2011-02-03T23:45:37", "url": "https://files.pythonhosted.org/packages/7c/6b/b6508a922b16292451b3820c4bca03f80c19acb9c5b786262e1c59712877/Products.eXtremeManagement-2.1a2.zip" } ], "2.1a3": [ { "comment_text": "", "digests": { "md5": "316a9cfec8d5b1633e404e617cd47d99", "sha256": "f516204956116c75d70a4949c81dcfdfb9e7ff00c4a2ff405209596bc6a2d4c2" }, "downloads": -1, "filename": "Products.eXtremeManagement-2.1a3.zip", "has_sig": false, "md5_digest": "316a9cfec8d5b1633e404e617cd47d99", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 476737, "upload_time": "2012-09-12T19:56:28", "url": "https://files.pythonhosted.org/packages/ce/c8/c7a06fbb45ca5361e0058d33718cc835b6ab393074db59cd6b999bb16e20/Products.eXtremeManagement-2.1a3.zip" } ], "2.1a4": [ { "comment_text": "", "digests": { "md5": "24c7ee7a76193cbf837c9b6214175d1d", "sha256": "c8508f73a60cd93f737e3e5987d5285e3183ea077d393cad64c99f08e85cbbdf" }, "downloads": -1, "filename": "Products.eXtremeManagement-2.1a4.zip", "has_sig": false, "md5_digest": "24c7ee7a76193cbf837c9b6214175d1d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 479861, "upload_time": "2013-11-26T11:15:54", "url": "https://files.pythonhosted.org/packages/a8/ee/61378d5127a95e4a7a7d804c258219d6fc25c915119c7a26a64707185024/Products.eXtremeManagement-2.1a4.zip" } ], "2.1a5": [ { "comment_text": "", "digests": { "md5": "54063b29b8f5a9605020b7f95a91a1bf", "sha256": "0c03cd3ef8ce17f6037419c3d0c1e0a22cd203b0d5f53c1143510ab578355897" }, "downloads": -1, "filename": "Products.eXtremeManagement-2.1a5.zip", "has_sig": false, "md5_digest": "54063b29b8f5a9605020b7f95a91a1bf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 480268, "upload_time": "2013-12-06T17:39:13", "url": "https://files.pythonhosted.org/packages/28/68/d0d35b18725337cedccc083a17e9a9093b2b090cc96ec7d9f2680fc64c37/Products.eXtremeManagement-2.1a5.zip" } ], "2.1a6": [ { "comment_text": "", "digests": { "md5": "61596204ca9cbfb250154cad1c388a90", "sha256": "acb1405a131e30f9fbd16399a1cb7a7b7b067f2310b268e32942dd9bc01f51e2" }, "downloads": -1, "filename": "Products.eXtremeManagement-2.1a6.zip", "has_sig": false, "md5_digest": "61596204ca9cbfb250154cad1c388a90", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 480512, "upload_time": "2014-03-31T11:04:29", "url": "https://files.pythonhosted.org/packages/fd/28/96c365fa10fb4b36d8a797c5f3e72c46aa5edd304759d0c140b48f7175d7/Products.eXtremeManagement-2.1a6.zip" } ], "2.1a7": [ { "comment_text": "", "digests": { "md5": "afde7f3b73a773716972b1cc0390dcaa", "sha256": "76d55f95ce3b4393c3390c33ceccc7a1ce20d37254f1b051130c05a76b072ae4" }, "downloads": -1, "filename": "Products.eXtremeManagement-2.1a7.zip", "has_sig": false, "md5_digest": "afde7f3b73a773716972b1cc0390dcaa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 480914, "upload_time": "2014-04-07T08:56:44", "url": "https://files.pythonhosted.org/packages/ca/99/75c02abf59462468c01d213e049ccbeba71e938e09159363a85da8fbaf6d/Products.eXtremeManagement-2.1a7.zip" } ], "2.1a8": [ { "comment_text": "", "digests": { "md5": "43f7c8940598fb1c4a41e8e959520f56", "sha256": "84f131a0f5b39ba33ef941d5ea15b8904edaa454bea24eeaf860516ca2357097" }, "downloads": -1, "filename": "Products.eXtremeManagement-2.1a8.zip", "has_sig": false, "md5_digest": "43f7c8940598fb1c4a41e8e959520f56", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 484371, "upload_time": "2014-08-04T16:53:54", "url": "https://files.pythonhosted.org/packages/6a/81/d51adf66b3624073e58a97a53d26e5e51a1465e4bb317a6760aea6c610f0/Products.eXtremeManagement-2.1a8.zip" } ], "2.1a9": [ { "comment_text": "", "digests": { "md5": "912ec71056ded7e8cac241f8afa8f1bc", "sha256": "1aebd588cc2c31545a9c2e6cec077e2321279394191dffcc3be242551b52f78b" }, "downloads": -1, "filename": "Products.eXtremeManagement-2.1a9.zip", "has_sig": false, "md5_digest": "912ec71056ded7e8cac241f8afa8f1bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 484727, "upload_time": "2014-10-16T11:05:26", "url": "https://files.pythonhosted.org/packages/ad/5f/6d2b65fc62d89e014a5cf739fc49275d0466f620a90ef237f851629abad2/Products.eXtremeManagement-2.1a9.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0c69d1917f2c76f8b9e144631b2bac12", "sha256": "1b1f19104c5302c4d0463f7209ffe3ab07e15c11a6b9c767acb23ee93cb3b690" }, "downloads": -1, "filename": "Products.eXtremeManagement-2.1.tar.gz", "has_sig": false, "md5_digest": "0c69d1917f2c76f8b9e144631b2bac12", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 350161, "upload_time": "2016-08-01T06:50:10", "url": "https://files.pythonhosted.org/packages/06/e6/aa5de1f2dee78bac691e41659978b6cabfdb2966a8df4cf45d882fffc1bb/Products.eXtremeManagement-2.1.tar.gz" } ] }