{ "info": { "author": "Martin Aspeli", "author_email": "plone-users@lists.sourceforge.net", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Framework :: Plone :: 5.0", "Framework :: Zope2", "Framework :: Zope3", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Poi: A friendly issue tracker\n=============================\n\nPoi is an issue tracker product for Plone. It has a goal to be \nsimple and attractive whilst providing the most commonly needed issue\ntracking functionality. Poi 4.0 uses Dexterity and is for Plone 5 only.\n\n by Martin Aspeli \n\n current maintainer: Maurits van Rees \n\n Released under the GNU General Public License, version 2\n\n.. image:: https://img.shields.io/travis/collective/Products.Poi/master.svg\n :target: http://travis-ci.org/collective/Products.Poi\n\n\nFeedback is very welcome. Please submit any bugs or feature requests at: \n\n https://github.com/collective/Products.Poi/issues\n\n\nInstallation and dependencies\n-----------------------------\n\nBest is to use zc.buildout. Just add Products.Poi to your eggs, rerun\nbuildout and you are done. \n\nPoi 4.0+ requires:\n\n - Plone 5\n - collective.watcherlist\n\n\nWhat version of Poi to use?\n---------------------------\n\n* Poi 2.x is for Plone 4\n* Poi 3.x is a migration step from Poi 2.x to Poi 4.x\n* Poi 4.0+ only works on Plone 5\n\n\n\nUpgrading\n---------\n\nVersion 3.x of Poi is only for migrating to Dexterity in preparation of\nmoving to Plone 5. It requires plone.app.contenttypes 1.1.2, but don't activate\nthe add-on unless you plan on migrating all your default Archetypes\nto Dexterity.\n\nUpgrade steps:\n\n* Do the migration in Plone 4 (reinstall Poi or run the upgrade steps)\n* Upgrade to Plone 5\n* Upgrade to Poi 4.x\n\nRe-install Poi from the Add/Remove Products control panel. Some\nupgrade steps will be executed; these can also be found in the ZMI, in\nportal_setup, on the Upgrade tab, in case you need to run them again.\nBackup your Data.fs first before upgrading!\n\n\nUsage\n=====\n\nPoi is a folderish object type. Many Poi Trackers can exist within the\nsame Plone instance.\n\nPrior to adding a new Tracker, ensure that some Assignees (users) are\ncreated in the system.\n\n\nTracker Usage\n-------------\n\nAdd a new Tracker, and customize the following to suit your\norganization's needs:\n\n- Areas - top level categories for the Tracker (e.g., UI)\n- Issue Types -- ticket types in the system (e.g., Bug)\n- Severities - levels of severity for the Issues (e.g., Low)\n- Available Releases -- used for assigning version values (e.g. v1.0)\n- Assignees -- list of users to whom Issues can be assigned\n- Watchers -- list of users who should be notified when Issues or comments are added\n- Mailing List -- single email address, similar to Watchers\n- Repository URL -- git/subversion repository used by your organization \n\nNote that if you are not tracking software releases, you can leave the list\nof \"releases\" empty, and organization by release will be turned off. The\nfields for areas and issue types come pre-configured with simple values that\npresume you are tracking software bugs. You can modify these to suit your needs.\n\nIf a repository URL is provided, revision numbers will automatically be\nhyperlinked when included in Issue descriptions and comments.\n\nAfter creating the Tracker, use the \"state\" menu to open it for submissions.\nAvailable workflow states are:\n\n- Open: Anonymous users can view and submit issues\n- Restricted: Anonymous users can view, but only members can submit\n- Protected: Only members can view and submit\n- Closed: Tracker is closed to submissions \n\nThe Tracker front page includes:\n\n- Issue search (as well as link to Advanced Search)\n- Issue Logs link (view all Tracker activity)\n- Watch This Tracker / Stop Watching This Tracker button to enable/disable notifications\n- Browse Issues by release, state, area or tag\n- \"My Submitted Issues\" listing\n- \"Orphaned Issues\" listing (unassigned Issues)\n- \"Issues Assigned to Me\" \n\n\nIssue Usage\n-----------\n\nOnce you have set up the Tracker, Issues (tickets) can be created within the\nTracker. Who can create them depends on the Tracker's state (see list above).\nIssues contain:\n\n- Title\n- Release (version Issue was found in)\n- Details (description)\n- Steps to Reproduce\n- Related Issues (select from existing Issues within the Tracker)\n- Area, Type and Severity\n- Target Release (for fix)\n- Contact Email\n- Requested By Date\n- Ticket Owner (Assignee)\n- Watchers\n- Subjects (Tags) \n\nOnce an Issue is created:\n\n- Attachments can be added to the Issue\n- Responses can be added\n- When adding a response as a tracker manager, you can change the state, importance or assignment of an issue.\n\nIssues have the following workflow:\n\n.. image:: http://www.sixfeetup.com/images/issue-workflow.png\n :height: 756\n :width: 553\n :alt: Issue Workflow\n :align: left\n\n\nEmail Notification\n------------------\n\nIf email notification is enabled in the Tracker setup, the following conditions will exist.\n\n- If a mailing list was provided in the Tracker setup, members of the list will also be notified.\n- All listed Tracker Assignees automatically become Tracker Watchers when the tracker is created.\n- A Ticket Owner (assignee assigned to an issue) automatically becomes an Issue Watcher for that issue. \n\n+--------------------------+-------------+----------------+----------------+\n| User | New Issue | Issue Response | Issue Resolved |\n+==========================+=============+================+================+\n| **Tracker Watcher** | X | X | X |\n+--------------------------+-------------+----------------+----------------+\n| **Tracker Mailing List** | X | X | X |\n+--------------------------+-------------+----------------+----------------+\n| **Issue Watcher** | | X* | X |\n+--------------------------+-------------+----------------+----------------+\n| **Issue Submitter** | | | X |\n+--------------------------+-------------+----------------+----------------+\n| **Member** | | | X |\n+--------------------------+-------------+----------------+----------------+\n\n\n`*` except responses they post \n\nFor additional mail functionality, also see `poi.receivemail` and\n`poi.maildefaults`\n\n\nRoles and Permissions\n---------------------\n\nPoi adds 3 Roles to the defaults in Plone. Roles honor inheritance.\nNote that some of these permissions will change based on the\nstate of the tracker.\n\n+-----------------------------+-------------+----------------+----------------+----------------+------------+\n| | Anonymous | Member | Manager | TrackerManager | Technician |\n+=============================+=============+================+================+================+============+\n| Add Tracker | | | X | | |\n+-----------------------------+-------------+----------------+----------------+----------------+------------+\n| Manage Tracker | | | X | X | |\n+-----------------------------+-------------+----------------+----------------+----------------+------------+\n| Add Issue | X | X | X | X | X |\n+-----------------------------+-------------+----------------+----------------+----------------+------------+\n| Add Response | X | X | X | X | X |\n+-----------------------------+-------------+----------------+----------------+----------------+------------+\n| Edit Response | | | X | X | X |\n+-----------------------------+-------------+----------------+----------------+----------------+------------+\n| Upload Attachment | | X | X | X | X |\n+-----------------------------+-------------+----------------+----------------+----------------+------------+\n| Modify Issue Severity | | | X | X | X |\n+-----------------------------+-------------+----------------+----------------+----------------+------------+\n| Modify Issue Assignment | | | X | X | X |\n+-----------------------------+-------------+----------------+----------------+----------------+------------+\n| Modify Issue State | | | X | X | X |\n+-----------------------------+-------------+----------------+----------------+----------------+------------+\n| Modify Issue Tags | | | X | X | X |\n+-----------------------------+-------------+----------------+----------------+----------------+------------+\n| Modify Issue Watchers | | | X | X | X |\n+-----------------------------+-------------+----------------+----------------+----------------+------------+\n| Modify Issue Target Release | | | X | X | X |\n+-----------------------------+-------------+----------------+----------------+----------------+------------+\n| Modify Related Issues | X | X | X | X | X |\n+-----------------------------+-------------+----------------+----------------+----------------+------------+\n\n\n\nCredits\n=======\n\nIf you have contributed to Poi in some fashion, be sure to add\nyourself in the hall of fame here!\n\n o Design and development by Martin Aspeli \n\n o Bug fixes and general critiquing by Rocky Burt \n\n o Icons by Vidar Andersen, Black Tar, originally created for CMFCollector.\n\n o Log-view for Poi trackers by Malthe Borch\n\n o Link detection, additions to the search interface and other fixes\n by Daniel Nouri.\n\n o Plone 3 support by Alexander Limi and Maurits van Rees.\n\n o Bug fixes, modernizing of responses, maintenance by Maurits van\n Rees\n\n o Plone 4 support by Maurits van Rees and Maarten Kling.\n\n o Refactoring of emailing and watching code into\n collective.watcherlist: Maurits van Rees.\n\n o Plone 5 Refactoring by Six Feet Up\n\nChangelog for Poi\n=================\n\n4.0.2 (2018-08-19)\n------------------\n- update customized RelatedItemsFieldWidget resultTemplate to\n match mockup 2.7.7 / Plone 5.1.5 [abosio]\n- improve string encoding in csv export [abosio]\n\n\n4.0.1 (2018-12-06)\n------------------\n\n- Increase min chars for commit link detection to avoid false positives [abosio]\n- Fix handling of empty values for display [rpatterson]\n- Include ZCML of dependencies, fixes errors in add-on tests [rpatterson]\n- Fix a registry key missing from fresh installs [rpatterson]\n- Fixed several internationalization problems. [maurits]\n- Allow for graceful handling of missing vocab terms [cdw9]\n\n\n4.0 (2017-07-18)\n----------------\n\n- Plone 5 compatibility\n- Complete refactor using Dexterity for Trackers and\n Issues (see Poi 3.x for migration)\n- Issues are now folderish for holding attachments.\n- New template layouts\n- CSV export from issue search\n- New field for relating issues to each other\n\n\n3.0 (2017-07-18)\n----------------\n\n- Added a migration path from Poi 2.x to 4.x, which migrates\n Trackers and Issues to Dexterity.\n This requires a version of plone.app.contenttypes compatible with Plone 4.3,\n with minimum version 1.1.2.\n This version of Poi is to only be\n used in Plone 4 as a migration step, and is not a useable version of Poi.\n You will see errors like ``AttributeError: @@issuefolder`` when you try to\n view a tracker. This is okay. You can now migrate to Plone 5.\n\n\n2.3 (2016-12-30)\n----------------\n\n- Avoid security warning on startup. You get a warning about our\n IResponseAdder viewlet manager, which apparently has a security\n declaration for nonexistent method '__getitem__'. So we add that\n method and let it return an IndexError, because this is a\n ``zope.contentprovider`` which is not meant to iterate over\n viewlets. [maurits]\n\n- Use blob file for attachments in issues and responses. This comes\n with an upgrade step to migrate them.\n Fixes `issue #32 `_.\n [maurits]\n\n\n2.2.10 (2016-12-23)\n-------------------\n\n- Added basic options to ``BasePoiMail``. This avoids doing the same\n calculations on various sub classes. [maurits]\n\n- Load ``rss.png`` instead of ``rss.gif``. [maurits]\n\n- Fixed ``poi.js`` javascript for newer jQuery versions. 1.9 would\n fall over an undefined ``jQuery.browser``. 1.7 would fall over an\n unrecognized expression, needing extra quotes. Still works on 1.4.\n Fixes `issue 30 `_.\n [maurits]\n\n\n2.2.9 (2016-12-09)\n------------------\n\n- Only do link detection in plain or intelligent text fields. If a\n field has html and contains an html space `` `` and you have an\n issue 160, it will start looking very ugly. Note that by default\n html is not allowed. [maurits]\n\n\n2.2.8 (2015-08-31)\n------------------\n\n- Require Products.DataGridField 1.9.2 as minimum. This means we no\n longer use the ``isDataGridFilled`` validator, but simply rely on\n ``required=True`` for the ``availableAreas`` and\n ``availableIssueTypes`` fields of the trackers.\n [maurits]\n\n\n2.2.7 (2014-09-10)\n------------------\n\n- Refer to .png Plone images in css instead of .gif.\n [thomasdesvenain]\n\n- When we go to search form, current filters are pre-selected.\n [thomasdesvenain]\n\n- Filled in missing translations for de and removed stale fuzzy entries\n [pilz]\n\n\n2.2.6 (2013-10-18)\n------------------\n\n- Show technicians in the responsible managers list in the search\n form.\n Fixes http://plone.org/products/poi/issues/266\n [maurits]\n\n- Sort the available releases of trackers in PloneSoftwareCenter by\n id, which means: by version.\n [maurits]\n\n- Fix auto-recognized issue/revision links when displayed in the\n tracker log. These would point outside of the tracker. Now we pass\n the absolute url of the tracker. Note that responses cache their\n rendered html text in a variable ``rendered_text``, which is only\n updated when you edit the response, so this may not have effect on\n existing responses.\n Fixes http://plone.org/products/poi/issues/255\n [maurits]\n\n- Fix corner cases in recognizing links to issues and revisions. Add\n the patterns for these two in ``config.py`` so they can be\n overridden. Also add the template to use when recognizing a link to\n another issue there.\n Fixes http://plone.org/products/poi/issues/262\n [maurits]\n\n\n2.2.5 (2013-08-22)\n------------------\n\n- Fixed mail templates styles for new issue and new response\n [cekk]\n\n- Some style fixes; removed all inline styles left, translated to\n CSS rules.\n [keul]\n\n2.2.4 (2013-07-02)\n------------------\n\n- Removed the text type selection for the tracker description. Note:\n when editing and saving an existing tracker and it has html code in\n its description, you may get a validation error: \"Mimetype text/html\n is not allowed.\" In that case you need to edit the description and\n remove the html tags.\n [keul]\n\n- Some style fixes; removed inline styles.\n [keul]\n\n\n2.2.3 (2013-04-18)\n------------------\n\n- Also allow text/plain for the details field. This fixes a problem\n with Plone 4.3.\n [maurits]\n\n- Updated italian translation\n [keul]\n\n- Now supporting the \"Site Administrator\" role\n [keul]\n\n- Fix tracker security; issues inside private folder\n must not be visible to anonymous users\n [keul]\n\n\n2.2.2 (2013-04-04)\n------------------\n\n- Show the 'Watch/Stop watching this tracker' button again.\n [maurits]\n\n- Fixed ``KeyError: portal`` on several pages for anonymous users.\n [maurits]\n\n\n2.2.1 (2013-03-30)\n------------------\n\n- Issue search form criteria can be pre-selected from request.\n [thomasdesvenain]\n\n- Quick search and add issue button are now available on all pages.\n [thomasdesvenain]\n\n- Most metadata are now clickable links.\n [thomasdesvenain]\n\n- Added issue_portal_type parameter in IssueFolderView. It is now\n possible to use a custom content type inherited from PoiIssue.\n [cedricmessiant]\n\n\n2.2 (2013-02-07)\n----------------\n\n\n- Completed French translations.\n [cedricmessiant]\n\n- Store the watchers of a tracker in a lines field instead of\n annotations. This way, you can edit them as Manager if that is\n needed. Added an upgrade step to migrate all existing trackers.\n [maurits]\n\n- Fixed changes in a response that were being saved with a wrong id.\n This did not cause missing data, just a duplicate id in the response\n changes. This is never shown in the UI, so should only be a problem\n for third party code that directly accesses this response data\n structure.\n https://github.com/collective/Products.Poi/issues/4\n [maurits]\n\n\n2.1.4 (2012-12-03)\n------------------\n\n- Fix advanced search form not returning results unless both `Issue\n number` and `Submitter` were specified.\n [rpatterson]\n\n\n2.1.3 (2012-11-28)\n------------------\n\n- Fixed reinstall error. Metadata would be missing in the catalog\n brains.\n [maurits]\n\n- Included Products.AddRemoveWidget and Products.DataGridField in configure.zcml\n [cedricmessiant]\n\n\n2.1.2 (2012-11-06)\n------------------\n\n- Fixed packaging error.\n [maurits]\n\n\n2.1.1 (2012-11-06)\n------------------\n\n- Made compatible with Plone 4.3. Lost compatibility with Plone 4.0.\n [maurits]\n\n- Fix Unauthorized/\"Insufficient Privileges\" error under Plone 4.2.\n [rpatterson]\n\n\n2.1.0 (2012-06-28)\n------------------\n\n- completed german translation [jensens]\n\n\n2.1.0b1 (2012-05-02)\n--------------------\n\n- Get rid of all code that still handled old PoiResponses. If you\n still have those (meaning you were using Poi 1.1.x before this),\n then you must first update to version 2.0.x and run the upgrade\n steps.\n [maurits]\n\n- Add an uninstall method and profile, to clean up a bit more. In\n addition to what the CMFQuickInstaller does, we remove our catalog\n columns and indexes, our skin layer from the skin selections, and\n our types from the parentMetaTypesNotToQuery in the\n navtree_properties.\n [maurits]\n\n- Refactored all email notifications to templates. This should make it\n easier to customize and translate.\n [maurits]\n\n- Fixed example link for collective changesets.\n [maurits]\n\n- When clicking on the suggested login button, show a popup.\n [maurits]\n\n- Removed htmlrender.py.\n [maurits]\n\n- Refactored the email notifications by creating a page template\n ``browser/poi_mail.pt`` and a css file ``skins/Poi/poi-email.css``\n and using that instead of hardcoded stuff in a python file\n ``htmlrender.py``.\n Fixes http://plone.org/products/poi/issues/251\n [maurits]\n\n- Allow assigning portlets to trackers and issues.\n Fixes http://plone.org/products/poi/issues/250\n [maurits]\n\n- Make sure the issue-info-box does not inherit a 100% width, as is the\n case on plone.org at the moment (6 September 2011), which is far too\n wide for this little box.\n See http://plone.org/products/poi/issues/249\n [Maurits]\n\n- Added MANIFEST.in file so that .mo translation files will be\n included in source distributions (with help from zest.releaser and\n zest.pocompile).\n Refs http://plone.org/products/poi/issues/248\n [maurits]\n\n\n2.0.2 (2011-04-09)\n------------------\n\n- Depend on Products.CMFPlone instead of Plone to improve Plone 4.1\n compatibility.\n [maurits]\n\n- Do not fail when rendering a response that has a text/x-html-safe\n mimetype or where the html transform returns nothing. (Merged from\n 1.2 branch.)\n [maurits]\n\n- Review French translations\n [toutpt]\n\n\n2.0.1 (2010-11-11)\n------------------\n\n- Split profile registration and upgrade steps from configure.zcml\n into a new profiles.zcml as it is quite big already.\n [maurits]\n\n- Fix: for the 'no change' label and input the ids were empty.\n [thomasdesvenain]\n\n- Removed our dependency on collective.autopermission, as its\n functionality is integrated in Zope 2.12 (Plone 4.0).\n [maurits]\n\n\n2.0 (2010-10-14)\n----------------\n\n- Lower the minimum dependency on Products.AddRemoveWidget to 1.4.2\n again, as I had a report about a performance hit in 1.4.3 in corner\n cases not related to Poi itself; and 1.4.2 is fine really, though\n 1.4.4 has a fix for Plone 4 in a part that Poi does not use.\n [maurits]\n\n- Do not advise users to click on 'search for issues' as that link is\n nowhere; instead it should be 'Advanced issue search'.\n [maurits]\n\nFor changes in 2.0b2 and earlier, see ``docs/HISTORY.txt``.\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://plone.org/products/poi", "keywords": "bugs issue tracker", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "Products.Poi", "package_url": "https://pypi.org/project/Products.Poi/", "platform": "", "project_url": "https://pypi.org/project/Products.Poi/", "project_urls": { "Homepage": "http://plone.org/products/poi" }, "release_url": "https://pypi.org/project/Products.Poi/4.0.2/", "requires_dist": [ "setuptools", "plone.app.blob", "plone.namedfile", "Products.CMFPlone (>=5.0.5)", "collective.dexteritytextindexer", "collective.watcherlist (>=3.0)", "collective.z3cform.datagridfield", "Products.OrderableReferenceField", "plone.app.referenceablebehavior", "plone.app.relationfield (>=1.3.4)", "Products.PloneTestCase ; extra == 'test'" ], "requires_python": "", "summary": "Poi: A friendly issue tracker", "version": "4.0.2" }, "last_serial": 5700294, "releases": { "1.1": [ { "comment_text": "", "digests": { "md5": "a395d8bd5de90d2e6487d0529c6eaf41", "sha256": "1e9b50ec6101455b2c0759bf9ee765d0da86d7b79445e88d1b177cfc4e12ee9b" }, "downloads": -1, "filename": "Products.Poi-1.1.tar.gz", "has_sig": false, "md5_digest": "a395d8bd5de90d2e6487d0529c6eaf41", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 177764, "upload_time": "2008-08-06T22:43:45", "url": "https://files.pythonhosted.org/packages/35/09/2791e10003b6ee2914168078654a582ef28cc7ea479b9052c0bbb42d51d8/Products.Poi-1.1.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "b6a09ed69f51ec7bd6a7cfe961477b13", "sha256": "116b45969fe6aaa05d5844ca554eea67e681a819ce5fe922a20846ed5939ffd8" }, "downloads": -1, "filename": "Products.Poi-1.1.1.tar.gz", "has_sig": false, "md5_digest": "b6a09ed69f51ec7bd6a7cfe961477b13", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 190084, "upload_time": "2008-08-06T22:46:31", "url": "https://files.pythonhosted.org/packages/b6/49/f89ff6d8e70d9fe986dcb03679ab08b3da2d80798d6a32047f5140425ca7/Products.Poi-1.1.1.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "5aaf4e53495ab0acdc2b42f3603c3d93", "sha256": "44d9204d29e1c38d4b6853e627b2e1a5c5b35182986a0153a838a7b0d0d2448f" }, "downloads": -1, "filename": "Products.Poi-1.1.2.tar.gz", "has_sig": false, "md5_digest": "5aaf4e53495ab0acdc2b42f3603c3d93", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 191262, "upload_time": "2008-09-12T20:50:28", "url": "https://files.pythonhosted.org/packages/5a/5a/b19810c75db08a2e61613d349947c094dbcce177b03e6d3af41731ec6274/Products.Poi-1.1.2.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "f3a4b355960d60ad85465141a63e9410", "sha256": "f0c7ef82c0dc4a63b8b0817f6dee14e8e2ec515cbe0433fb922ab56c55099aab" }, "downloads": -1, "filename": "Products.Poi-1.2.tar.gz", "has_sig": false, "md5_digest": "f3a4b355960d60ad85465141a63e9410", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 165576, "upload_time": "2009-02-23T23:42:34", "url": "https://files.pythonhosted.org/packages/b0/98/4c06323846165ddfcce8eea084e7c3c68f5e6c9f3f8ece9811776181f4ea/Products.Poi-1.2.tar.gz" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "f084d59abb4ae651442a3d36c46d3b28", "sha256": "44dfb98cbd0c89eab26ae4e8e9145c5f58e3c338e0e65c3c988ada964cb909cc" }, "downloads": -1, "filename": "Products.Poi-1.2.1.tar.gz", "has_sig": false, "md5_digest": "f084d59abb4ae651442a3d36c46d3b28", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 176374, "upload_time": "2009-03-09T23:11:36", "url": "https://files.pythonhosted.org/packages/b2/d5/2b23172a59d4cc4e6b9a00903758540d928e1d488ad7b54a72feb102f584/Products.Poi-1.2.1.tar.gz" } ], "1.2.10": [ { "comment_text": "", "digests": { "md5": "78f09ed4137dea982be3346ab6c923f9", "sha256": "67105f9299f17eea29d704e07a57fa7d439694f50853483e3bfdf339630c4387" }, "downloads": -1, "filename": "Products.Poi-1.2.10.zip", "has_sig": false, "md5_digest": "78f09ed4137dea982be3346ab6c923f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 280644, "upload_time": "2010-10-05T12:38:53", "url": "https://files.pythonhosted.org/packages/2e/f8/1b2c9786aadaa664114adbc84a05047d63ecfc8adbf247cc068004ab1e37/Products.Poi-1.2.10.zip" } ], "1.2.11": [ { "comment_text": "", "digests": { "md5": "3c18cb5a058317355643e8b54331b347", "sha256": "3e55417231682f8f2b51a1c50f16d2494f7728a298247bd3409495252f18de9b" }, "downloads": -1, "filename": "Products.Poi-1.2.11.zip", "has_sig": false, "md5_digest": "3c18cb5a058317355643e8b54331b347", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 280958, "upload_time": "2010-10-14T14:31:33", "url": "https://files.pythonhosted.org/packages/da/d3/0ebd7ac43a71c3555723f1800dd017cfdcab8fab7d74e63548d29c857bfe/Products.Poi-1.2.11.zip" } ], "1.2.12": [ { "comment_text": "", "digests": { "md5": "220220dc841c95b2c7b843072482aefb", "sha256": "8b37e26f4c417cdc487da6e27d8feb931b645611b172140433acaf5540a9dfff" }, "downloads": -1, "filename": "Products.Poi-1.2.12.zip", "has_sig": false, "md5_digest": "220220dc841c95b2c7b843072482aefb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 281257, "upload_time": "2011-05-05T18:06:37", "url": "https://files.pythonhosted.org/packages/65/10/0d64c0945ea41c0b9ef6a36697e39dbed196be8c5c04367d365a69ce6615/Products.Poi-1.2.12.zip" } ], "1.2.13": [ { "comment_text": "", "digests": { "md5": "b06ea02db3dbf2d92f0a3d0528891191", "sha256": "457aa94e81f7faa750232f64ac8a357d6838f320785b678a8220f9073517e5ff" }, "downloads": -1, "filename": "Products.Poi-1.2.13.zip", "has_sig": false, "md5_digest": "b06ea02db3dbf2d92f0a3d0528891191", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 281369, "upload_time": "2011-05-09T17:45:05", "url": "https://files.pythonhosted.org/packages/3f/fc/7bf66f073a2b470f884649832df3f21b6d3426db391d4956ccb1365b6153/Products.Poi-1.2.13.zip" } ], "1.2.14": [ { "comment_text": "", "digests": { "md5": "d536abe944b7d9e3b733087c79b21a1f", "sha256": "e75e66506b4b8e86203f296625a2873e9741e64d722f21c9efbc04f2a1b9a037" }, "downloads": -1, "filename": "Products.Poi-1.2.14.tar.gz", "has_sig": false, "md5_digest": "d536abe944b7d9e3b733087c79b21a1f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 204418, "upload_time": "2016-12-09T19:13:59", "url": "https://files.pythonhosted.org/packages/21/af/3907b38574c18297293b33d85aaded6b0ecf22c11ef9a0e0c9f54acdc3ad/Products.Poi-1.2.14.tar.gz" } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "5e4c9e7c7953f2dfef8faf31edad3bb4", "sha256": "d457676a797948008798796bfe9ca7154f1fefeeac1e136cf78d80112cbafb2e" }, "downloads": -1, "filename": "Products.Poi-1.2.2.tar.gz", "has_sig": false, "md5_digest": "5e4c9e7c7953f2dfef8faf31edad3bb4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 177857, "upload_time": "2009-03-26T23:02:53", "url": "https://files.pythonhosted.org/packages/48/58/826eb4b7ab41516e2a1f6d43c5648c4d60fa1f724c2d937bb276d9548730/Products.Poi-1.2.2.tar.gz" } ], "1.2.3": [ { "comment_text": "", "digests": { "md5": "ed81d81c4c75c62935f5622bcae8509a", "sha256": "eaed54a6e7a40da35745bf165a248951d51038d3efe42c55370ca28098bb17e5" }, "downloads": -1, "filename": "Products.Poi-1.2.3.tar.gz", "has_sig": false, "md5_digest": "ed81d81c4c75c62935f5622bcae8509a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 168158, "upload_time": "2009-04-22T23:40:19", "url": "https://files.pythonhosted.org/packages/85/98/bd730e156447c80133a59a0aa205f9156cbcc583302ad8de7d5f144c6ec7/Products.Poi-1.2.3.tar.gz" } ], "1.2.4": [ { "comment_text": "", "digests": { "md5": "af80d5178f1a4ee1cfa1e4d84f2e3dd6", "sha256": "a2723b67979cd492c3f7e2bacac41fe4dbe4198ca69d6f8573171e22ff4695d0" }, "downloads": -1, "filename": "Products.Poi-1.2.4.tar.gz", "has_sig": false, "md5_digest": "af80d5178f1a4ee1cfa1e4d84f2e3dd6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 180036, "upload_time": "2009-05-30T23:15:25", "url": "https://files.pythonhosted.org/packages/a2/08/c9c8cf12956ced390ccd24a9424b00f4cad4bfff049fdfbe913519481090/Products.Poi-1.2.4.tar.gz" } ], "1.2.5": [ { "comment_text": "", "digests": { "md5": "be603d65b10ccee79cce843e2c556cff", "sha256": "4bc3f73a9bc658557aaa2b189b411b4163074e2e7a011f75e71faae567967e5f" }, "downloads": -1, "filename": "Products.Poi-1.2.5.tar.gz", "has_sig": false, "md5_digest": "be603d65b10ccee79cce843e2c556cff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 190495, "upload_time": "2009-07-08T23:45:42", "url": "https://files.pythonhosted.org/packages/86/b8/30cf4100461a6fbfdf00bdb8921cf9c06b669d8c0f363f387d1debc38573/Products.Poi-1.2.5.tar.gz" } ], "1.2.6": [ { "comment_text": "", "digests": { "md5": "7ad0f246a98b13747e77845264b108cb", "sha256": "4a473300db7e873115e2ac5b38178adff5885e3517b0bc38f1a6f74d5242be56" }, "downloads": -1, "filename": "Products.Poi-1.2.6.tar.gz", "has_sig": false, "md5_digest": "7ad0f246a98b13747e77845264b108cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 198252, "upload_time": "2009-09-06T01:16:10", "url": "https://files.pythonhosted.org/packages/19/80/4ee5783b36a4648f7199f784164f5a1455810a6bee73ebfb6a475a058d3f/Products.Poi-1.2.6.tar.gz" } ], "1.2.7": [ { "comment_text": "", "digests": { "md5": "7fe59c0853221cad2175daa524e3097e", "sha256": "2bad1f4684087772ad43091478910e86fd45ea3e14176b5e5d5662cee15b02ea" }, "downloads": -1, "filename": "Products.Poi-1.2.7.tar.gz", "has_sig": false, "md5_digest": "7fe59c0853221cad2175daa524e3097e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 199310, "upload_time": "2009-10-24T00:20:37", "url": "https://files.pythonhosted.org/packages/0c/75/f0e1b2136d56c9b60b0699b031691fa846fb436b8d93df60f97f5c3eabf7/Products.Poi-1.2.7.tar.gz" } ], "1.2.8": [ { "comment_text": "", "digests": { "md5": "665f9e3434129919745379edd29fed1b", "sha256": "de9f19c04c5eadbae7216fbdfe71ac685be150be2f8be99202ef4b2ac5b0a380" }, "downloads": -1, "filename": "Products.Poi-1.2.8.tar.gz", "has_sig": false, "md5_digest": "665f9e3434129919745379edd29fed1b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 202099, "upload_time": "2010-02-27T02:38:08", "url": "https://files.pythonhosted.org/packages/4e/d1/ce1202f13a944888680c5debc9c46db4ed44b66eeb7de486d4f88320a5fc/Products.Poi-1.2.8.tar.gz" } ], "1.2.9": [ { "comment_text": "", "digests": { "md5": "a615e36d95ef5ff30db34567a434689b", "sha256": "1fedc6770b64f9e4c8c97c407595488faa209698acc1b947e12e3a6bf5744d20" }, "downloads": -1, "filename": "Products.Poi-1.2.9.zip", "has_sig": false, "md5_digest": "a615e36d95ef5ff30db34567a434689b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 280081, "upload_time": "2010-04-29T11:15:56", "url": "https://files.pythonhosted.org/packages/63/a1/43b68f4ba8d1d2dd2014b0f928d66ef4067e6a26b5e8809f1206cc7edbd3/Products.Poi-1.2.9.zip" } ], "1.2a1": [ { "comment_text": "", "digests": { "md5": "67cf81aa9f3ec9d29f1a42f86a05d360", "sha256": "1806cd63d84aa7fd697da6dd4f933a50508ce3fcf0cdd2f5cfbd0ff3d3fab5fa" }, "downloads": -1, "filename": "Products.Poi-1.2a1.tar.gz", "has_sig": false, "md5_digest": "67cf81aa9f3ec9d29f1a42f86a05d360", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 129993, "upload_time": "2008-06-17T00:07:57", "url": "https://files.pythonhosted.org/packages/de/45/f6567ba336dd6c5fe89c746738283b94c48c7f07ed74d46edd8fc2f20bda/Products.Poi-1.2a1.tar.gz" } ], "1.2b1": [ { "comment_text": "", "digests": { "md5": "ea9f2010a1c8f2ca673dded2450a3077", "sha256": "b8cc195adc1c605eacba3d7d09b60c0a39eb8c1e4c7c26d6dea2ed204216f43a" }, "downloads": -1, "filename": "Products.Poi-1.2b1.tar.gz", "has_sig": false, "md5_digest": "ea9f2010a1c8f2ca673dded2450a3077", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 135783, "upload_time": "2008-07-11T23:41:59", "url": "https://files.pythonhosted.org/packages/1a/4b/a9c20929d29c67eeaa6617d7ac38f50b45ab6a6b42b41f005270c78f3148/Products.Poi-1.2b1.tar.gz" } ], "1.2rc1": [ { "comment_text": "", "digests": { "md5": "32d4f3dedfc198174bbc08fa9dc573ed", "sha256": "8b5ae1341066c56421bc9fdcd65b21db1cd565072f867c01101d69874e199004" }, "downloads": -1, "filename": "Products.Poi-1.2rc1.tar.gz", "has_sig": false, "md5_digest": "32d4f3dedfc198174bbc08fa9dc573ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 145722, "upload_time": "2008-09-12T21:18:28", "url": "https://files.pythonhosted.org/packages/4d/53/04858c6a58469587d282f3f322f0e21d64e1d57c592b046b2340faabf47a/Products.Poi-1.2rc1.tar.gz" } ], "1.2rc2": [ { "comment_text": "", "digests": { "md5": "2a384ad89e36b4ad801c35ed80c31d5d", "sha256": "77a5779eb7e1dc93df34b67857a8a7f93ba8540cf070b5b0ba34f29a449312a9" }, "downloads": -1, "filename": "Products.Poi-1.2rc2.tar.gz", "has_sig": false, "md5_digest": "2a384ad89e36b4ad801c35ed80c31d5d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 138803, "upload_time": "2008-09-25T10:24:30", "url": "https://files.pythonhosted.org/packages/75/d8/6fd6f41d4b7fde7f46981d34f7893e6d17374cdac45414f50f952a092e2a/Products.Poi-1.2rc2.tar.gz" } ], "1.2rc3": [ { "comment_text": "", "digests": { "md5": "30fcd130d82bca518f5a64df74179620", "sha256": "f7ea369848f5d930f82f556cbdb2652fae28b93b2d12a31fa97ed774370873ea" }, "downloads": -1, "filename": "Products.Poi-1.2rc3.tar.gz", "has_sig": false, "md5_digest": "30fcd130d82bca518f5a64df74179620", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 146965, "upload_time": "2008-09-28T14:11:56", "url": "https://files.pythonhosted.org/packages/d8/4b/6ff4e19bd36086c8cec1f38c77c81f1b465a38510dc84aa0c0c743ce4372/Products.Poi-1.2rc3.tar.gz" } ], "2.0": [ { "comment_text": "", "digests": { "md5": "b8f2b46f26c9820e69a640b4c7eea86d", "sha256": "9d98cc7418ad807eb763e7059c2d2d55abb751bbc0634771bcd86b7b6d99d537" }, "downloads": -1, "filename": "Products.Poi-2.0.zip", "has_sig": false, "md5_digest": "b8f2b46f26c9820e69a640b4c7eea86d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 277960, "upload_time": "2010-10-14T14:49:30", "url": "https://files.pythonhosted.org/packages/91/1b/5c2ce1be95925663eb340e9515de10121d74273c3ed13442c7db9122360f/Products.Poi-2.0.zip" } ], "2.0.1": [ { "comment_text": "", "digests": { "md5": "6d1f860498ba9bf619d53ece05f81005", "sha256": "7b8bc1a2e717391044370676b405fa4a44d187b2c6b2b5d25c7b1987ba36ccde" }, "downloads": -1, "filename": "Products.Poi-2.0.1.zip", "has_sig": false, "md5_digest": "6d1f860498ba9bf619d53ece05f81005", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 280653, "upload_time": "2010-11-11T16:03:25", "url": "https://files.pythonhosted.org/packages/9c/c2/db5a832beb5e18efd9bddbae391bd5a7c59e9eaee1828b1457c7bff16943/Products.Poi-2.0.1.zip" } ], "2.0.2": [ { "comment_text": "", "digests": { "md5": "61c1daa9ce41d358d4b77f5f098aa68d", "sha256": "34e6f07ebbd7a5086a158259f2a2f824f7b6d0d36b090833ff17d18d0f9daf5a" }, "downloads": -1, "filename": "Products.Poi-2.0.2.zip", "has_sig": false, "md5_digest": "61c1daa9ce41d358d4b77f5f098aa68d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 281225, "upload_time": "2011-04-09T02:20:35", "url": "https://files.pythonhosted.org/packages/47/a1/e1cd1afa0c420c74e922a8473495132d9dcea81c02f46504f49bf14d6bdf/Products.Poi-2.0.2.zip" } ], "2.0a1": [ { "comment_text": "", "digests": { "md5": "d160bdb08e890e216ffa74cb08b16a74", "sha256": "9d4eec2e923316a0e7e170adfcc13db354773ecaa32a17df80a28388fd4b5a4d" }, "downloads": -1, "filename": "Products.Poi-2.0a1.zip", "has_sig": false, "md5_digest": "d160bdb08e890e216ffa74cb08b16a74", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 269479, "upload_time": "2010-02-27T03:22:19", "url": "https://files.pythonhosted.org/packages/07/ff/88401fa391b488a645453993d95508045a518ecbc169ab27280cd6eb691a/Products.Poi-2.0a1.zip" } ], "2.0b1": [ { "comment_text": "", "digests": { "md5": "76d90153c0ced745eda368819e72b152", "sha256": "35ee5a567fc7c26d8988398193149f07fda1f5345bb8f0d344705d6dc69f669b" }, "downloads": -1, "filename": "Products.Poi-2.0b1.zip", "has_sig": false, "md5_digest": "76d90153c0ced745eda368819e72b152", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 270801, "upload_time": "2010-08-11T23:33:14", "url": "https://files.pythonhosted.org/packages/6b/ce/9a9544270bb048a46db41cb1fe2b0e7390ff5e5cf80a112dfc7988f7287b/Products.Poi-2.0b1.zip" } ], "2.0b2": [ { "comment_text": "", "digests": { "md5": "63bbc521f1ddd9f702d2c9d340234e6b", "sha256": "37c9deecde893d4f03ff1ef0e6e947b4d811c5aeaa62b599e2cdeefe79fa43c0" }, "downloads": -1, "filename": "Products.Poi-2.0b2.zip", "has_sig": false, "md5_digest": "63bbc521f1ddd9f702d2c9d340234e6b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 277983, "upload_time": "2010-09-14T00:14:56", "url": "https://files.pythonhosted.org/packages/2a/a4/764da25f0e094a53dd90c20a5cafe516c7f19dfb9d5a7cc51d1f571ecc56/Products.Poi-2.0b2.zip" } ], "2.1.0": [ { "comment_text": "", "digests": { "md5": "7049139bf7aa706d13b8733887fd76cf", "sha256": "4fe18cc7766963409f58751b2a000be3eff85af314a2d5d0dd121c0b92544b7a" }, "downloads": -1, "filename": "Products.Poi-2.1.0.zip", "has_sig": false, "md5_digest": "7049139bf7aa706d13b8733887fd76cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 355256, "upload_time": "2012-06-28T12:12:10", "url": "https://files.pythonhosted.org/packages/dd/cf/7eba6902aee046b72dcca64479dceb766cb6402ef81c9195ea3025b48449/Products.Poi-2.1.0.zip" } ], "2.1.0b1": [ { "comment_text": "", "digests": { "md5": "b5c8ba02511766c4e1ab4bafca73057d", "sha256": "9e2cc63e7e6e50dfaceddb56245796158d3abfac6deca640617715baeea5b722" }, "downloads": -1, "filename": "Products.Poi-2.1.0b1.zip", "has_sig": false, "md5_digest": "b5c8ba02511766c4e1ab4bafca73057d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 354440, "upload_time": "2012-05-02T17:02:47", "url": "https://files.pythonhosted.org/packages/50/69/f6a9bfdbd3b23ea638f1cebd76cc8949d38c99585b35d4d99276a99de44e/Products.Poi-2.1.0b1.zip" } ], "2.1.1": [ { "comment_text": "", "digests": { "md5": "fd42271250f36551e73f1631d5374000", "sha256": "8d1b499f2a1d9b3aee884792d9ce4231d66b991085ad9e10feed0dd146228c1f" }, "downloads": -1, "filename": "Products.Poi-2.1.1.zip", "has_sig": false, "md5_digest": "fd42271250f36551e73f1631d5374000", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 351117, "upload_time": "2012-11-06T11:32:07", "url": "https://files.pythonhosted.org/packages/34/ea/bb255fc4f9faf7ee84bde1a49c8f868ac4bd9027cce55396c3919fa1aec1/Products.Poi-2.1.1.zip" } ], "2.1.2": [ { "comment_text": "", "digests": { "md5": "fa7172c20bc4c3ec1aa1c7837a47765f", "sha256": "cbb738749a4f7dbbdda3f412a686da484db32281a46fd5e8c2186e7047bd115f" }, "downloads": -1, "filename": "Products.Poi-2.1.2.zip", "has_sig": false, "md5_digest": "fa7172c20bc4c3ec1aa1c7837a47765f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 358379, "upload_time": "2012-11-06T14:18:34", "url": "https://files.pythonhosted.org/packages/d8/0b/dda8e8fd021a87b39515df0281bf1a5645f995d796cf5b55f61f5b8a6a8d/Products.Poi-2.1.2.zip" } ], "2.1.3": [ { "comment_text": "", "digests": { "md5": "0e50b49ba27400910fbf59f9cfb1912f", "sha256": "f01148fce100bdb06c777f77feb6fc53504c8a5fa950f1c95338caab00f6686e" }, "downloads": -1, "filename": "Products.Poi-2.1.3.zip", "has_sig": false, "md5_digest": "0e50b49ba27400910fbf59f9cfb1912f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 358817, "upload_time": "2012-11-28T16:11:11", "url": "https://files.pythonhosted.org/packages/32/5e/fb5e4aa6c2b3eca877d75a5d569304ca7f6511d6ed3497ed53146b8f89ef/Products.Poi-2.1.3.zip" } ], "2.1.4": [ { "comment_text": "", "digests": { "md5": "605ef118fb3e2e73c71b7acd3a6a5ac9", "sha256": "ef034f02f639ca932c2f61a184eea99ba39b41fedee84bc0c501b07408e47b3b" }, "downloads": -1, "filename": "Products.Poi-2.1.4.zip", "has_sig": false, "md5_digest": "605ef118fb3e2e73c71b7acd3a6a5ac9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 359032, "upload_time": "2012-12-03T21:10:11", "url": "https://files.pythonhosted.org/packages/c5/4a/900996645248a3c2a11e34c1acc1b691de9fd812afcc7c83310d0ffdd916/Products.Poi-2.1.4.zip" } ], "2.2": [ { "comment_text": "", "digests": { "md5": "2c657c8c9ef7cd3981d21cd669598e80", "sha256": "efccd71ac060053cceb5dc3abf91f550348e25000d9f1456f614d655a9f70f15" }, "downloads": -1, "filename": "Products.Poi-2.2.zip", "has_sig": false, "md5_digest": "2c657c8c9ef7cd3981d21cd669598e80", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 360452, "upload_time": "2013-02-07T09:21:56", "url": "https://files.pythonhosted.org/packages/c7/32/eae51459cd6383b0ea6ee1f1153d67b950b7c285c5ff429801ebabc7ff15/Products.Poi-2.2.zip" } ], "2.2.1": [ { "comment_text": "", "digests": { "md5": "2e2ab92b96f26061ba879899542a51a2", "sha256": "caea4161d3f4b4885922d7440adf639dce590df88bc6eba6151b8bad7d4b1c15" }, "downloads": -1, "filename": "Products.Poi-2.2.1.zip", "has_sig": false, "md5_digest": "2e2ab92b96f26061ba879899542a51a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 360539, "upload_time": "2013-03-30T20:20:29", "url": "https://files.pythonhosted.org/packages/fc/c1/e8c093aa4c74020966a4a7fd77492c46ce6456a916c91a3edfab57efa028/Products.Poi-2.2.1.zip" } ], "2.2.10": [ { "comment_text": "", "digests": { "md5": "f36ef1dd1e6c11ac7cff934c6b7e432b", "sha256": "c3c3546c1d495513908d2194c87f74a0ad773d84e92b887e982c8a2b56bc4d7a" }, "downloads": -1, "filename": "Products.Poi-2.2.10.tar.gz", "has_sig": false, "md5_digest": "f36ef1dd1e6c11ac7cff934c6b7e432b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 268166, "upload_time": "2016-12-23T18:14:46", "url": "https://files.pythonhosted.org/packages/b7/8c/b0f834dd7781dba292e88919c5f5879f84ed7252346a2f15b82974f6efc4/Products.Poi-2.2.10.tar.gz" } ], "2.2.2": [ { "comment_text": "", "digests": { "md5": "52744a9644c0fd3c6f1a8117dd95f86b", "sha256": "cecba0c3269974a9190c60479e5a1c65a9758a07c0146ff77620b9e7a05998a1" }, "downloads": -1, "filename": "Products.Poi-2.2.2.zip", "has_sig": false, "md5_digest": "52744a9644c0fd3c6f1a8117dd95f86b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 360740, "upload_time": "2013-04-04T09:17:53", "url": "https://files.pythonhosted.org/packages/39/e5/b0aca83e6a66a4b3fb7d96bb30e214ff4946fe385d1be86bc333d9a3900b/Products.Poi-2.2.2.zip" } ], "2.2.3": [ { "comment_text": "", "digests": { "md5": "8cf7a24aa221b35f65ba71f96c5614fb", "sha256": "4a19ce463c70f567ae2f5cb4401f65255924a32c0b140234aad04dc5913e55f0" }, "downloads": -1, "filename": "Products.Poi-2.2.3.zip", "has_sig": false, "md5_digest": "8cf7a24aa221b35f65ba71f96c5614fb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 364047, "upload_time": "2013-04-18T10:32:03", "url": "https://files.pythonhosted.org/packages/70/4e/289271c3a7a07c547cc22b41b5642f208cfff4b34bbdcf40b099652e4c68/Products.Poi-2.2.3.zip" } ], "2.2.4": [ { "comment_text": "", "digests": { "md5": "b89a0aa7cc4fb67a82fec8d2d02ce051", "sha256": "21202b5f56a78103f44e3d315f6bf108c96bd6ea233fc7621209bf8ebd38638e" }, "downloads": -1, "filename": "Products.Poi-2.2.4.zip", "has_sig": false, "md5_digest": "b89a0aa7cc4fb67a82fec8d2d02ce051", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 364589, "upload_time": "2013-07-02T11:50:53", "url": "https://files.pythonhosted.org/packages/a5/6e/294fd79f2133aac0410ec7901359a310f7ae3b8011a241c07f047a41900d/Products.Poi-2.2.4.zip" } ], "2.2.5": [ { "comment_text": "", "digests": { "md5": "82c4eb3a06cd51908e27d2f1b389cb6c", "sha256": "2d03b170da169643b2ee87f242516c75b5861ad7005dca53358ac1f670911b0d" }, "downloads": -1, "filename": "Products.Poi-2.2.5.zip", "has_sig": false, "md5_digest": "82c4eb3a06cd51908e27d2f1b389cb6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 364984, "upload_time": "2013-08-22T14:41:17", "url": "https://files.pythonhosted.org/packages/87/9f/b939f66a628d107f898fdf3f945fd64c18ab4356ecb331b30233513d193b/Products.Poi-2.2.5.zip" } ], "2.2.6": [ { "comment_text": "", "digests": { "md5": "988a6dacf37aad0c14e36de80fc8bc67", "sha256": "34f5feef75511973f4a1399561baad2ecb4226f92203ac8e9c827d11eb4c1c65" }, "downloads": -1, "filename": "Products.Poi-2.2.6.zip", "has_sig": false, "md5_digest": "988a6dacf37aad0c14e36de80fc8bc67", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 366643, "upload_time": "2013-10-18T21:20:11", "url": "https://files.pythonhosted.org/packages/3a/05/423bc798adbdd33bef71ab548203a461f68399c0956bcc058b18b6909529/Products.Poi-2.2.6.zip" } ], "2.2.7": [ { "comment_text": "", "digests": { "md5": "f89f162db5e88a4186717e728ae5cf1d", "sha256": "312585231339f5db71b158880fd2781489cda0b6896ec7fc5af836fbb3b22cb7" }, "downloads": -1, "filename": "Products.Poi-2.2.7.zip", "has_sig": false, "md5_digest": "f89f162db5e88a4186717e728ae5cf1d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 368401, "upload_time": "2014-09-10T20:04:42", "url": "https://files.pythonhosted.org/packages/c7/cd/f179f9d1219be39980c939435a26061566e6c8b28ced482d6b3ea3e2e710/Products.Poi-2.2.7.zip" } ], "2.2.8": [ { "comment_text": "", "digests": { "md5": "dcef538969218d8d333d37fa53db5906", "sha256": "78c8b17a82320d35891a065fccff0255c95e54b3934fee9adca3c40a007bdfc8" }, "downloads": -1, "filename": "Products.Poi-2.2.8.tar.gz", "has_sig": false, "md5_digest": "dcef538969218d8d333d37fa53db5906", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 265578, "upload_time": "2015-08-31T21:39:30", "url": "https://files.pythonhosted.org/packages/2c/69/39c9fada9491005d0982e4b57017594825461ed9016d0f061f575b171fbb/Products.Poi-2.2.8.tar.gz" } ], "2.2.9": [ { "comment_text": "", "digests": { "md5": "b4c6aa4d97f098c77089b9edb441e09a", "sha256": "9c59f001606825e843299e5c2b3432b039f4aa58b12b2ad5530b733df8cc6a81" }, "downloads": -1, "filename": "Products.Poi-2.2.9.tar.gz", "has_sig": false, "md5_digest": "b4c6aa4d97f098c77089b9edb441e09a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 267457, "upload_time": "2016-12-09T19:50:32", "url": "https://files.pythonhosted.org/packages/47/04/9dbf616b5861662f0802752a8688d6102b6ffeb46e00592bccb18d78231f/Products.Poi-2.2.9.tar.gz" } ], "2.3": [ { "comment_text": "", "digests": { "md5": "3efa2706314564c6a985790a8b44e472", "sha256": "dd398c7d684ca5cb0c5c2dadef8c302c823dc81c8f050e5b5a59acca32e09603" }, "downloads": -1, "filename": "Products.Poi-2.3.tar.gz", "has_sig": false, "md5_digest": "3efa2706314564c6a985790a8b44e472", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 270394, "upload_time": "2016-12-30T16:54:45", "url": "https://files.pythonhosted.org/packages/63/92/74ff717cb9c74fa122295722120c1978a808ad958f7ae1b7c570627b790a/Products.Poi-2.3.tar.gz" } ], "2.3.1": [ { "comment_text": "", "digests": { "md5": "21f8cfdb5b57c1b76244c56e62842ad2", "sha256": "885b97a0e5bd52f6af22466e180906e76dfcd4ee599d02980f1acdcf28df3f26" }, "downloads": -1, "filename": "Products.Poi-2.3.1.tar.gz", "has_sig": false, "md5_digest": "21f8cfdb5b57c1b76244c56e62842ad2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 271033, "upload_time": "2017-10-31T15:40:32", "url": "https://files.pythonhosted.org/packages/c2/71/f1b9b31e4dfc6bb051fb2a6e89040d738ad2b5effcc4bc24d67894bb5a6f/Products.Poi-2.3.1.tar.gz" } ], "2.3.2": [ { "comment_text": "", "digests": { "md5": "800d37838b7f4246df8def3bfff93a54", "sha256": "c56a06efba381c621d541afa009706e63475db0bfd6d82a19031fb39c1f43e98" }, "downloads": -1, "filename": "Products.Poi-2.3.2.tar.gz", "has_sig": false, "md5_digest": "800d37838b7f4246df8def3bfff93a54", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 286748, "upload_time": "2018-01-05T15:54:43", "url": "https://files.pythonhosted.org/packages/40/b6/61e0dbe406137ca9739be8d61b40d69fd789b675c318e8abe7f2a1dd517b/Products.Poi-2.3.2.tar.gz" } ], "3.0": [ { "comment_text": "", "digests": { "md5": "7b79dffcf43f824d02e73ec99fb70b63", "sha256": "3d8febafbd1344fd974d9bebeb3864da78671df5779f1df441f3034830f1efaa" }, "downloads": -1, "filename": "Products.Poi-3.0.zip", "has_sig": false, "md5_digest": "7b79dffcf43f824d02e73ec99fb70b63", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 383982, "upload_time": "2017-07-18T15:18:17", "url": "https://files.pythonhosted.org/packages/f8/66/abc860b1b4d3e957e0f0336d6f91ee1bd1e4bdf0d7cfd80f87e5008eb877/Products.Poi-3.0.zip" } ], "4.0": [ { "comment_text": "", "digests": { "md5": "b39895c827ea62d8f8b6c9761f1761f8", "sha256": "5775c35890729aadc09b573f0afb5a2893e7e30387755a0646fe7acd42d8606a" }, "downloads": -1, "filename": "Products.Poi-4.0.zip", "has_sig": false, "md5_digest": "b39895c827ea62d8f8b6c9761f1761f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 450077, "upload_time": "2017-07-18T15:18:59", "url": "https://files.pythonhosted.org/packages/77/c6/ec4165a42263240e36ca7fdafbcb8fdd4e1df7c7d44610f8ea73b6ee25ff/Products.Poi-4.0.zip" } ], "4.0.1": [ { "comment_text": "", "digests": { "md5": "fe74bbb3d5391d416e315f1ff46f9a21", "sha256": "c07d9a7c2f7f42659f1e755033bd8506d89b3fe1824a6258954d4161a3373a4f" }, "downloads": -1, "filename": "Products.Poi-4.0.1.zip", "has_sig": false, "md5_digest": "fe74bbb3d5391d416e315f1ff46f9a21", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 356408, "upload_time": "2018-12-06T23:05:25", "url": "https://files.pythonhosted.org/packages/6b/41/1c908211a7e4616d94fa6660d598173e577c9ed76164d9962954a00533a4/Products.Poi-4.0.1.zip" } ], "4.0.2": [ { "comment_text": "", "digests": { "md5": "e2aae79838f380ed2656723d8abdade7", "sha256": "048dc03e0e88942afdb0a7d0d6adeb6a56b9a95e1efa5b8cc9018346511da169" }, "downloads": -1, "filename": "Products.Poi-4.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "e2aae79838f380ed2656723d8abdade7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 319506, "upload_time": "2019-08-19T21:02:44", "url": "https://files.pythonhosted.org/packages/f5/01/0604e59af82dd20a663235fdaa358867982faa6510283485d28a8af8bc86/Products.Poi-4.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "abdcb1d2429b6aeafb5593bed0cb04fa", "sha256": "23fcce89af61e89b76ffa1d104cdbdfeadcc2edb49a8db26ae0c32bda13812c3" }, "downloads": -1, "filename": "Products.Poi-4.0.2.tar.gz", "has_sig": false, "md5_digest": "abdcb1d2429b6aeafb5593bed0cb04fa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 287452, "upload_time": "2019-08-19T21:02:47", "url": "https://files.pythonhosted.org/packages/24/51/04b6fa213689897a002a84fd98d98ca9aedf56a0963a12c877b78fed63d4/Products.Poi-4.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e2aae79838f380ed2656723d8abdade7", "sha256": "048dc03e0e88942afdb0a7d0d6adeb6a56b9a95e1efa5b8cc9018346511da169" }, "downloads": -1, "filename": "Products.Poi-4.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "e2aae79838f380ed2656723d8abdade7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 319506, "upload_time": "2019-08-19T21:02:44", "url": "https://files.pythonhosted.org/packages/f5/01/0604e59af82dd20a663235fdaa358867982faa6510283485d28a8af8bc86/Products.Poi-4.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "abdcb1d2429b6aeafb5593bed0cb04fa", "sha256": "23fcce89af61e89b76ffa1d104cdbdfeadcc2edb49a8db26ae0c32bda13812c3" }, "downloads": -1, "filename": "Products.Poi-4.0.2.tar.gz", "has_sig": false, "md5_digest": "abdcb1d2429b6aeafb5593bed0cb04fa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 287452, "upload_time": "2019-08-19T21:02:47", "url": "https://files.pythonhosted.org/packages/24/51/04b6fa213689897a002a84fd98d98ca9aedf56a0963a12c877b78fed63d4/Products.Poi-4.0.2.tar.gz" } ] }