{ "info": { "author": "Michael Howitz", "author_email": "icemac@gmx.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Paste", "Framework :: Zope :: 3", "Intended Audience :: End Users/Desktop", "Intended Audience :: Information Technology", "Intended Audience :: Other Audience", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Natural Language :: German", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 2 :: Only", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Communications :: Email :: Address Book", "Topic :: Communications :: Telephony", "Topic :: Internet :: WWW/HTTP :: WSGI :: Application", "Topic :: Office/Business :: Groupware" ], "description": "==================\nicemac.addressbook\n==================\n\n.. image:: https://img.shields.io/pypi/v/icemac.addressbook.svg\n :target: https://pypi.python.org/pypi/icemac.addressbook/\n :alt: Latest release\n\n.. image:: https://img.shields.io/pypi/pyversions/icemac.addressbook.svg\n :target: https://pypi.org/project/icemac.addressbook/\n :alt: Supported Python versions\n\n.. image:: https://readthedocs.org/projects/zodb/badge/?version=latest\n :target: https://icemacaddressbook.readthedocs.io/en/latest/\n :alt: Documentation status\n\nPurpose:\n Store, search and export addresses and phone numbers using a web application.\nStatus:\n stable version, used in production; some features will be added in future\n\nCopyright (c) 2008-2019 Michael Howitz\n\nThis package is licensed under the MIT License, see LICENSE.TXT inside the\npackage.\n\n* Features_\n* Screenshots_\n* Download_\n* Installation_\n* Update_\n* `Run the tests`_\n* `Run the application`_\n* `User management`_\n* `Operations`_\n* `To do`_\n\n.. _Features : https://icemacaddressbook.readthedocs.io/en/latest/features.html\n.. _Screenshots : https://icemacaddressbook.readthedocs.io/en/latest/screenshots.html\n.. _Download : https://pypi.org/project/icemac.addressbook#files\n.. _Installation : https://icemacaddressbook.readthedocs.io/en/latest/installation.html\n.. _`User management` : https://icemacaddressbook.readthedocs.io/en/latest/usermanagement.html\n.. _`Update` : https://icemacaddressbook.readthedocs.io/en/latest/update.html\n.. _`Run the tests`: https://icemacaddressbook.readthedocs.io/en/latest/runthetests.html\n.. _`Run the application` : https://icemacaddressbook.readthedocs.io/en/latest/runtheapplication.html\n.. _`To do` : https://icemacaddressbook.readthedocs.io/en/latest/todo.html\n.. _`Operations` : https://icemacaddressbook.readthedocs.io/en/latest/operations.html\n\n\n=======\nHacking\n=======\n\nFork me on: https://bitbucket.org/icemac/icemac.addressbook\n\nSee `Source installation`_, too.\n\n.. _`Source installation` : https://bitbucket.org/icemac/icemac.addressbook/wiki/Source%20installation\n\n\n==========\nChange log\n==========\n\n9.1 (2019-10-06)\n================\n\n- In update search result handler render the previous value in the check step\n of the wizard.\n\n\n9.0.1 (2019-10-04)\n==================\n\n- Update to a trollius version which is still on PyPI.\n\n\n9.0 (2019-09-27)\n================\n\nBackwards incompatible changes\n------------------------------\n\n- Drop support for `Manual package installation` which was deprecated since\n version 6.0. If you are still using it, switch to\n `Guided package installation` as described in `Upgrade installation`_.\n\n- Integrate `src/icemac/addressbook/base.zcml` into\n `src/icemac/addressbook/roles.zcml`.\n\nFeatures\n--------\n\n- Add a search result handler which renders a birthday list.\n\n- Add a cron job which does a daily backup of the database.\n\n- Add an archive and the ability to archive persons.\n\n - The archive can only be accessed by one of the two new roles:\n\n + archive visitor -- read only access in the archive\n + archivist -- access to the archive plus ability to un-archive persons\n\n - Archived persons cannot be found using the search abilities of the\n address book.\n\n - Add a search result handler which can move persons to the archive.\n\n - To disable the archive feature see the `archive documentation`_.\n\n- Allow to edit the labels and descriptions of pre-defined fields.\n\n- Document how to uninstall the address book.\n\n- Add ability to deselect tabs in the main menu.\n\n- Users without any roles no longer get HTTP-403 Forbidden but can access a\n minimal part of the application.\n\nChanges in testing\n------------------\n\n- Switch Selenium tests from Firefox to Chrome by default requiring\n `chromedriver`, but allow to keep using Firefox via an environment variable.\n Details see `documentation`_.\n\n- Drop support for profiling using `z3c.profiler`.\n\nOther changes\n-------------\n\n- Add some `operations tips `_ for the address book.\n\n- Update most libraries needed for the address book to their newest versions.\n\n- Store messages rendered in UI in RAM instead of in ZODB.\n\n- Render URLs of the source code and documentation on the PyPI page.\n\n- Drop reruns of tests.\n\n- Show test failures instantly.\n\nBug fixes\n=========\n\n- First time installation no longer asks for migration.\n\n- During installation no longer store the admin password in the config file and\n no longer present the password in clear text during update installation.\n\n\n8.0 (2018-10-13)\n================\n\nBackwards incompatible changes\n------------------------------\n\n- No longer install test and debugging infrastructure in a production\n environment by default.\n\n- Rename `Apply` button to `Save`.\n\n- Add ZEO server running the database. This requires a different commands to\n start and stop the address book and the database server, see\n `documentation`_.\n\n- Remove scripts which drop into a debugger on an exception and their\n infrastructure (`bin/debug_ajax` and `bin/debug_pdb`).\n\nOther changes\n-------------\n\n- Update most libraries needed for the address book to their newest versions.\n\n\nPrevious Versions\n=================\n\nSee `OLD_CHANGES.rst`_.\n\n.. _`OLD_CHANGES.rst` : https://bitbucket.org/icemac/icemac.addressbook/src/default/OLD_CHANGES.rst\n.. _`documentation` : https://icemacaddressbook.readthedocs.io/en/latest/runtheapplication.html\n.. _`Upgrade installation` : https://icemacaddressbook.readthedocs.io/en/latest/upgrade-installation-manual-to-guided.html\n.. _`archive documentation` : https://icemacaddressbook.readthedocs.io/en/latest/operations.html\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "https://pypi.org/project/icemac.addressbook", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/icemac/icemac.addressbook", "keywords": "python address book addressbook zope3 zope application web phone number e-mail email home page homepage wsgi", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "icemac.addressbook", "package_url": "https://pypi.org/project/icemac.addressbook/", "platform": "", "project_url": "https://pypi.org/project/icemac.addressbook/", "project_urls": { "Documentation": "https://icemacaddressbook.readthedocs.io", "Download": "https://pypi.org/project/icemac.addressbook", "Homepage": "https://bitbucket.org/icemac/icemac.addressbook", "Source": "https://bitbucket.org/icemac/icemac.addressbook", "Tracker": "https://bitbucket.org/icemac/icemac.addressbook/issues" }, "release_url": "https://pypi.org/project/icemac.addressbook/9.1/", "requires_dist": [ "ZConfig", "ZODB", "fanstatic", "gocept.country", "gocept.pagelet", "gocept.reference", "grokcore.component (>=2.5.1.dev1)", "icalendar", "icemac.ab.locales[compile] (>=2.23)", "icemac.truncatetext", "js.bootstrap4", "js.cookieconsent", "js.jquery", "js.jquery-timepicker-addon", "js.jqueryui", "js.select2", "setuptools", "six", "xlwt", "z3c.authviewlet", "z3c.flashmessage", "z3c.form (>=3.3.1.dev0)", "z3c.formui", "z3c.layer.pagelet", "z3c.locales[compile] (>=0.3.0)", "z3c.menu.ready2go", "z3c.pagelet", "z3c.pagelet[chameleon]", "z3c.preference (>=0.2)", "z3c.ptcompat", "z3c.table (>=2)", "z3c.wizard", "zc.catalog", "zc.sourcefactory", "zdaemon", "zodbupdate", "zope.schema (>=4.3zope.app.appsetup)", "zope.app.locales (>=3.6)", "zope.app.wsgi", "zope.browserpage", "zope.copypastemove", "zope.generations", "zope.globalrequest", "zope.i18n[compile,zcml]", "zope.interface", "zope.login", "zope.mimetype", "zope.pluggableauth", "zope.preference", "zope.principalannotation", "zope.principalregistry", "zope.publisher", "zope.securitypolicy (>=4.1)", "zope.session", "zope.traversing", "Sphinx ; extra == 'docs'", "recommonmark ; extra == 'docs'", "WebTest (>=2.0.25.dev0) ; extra == 'test'", "beautifulsoup4 ; extra == 'test'", "gocept.httpserverlayer ; extra == 'test'", "gocept.jslint ; extra == 'test'", "gocept.testing ; extra == 'test'", "mock ; extra == 'test'", "plone.testing ; extra == 'test'", "pytest ; extra == 'test'", "selenium (>=3) ; extra == 'test'", "xlrd ; extra == 'test'", "z3c.etestbrowser ; extra == 'test'", "zc.buildout ; extra == 'test'", "zope.testbrowser (>=5.2.3.dev0) ; extra == 'test'", "zope.testing (>=3.8) ; extra == 'test'" ], "requires_python": "", "summary": "Multi user address book application", "version": "9.1" }, "last_serial": 5935547, "releases": { "0.1": [], "0.1.1": [ { "comment_text": "", "digests": { "md5": "c1afd47f8ffc8e89223c2075362e801b", "sha256": "01d5420f8f693be6b0343df096b57bd9e05f65e1c6fe39587a0015b495b9d469" }, "downloads": -1, "filename": "icemac.addressbook-0.1.1.tar.gz", "has_sig": false, "md5_digest": "c1afd47f8ffc8e89223c2075362e801b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 389602, "upload_time": "2008-11-10T20:24:16", "url": "https://files.pythonhosted.org/packages/a9/94/68eae68a0418be1f86f1051d71b59bff8b829cdd88ed0f43293382d832d7/icemac.addressbook-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "4a885075975e5618840dd14e747aac9c", "sha256": "b156d880ba870e34038e472b4548aa4a1df2fe9d114db021a8e8f2033d26f10c" }, "downloads": -1, "filename": "icemac.addressbook-0.1.2.tar.gz", "has_sig": false, "md5_digest": "4a885075975e5618840dd14e747aac9c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 389818, "upload_time": "2008-11-23T16:35:54", "url": "https://files.pythonhosted.org/packages/97/2d/26d46091382db9e5762f98e2e4b92ced578f6bdcc9ec79d9c1a25ded3c07/icemac.addressbook-0.1.2.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "3e1f5db7579926e7f79f66fcf52ed23f", "sha256": "b413c683fd1834d958bdae0c737014bada0428df99f44a31fb27a54088a3dfb2" }, "downloads": -1, "filename": "icemac.addressbook-0.2.tar.gz", "has_sig": false, "md5_digest": "3e1f5db7579926e7f79f66fcf52ed23f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 429247, "upload_time": "2009-01-02T19:48:59", "url": "https://files.pythonhosted.org/packages/98/be/2059b02ac9164d824190f0884c366e020ca0ddd2be9782b0fd4f345318fc/icemac.addressbook-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "63bedc60b6bf6a34cc0e0087a40bbbd8", "sha256": "dda5ac8f286913f4230f851c212d32a006756c505d4867ea2624fb23b9c5aeb4" }, "downloads": -1, "filename": "icemac.addressbook-0.3.tar.gz", "has_sig": false, "md5_digest": "63bedc60b6bf6a34cc0e0087a40bbbd8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 447512, "upload_time": "2009-03-31T21:31:02", "url": "https://files.pythonhosted.org/packages/e2/d7/80bff503be03e2384a9a01eaf86b18f1b4cfa50793c721f01a7803970d6e/icemac.addressbook-0.3.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "231ee100373f1d7c471a9153500560a2", "sha256": "f4dc5dadc6386a1ca6b9537670d453aac075013fbcdf38471a2ac40e67afc5ab" }, "downloads": -1, "filename": "icemac.addressbook-0.3.1.tar.gz", "has_sig": false, "md5_digest": "231ee100373f1d7c471a9153500560a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 447573, "upload_time": "2009-03-31T21:54:55", "url": "https://files.pythonhosted.org/packages/d1/0a/d977a154ecdeaa663c289daee2f4feb9b9ae1e2a081e0bdafbe666a5fc20/icemac.addressbook-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "06980670e50b80ff31bba361e1ff5217", "sha256": "c7245afce6fff3f3263e9746b1e0ea64665d7884937623bb202bc972b7ec3b41" }, "downloads": -1, "filename": "icemac.addressbook-0.3.2.tar.gz", "has_sig": false, "md5_digest": "06980670e50b80ff31bba361e1ff5217", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 447461, "upload_time": "2009-04-03T18:29:34", "url": "https://files.pythonhosted.org/packages/02/40/b35f2e80993d87c41d5e6aac4b4f031a913d2558008118d4b540da73ca22/icemac.addressbook-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "89fda5d3105ab1367346e1b40133f579", "sha256": "af2fa8391c9ee392b10d5857b574629d36db2464abf3268f88c9046501466036" }, "downloads": -1, "filename": "icemac.addressbook-0.3.3.tar.gz", "has_sig": false, "md5_digest": "89fda5d3105ab1367346e1b40133f579", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 447792, "upload_time": "2009-04-05T20:25:22", "url": "https://files.pythonhosted.org/packages/aa/a7/a19f353808f50ceecfe4be9acfa681f8cf2bcbe7ee6636b4706e34a48068/icemac.addressbook-0.3.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "4a8ef706c92f500551191b3ef36ef10d", "sha256": "429c9505ae1bb1046594e7d8920cf6fb84d94ce4e55c9b2d5941d1cad9a298dc" }, "downloads": -1, "filename": "icemac.addressbook-0.4.tar.gz", "has_sig": false, "md5_digest": "4a8ef706c92f500551191b3ef36ef10d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 466106, "upload_time": "2009-05-15T17:51:50", "url": "https://files.pythonhosted.org/packages/5c/ad/069f2b6b93c2b41f04f2fec847ff51095b1be4fa0c06d83a887a24c15fe9/icemac.addressbook-0.4.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "b08a28a60347278247dc9363b4190011", "sha256": "c400f8d524b7f4eaacbad85fc91ef3e9815eaf1022bcb9f3743e25aaddecd727" }, "downloads": -1, "filename": "icemac.addressbook-0.5.tar.gz", "has_sig": false, "md5_digest": "b08a28a60347278247dc9363b4190011", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 102682, "upload_time": "2009-11-21T16:31:31", "url": "https://files.pythonhosted.org/packages/b4/90/d78ea3ea8eecf9d7b9c96b4e11f9ea2e130f79c8f14997ebe6dd094adb84/icemac.addressbook-0.5.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "042b85ef3b8a068634abedcf2a986f3b", "sha256": "39c14a42258ca61b846142f2b3d9eae500818c4bde438709716941c2adfe6281" }, "downloads": -1, "filename": "icemac.addressbook-0.5.1.tar.gz", "has_sig": false, "md5_digest": "042b85ef3b8a068634abedcf2a986f3b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 102896, "upload_time": "2009-11-21T16:52:44", "url": "https://files.pythonhosted.org/packages/22/d6/9f3d3f4f13d2ae220479d6481494a603ac25fe9586c82af217082b874f62/icemac.addressbook-0.5.1.tar.gz" } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "2a1e20be6d9450ddac514f05c1e5605b", "sha256": "b3267d9a6b1d93f6a1949ae5672915687ef29c2c33269c97b7b4577b99bbf4c1" }, "downloads": -1, "filename": "icemac.addressbook-0.5.2.tar.gz", "has_sig": false, "md5_digest": "2a1e20be6d9450ddac514f05c1e5605b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 103875, "upload_time": "2009-11-21T19:37:14", "url": "https://files.pythonhosted.org/packages/a1/00/949ba4084c8e7da9b561b04228e3ee30029c3345c05027ba1e1fabb9ede6/icemac.addressbook-0.5.2.tar.gz" } ], "0.5.3": [ { "comment_text": "", "digests": { "md5": "2ef85e7320e8a009484dd35780c5c0fc", "sha256": "f43a1ba1d396a8638d3fd6fb3ecc5801066ad88aa63e019c888112231b5ee4c1" }, "downloads": -1, "filename": "icemac.addressbook-0.5.3.tar.gz", "has_sig": false, "md5_digest": "2ef85e7320e8a009484dd35780c5c0fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 104059, "upload_time": "2009-11-22T16:28:31", "url": "https://files.pythonhosted.org/packages/65/3f/5ab5852fc0cd7cd9c2c54d9f02dcec35abf6736aa4f82157d864df48c7ed/icemac.addressbook-0.5.3.tar.gz" } ], "0.5.4": [ { "comment_text": "", "digests": { "md5": "c693dca7b2d3b5423f866376ac77bb7a", "sha256": "e4da8c374ac9f1a03941e7f1544818e4d050368443a6d7aab1fc6916657cb2ef" }, "downloads": -1, "filename": "icemac.addressbook-0.5.4.tar.gz", "has_sig": false, "md5_digest": "c693dca7b2d3b5423f866376ac77bb7a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 104702, "upload_time": "2009-12-20T17:56:49", "url": "https://files.pythonhosted.org/packages/3f/40/695af70b170a54c4602fdd63d9e66ff09f8f822c5f79b1fb453c2d779b73/icemac.addressbook-0.5.4.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "66613f052445deb379b08a94a26195ff", "sha256": "d072a4110b34e0d3fc077db588721f1808cd7e821f2bb6958449c9b31b522c9b" }, "downloads": -1, "filename": "icemac.addressbook-1.0.0.tar.gz", "has_sig": false, "md5_digest": "66613f052445deb379b08a94a26195ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 105934, "upload_time": "2009-12-29T16:41:55", "url": "https://files.pythonhosted.org/packages/c8/68/60f3c539da1cf6839874d6ddbdaff7f3cf040ee2f977ee535dbbcc6daf18/icemac.addressbook-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "9481f90ca726467599e58290ee537ac0", "sha256": "f304177ee1d550b6d5c77c3497979bb17ea184918bb7a0fb8719151c94c23caf" }, "downloads": -1, "filename": "icemac.addressbook-1.0.1.tar.gz", "has_sig": false, "md5_digest": "9481f90ca726467599e58290ee537ac0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 106461, "upload_time": "2010-01-13T21:38:16", "url": "https://files.pythonhosted.org/packages/a7/bf/0316d181666be95b667b906b813991f37f49bbfb9673ef661b827c107b85/icemac.addressbook-1.0.1.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "327abc1b01ed9b004685a3f5e997806b", "sha256": "c3b3e71ea1c314db4f3e3c23a4d4061929794bf3f13de02564b7d9a987c5cdd1" }, "downloads": -1, "filename": "icemac.addressbook-1.1.0.tar.gz", "has_sig": false, "md5_digest": "327abc1b01ed9b004685a3f5e997806b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 112729, "upload_time": "2010-01-25T22:12:08", "url": "https://files.pythonhosted.org/packages/6e/4c/7ceb8e5fe476b0134bbe4e0ed2165af52a6aa883a696b2d371b9b313bc75/icemac.addressbook-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "28099b05a3759686da9110f5939205fe", "sha256": "fecb25e07f45d2f84cb471ffaee428f6706ed4b1cec9b5551308bb2c0b6a00c0" }, "downloads": -1, "filename": "icemac.addressbook-1.1.1.tar.gz", "has_sig": false, "md5_digest": "28099b05a3759686da9110f5939205fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 112738, "upload_time": "2010-01-25T22:23:53", "url": "https://files.pythonhosted.org/packages/d5/43/5cbd40558f45bd68e8d03665198d171d9bf85fc607c8c19d79e35658f75e/icemac.addressbook-1.1.1.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "56e76a9b8e4651eaef88b15bcf9b745d", "sha256": "69d4b1df038049d79134a3e72e3b4cd3e6ca70b6259366ca1d725eb126670a13" }, "downloads": -1, "filename": "icemac.addressbook-1.1.2.tar.gz", "has_sig": false, "md5_digest": "56e76a9b8e4651eaef88b15bcf9b745d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 112974, "upload_time": "2010-01-27T20:28:11", "url": "https://files.pythonhosted.org/packages/92/47/b20f315d29fffc86c181f53aaba0656845154411e12c1aa8f982da5188a3/icemac.addressbook-1.1.2.tar.gz" } ], "1.10.0": [ { "comment_text": "", "digests": { "md5": "efe888c6c6c74dcc98e1eab496cd4403", "sha256": "54725d6e7d5964e9f61c851c9f17c0eb4c1f633f1085c14d2867d8ff21882ddb" }, "downloads": -1, "filename": "icemac.addressbook-1.10.0.zip", "has_sig": false, "md5_digest": "efe888c6c6c74dcc98e1eab496cd4403", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 410258, "upload_time": "2013-06-21T15:49:39", "url": "https://files.pythonhosted.org/packages/ae/66/b2644d52bb52216a01c1df059bc4a099dceacb39c1399d3936f68d5ef417/icemac.addressbook-1.10.0.zip" } ], "1.10.1": [ { "comment_text": "", "digests": { "md5": "4eab461515a5139ff8aad5c36ee5d273", "sha256": "71f102d1653b14b3262900bc76a0d729ea003d43b30ae1d4f9ef4efaaa883b78" }, "downloads": -1, "filename": "icemac.addressbook-1.10.1.zip", "has_sig": false, "md5_digest": "4eab461515a5139ff8aad5c36ee5d273", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 411626, "upload_time": "2013-06-25T19:20:02", "url": "https://files.pythonhosted.org/packages/0d/97/bf69cf7486c1232548abc1d285aca6154a85ca6e499b557fe807c2de3013/icemac.addressbook-1.10.1.zip" } ], "1.10.2": [ { "comment_text": "", "digests": { "md5": "fcd98104f6f4a0f384ae171082c48d9b", "sha256": "35d3be7eb6fc3e5030437a981060a5fad570a8cb18b2a69e7a13c1066b417a7f" }, "downloads": -1, "filename": "icemac.addressbook-1.10.2.tar.gz", "has_sig": false, "md5_digest": "fcd98104f6f4a0f384ae171082c48d9b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 103510, "upload_time": "2013-07-15T18:44:53", "url": "https://files.pythonhosted.org/packages/40/b2/dff32725dfe313fb6c6620d7e10f54b7b076b2dec7c644dabd108bb7221a/icemac.addressbook-1.10.2.tar.gz" } ], "1.10.3": [ { "comment_text": "", "digests": { "md5": "d818143c6fe4d5a9183fd2f89d83478f", "sha256": "9669384046ca3dcd59e8887f986fd230c26bceef2e8071535dade248f109e730" }, "downloads": -1, "filename": "icemac.addressbook-1.10.3.zip", "has_sig": false, "md5_digest": "d818143c6fe4d5a9183fd2f89d83478f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 185116, "upload_time": "2013-07-30T12:28:27", "url": "https://files.pythonhosted.org/packages/3f/d2/b11fdbedf303c8c21f7edce52df121a30a6aaca4ed44e2c5233a8f8a7fba/icemac.addressbook-1.10.3.zip" } ], "1.10.4": [ { "comment_text": "", "digests": { "md5": "35b6f39922b70ad4e659db2d4afaf074", "sha256": "64e9ed2433f53f09e92ef7e84574b388e05d1eea9d984c8008d726b74dfcbaee" }, "downloads": -1, "filename": "icemac.addressbook-1.10.4.zip", "has_sig": false, "md5_digest": "35b6f39922b70ad4e659db2d4afaf074", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 414077, "upload_time": "2013-07-30T12:37:01", "url": "https://files.pythonhosted.org/packages/fe/75/3a8408934d69854938e4bd12d6109a327c781fd187fd342fe6c3387459d3/icemac.addressbook-1.10.4.zip" } ], "1.10.5": [ { "comment_text": "", "digests": { "md5": "dbf75eec1bb90195b2df0e764f16c136", "sha256": "88b1c6cf92b760de8cd76aa91bbf4d68bcf2263a285d1c04593492a0a625153b" }, "downloads": -1, "filename": "icemac.addressbook-1.10.5.zip", "has_sig": false, "md5_digest": "dbf75eec1bb90195b2df0e764f16c136", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 414351, "upload_time": "2013-09-29T18:38:48", "url": "https://files.pythonhosted.org/packages/dd/01/36f28ce3db10431ec21245233e6562fc609d8301003b981b28fb3aedcf67/icemac.addressbook-1.10.5.zip" } ], "1.10.6": [ { "comment_text": "", "digests": { "md5": "5fd023f962a41b7dc0d261b20016d644", "sha256": "77d68b6d7a29c8fb49c7a2a46d33d959a51761e719037330c89ca8c3a5e82ea8" }, "downloads": -1, "filename": "icemac.addressbook-1.10.6.zip", "has_sig": false, "md5_digest": "5fd023f962a41b7dc0d261b20016d644", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 414471, "upload_time": "2013-09-30T18:44:38", "url": "https://files.pythonhosted.org/packages/45/68/6a25365483078b3c1d860386778eb594815f8e97a22a71d8916174d6ba13/icemac.addressbook-1.10.6.zip" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "44b15a90dbafa93517d3642bd8ae962e", "sha256": "43e7c1f53580392ac072a0b34b65a3318d857eb528ce94e9ad25f1876db3f692" }, "downloads": -1, "filename": "icemac.addressbook-1.2.0.tar.gz", "has_sig": false, "md5_digest": "44b15a90dbafa93517d3642bd8ae962e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 114136, "upload_time": "2010-02-06T16:40:50", "url": "https://files.pythonhosted.org/packages/7d/2e/35f71841c8fc4ca7dfae9f41603c6be4b3b0e716e5f3fe4677717c67ef4f/icemac.addressbook-1.2.0.tar.gz" } ], "1.3.0": [ { "comment_text": "", "digests": { "md5": "ad9e115d8fbe4c20c0af74d95365eaf9", "sha256": "a50abd6788a5321493c39b7646dd0766098005e5ee07a6ce17590ca642c40838" }, "downloads": -1, "filename": "icemac.addressbook-1.3.0.tar.gz", "has_sig": false, "md5_digest": "ad9e115d8fbe4c20c0af74d95365eaf9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 115928, "upload_time": "2010-03-20T14:55:12", "url": "https://files.pythonhosted.org/packages/5c/7e/e68f133242d4cb291f1b9f6e70518131abb1897f779c95046774cd6b51ff/icemac.addressbook-1.3.0.tar.gz" } ], "1.4.0": [ { "comment_text": "", "digests": { "md5": "4cce7e43a5e6c05475ef889d47da1cc0", "sha256": "14ff9ac3d5d03fea37f772e2aa5b5e850dcd7737d6b635bc86444e88d58eb370" }, "downloads": -1, "filename": "icemac.addressbook-1.4.0.tar.gz", "has_sig": false, "md5_digest": "4cce7e43a5e6c05475ef889d47da1cc0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 126042, "upload_time": "2010-08-19T18:28:43", "url": "https://files.pythonhosted.org/packages/14/d8/52d942857d478712a6cbfad2a16cd26cadd5a5dcff1beff2d95a5d020703/icemac.addressbook-1.4.0.tar.gz" } ], "1.5.0": [ { "comment_text": "", "digests": { "md5": "0eab109e6311be6a59362225c1557daf", "sha256": "c8c73a09cd1bae0b59b9833c9029d0ee5b911e5f75c93a40702432199c753258" }, "downloads": -1, "filename": "icemac.addressbook-1.5.0.tar.gz", "has_sig": false, "md5_digest": "0eab109e6311be6a59362225c1557daf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 208194, "upload_time": "2010-11-23T18:45:46", "url": "https://files.pythonhosted.org/packages/b7/20/3895dd7bd7c06a84d5f63dc64497e0ad946d12f4a354e28b36a9c4616360/icemac.addressbook-1.5.0.tar.gz" } ], "1.6.0": [ { "comment_text": "", "digests": { "md5": "38058a8ba9c8b89c23799e5dcdc4df3b", "sha256": "36e2caf4a86f531bec3f5775e58e360e4120dec9b8e6dc3f4f587a4bb607dbb9" }, "downloads": -1, "filename": "icemac.addressbook-1.6.0.tar.gz", "has_sig": false, "md5_digest": "38058a8ba9c8b89c23799e5dcdc4df3b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 210911, "upload_time": "2011-02-03T22:07:45", "url": "https://files.pythonhosted.org/packages/9f/e8/cc4d788398865518f1ba57b0f938fc328bb9132b0d459447328eede4cc76/icemac.addressbook-1.6.0.tar.gz" } ], "1.7.0": [ { "comment_text": "", "digests": { "md5": "da0bdc6723f5a55c4751bcb33c49b936", "sha256": "3d6f68249c47a6e33b8daed38ac63fd05d330a5ef13cbcd46a603ccfe8901ff6" }, "downloads": -1, "filename": "icemac.addressbook-1.7.0.tar.gz", "has_sig": false, "md5_digest": "da0bdc6723f5a55c4751bcb33c49b936", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 259445, "upload_time": "2011-11-03T21:44:10", "url": "https://files.pythonhosted.org/packages/ef/b3/4269660203b24fd7e25f220d19577f82b700fca31221118d60e528abe4b0/icemac.addressbook-1.7.0.tar.gz" } ], "1.8.0": [ { "comment_text": "", "digests": { "md5": "8f2cc7d0eae19a8c9d21d18455feb275", "sha256": "2010c1051e9d522fded95cfd6cdf629a3fa87e564069491afec81af33219de27" }, "downloads": -1, "filename": "icemac.addressbook-1.8.0.tar.gz", "has_sig": false, "md5_digest": "8f2cc7d0eae19a8c9d21d18455feb275", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 262438, "upload_time": "2011-12-14T20:52:00", "url": "https://files.pythonhosted.org/packages/54/a5/4d6f27fa2031be09cb0419e39451fb96dd7b923c42af9e208a0e6190f444/icemac.addressbook-1.8.0.tar.gz" } ], "1.8.1": [ { "comment_text": "", "digests": { "md5": "259c8d3a5feb38f5e9b9a843199c8472", "sha256": "d2fa32d581716271c745dd5fb20fa40f05fe819e327ef7076df77e0fb518af0a" }, "downloads": -1, "filename": "icemac.addressbook-1.8.1.tar.gz", "has_sig": false, "md5_digest": "259c8d3a5feb38f5e9b9a843199c8472", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 265238, "upload_time": "2012-04-20T22:32:47", "url": "https://files.pythonhosted.org/packages/cf/6b/aed5cb86d1d5e68878b4f98683612a35d998d84bd1f34980fa836465febb/icemac.addressbook-1.8.1.tar.gz" } ], "1.9.0": [ { "comment_text": "", "digests": { "md5": "623e1dc7458cfcdba1ca8de61fd8ee15", "sha256": "385c1bf6968d507ca67a431bfad83ac2dc48e8c57617649622f3101aeb1e67a4" }, "downloads": -1, "filename": "icemac.addressbook-1.9.0.zip", "has_sig": false, "md5_digest": "623e1dc7458cfcdba1ca8de61fd8ee15", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 395666, "upload_time": "2012-12-29T08:52:26", "url": "https://files.pythonhosted.org/packages/70/84/c830164b5f4710117aa4148aa0c5778186f6f72223b7a72ba7796e53503c/icemac.addressbook-1.9.0.zip" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "41f287a6751f7db1fae5457b009ff30b", "sha256": "e34034686bd84701737e2414240410c40c2a3b2f25140292fc918fe3fa6baeee" }, "downloads": -1, "filename": "icemac.addressbook-2.0.0.zip", "has_sig": false, "md5_digest": "41f287a6751f7db1fae5457b009ff30b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 439167, "upload_time": "2013-11-09T09:33:16", "url": "https://files.pythonhosted.org/packages/bc/b2/e1a89155e6f94b2c3ef72cfc4ed612de7e3374d8296bba530ff693d9e202/icemac.addressbook-2.0.0.zip" } ], "2.0.1": [ { "comment_text": "", "digests": { "md5": "18e9061bae6736e166ad616f07c72e92", "sha256": "220ed784c0333f200e03c6670fbb67334ec243d1c45dcf1363d42ea61eb6d13a" }, "downloads": -1, "filename": "icemac.addressbook-2.0.1.zip", "has_sig": false, "md5_digest": "18e9061bae6736e166ad616f07c72e92", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 439448, "upload_time": "2013-12-08T20:26:35", "url": "https://files.pythonhosted.org/packages/d2/14/54b7682fb1da84331d96d2d039c921da1dbe06eb229cafe075fb76ac9483/icemac.addressbook-2.0.1.zip" } ], "2.1.0": [ { "comment_text": "", "digests": { "md5": "840f083ee95780231636d6a62547935a", "sha256": "6562019d48e1bafd5560f4d55ba68b8b4be5a63e996ba73d223546160a20e865" }, "downloads": -1, "filename": "icemac.addressbook-2.1.0.zip", "has_sig": false, "md5_digest": "840f083ee95780231636d6a62547935a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 441839, "upload_time": "2013-12-31T13:45:33", "url": "https://files.pythonhosted.org/packages/5a/e5/a51d375a843e4f98f6b72ad997cd2894226145c06b1ebdecce6c397f8649/icemac.addressbook-2.1.0.zip" } ], "2.10": [ { "comment_text": "", "digests": { "md5": "8db0d1247bfbc370da57fd4538ce2759", "sha256": "047879ec46dfd1dd91bf28f87c2c6323bb53b8e6250d436aaf211125b3cf4f78" }, "downloads": -1, "filename": "icemac.addressbook-2.10.tar.gz", "has_sig": false, "md5_digest": "8db0d1247bfbc370da57fd4538ce2759", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 275695, "upload_time": "2017-01-20T21:06:09", "url": "https://files.pythonhosted.org/packages/41/21/27e19a60366d79585c9b6df8a9e77e2f005b73fe7c6d30d3c9fde569b957/icemac.addressbook-2.10.tar.gz" } ], "2.2.0": [ { "comment_text": "", "digests": { "md5": "bbcaa2525325c729cd098011eb256568", "sha256": "5952ea1b791ca71328ed344b095293b502a22c642b596ad1c3ae18f9ac23b3f2" }, "downloads": -1, "filename": "icemac.addressbook-2.2.0.zip", "has_sig": false, "md5_digest": "bbcaa2525325c729cd098011eb256568", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 440789, "upload_time": "2014-01-02T19:03:43", "url": "https://files.pythonhosted.org/packages/56/f9/d4a056d71332afae9ef3f4c87de5758fae695219d91a2e09660ea91f7fff/icemac.addressbook-2.2.0.zip" } ], "2.3.0": [ { "comment_text": "", "digests": { "md5": "a5dc6b34732ff0ea7755ffe75cc0f366", "sha256": "9c089073cacbd496b5e0343e404c9cc91c0536fd1d2ec3e2ad0cc09f77a42377" }, "downloads": -1, "filename": "icemac.addressbook-2.3.0.zip", "has_sig": false, "md5_digest": "a5dc6b34732ff0ea7755ffe75cc0f366", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 441023, "upload_time": "2014-02-08T19:58:20", "url": "https://files.pythonhosted.org/packages/ce/c6/6e9aabc10a4bfd4b8fef75b5ab7bb6babca5bebf544e7b82ec8b255ad80a/icemac.addressbook-2.3.0.zip" } ], "2.4.0": [ { "comment_text": "", "digests": { "md5": "19adc122c3b3ce4ab1136a39d9d194ba", "sha256": "241a7259a1a71008058d5c090c21cbff699a23e430dc06b726d3d15ee2f63d01" }, "downloads": -1, "filename": "icemac.addressbook-2.4.0.zip", "has_sig": false, "md5_digest": "19adc122c3b3ce4ab1136a39d9d194ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 448577, "upload_time": "2014-03-07T21:21:39", "url": "https://files.pythonhosted.org/packages/cc/80/91e4402def9b39909ee62adbd702cfa1b4fc786ef42f64ff969a1b63a75d/icemac.addressbook-2.4.0.zip" } ], "2.4.1": [ { "comment_text": "", "digests": { "md5": "daf36b068fdf5cc49479cf10528c7d8a", "sha256": "731f9af7b3416314ae5f73da0a00501eaf03c2278038217423afa2c1ce01d1d3" }, "downloads": -1, "filename": "icemac.addressbook-2.4.1.zip", "has_sig": false, "md5_digest": "daf36b068fdf5cc49479cf10528c7d8a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 449083, "upload_time": "2014-03-08T19:48:53", "url": "https://files.pythonhosted.org/packages/ac/10/59cdc3808ea9c5ae3948fe7f6dca59f7cd65f96cb2216cef908578b23d2c/icemac.addressbook-2.4.1.zip" } ], "2.5.0": [ { "comment_text": "", "digests": { "md5": "5011b56788c7fb1558a7f850d2df02ab", "sha256": "0c72541783df62fa5163be38d575aa1259fbdf820c164f7bbcd25963390bb294" }, "downloads": -1, "filename": "icemac.addressbook-2.5.0.zip", "has_sig": false, "md5_digest": "5011b56788c7fb1558a7f850d2df02ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 458289, "upload_time": "2014-07-01T19:29:32", "url": "https://files.pythonhosted.org/packages/d5/cd/5d2387fbe9c91846b8eb0947c534b33b1f4276e89409e86004448f70dc6f/icemac.addressbook-2.5.0.zip" } ], "2.5.1": [ { "comment_text": "", "digests": { "md5": "ee7c4bba48c04ce9530b127f326cdbfc", "sha256": "964905f4be08a80013a539cef709749a5b31a7080504728871318e7c7b04af62" }, "downloads": -1, "filename": "icemac.addressbook-2.5.1.zip", "has_sig": false, "md5_digest": "ee7c4bba48c04ce9530b127f326cdbfc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 458910, "upload_time": "2014-07-03T19:22:25", "url": "https://files.pythonhosted.org/packages/43/00/627f4f62349d2aa158aeb730247a30a1e25a8b3a37680a16cae472169933/icemac.addressbook-2.5.1.zip" } ], "2.5.2": [ { "comment_text": "", "digests": { "md5": "117fe16aab666d53300191da05ec506a", "sha256": "9999f6272b14b70f5314aa23423c92ed26dce9395d0aece6a838e460b92d1b6f" }, "downloads": -1, "filename": "icemac.addressbook-2.5.2.zip", "has_sig": false, "md5_digest": "117fe16aab666d53300191da05ec506a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 459329, "upload_time": "2014-12-18T20:18:22", "url": "https://files.pythonhosted.org/packages/0c/cc/5cc18b7f8b158799115640954b1f505d0a7d84697d5f4805d2cd89661eb4/icemac.addressbook-2.5.2.zip" } ], "2.5.3": [ { "comment_text": "", "digests": { "md5": "d2bb1f8c6b935a445b623e39cea1266c", "sha256": "cf97fcd954b848e9a52bfb55b3369baac3346b689568dd691e387516a13bd342" }, "downloads": -1, "filename": "icemac.addressbook-2.5.3.zip", "has_sig": false, "md5_digest": "d2bb1f8c6b935a445b623e39cea1266c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 459631, "upload_time": "2014-12-23T08:43:35", "url": "https://files.pythonhosted.org/packages/c1/6b/44e65621649cf6f98c48a4662cb17ea43eeb4e6c73a186635dbe03452bae/icemac.addressbook-2.5.3.zip" } ], "2.6": [ { "comment_text": "", "digests": { "md5": "36e289855ee0b222aa63ad571b4cbf21", "sha256": "7badcbe0f715ea0ad066fe3ee255ff6c79b37be892c9e2062bf588dcf5ee7841" }, "downloads": -1, "filename": "icemac.addressbook-2.6.tar.gz", "has_sig": false, "md5_digest": "36e289855ee0b222aa63ad571b4cbf21", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 302526, "upload_time": "2016-03-05T12:24:47", "url": "https://files.pythonhosted.org/packages/66/37/1f0a4574d6c9b2a95b4f694c5c0ee8e6ebd07b92d30d7dc0e90a1a7bef46/icemac.addressbook-2.6.tar.gz" } ], "2.6.1": [ { "comment_text": "", "digests": { "md5": "fefc635ff01603b2d393c250f13aa4ce", "sha256": "f2fdfcf5e2eba5b425fa4b968214d782d3f263a61e0dd9afcb40dfe9822e91c6" }, "downloads": -1, "filename": "icemac.addressbook-2.6.1.tar.gz", "has_sig": false, "md5_digest": "fefc635ff01603b2d393c250f13aa4ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 302823, "upload_time": "2016-03-08T19:54:16", "url": "https://files.pythonhosted.org/packages/51/5b/81fda788095732dc00dc5f8197c16d5ee6fbf438a341c99624821168361d/icemac.addressbook-2.6.1.tar.gz" } ], "2.6.2": [ { "comment_text": "", "digests": { "md5": "6fa0040b28ec9776d3ca0054329e2970", "sha256": "092fda8fabb79c3d0d4f26615c5c264acbc1cac4e47361cbd4df16e6a1d60ebf" }, "downloads": -1, "filename": "icemac.addressbook-2.6.2.tar.gz", "has_sig": false, "md5_digest": "6fa0040b28ec9776d3ca0054329e2970", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 303260, "upload_time": "2016-03-12T13:20:57", "url": "https://files.pythonhosted.org/packages/16/28/6524d23dcdf5f40579b0bd81bb3ccfb5375a4093990b8a1d3780288442c6/icemac.addressbook-2.6.2.tar.gz" } ], "2.6.3": [ { "comment_text": "", "digests": { "md5": "a5548a687402555dc98ce015ec7ab871", "sha256": "9c74bcff2ba9b87b958ad909ee0b2bd3cc2be3f1c5a9aa443cdb1ec0b12b92ce" }, "downloads": -1, "filename": "icemac.addressbook-2.6.3.tar.gz", "has_sig": false, "md5_digest": "a5548a687402555dc98ce015ec7ab871", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 303323, "upload_time": "2016-04-16T11:29:17", "url": "https://files.pythonhosted.org/packages/3d/7f/5b57166c64ea228a05b6623cdb9b2d52eb948b01879106254225f673b111/icemac.addressbook-2.6.3.tar.gz" } ], "2.6.4": [ { "comment_text": "", "digests": { "md5": "60d75e641f5126a668cb07b2ba231576", "sha256": "82fc419c1faf6938484e50b27b6afabd14fc59213c5d10c18dccc06bb18ff151" }, "downloads": -1, "filename": "icemac.addressbook-2.6.4.tar.gz", "has_sig": false, "md5_digest": "60d75e641f5126a668cb07b2ba231576", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 303471, "upload_time": "2016-04-16T11:56:01", "url": "https://files.pythonhosted.org/packages/ef/6c/3eab60155c1878ee9af5a6a03eca74f5da61712adf892a47d03421e62f09/icemac.addressbook-2.6.4.tar.gz" } ], "2.7": [ { "comment_text": "", "digests": { "md5": "65d25d39e5e4cbc563a93edec648accf", "sha256": "1f19dee8c04d5bae81bfa34b0fde4cb181b73cc65be020ca280cd2a60647498c" }, "downloads": -1, "filename": "icemac.addressbook-2.7.tar.gz", "has_sig": false, "md5_digest": "65d25d39e5e4cbc563a93edec648accf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 276405, "upload_time": "2016-06-25T08:52:48", "url": "https://files.pythonhosted.org/packages/21/25/3004ed0b2244a8e9b89678300ad47d79772813d7d7b7ca635d32b5cf7fc7/icemac.addressbook-2.7.tar.gz" } ], "2.7.1": [ { "comment_text": "", "digests": { "md5": "1d58c1c8c9f6509f814fe25208c6af30", "sha256": "7c8816444bad198f912ac2f636d0de02020e83e57f3d5c3de6d3b160a3bf9e7f" }, "downloads": -1, "filename": "icemac.addressbook-2.7.1.tar.gz", "has_sig": false, "md5_digest": "1d58c1c8c9f6509f814fe25208c6af30", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 276645, "upload_time": "2016-06-26T12:33:46", "url": "https://files.pythonhosted.org/packages/5f/19/d18cebd4e4a7257f3ce3e0b2679b184691ff145bfd3c04dd92f165191311/icemac.addressbook-2.7.1.tar.gz" } ], "2.8": [ { "comment_text": "", "digests": { "md5": "36057f84c37c93d125eb654ae66a49ae", "sha256": "292e50fbf28cd42c1faae92c807e9cc7d946c380a16df6ef4ae2c761e22f5b7f" }, "downloads": -1, "filename": "icemac.addressbook-2.8.tar.gz", "has_sig": false, "md5_digest": "36057f84c37c93d125eb654ae66a49ae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 276749, "upload_time": "2016-08-28T14:23:29", "url": "https://files.pythonhosted.org/packages/f9/e6/3b40e95936e32fa3d46cc5807785217c6444c086e669ccffffe0a2dff6ee/icemac.addressbook-2.8.tar.gz" } ], "2.9": [ { "comment_text": "", "digests": { "md5": "34229d8a1ddf5dc6399186cbac5ed5f7", "sha256": "238cf256e2fbe4df05892e0d910f956242257ac0b01e86978abf1142bc3d9be4" }, "downloads": -1, "filename": "icemac.addressbook-2.9.tar.gz", "has_sig": false, "md5_digest": "34229d8a1ddf5dc6399186cbac5ed5f7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 276184, "upload_time": "2017-01-06T20:34:57", "url": "https://files.pythonhosted.org/packages/e5/76/31429f35de9982d0ab65bcd46f9cd4e6314ba2c6aed4274a0b80d0820a20/icemac.addressbook-2.9.tar.gz" } ], "2.9.1": [ { "comment_text": "", "digests": { "md5": "7b3dff8669a121339cad207a425eabe6", "sha256": "be06190cadefe73ed2196bd565de0510103607d0240fc97fc2902560f8385a36" }, "downloads": -1, "filename": "icemac.addressbook-2.9.1.tar.gz", "has_sig": false, "md5_digest": "7b3dff8669a121339cad207a425eabe6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 276454, "upload_time": "2017-01-08T09:45:33", "url": "https://files.pythonhosted.org/packages/d9/1a/648af6d01e7c742b69dc6aa0149ac5604013b8d358baa2c6efd8d82805ce/icemac.addressbook-2.9.1.tar.gz" } ], "3.0": [ { "comment_text": "", "digests": { "md5": "6e01b359821d99bd8213e5d361430dee", "sha256": "c562a7b8dd02898f6a8ec07a775ca72a21e9d41024f070093cbe844c44b68d8f" }, "downloads": -1, "filename": "icemac.addressbook-3.0.tar.gz", "has_sig": false, "md5_digest": "6e01b359821d99bd8213e5d361430dee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 277425, "upload_time": "2017-02-04T17:42:01", "url": "https://files.pythonhosted.org/packages/51/63/c6675419f52722cc4f308d1344d57811fb4aff01cc00d6123ab1df2b7512/icemac.addressbook-3.0.tar.gz" } ], "4.0": [ { "comment_text": "", "digests": { "md5": "da5bd3cd4e0cd51546be1b9e31ad600e", "sha256": "eb528628b97e5dde7315f9a4e07f906b456b3d38aebdd55da6d435dcbc0b054b" }, "downloads": -1, "filename": "icemac.addressbook-4.0.tar.gz", "has_sig": false, "md5_digest": "da5bd3cd4e0cd51546be1b9e31ad600e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 280344, "upload_time": "2017-04-08T16:27:40", "url": "https://files.pythonhosted.org/packages/77/01/f4b79c51349a689345ddb78dd1620ab6e5f64bd6c5300717b7e4a42b00f9/icemac.addressbook-4.0.tar.gz" } ], "4.0.1": [ { "comment_text": "", "digests": { "md5": "ea83906435c4263fc4ad7d79b2396fb6", "sha256": "0074e6c3d9532384d5c2bed5d7a1518e9465c28061fac7bf75b3881210968a23" }, "downloads": -1, "filename": "icemac.addressbook-4.0.1.tar.gz", "has_sig": false, "md5_digest": "ea83906435c4263fc4ad7d79b2396fb6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 280672, "upload_time": "2017-04-11T19:54:03", "url": "https://files.pythonhosted.org/packages/de/27/9a4dcd45f78f593bd911b42878a0eadbe800cb6d13a2455f895851038153/icemac.addressbook-4.0.1.tar.gz" } ], "4.1": [ { "comment_text": "", "digests": { "md5": "0b25c0936712158b2bcef8919a02d287", "sha256": "194f7b9f2819653bf2fecd8e7db7bc5617e4a694ece5275657e474c22903a016" }, "downloads": -1, "filename": "icemac.addressbook-4.1.tar.gz", "has_sig": false, "md5_digest": "0b25c0936712158b2bcef8919a02d287", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 280258, "upload_time": "2017-05-16T18:28:27", "url": "https://files.pythonhosted.org/packages/94/83/a6c72b7536b2a433ab047d952d88a0984de808667141ba0cc879b84494b9/icemac.addressbook-4.1.tar.gz" } ], "4.1.1": [ { "comment_text": "", "digests": { "md5": "2641bd350d1ebbae71968aefc817cda5", "sha256": "8cb38707c6f7e47614a917933bc3003c052e140a4f9241f355ef027d324cc92e" }, "downloads": -1, "filename": "icemac.addressbook-4.1.1.tar.gz", "has_sig": false, "md5_digest": "2641bd350d1ebbae71968aefc817cda5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 280738, "upload_time": "2017-05-18T06:21:47", "url": "https://files.pythonhosted.org/packages/f3/ca/32d997ac4361c46588a912103003d023c6c3150a2d82cd93b2d9fd9bf67d/icemac.addressbook-4.1.1.tar.gz" } ], "5.0": [ { "comment_text": "", "digests": { "md5": "76065850058847f908c9e7af7b0ddfda", "sha256": "f8e0da447acc72b305055397f90c6d2c3d074bac1c89b3c98ec210c6dbdf6f54" }, "downloads": -1, "filename": "icemac.addressbook-5.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "76065850058847f908c9e7af7b0ddfda", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 383474, "upload_time": "2017-12-26T15:04:27", "url": "https://files.pythonhosted.org/packages/12/97/3194cd71058bc36cda234a46a351aa64f8dea1bc50b5d15c31a0dc4c019f/icemac.addressbook-5.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2eb0d773dd76c6af8a0d3e3189875559", "sha256": "3fda1352535b3e39601370ce5612fdc0625165ef79603b056b27ab77eabcaa1b" }, "downloads": -1, "filename": "icemac.addressbook-5.0.tar.gz", "has_sig": false, "md5_digest": "2eb0d773dd76c6af8a0d3e3189875559", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 286711, "upload_time": "2017-12-26T15:04:29", "url": "https://files.pythonhosted.org/packages/9c/37/39dcd0ea05c64a6681f8ee3387b7d3dada0a48b2eca92377096ccf033b2b/icemac.addressbook-5.0.tar.gz" } ], "5.0.1": [ { "comment_text": "", "digests": { "md5": "6c79998fcc70ebee5426a27762d01b18", "sha256": "03faad8b43e4571de10395605a4c7114dae098448e4944d13c4af693607b276b" }, "downloads": -1, "filename": "icemac.addressbook-5.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6c79998fcc70ebee5426a27762d01b18", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 383649, "upload_time": "2017-12-27T06:27:32", "url": "https://files.pythonhosted.org/packages/8d/34/4223b6f3058609f6bc4c7736c80cb4a908a9a7dd9eea47d226bd20a362c4/icemac.addressbook-5.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "63a5227e2384e02f96e6f7e55405428f", "sha256": "bf80117f0c08ab8122ff0a96b2c395d036a5a0ca21200568029f83f8a2a17616" }, "downloads": -1, "filename": "icemac.addressbook-5.0.1.tar.gz", "has_sig": false, "md5_digest": "63a5227e2384e02f96e6f7e55405428f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 287084, "upload_time": "2017-12-27T06:27:36", "url": "https://files.pythonhosted.org/packages/8a/d0/a8470989d8c86b7b377037d6523337dac3cc5f2265456d63b6a0aa4c3542/icemac.addressbook-5.0.1.tar.gz" } ], "5.0.2": [ { "comment_text": "", "digests": { "md5": "9b381c0a251bb21ef860feb709e21d08", "sha256": "659c9e67dd00b1949bdda9f36ce85085731cb7362c4ddd0501ee8807cc81a06c" }, "downloads": -1, "filename": "icemac.addressbook-5.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9b381c0a251bb21ef860feb709e21d08", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 383789, "upload_time": "2017-12-27T06:42:46", "url": "https://files.pythonhosted.org/packages/98/a6/ffc0bae6a5560e3a22883517a7b46c8e56acfba76cb61ecf5172d005bfe4/icemac.addressbook-5.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b9ae6e07d0b6580f10792ce2616af0f5", "sha256": "5f50d39f925247034584414f0cbcdd1328349f6f69a28ecf27e3ebc3bd8f4322" }, "downloads": -1, "filename": "icemac.addressbook-5.0.2.tar.gz", "has_sig": false, "md5_digest": "b9ae6e07d0b6580f10792ce2616af0f5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 287300, "upload_time": "2017-12-27T06:42:50", "url": "https://files.pythonhosted.org/packages/66/97/72c43487b8838e4d2f029d0c9c3ce8e2c12076f8a842b367cdd22b7ac021/icemac.addressbook-5.0.2.tar.gz" } ], "6.0": [ { "comment_text": "", "digests": { "md5": "157b1a40968a65c60b9db3d92e6a2ace", "sha256": "7ca921aa0f4771e3c8fbe92a939c319617e186e0b96cf40ba19eed5fae463f03" }, "downloads": -1, "filename": "icemac.addressbook-6.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "157b1a40968a65c60b9db3d92e6a2ace", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 385456, "upload_time": "2018-03-16T21:06:18", "url": "https://files.pythonhosted.org/packages/a7/b0/ff470a5564a736e0b4d51cbecc12f383168fdefe7929682a69e641a3a9f0/icemac.addressbook-6.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "313392743de22d56fbce6741b804c59f", "sha256": "7c9f222060256f8a95d45a5b9e770bf7c51f7292a5f78807363ed7fe7657fbc8" }, "downloads": -1, "filename": "icemac.addressbook-6.0.tar.gz", "has_sig": false, "md5_digest": "313392743de22d56fbce6741b804c59f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2060279, "upload_time": "2018-03-16T21:06:24", "url": "https://files.pythonhosted.org/packages/b3/f5/ea4a814caca59dd2efbe71fb4fd1a367afce48b5fbf5a6ecfe8cadcee25a/icemac.addressbook-6.0.tar.gz" } ], "6.0.1": [ { "comment_text": "", "digests": { "md5": "fc1dc4fcfb1e30abc8ad6146647c2163", "sha256": "d4e8feb17808688ca0cab6ea14f4d4f7debbfdcda7e5b2933195146d70ece3a1" }, "downloads": -1, "filename": "icemac.addressbook-6.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fc1dc4fcfb1e30abc8ad6146647c2163", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 385644, "upload_time": "2018-03-17T13:26:57", "url": "https://files.pythonhosted.org/packages/15/18/c2590d3567af6e3f49186bd9a44bd6f59530b15590f78cc15c7e486e0dde/icemac.addressbook-6.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "792e129491a3af18f5d72f0ba7a6b5ea", "sha256": "7bbf86e992735af15aa6a46b85296983f91d85d058a75defcb848d06fce4844b" }, "downloads": -1, "filename": "icemac.addressbook-6.0.1.tar.gz", "has_sig": false, "md5_digest": "792e129491a3af18f5d72f0ba7a6b5ea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2060479, "upload_time": "2018-03-17T13:27:11", "url": "https://files.pythonhosted.org/packages/ff/b4/d0c51ffcc2bdff2f64255a7ed08509882ca52296f2b07af371bbaecbfcd1/icemac.addressbook-6.0.1.tar.gz" } ], "6.0.2": [ { "comment_text": "", "digests": { "md5": "1de5bf624c4cb5b830f293810afa4478", "sha256": "6d307e6504926438d439184ab8fbd127405f349a7fe92fa44b963430154321cf" }, "downloads": -1, "filename": "icemac.addressbook-6.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1de5bf624c4cb5b830f293810afa4478", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 385737, "upload_time": "2018-03-17T15:13:12", "url": "https://files.pythonhosted.org/packages/23/06/9e36c97b435ab54924afa8ed6cbcf2a9091b01a074a48ed63e77aeaa7af4/icemac.addressbook-6.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bdf533c17da20dde65c1752d696a70df", "sha256": "d404827b7ce677c723659ed4f05462b250ba82ac2572b92e6dce9a1a04ac95e3" }, "downloads": -1, "filename": "icemac.addressbook-6.0.2.tar.gz", "has_sig": false, "md5_digest": "bdf533c17da20dde65c1752d696a70df", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2060719, "upload_time": "2018-03-17T15:13:24", "url": "https://files.pythonhosted.org/packages/d2/f7/bb29373d6dc2e123bb3eee728dfa0af9cd480ed877049e9d7fef72de0035/icemac.addressbook-6.0.2.tar.gz" } ], "7.0": [ { "comment_text": "", "digests": { "md5": "897c40afa3fecbad44c9019b4a8f696d", "sha256": "52348a100d8a84de5ba5270bda7f71105a13d6f0a6764731dc4b42eeec81000c" }, "downloads": -1, "filename": "icemac.addressbook-7.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "897c40afa3fecbad44c9019b4a8f696d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 391251, "upload_time": "2018-08-03T09:48:37", "url": "https://files.pythonhosted.org/packages/68/0c/67ed71001551ccdb5301dac04fc91bf0c07a3af93ffe0897665d33b806ef/icemac.addressbook-7.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f84aee2699e91670962146d2e8bbdf99", "sha256": "1c7f17c1046858abb89dbc590d58427de1cac61bf23a7f99a5e6f757c7bbb33f" }, "downloads": -1, "filename": "icemac.addressbook-7.0.tar.gz", "has_sig": false, "md5_digest": "f84aee2699e91670962146d2e8bbdf99", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 292681, "upload_time": "2018-08-03T09:48:39", "url": "https://files.pythonhosted.org/packages/79/26/b6211ab0a5a2c57e08270e68ec53a05abdcc2f6401b16b9055d4142f1f42/icemac.addressbook-7.0.tar.gz" } ], "7.0.1": [ { "comment_text": "", "digests": { "md5": "514da1a9ac05543d01a97ecc25a1cef4", "sha256": "cf3f62509e0b222c2ba0065b5164cb01ac5ab2fd6a28ef3454f9ecf3a169ad01" }, "downloads": -1, "filename": "icemac.addressbook-7.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "514da1a9ac05543d01a97ecc25a1cef4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 391462, "upload_time": "2018-08-04T05:31:50", "url": "https://files.pythonhosted.org/packages/44/2c/c7f48b97f0ae0196291115cc1e7101fb036aa1242cf0dc0a7a2b46683fef/icemac.addressbook-7.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "56f956bd1c98c6caea413c4b9f411c87", "sha256": "abc7c4e2a7f42be5ef1ae32a5a1fd15b2242533eade801f354588102bb08ebe4" }, "downloads": -1, "filename": "icemac.addressbook-7.0.1.tar.gz", "has_sig": false, "md5_digest": "56f956bd1c98c6caea413c4b9f411c87", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 290537, "upload_time": "2018-08-04T05:31:53", "url": "https://files.pythonhosted.org/packages/92/44/f338d5468167280bc5d1fd4246f16c248a9fc0cfdd1c092ca995f41fef7b/icemac.addressbook-7.0.1.tar.gz" } ], "7.0.2": [ { "comment_text": "", "digests": { "md5": "9ad4634a693bb52d999e9ee648846d4c", "sha256": "bc4cbb1083a2d031c53ef6152ee629b873c25d68334a28c666ad8fdee2f34bb1" }, "downloads": -1, "filename": "icemac.addressbook-7.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9ad4634a693bb52d999e9ee648846d4c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 391519, "upload_time": "2018-08-04T12:37:12", "url": "https://files.pythonhosted.org/packages/4d/63/f3fa3c7fb6b427b7a33fdee17720b6220d45aaba2e55d44b6f4efdd14508/icemac.addressbook-7.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "376fe8b1b85c21f868badf35e2fba8db", "sha256": "6b40ed9d5e44ea675f934790b2a134c816a4a7021ea8f0fe7dfdf0ccb073b6a9" }, "downloads": -1, "filename": "icemac.addressbook-7.0.2.tar.gz", "has_sig": false, "md5_digest": "376fe8b1b85c21f868badf35e2fba8db", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 290613, "upload_time": "2018-08-04T12:37:15", "url": "https://files.pythonhosted.org/packages/57/f6/0edd278883cc47a643fb0fb4f73c0745b14145728b69ff3e785ee15edcf1/icemac.addressbook-7.0.2.tar.gz" } ], "7.0.3": [ { "comment_text": "", "digests": { "md5": "7d523a8102a4d053446265c4ef22400a", "sha256": "b0ce9f6d2f09492f76c95f7d380b8788d32d651fd90f89ffe5e67a5266d685cd" }, "downloads": -1, "filename": "icemac.addressbook-7.0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7d523a8102a4d053446265c4ef22400a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 391574, "upload_time": "2018-08-04T12:50:20", "url": "https://files.pythonhosted.org/packages/78/37/4308ef04d904bc52423ecad9172f103c832dd800caed537c441f43e2956d/icemac.addressbook-7.0.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3d2345f5cab45c02d55e004634d6ff4e", "sha256": "5c11bd0ead05263892792d2253566f8773dd947ad81c5a328ff53f2f4c164daf" }, "downloads": -1, "filename": "icemac.addressbook-7.0.3.tar.gz", "has_sig": false, "md5_digest": "3d2345f5cab45c02d55e004634d6ff4e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 290674, "upload_time": "2018-08-04T12:50:23", "url": "https://files.pythonhosted.org/packages/7d/a3/7d99bed37ef72a49c12ee0f216cd6cdb85ee33c7d42404926dead84289bd/icemac.addressbook-7.0.3.tar.gz" } ], "7.0.4": [ { "comment_text": "", "digests": { "md5": "59000fd45a68e48ae4da9a9050029551", "sha256": "81104f0248f620dafedd26483f14a2d18083114e5ae220889e04dfff1eb9f97e" }, "downloads": -1, "filename": "icemac.addressbook-7.0.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "59000fd45a68e48ae4da9a9050029551", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 391911, "upload_time": "2018-08-05T12:28:51", "url": "https://files.pythonhosted.org/packages/e1/7c/7da089dedee902dbeb21194fbfbd3a2871b1a8dd772b401e33cc4b6871a7/icemac.addressbook-7.0.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9b4def3ee11a06de741e217b7d6bdc13", "sha256": "f5a722f75f01620996d73b973fb2249f732e84e452c8d70dd4997fc42d44585e" }, "downloads": -1, "filename": "icemac.addressbook-7.0.4.tar.gz", "has_sig": false, "md5_digest": "9b4def3ee11a06de741e217b7d6bdc13", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 290926, "upload_time": "2018-08-05T12:28:53", "url": "https://files.pythonhosted.org/packages/d3/1f/af1c6e0d353db539d2be2c362ee10f46c46840d6ab0fd62237e778340e98/icemac.addressbook-7.0.4.tar.gz" } ], "8.0": [ { "comment_text": "", "digests": { "md5": "ee265832039f129bf824902cfce2ec73", "sha256": "98b10cb98d5aeb6f8736a86163cce4726a3ac4c5b648982102ec608e6c75d77b" }, "downloads": -1, "filename": "icemac.addressbook-8.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ee265832039f129bf824902cfce2ec73", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 391171, "upload_time": "2018-10-13T14:28:47", "url": "https://files.pythonhosted.org/packages/c3/0a/aa3e0dfbd92e1a581cb38c269428b907ec6d72eeca42862ca3f73737e2df/icemac.addressbook-8.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "71a2273bf1dd3b22bf032b064a28855c", "sha256": "d573a4d6e415436107ab2c25172f6f1f4b6ab818edcde8fe2d28f39ad2256856" }, "downloads": -1, "filename": "icemac.addressbook-8.0.tar.gz", "has_sig": false, "md5_digest": "71a2273bf1dd3b22bf032b064a28855c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 290824, "upload_time": "2018-10-13T14:28:50", "url": "https://files.pythonhosted.org/packages/f2/db/ca44ce16167dc386de3eb7edbfd25ee3c49ffe4b0c8e43cb50d0d33d5d61/icemac.addressbook-8.0.tar.gz" } ], "9.0": [ { "comment_text": "", "digests": { "md5": "3a79045f90304c23ed0a9cb809a23a73", "sha256": "96f3687ba5e1955df1ea98507b944f624571026561969b1a52e8a3fc9bf80c66" }, "downloads": -1, "filename": "icemac.addressbook-9.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3a79045f90304c23ed0a9cb809a23a73", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 406519, "upload_time": "2019-09-27T15:25:18", "url": "https://files.pythonhosted.org/packages/2a/30/2b5eff431345aeba322067df09a8fe2fd4af4725ac2bc08367715b44c7cd/icemac.addressbook-9.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "606a6be368c1a3d3e44cd2d32156913d", "sha256": "037992a1df720dac0fd968e2e7b06df0bd319861c284a8216fccb154ba57f053" }, "downloads": -1, "filename": "icemac.addressbook-9.0.tar.gz", "has_sig": false, "md5_digest": "606a6be368c1a3d3e44cd2d32156913d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 299847, "upload_time": "2019-09-27T15:25:20", "url": "https://files.pythonhosted.org/packages/a9/00/1126a3e8d77f5afe390d2d6eaea921355eb2e840c116e5b80825c2c53952/icemac.addressbook-9.0.tar.gz" } ], "9.0.1": [ { "comment_text": "", "digests": { "md5": "66c9a1b8a1c57803b7a7038f5eb3ae17", "sha256": "1f84aceeb386a9aac2a88c9b57f91dc67edceee0038af05d2c124406e29310ae" }, "downloads": -1, "filename": "icemac.addressbook-9.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "66c9a1b8a1c57803b7a7038f5eb3ae17", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 406582, "upload_time": "2019-10-04T04:48:44", "url": "https://files.pythonhosted.org/packages/0e/46/8d9173864324cabde595a56e8578a0161ab2113a362da4f8fa9c07fc609d/icemac.addressbook-9.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d277a9a7f0137609832398a8f29d9e47", "sha256": "9423ccab89c5b77ce75f935af90fbaa7286688318b75d056eb034e7936652819" }, "downloads": -1, "filename": "icemac.addressbook-9.0.1.tar.gz", "has_sig": false, "md5_digest": "d277a9a7f0137609832398a8f29d9e47", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 300102, "upload_time": "2019-10-04T04:48:47", "url": "https://files.pythonhosted.org/packages/0a/48/45a9e3dc0f50d3e258cb7322a606716fb3736cfc7bbca2e8e1bc150ebb2c/icemac.addressbook-9.0.1.tar.gz" } ], "9.1": [ { "comment_text": "", "digests": { "md5": "aefa3c673167e56e8715036ca341dc9d", "sha256": "861cc50cb3929d0da5b438f69a3dc4fad881d7eccdb52d132b8a9bb93f8c7f3f" }, "downloads": -1, "filename": "icemac.addressbook-9.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "aefa3c673167e56e8715036ca341dc9d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 405962, "upload_time": "2019-10-06T18:21:27", "url": "https://files.pythonhosted.org/packages/3f/ad/9f3b0685a5c2ae94df86868db96bd92fda6155a31182655df33c544ab03c/icemac.addressbook-9.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cf1137293ee530715ddd904e4c96b0c3", "sha256": "0abc87c2d4a5c022fa6e524e5f448722ff052922116d834e22abe73eab51ea75" }, "downloads": -1, "filename": "icemac.addressbook-9.1.tar.gz", "has_sig": false, "md5_digest": "cf1137293ee530715ddd904e4c96b0c3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 298745, "upload_time": "2019-10-06T18:21:30", "url": "https://files.pythonhosted.org/packages/f0/f8/95d1688d7947a380213917b5d95d6c90881183f8a9f94722a6ae4c9ffda6/icemac.addressbook-9.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "aefa3c673167e56e8715036ca341dc9d", "sha256": "861cc50cb3929d0da5b438f69a3dc4fad881d7eccdb52d132b8a9bb93f8c7f3f" }, "downloads": -1, "filename": "icemac.addressbook-9.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "aefa3c673167e56e8715036ca341dc9d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 405962, "upload_time": "2019-10-06T18:21:27", "url": "https://files.pythonhosted.org/packages/3f/ad/9f3b0685a5c2ae94df86868db96bd92fda6155a31182655df33c544ab03c/icemac.addressbook-9.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cf1137293ee530715ddd904e4c96b0c3", "sha256": "0abc87c2d4a5c022fa6e524e5f448722ff052922116d834e22abe73eab51ea75" }, "downloads": -1, "filename": "icemac.addressbook-9.1.tar.gz", "has_sig": false, "md5_digest": "cf1137293ee530715ddd904e4c96b0c3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 298745, "upload_time": "2019-10-06T18:21:30", "url": "https://files.pythonhosted.org/packages/f0/f8/95d1688d7947a380213917b5d95d6c90881183f8a9f94722a6ae4c9ffda6/icemac.addressbook-9.1.tar.gz" } ] }