{ "info": { "author": "Costas Tyfoxylos", "author_email": "costas.tyf@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 3.7" ], "description": "==========\nabnamrolib\n==========\n\nA library implementing authenticating to an Abn Amro account or ICS credit card and retrieving the transactions\n\n\n* Documentation: https://abnamrolib.readthedocs.org/en/latest\n\n\nDevelopment Workflow\n====================\n\nThe workflow supports the following steps\n\n * lint\n * test\n * build\n * document\n * upload\n * graph\n\nThese actions are supported out of the box by the corresponding scripts under _CI/scripts directory with sane defaults based on best practices.\nSourcing setup_aliases.ps1 for windows powershell or setup_aliases.sh in bash on Mac or Linux will provide with handy aliases for the shell of all those commands prepended with an underscore.\n\nThe bootstrap script creates a .venv directory inside the project directory hosting the virtual environment. It uses pipenv for that.\nIt is called by all other scripts before they do anything. So one could simple start by calling _lint and that would set up everything before it tried to actually lint the project\n\nOnce the code is ready to be delivered the _tag script should be called accepting one of three arguments, patch, minor, major following the semantic versioning scheme.\nSo for the initial delivery one would call\n\n $ _tag --minor\n\nwhich would bump the version of the project to 0.1.0 tag it in git and do a push and also ask for the change and automagically update HISTORY.rst with the version and the change provided.\n\n\nSo the full workflow after git is initialized is:\n\n * repeat as necessary (of course it could be test - code - lint :) )\n\n * code\n * lint\n * test\n * commit and push\n * develop more through the code-lint-test cycle\n * tag (with the appropriate argument)\n * build\n * upload (if you want to host your package in pypi)\n * document (of course this could be run at any point)\n\n\nImportant Information\n=====================\n\nThis template is based on pipenv. In order to be compatible with requirements.txt so the actual created package can be used by any part of the existing python ecosystem some hacks were needed.\nSo when building a package out of this **do not** simple call\n\n $ python setup.py sdist bdist_egg\n\n**as this will produce an unusable artifact with files missing.**\nInstead use the provided build and upload scripts that create all the necessary files in the artifact.\n\n\n\nProject Features\n================\n\n* TODO\n\n\n\n\nHistory\n-------\n\n0.0.1 (19-07-2019)\n---------------------\n\n* First code creation\n\n\n0.1.0 (19-07-2019)\n------------------\n\n* initial code implementation\n\n\n0.2.0 (20-07-2019)\n------------------\n\n* Exposed transaction objects\n\n\n0.2.1 (20-07-2019)\n------------------\n\n* Reverted to default provided value for account transaction amount\n\n\n0.3.0 (21-07-2019)\n------------------\n\n* Removed uneeded properties from account transaction\n\n\n0.4.0 (21-07-2019)\n------------------\n\n* Exposed actually existing attribute\n\n\n1.0.0 (24-07-2019)\n------------------\n\n* Initial working version with accounts, foreign accounts and transaction retrieval.\n\n\n1.0.1 (25-07-2019)\n------------------\n\n* made credit card a Comparable\n\n\n1.0.2 (25-07-2019)\n------------------\n\n* Generalized the comparison of Comparable objects\n\n\n2.0.0 (26-07-2019)\n------------------\n\n* Implemented a credit card contract to make credit cards compatible with bank accounts\n\n\n3.0.0 (26-07-2019)\n------------------\n\n* Refactored code to use external dependency and implemented a contract interface standardizing the retrieval of accounts.\n\n\n3.0.1 (28-07-2019)\n------------------\n\n* Fixed session dropping issue\n\n\n3.0.2 (28-07-2019)\n------------------\n\n* Made error in retrieving non breaking\n\n\n3.0.3 (28-07-2019)\n------------------\n\n* Made retrieving of objects safe and implemented backoff for get methods\n\n\n3.0.4 (28-07-2019)\n------------------\n\n* Removed unnecessary method call\n\n\n3.0.5 (28-07-2019)\n------------------\n\n* Extended logging\n\n\n3.0.6 (28-07-2019)\n------------------\n\n* Updated dependencies\n\n\n3.0.7 (28-07-2019)\n------------------\n\n* Added logging\n\n\n3.0.8 (28-07-2019)\n------------------\n\n* Updated logging\n\n\n3.0.9 (28-07-2019)\n------------------\n\n* Removed unneeded logging\n\n\n3.0.10 (30-07-2019)\n-------------------\n\n* Extended logging\n\n\n3.1.0 (02-08-2019)\n------------------\n\n* Uniquely identify a transaction and an account\n\n\n3.1.1 (16-08-2019)\n------------------\n\n* renamed underlying dependency and updated the code accordingly and fixed bug with a pop up covering the submission of the login.\n\n\n3.2.0 (17-08-2019)\n------------------\n\n* Shortened timout on click event on log in.\n\n\n3.2.1 (29-08-2019)\n------------------\n\n* Added latest popup window\n\n\n4.0.0 (13-09-2019)\n------------------\n\n* Implemented cookie based authentication", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/costastf/abnamrolib", "keywords": "abnamrolib abn amro transactions ics", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "abnamrolib", "package_url": "https://pypi.org/project/abnamrolib/", "platform": "", "project_url": "https://pypi.org/project/abnamrolib/", "project_urls": { "Homepage": "https://github.com/costastf/abnamrolib" }, "release_url": "https://pypi.org/project/abnamrolib/4.0.0/", "requires_dist": null, "requires_python": "", "summary": "A library implementing authenticating to an Abn Amro account or ICS credit card and retrieving the transactions", "version": "4.0.0" }, "last_serial": 5825936, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "614bde104470d14aa2507de35e9251a0", "sha256": "67386a8197b37ddbccc8c40d7c008299aa638b31b99fada7a32a68ceaf03cea1" }, "downloads": -1, "filename": "abnamrolib-0.1.0-py3.7.egg", "has_sig": false, "md5_digest": "614bde104470d14aa2507de35e9251a0", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 32167, "upload_time": "2019-07-19T14:47:57", "url": "https://files.pythonhosted.org/packages/38/a6/5d8d5a8290f33d27bf6a0e95df65ea13f63242083bcd2b25fdb6db01eba1/abnamrolib-0.1.0-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "fb6b16644706973b0229e95974d97389", "sha256": "6db179e484143a67e853ebf1bf82c0c10985f56d840de6e03d44dd26afdb9f32" }, "downloads": -1, "filename": "abnamrolib-0.1.0.tar.gz", "has_sig": false, "md5_digest": "fb6b16644706973b0229e95974d97389", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44596, "upload_time": "2019-07-19T14:47:55", "url": "https://files.pythonhosted.org/packages/ff/10/f133147c8f989fd59311538752a8a680fb7ada2d9cca47b98054db2fbe3c/abnamrolib-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "47c8c9298e873d626b91d1ee0a5871ed", "sha256": "57611b2952ab23218724b28477a7ce50ee5c7f40231816664249d799401fec85" }, "downloads": -1, "filename": "abnamrolib-0.2.0-py3.7.egg", "has_sig": false, "md5_digest": "47c8c9298e873d626b91d1ee0a5871ed", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 32239, "upload_time": "2019-07-20T09:07:42", "url": "https://files.pythonhosted.org/packages/d1/2f/a35cdc39c00a22fa03bfee49247343af5e2bdf6d9949f7da414aa454dae6/abnamrolib-0.2.0-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "89cd4b72709a35e69890fb6720baa09d", "sha256": "df5222f0c0003b4439336d9dabc094fafca7bec44a62c28ca12380deb6af2647" }, "downloads": -1, "filename": "abnamrolib-0.2.0.tar.gz", "has_sig": false, "md5_digest": "89cd4b72709a35e69890fb6720baa09d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44692, "upload_time": "2019-07-20T09:07:40", "url": "https://files.pythonhosted.org/packages/de/7e/792dc4ace789436e71c3d950eeee788394fe2a4a99fedf899cc3fd0e1c16/abnamrolib-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "165df4d84f86d8ff9f1e8bd169454f86", "sha256": "4ee1c26cfa8b5effb5395f5ee5df9662ef3e28afec9d48cbd48c3023c2d0c729" }, "downloads": -1, "filename": "abnamrolib-0.2.1-py3.7.egg", "has_sig": false, "md5_digest": "165df4d84f86d8ff9f1e8bd169454f86", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 32304, "upload_time": "2019-07-20T10:56:02", "url": "https://files.pythonhosted.org/packages/1b/00/87b6d7a039e85ecce76d55beeddece6e43c5a3e450b2968ee14daa8c630f/abnamrolib-0.2.1-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "6d623d823e334706d710b6f168585fe9", "sha256": "d1f3d000593c6fe598eca9998f1edc6a34292d5ff04dd7ceb7334973fa6888c0" }, "downloads": -1, "filename": "abnamrolib-0.2.1.tar.gz", "has_sig": false, "md5_digest": "6d623d823e334706d710b6f168585fe9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44780, "upload_time": "2019-07-20T10:56:00", "url": "https://files.pythonhosted.org/packages/5e/83/2722d40d997fbfbfced98a6e773d3e353f48c8b16e7b526e5ee88118768d/abnamrolib-0.2.1.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "d0fbacc9e5c1090c6d82388156aecd7c", "sha256": "62a1a59116cf857bb072570bad4a14e7bdf203f29174b9243279209a8cf3294a" }, "downloads": -1, "filename": "abnamrolib-0.3.0-py3.7.egg", "has_sig": false, "md5_digest": "d0fbacc9e5c1090c6d82388156aecd7c", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 32274, "upload_time": "2019-07-21T17:28:57", "url": "https://files.pythonhosted.org/packages/ed/c0/54f6d0068e2c850a49b6058d8055a3a7ec83a6dcfc7f9b35d2a1be6f25e9/abnamrolib-0.3.0-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "a3b70d4207e20606da84d1f3faa47b71", "sha256": "2b633c8bfaaf6716110e2fd348e54e984f0d3a4249d29ef9c27257f40f31090f" }, "downloads": -1, "filename": "abnamrolib-0.3.0.tar.gz", "has_sig": false, "md5_digest": "a3b70d4207e20606da84d1f3faa47b71", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44812, "upload_time": "2019-07-21T17:28:54", "url": "https://files.pythonhosted.org/packages/0d/27/def22c3b0819333964e083080c6c2c0c4bd023a4d49126f70d9894f7450f/abnamrolib-0.3.0.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "8a2228bfa256e3da016e99f248e340c5", "sha256": "128dbc6924b9787cf33adf6aee35aa8ac4427878b2dc0d956a8aa8976e94e5d8" }, "downloads": -1, "filename": "abnamrolib-0.4.0-py3.7.egg", "has_sig": false, "md5_digest": "8a2228bfa256e3da016e99f248e340c5", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 32342, "upload_time": "2019-07-21T17:34:00", "url": "https://files.pythonhosted.org/packages/02/45/964994b148ed20c87280c31bfc25c9e509c183f44372f2c49c847364e1e0/abnamrolib-0.4.0-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "cb3ab1e1a36da3aeb8a40e2f858ca707", "sha256": "a8f9290f5ccba946cec8a6abb9701210a74e20e7728641257110826bff9663df" }, "downloads": -1, "filename": "abnamrolib-0.4.0.tar.gz", "has_sig": false, "md5_digest": "cb3ab1e1a36da3aeb8a40e2f858ca707", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44881, "upload_time": "2019-07-21T17:33:58", "url": "https://files.pythonhosted.org/packages/57/7b/f55bce63ec31048c10cb6c13190e57ef71ea8ea117fdfd366e904ea9f0ed/abnamrolib-0.4.0.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "1ff17e4233f6f541b4652a6790c1b20b", "sha256": "8efcadddf74371245f4dd6d0aafb876b273f7864d0d01b064a52855df1df9e57" }, "downloads": -1, "filename": "abnamrolib-1.0.0-py3.7.egg", "has_sig": false, "md5_digest": "1ff17e4233f6f541b4652a6790c1b20b", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 33669, "upload_time": "2019-07-24T13:43:31", "url": "https://files.pythonhosted.org/packages/ff/08/4fe019c8dbea6f1adb9d1b821cadddc679c03295bb42a0397c692a572583/abnamrolib-1.0.0-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "a140a6cecfe91edd45e27e6725f41fdd", "sha256": "356d2639c3e8ef7081776e66e4b4ed004b7bc60865ebcf6cd4fb6de0e233c052" }, "downloads": -1, "filename": "abnamrolib-1.0.0.tar.gz", "has_sig": false, "md5_digest": "a140a6cecfe91edd45e27e6725f41fdd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 46052, "upload_time": "2019-07-24T13:43:29", "url": "https://files.pythonhosted.org/packages/ed/3f/cb4248c96ee42d25cccbe5b8e6d6ad4b94ba8bae96f955459a5b5c3d69fe/abnamrolib-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "1bfa4d936254f99035ab2a041728b987", "sha256": "a486dfd0b9b32f2ecf2473f14052e81e2a910b2d8040c80a1a5dce72499b0ac8" }, "downloads": -1, "filename": "abnamrolib-1.0.1-py3.7.egg", "has_sig": false, "md5_digest": "1bfa4d936254f99035ab2a041728b987", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 33719, "upload_time": "2019-07-25T10:19:38", "url": "https://files.pythonhosted.org/packages/b8/aa/098471da3667f2e607b1d3b9dd56eb5f65c4bdcc58e1a25069c77cbc0880/abnamrolib-1.0.1-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "d7f4e3643fd903249ff65c90aa430aff", "sha256": "839f08244ebdeae5fbe13a8e9125fd83fb291b1162c07dcafeea0a52ed7515c3" }, "downloads": -1, "filename": "abnamrolib-1.0.1.tar.gz", "has_sig": false, "md5_digest": "d7f4e3643fd903249ff65c90aa430aff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 46207, "upload_time": "2019-07-25T10:19:39", "url": "https://files.pythonhosted.org/packages/40/8c/9d04ed67cfed8477b8eb72849783ab284c7bcd6e1a1cc5d4216c2d23a5c5/abnamrolib-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "d89d41123991132402a80b37e4612e06", "sha256": "e755900214575244534e372e4585e18d404070ce72c1125d111c2cfde364d6f1" }, "downloads": -1, "filename": "abnamrolib-1.0.2-py3.7.egg", "has_sig": false, "md5_digest": "d89d41123991132402a80b37e4612e06", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 33767, "upload_time": "2019-07-25T10:26:35", "url": "https://files.pythonhosted.org/packages/05/fe/c93667ae89cce3eed7baf1078308a4338cee0f48ba60f6f244b847ff0ecc/abnamrolib-1.0.2-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "215982fd17ac11e045362ccb767c6014", "sha256": "d5b00bdf08fef45d9c147c5a0a82ba280178941e8cf95db7652b7033d19f05b0" }, "downloads": -1, "filename": "abnamrolib-1.0.2.tar.gz", "has_sig": false, "md5_digest": "215982fd17ac11e045362ccb767c6014", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 46268, "upload_time": "2019-07-25T10:26:33", "url": "https://files.pythonhosted.org/packages/ea/cb/2e80d9b7e8bcbe173c99a7d568a1c0e80c640973c33eeeb89c345ee8e933/abnamrolib-1.0.2.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "7f29a33cf68713fb10bc4a44315ab184", "sha256": "bd91e77616773a6375726474e819c95ab422dbf6f714d6b34443e119e1fb2d44" }, "downloads": -1, "filename": "abnamrolib-2.0.0-py3.7.egg", "has_sig": false, "md5_digest": "7f29a33cf68713fb10bc4a44315ab184", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 34024, "upload_time": "2019-07-26T12:14:08", "url": "https://files.pythonhosted.org/packages/46/a4/6ab002126a2d7e5be6479ddf80c10d8f9f7b6b96d621582f96a4f9c69258/abnamrolib-2.0.0-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "25a97744987c4c5aa9b2abbb25569d76", "sha256": "f31b3e1236cc06a6f8f2cddb8fea84cc68e8d2502962fa4fb53e5ca4b3de6753" }, "downloads": -1, "filename": "abnamrolib-2.0.0.tar.gz", "has_sig": false, "md5_digest": "25a97744987c4c5aa9b2abbb25569d76", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 46437, "upload_time": "2019-07-26T12:14:07", "url": "https://files.pythonhosted.org/packages/3c/6e/410a6b8ca2eddd069ea97fab4f57c3a22e856606c0913351545ea535bb8c/abnamrolib-2.0.0.tar.gz" } ], "3.0.0": [ { "comment_text": "", "digests": { "md5": "17276857ee4e274bdd12582bde6026ca", "sha256": "dbb8d415c4b37db3f5bb4d6620532e6fbaad5276d4fa53b6036f55a7dfc20878" }, "downloads": -1, "filename": "abnamrolib-3.0.0-py3.7.egg", "has_sig": false, "md5_digest": "17276857ee4e274bdd12582bde6026ca", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 30850, "upload_time": "2019-07-26T18:37:22", "url": "https://files.pythonhosted.org/packages/cf/23/9d693cce3489d11816db4e7d114405c2515e56ec773066df1ed3a220513f/abnamrolib-3.0.0-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "ff3f47106189e8f7cf10dc24c3d49d63", "sha256": "cf15f479adfe711194338469011b4f0429f7f67fd60ab016278cf7069572ef42" }, "downloads": -1, "filename": "abnamrolib-3.0.0.tar.gz", "has_sig": false, "md5_digest": "ff3f47106189e8f7cf10dc24c3d49d63", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45649, "upload_time": "2019-07-26T18:37:24", "url": "https://files.pythonhosted.org/packages/f7/26/a565e7d5125093f860320ffa78f5aad2a9ff33fbc26e056ece921b3ec63a/abnamrolib-3.0.0.tar.gz" } ], "3.0.1": [ { "comment_text": "", "digests": { "md5": "6093ee132f31a147a2c0d027afe69b84", "sha256": "233e7b04da27f6e0bacec27f501180042029122c39cd819e8dc2a9d45d8c5ad2" }, "downloads": -1, "filename": "abnamrolib-3.0.1-py3.7.egg", "has_sig": false, "md5_digest": "6093ee132f31a147a2c0d027afe69b84", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 31019, "upload_time": "2019-07-28T09:34:06", "url": "https://files.pythonhosted.org/packages/fd/3c/9319f45866f0268726d703ed8122a0a157ca7b20c01b9c09f7815efc6fe8/abnamrolib-3.0.1-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "d2c70e9d66bae5d47854531514f714ce", "sha256": "e91f5f2d8da6771e6eb840ca04dffbac7b861341ab9588fe790f49d20a1b8a20" }, "downloads": -1, "filename": "abnamrolib-3.0.1.tar.gz", "has_sig": false, "md5_digest": "d2c70e9d66bae5d47854531514f714ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45812, "upload_time": "2019-07-28T09:34:08", "url": "https://files.pythonhosted.org/packages/04/6c/44ce8885c881f0d655833fa8163b701c90867ee47aa43d275f10bb418443/abnamrolib-3.0.1.tar.gz" } ], "3.0.10": [ { "comment_text": "", "digests": { "md5": "5bf2493355f129368335ed950fcae09f", "sha256": "3f16c286d684a7c347e1cea2f7c28e48f8208abb108380c01d33233e57d82cae" }, "downloads": -1, "filename": "abnamrolib-3.0.10-py3.7.egg", "has_sig": false, "md5_digest": "5bf2493355f129368335ed950fcae09f", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 31960, "upload_time": "2019-07-30T19:35:30", "url": "https://files.pythonhosted.org/packages/71/20/0d049dc14974fbf6ed46d53ae5fb582989b5ae64a1eafa813395695db528/abnamrolib-3.0.10-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "50b54f2ea083ec545290310206244cf5", "sha256": "50eb10acd4327738996a5c87ee6f7228c88549b86e9c413df7cd46f11736ca5a" }, "downloads": -1, "filename": "abnamrolib-3.0.10.tar.gz", "has_sig": false, "md5_digest": "50b54f2ea083ec545290310206244cf5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 47183, "upload_time": "2019-07-30T19:35:29", "url": "https://files.pythonhosted.org/packages/be/d1/a423b700338b2c6c8459be6c2ae119b7a236ed3febda145a7514e9f6655d/abnamrolib-3.0.10.tar.gz" } ], "3.0.2": [ { "comment_text": "", "digests": { "md5": "cf25e9a2bcce92c9a6a07bb515778dfe", "sha256": "759ac97762e06407c0eb93f2dc89f8a7c7c0e21f475a128dcd450e3e69237b44" }, "downloads": -1, "filename": "abnamrolib-3.0.2-py3.7.egg", "has_sig": false, "md5_digest": "cf25e9a2bcce92c9a6a07bb515778dfe", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 31144, "upload_time": "2019-07-28T10:46:04", "url": "https://files.pythonhosted.org/packages/db/82/ca9d1c307e6a86a496f824fe29c822640e0e19ac08c7d6e38b6a751e64f0/abnamrolib-3.0.2-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "c22c2e29cd81bd127052ea8cfba9571e", "sha256": "f4822c6f07a0cc7fa309c874aee5bed72386b7e8c342036c39ea8bbc9d885f92" }, "downloads": -1, "filename": "abnamrolib-3.0.2.tar.gz", "has_sig": false, "md5_digest": "c22c2e29cd81bd127052ea8cfba9571e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45914, "upload_time": "2019-07-28T10:46:01", "url": "https://files.pythonhosted.org/packages/07/10/9654693fe538dcb185732a2fec2ead6b2077951f866f3635dc8e8f9ae0f6/abnamrolib-3.0.2.tar.gz" } ], "3.0.3": [ { "comment_text": "", "digests": { "md5": "3c553cd515010e1e6968b886f1b0904a", "sha256": "69d8cda4f673237bc50c58d99c19ee9b156f02efa7fd47ce2a2c1f1a8e4b7779" }, "downloads": -1, "filename": "abnamrolib-3.0.3-py3.7.egg", "has_sig": false, "md5_digest": "3c553cd515010e1e6968b886f1b0904a", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 31506, "upload_time": "2019-07-28T14:43:06", "url": "https://files.pythonhosted.org/packages/dc/82/399d0a46d4a6b10016f75a5ec2ddb7074de267bbe3e463badaecef1dd5f9/abnamrolib-3.0.3-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "411e876c60bd65db6912a7749c55d42a", "sha256": "abad295b59753d43b2831e87bd7ee260c4688c42cc24836e9608cb7d29b0b41b" }, "downloads": -1, "filename": "abnamrolib-3.0.3.tar.gz", "has_sig": false, "md5_digest": "411e876c60bd65db6912a7749c55d42a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 46352, "upload_time": "2019-07-28T14:43:08", "url": "https://files.pythonhosted.org/packages/67/21/aef85ffa4fea7bcd1165725d05238eebe1ed2e586af0952b067b529ca7e7/abnamrolib-3.0.3.tar.gz" } ], "3.0.4": [ { "comment_text": "", "digests": { "md5": "6d20683aa554d36cb177c310d3ee7839", "sha256": "30dce1fd70ab99da93979c56a5b8a7b6904a38fbba6d2d1f745ff0ea571e4d7b" }, "downloads": -1, "filename": "abnamrolib-3.0.4-py3.7.egg", "has_sig": false, "md5_digest": "6d20683aa554d36cb177c310d3ee7839", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 31528, "upload_time": "2019-07-28T15:00:46", "url": "https://files.pythonhosted.org/packages/af/73/7b2c26ae3fb14645cd2dee12b73d90c95cee0caab0d9befb15c496edc6ae/abnamrolib-3.0.4-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "dd5e9cf3c6f55a371bc1c63d5e21a977", "sha256": "9eaa6b6fd085df30c96a1add1d90b17021d5269bd19fdb81b2c2eeedc83d8701" }, "downloads": -1, "filename": "abnamrolib-3.0.4.tar.gz", "has_sig": false, "md5_digest": "dd5e9cf3c6f55a371bc1c63d5e21a977", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 46428, "upload_time": "2019-07-28T15:00:44", "url": "https://files.pythonhosted.org/packages/b3/6e/f2bcf2507fdebf2a2042fe5698ea9e7d129b179f5ddad13c4fa8c6cfd07e/abnamrolib-3.0.4.tar.gz" } ], "3.0.5": [ { "comment_text": "", "digests": { "md5": "1a686440ed05e35134392ddb34b2472f", "sha256": "4fefe45b4253bf154ab672eb351cab6c4c5cd3eaf607cebb93f7e899abfec670" }, "downloads": -1, "filename": "abnamrolib-3.0.5-py3.7.egg", "has_sig": false, "md5_digest": "1a686440ed05e35134392ddb34b2472f", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 31588, "upload_time": "2019-07-28T16:38:03", "url": "https://files.pythonhosted.org/packages/fc/27/9ecd7af9989ac28673fc17fa84bd81bbd9883879e54265483a9fd4af2baa/abnamrolib-3.0.5-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "fc1adbc2e3e175d17be475b12b28dbbe", "sha256": "9fe901c4142f52b1eeeef011006da98051acbf25b7aeafbcfa6e8d37b6ecf115" }, "downloads": -1, "filename": "abnamrolib-3.0.5.tar.gz", "has_sig": false, "md5_digest": "fc1adbc2e3e175d17be475b12b28dbbe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 46479, "upload_time": "2019-07-28T16:38:00", "url": "https://files.pythonhosted.org/packages/b4/ff/7465739ff73a761236e0cfdc1dfafb3f6fcfc0ee792f843a5e4755c9d1ba/abnamrolib-3.0.5.tar.gz" } ], "3.0.6": [ { "comment_text": "", "digests": { "md5": "240865d33f0e2ca02c10b889523f5592", "sha256": "83a1fe28eca3b905c3f64d5757ce7356074a9cc73c793272976a446c7c385ac8" }, "downloads": -1, "filename": "abnamrolib-3.0.6-py3.7.egg", "has_sig": false, "md5_digest": "240865d33f0e2ca02c10b889523f5592", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 31626, "upload_time": "2019-07-28T16:46:05", "url": "https://files.pythonhosted.org/packages/ee/40/296c666fef4aee8ad4e8824439ef4f0ce9943e257562bb4362ec5320e3b6/abnamrolib-3.0.6-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "6ce2a63e213db98d8f23d8d41f354c38", "sha256": "50549f7c3ed5794cc5eed2934b82046962261636504f5a13c1f77c575ebebd41" }, "downloads": -1, "filename": "abnamrolib-3.0.6.tar.gz", "has_sig": false, "md5_digest": "6ce2a63e213db98d8f23d8d41f354c38", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 46557, "upload_time": "2019-07-28T16:46:07", "url": "https://files.pythonhosted.org/packages/60/4f/7accbe101747278236908c94162d5055aa44c00f50518426be0da828fcbd/abnamrolib-3.0.6.tar.gz" } ], "3.0.7": [ { "comment_text": "", "digests": { "md5": "dde80ab3b3ae25563af26bd01260423a", "sha256": "99a504ffb892bb415ad6e5df6a238022cda39751ed0d40aba7717251941cd365" }, "downloads": -1, "filename": "abnamrolib-3.0.7-py3.7.egg", "has_sig": false, "md5_digest": "dde80ab3b3ae25563af26bd01260423a", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 31656, "upload_time": "2019-07-28T16:48:47", "url": "https://files.pythonhosted.org/packages/33/11/9903c8c4829a6e2133518ca273c05a32f578dd122cbf67a0c4410f867910/abnamrolib-3.0.7-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "e98d74705cfe9f245cf84cb93592e333", "sha256": "89fdcc4eb461cabd3ab88b60a6703388f33c65b11aacabf8268e410b4a864f8a" }, "downloads": -1, "filename": "abnamrolib-3.0.7.tar.gz", "has_sig": false, "md5_digest": "e98d74705cfe9f245cf84cb93592e333", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 46602, "upload_time": "2019-07-28T16:48:49", "url": "https://files.pythonhosted.org/packages/5a/68/211aa69e2181c49dbd5e79321b5ba42626cb8efda64399d3d4854c3ebc65/abnamrolib-3.0.7.tar.gz" } ], "3.0.8": [ { "comment_text": "", "digests": { "md5": "4dd0dd1500f6cf6ee383295a396a009c", "sha256": "4229e7c28ae98c3f175ad6c1fac2e1fc6973803680b39d881d637998034149ca" }, "downloads": -1, "filename": "abnamrolib-3.0.8-py3.7.egg", "has_sig": false, "md5_digest": "4dd0dd1500f6cf6ee383295a396a009c", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 31670, "upload_time": "2019-07-28T16:54:38", "url": "https://files.pythonhosted.org/packages/5b/b5/a161f9b81aed3c078fb55b14adec6a744d3932ff88000a5f9d25921d4d25/abnamrolib-3.0.8-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "856519eccfd1f31e12ecd3ad563adc2a", "sha256": "dc4bf685e4376e675ad1d442435d08a4cc9e7cb73adb0c050a54c5aa5cd3817b" }, "downloads": -1, "filename": "abnamrolib-3.0.8.tar.gz", "has_sig": false, "md5_digest": "856519eccfd1f31e12ecd3ad563adc2a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 46621, "upload_time": "2019-07-28T16:54:37", "url": "https://files.pythonhosted.org/packages/16/c3/b677a2dfaf361d7c4b85c062e412c4cd9ed77952213bd944bd9ad4bc15de/abnamrolib-3.0.8.tar.gz" } ], "3.0.9": [ { "comment_text": "", "digests": { "md5": "003b3b2c9434ce26235a858c279d8afb", "sha256": "7f0a4c2ac425f32fc651ed9c5e9b4525b5dc1b49cadcea4584aa62ece0c71689" }, "downloads": -1, "filename": "abnamrolib-3.0.9-py3.7.egg", "has_sig": false, "md5_digest": "003b3b2c9434ce26235a858c279d8afb", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 31677, "upload_time": "2019-07-28T19:26:27", "url": "https://files.pythonhosted.org/packages/cf/74/a9976e26a413039c9f4e5597d9a3aff86e6fc161767092600aa5ed3b3f31/abnamrolib-3.0.9-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "3e857ff40f70bea2212eff680e52a085", "sha256": "c95ce845c465a9f0e6307d77b9bfbe3eae0fb7df4f752e6ff66c9d3f59289b97" }, "downloads": -1, "filename": "abnamrolib-3.0.9.tar.gz", "has_sig": false, "md5_digest": "3e857ff40f70bea2212eff680e52a085", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 46736, "upload_time": "2019-07-28T19:26:25", "url": "https://files.pythonhosted.org/packages/a3/9a/56ee4c5ec5c4678053a42aa3b10d31a5fc3662f13218d537c1b1f9f46b43/abnamrolib-3.0.9.tar.gz" } ], "3.1.0": [ { "comment_text": "", "digests": { "md5": "6faab59c8d415fca7d5da85739af495d", "sha256": "b151568f2c32da1ec0a5dd695bf582061bcabdc6f977137f9ae38b653ee95884" }, "downloads": -1, "filename": "abnamrolib-3.1.0-py3.7.egg", "has_sig": false, "md5_digest": "6faab59c8d415fca7d5da85739af495d", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 32376, "upload_time": "2019-08-02T14:06:17", "url": "https://files.pythonhosted.org/packages/5e/f5/fcf566e76deea118104384c0c43e702bbf943d2aa7fc66d0c3dc35e6c1c0/abnamrolib-3.1.0-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "392ce48f9328497093b07b33b0490832", "sha256": "fc686017650a8c3fa04492cd919ba831e767fc9b399a53bbce838e4bf226e727" }, "downloads": -1, "filename": "abnamrolib-3.1.0.tar.gz", "has_sig": false, "md5_digest": "392ce48f9328497093b07b33b0490832", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 47739, "upload_time": "2019-08-02T14:06:15", "url": "https://files.pythonhosted.org/packages/5f/b6/540a52a6d0bce540a41f2721abc3218858c4e234ea279ae3463a9115e53d/abnamrolib-3.1.0.tar.gz" } ], "3.1.1": [ { "comment_text": "", "digests": { "md5": "04a1cc4b91e680bf1bbf0c1ae6197804", "sha256": "9d86b55dbee84a0688b2502d4de550b9c614b1725e793f5c35d902837639f68c" }, "downloads": -1, "filename": "abnamrolib-3.1.1-py3.7.egg", "has_sig": false, "md5_digest": "04a1cc4b91e680bf1bbf0c1ae6197804", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 32592, "upload_time": "2019-08-16T14:46:32", "url": "https://files.pythonhosted.org/packages/89/15/72fd90b7987783f2b440160836ed9071d544f12b0bd65cffd0226601fcf9/abnamrolib-3.1.1-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "3d0655f4e887a56f0bd92e602d10f807", "sha256": "dd803a6f00e5ecc81117e056b2bb2834e4087d0ea919a224e423dc2841ab3543" }, "downloads": -1, "filename": "abnamrolib-3.1.1.tar.gz", "has_sig": false, "md5_digest": "3d0655f4e887a56f0bd92e602d10f807", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 48066, "upload_time": "2019-08-16T14:46:33", "url": "https://files.pythonhosted.org/packages/c1/b8/3e8e611a138c99a704a37f19bb7351257654f8f401752a59eb50dc35da56/abnamrolib-3.1.1.tar.gz" } ], "3.2.0": [ { "comment_text": "", "digests": { "md5": "f97243e790958896b07020c7a37d8dbb", "sha256": "4ca0a280286ed93cc40f7bbce2052611bfe313cb24cccf5ba7ad0277c13d3972" }, "downloads": -1, "filename": "abnamrolib-3.2.0-py3.7.egg", "has_sig": false, "md5_digest": "f97243e790958896b07020c7a37d8dbb", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 32705, "upload_time": "2019-08-17T08:47:28", "url": "https://files.pythonhosted.org/packages/6e/25/051f44f6a329edeae40f5155d7ac8f525e480d8823057779bfe57f1cb375/abnamrolib-3.2.0-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "54f9ccd9eed6958a7a8fe2adae910b8a", "sha256": "9db960472dfcc231ef93794e7ef9c394df0ad60bd6e8022ce69e645ecfc09ee4" }, "downloads": -1, "filename": "abnamrolib-3.2.0.tar.gz", "has_sig": false, "md5_digest": "54f9ccd9eed6958a7a8fe2adae910b8a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 48225, "upload_time": "2019-08-17T08:47:30", "url": "https://files.pythonhosted.org/packages/62/f1/f9583dae680546fc521df3557ec6c5962b6c2621bcd8bfdc0ada57089594/abnamrolib-3.2.0.tar.gz" } ], "3.2.1": [ { "comment_text": "", "digests": { "md5": "d36dc60d3b44a4d07bb0467b9d028d0c", "sha256": "d4b66b3ad11328cc2306f581783277bde3662bab209483bc0431fc9d42635e82" }, "downloads": -1, "filename": "abnamrolib-3.2.1-py3.7.egg", "has_sig": false, "md5_digest": "d36dc60d3b44a4d07bb0467b9d028d0c", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 32885, "upload_time": "2019-08-29T19:07:24", "url": "https://files.pythonhosted.org/packages/76/5f/5c171bad2412ce4d7c4b8fb320b1a630cc0bce29e66dcfc3029fc08d5a2e/abnamrolib-3.2.1-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "ab7ef1b2da1c6b778f4dbd184cbb2800", "sha256": "15e853ca7757566ef9dcb9229796d27b4a17356e13de4448896c5931a3d32724" }, "downloads": -1, "filename": "abnamrolib-3.2.1.tar.gz", "has_sig": false, "md5_digest": "ab7ef1b2da1c6b778f4dbd184cbb2800", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 48534, "upload_time": "2019-08-29T19:07:26", "url": "https://files.pythonhosted.org/packages/b8/75/aa0b3fccdaae5b0f209629c8f7e351e8481289113dc9e125bf1d51ee47df/abnamrolib-3.2.1.tar.gz" } ], "4.0.0": [ { "comment_text": "", "digests": { "md5": "3242845a2fbb26891087682ef51797a4", "sha256": "64aae21dd0963730b639bd32bd28bf926de6f0cf73e45be3d30654bacebf36db" }, "downloads": -1, "filename": "abnamrolib-4.0.0-py3.7.egg", "has_sig": false, "md5_digest": "3242845a2fbb26891087682ef51797a4", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 31891, "upload_time": "2019-09-13T14:18:45", "url": "https://files.pythonhosted.org/packages/cc/d3/ad49feffdaf5e03b9b7acc39592883d6defcd73ed388ca3f17f9487c64b5/abnamrolib-4.0.0-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "f070f4d689e27a2906dc110785c157b8", "sha256": "af8162cf27a8ff1d12306bf4e989ee7e8abd1f40cfb378e9a872fb7236749c7b" }, "downloads": -1, "filename": "abnamrolib-4.0.0.tar.gz", "has_sig": false, "md5_digest": "f070f4d689e27a2906dc110785c157b8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 47401, "upload_time": "2019-09-13T14:18:43", "url": "https://files.pythonhosted.org/packages/f5/84/1ce54d3112d362d912d14b9766f794f67ddaced930b2dcf401ff04280fc9/abnamrolib-4.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3242845a2fbb26891087682ef51797a4", "sha256": "64aae21dd0963730b639bd32bd28bf926de6f0cf73e45be3d30654bacebf36db" }, "downloads": -1, "filename": "abnamrolib-4.0.0-py3.7.egg", "has_sig": false, "md5_digest": "3242845a2fbb26891087682ef51797a4", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 31891, "upload_time": "2019-09-13T14:18:45", "url": "https://files.pythonhosted.org/packages/cc/d3/ad49feffdaf5e03b9b7acc39592883d6defcd73ed388ca3f17f9487c64b5/abnamrolib-4.0.0-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "f070f4d689e27a2906dc110785c157b8", "sha256": "af8162cf27a8ff1d12306bf4e989ee7e8abd1f40cfb378e9a872fb7236749c7b" }, "downloads": -1, "filename": "abnamrolib-4.0.0.tar.gz", "has_sig": false, "md5_digest": "f070f4d689e27a2906dc110785c157b8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 47401, "upload_time": "2019-09-13T14:18:43", "url": "https://files.pythonhosted.org/packages/f5/84/1ce54d3112d362d912d14b9766f794f67ddaced930b2dcf401ff04280fc9/abnamrolib-4.0.0.tar.gz" } ] }