{ "info": { "author": "Daniel Scheffler", "author_email": "daniel.scheffler@gfz-potsdam.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Scientific/Engineering" ], "description": ".. figure:: http://danschef.gitext.gfz-potsdam.de/arosics/images/arosics_logo.png\n :target: https://gitext.gfz-potsdam.de/danschef/arosics\n :align: center\n\n==================================================================================================\nAn Automated and Robust Open-Source Image Co-Registration Software for Multi-Sensor Satellite Data\n==================================================================================================\n\n* Free software: GNU General Public License v3\n* **Documentation:** http://danschef.gitext.gfz-potsdam.de/arosics/doc/\n* The (open-access) **paper** corresponding to this software repository can be found here:\n `Scheffler et al. 2017 `__\n (cite as: Scheffler D, Hollstein A, Diedrich H, Segl K, Hostert P. AROSICS: An Automated and Robust Open-Source\n Image Co-Registration Software for Multi-Sensor Satellite Data. Remote Sensing. 2017; 9(7):676).\n* Submit feedback by filing an issue `here `__\n or join our chat here: |Gitter|\n\n.. |Gitter| image:: https://badges.gitter.im/Join%20Chat.svg\n :target: https://gitter.im/arosics/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link\n :alt: https://gitter.im/arosics/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link\n\nStatus\n------\n\n.. .. image:: https://img.shields.io/travis/danschef/arosics.svg\n :target: https://travis-ci.org/danschef/arosics\n\n.. .. image:: https://readthedocs.org/projects/arosics/badge/?version=latest\n :target: https://arosics.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n.. .. image:: https://pyup.io/repos/github/danschef/arosics/shield.svg\n :target: https://pyup.io/repos/github/danschef/arosics/\n :alt: Updates\n\n\n.. image:: https://gitext.gfz-potsdam.de/danschef/arosics/badges/master/build.svg\n :target: https://gitext.gfz-potsdam.de/danschef/arosics/commits/master\n.. image:: https://gitext.gfz-potsdam.de/danschef/arosics/badges/master/coverage.svg\n :target: http://danschef.gitext.gfz-potsdam.de/arosics/coverage/\n.. image:: https://img.shields.io/pypi/v/arosics.svg\n :target: https://pypi.python.org/pypi/arosics\n.. image:: https://img.shields.io/pypi/l/arosics.svg\n :target: https://gitext.gfz-potsdam.de/danschef/arosics/blob/master/LICENSE\n.. image:: https://img.shields.io/pypi/pyversions/arosics.svg\n :target: https://img.shields.io/pypi/pyversions/arosics.svg\n\nSee also the latest coverage_ report and the nosetests_ HTML report.\n\nFeature overview\n----------------\n\nAROSICS is a python package to perform **automatic subpixel co-registration** of two satellite image datasets\nbased on an image matching approach working in the frequency domain, combined with a multistage workflow for\neffective detection of false-positives.\n\nIt detects and corrects **local as well as global misregistrations** between two input images in the subpixel scale,\nthat are often present in satellite imagery. The algorithm is robust against the typical difficulties of\nmulti-sensoral/multi-temporal images. Clouds are automatically handled by the implemented outlier detection algorithms.\nThe user may provide user-defined masks to exclude certain image areas from tie point creation. The image overlap area\nis automatically detected. AROSICS supports a wide range of input data formats and can be used from the command\nline (without any Python experience) or as a normal Python package.\n\n\nGlobal co-registration - fast but only for static X/Y-shifts\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\nOnly a global X/Y translation is computed within a small subset of the input images (window position is adjustable).\nThis allows very fast co-registration but only corrects for translational (global) X/Y shifts.\nThe calculated subpixel-shifts are (by default) applied to the geocoding information of the output image.\nNo spatial resampling is done automatically as long as both input images have the same projection. However, AROSICS\nalso allows to align the output image to the reference image coordinate grid if needed.\n\nHere is an example of a Landsat-8 / Sentinel-2 image pair before and after co-registration using AROSICS:\n\n.. image:: https://gitext.gfz-potsdam.de/danschef/arosics/raw/master/docs/images/\n animation_testcase1_zoom_L8_S2_global_coreg_before_after_900x456.gif\n\n\nLocal co-registration - for spatially variable shifts but a bit slower\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\nA dense grid of tie points is automatically computed, whereas tie points are subsequently validated using a\nmultistage workflow. Only those tie points not marked as false-positives are used to compute the parameters of an\naffine transformation. Warping of the target image is done using an appropriate resampling technique\n(cubic by default).\n\nHere is an example of the computed shift vectors after filtering false-positives\n(mainly due to clouds in the target image):\n\n.. image:: https://gitext.gfz-potsdam.de/danschef/arosics/raw/master/docs/images/shift_vectors_testcase1__900x824.gif\n\n\nFor further details check out the `documentation `__!\n\nCredits\n-------\n\nAROSICS was developed by Daniel Scheffler (German Research Centre of Geosciences) within the context of the\n`GeoMultiSens `__ project funded by the German Federal Ministry of Education and Research\n(project grant code: 01 IS 14 010 A-C).\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\nThe test data represent modified Copernicus Sentinel-2 data (ESA 2016). The input data for the figures in the\ndocumentation have been provided by NASA (Landsat-8) and ESA (Sentinel-2).\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n.. _coverage: http://danschef.gitext.gfz-potsdam.de/arosics/coverage/\n.. _nosetests: http://danschef.gitext.gfz-potsdam.de/arosics/nosetests_reports/nosetests.html\n.. _conda: https://conda.io/docs/\n\n\n\n=======\nHistory\n=======\n\n0.5.0 (2017-09-19)\n------------------\n\nNew features:\n\n* Added two test cases for local co-registration and the respective test data.\n\n* Added test cases for global co-registration\n\n* Added test of output writer and tie point grid visualization.\n\n* Added nosetests. Resolved some setup requirements by conda during test_arosics_install.\n\n* PEP8 code style now checked with automatic style checkers\n\nFixes and improvements:\n\n* Coverage now also working in multiprocessing.\n\n* Replaced test data of test case INTER1 with LZW compressed GeoTIFFs to speed up testing.\n\n* Revised docker container builder.\n\n* Bugfix for unexpected FFTW return value that caused the matching to fail\n\n* Added some docstrings.\n\n* Refactored command line interface 'arosics.py' to 'arosics_cli.py' to fix import issues.\n\n* Added usage documentation for command line interface.\n\n* Removed pykrige from automatically installed libraries during setup. It is now optional (Fixes issue #12)\n\n* Bugfix in connection with optional library pyfftw.\n\n* Revised installation guidelines within README.rst, README.md and installation.rst. Added link for nosetests HTML report.\n\n* Fixed exception in case no arguments are provided to command line interface.\n\n* Revised error handling and added additional check for projection.\n\n* GDAL_DATA environment variable is now handled within py_tools_ds. Updated minimal version of py_tools_ds in setup.py.\n\n* Fixed pickling error when running COREG_LOCAL in multiprocessing under a Windows environment.\n\n* Replaced all occurrences of \"quality grid\" with \"tie point grid\". Updated version info.\n\n\n0.4.0 (2017-07-07)\n------------------\n\nNew features:\n\n* added a logo\n\n* added auto-deploy to PyPI\n\n* added test cases for local co-registration\n\n\nFixes and improvements:\n\n* fixed warping issues in case only very few tie points could be identified\n\n\n0.2.1 (2017-07-03)\n------------------\n\n* First release on PyPI.\n\n\n0.1.0 (2017-06-15)\n------------------\n\n* Package creation.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://gitext.gfz-potsdam.de/danschef/arosics", "keywords": "arosics,image co-registration,geometric pre-processing,remote sensing,sensor fusion", "license": "GNU General Public License v3", "maintainer": "", "maintainer_email": "", "name": "arosics", "package_url": "https://pypi.org/project/arosics/", "platform": "", "project_url": "https://pypi.org/project/arosics/", "project_urls": { "Homepage": "https://gitext.gfz-potsdam.de/danschef/arosics" }, "release_url": "https://pypi.org/project/arosics/0.9.2/", "requires_dist": null, "requires_python": "", "summary": "An Automated and Robust Open-Source Image Co-Registration Software for Multi-Sensor Satellite Data", "version": "0.9.2" }, "last_serial": 5588969, "releases": { "0.2.2": [ { "comment_text": "", "digests": { "md5": "a2e5a204da6a61af5ce714445af84834", "sha256": "46d1c19b70184f0b94d2596bd73259eaa7a4e72d1508c9d1c69c16202998070a" }, "downloads": -1, "filename": "arosics-0.2.2.tar.gz", "has_sig": false, "md5_digest": "a2e5a204da6a61af5ce714445af84834", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1991080, "upload_time": "2017-07-03T19:06:33", "url": "https://files.pythonhosted.org/packages/1d/2c/f9f4623e516276a59202f5abdc1a27bfa7d566a4eb13916143c7555abcd5/arosics-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "6e366fad466c6ca99c5213608f4308fc", "sha256": "a1232c9d2c030062bb41c84c5e67f8c83dcfffd92c5fb2e00b5d373521f3c706" }, "downloads": -1, "filename": "arosics-0.2.3.tar.gz", "has_sig": false, "md5_digest": "6e366fad466c6ca99c5213608f4308fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1991057, "upload_time": "2017-07-03T19:12:30", "url": "https://files.pythonhosted.org/packages/4f/1b/5b642e858c50af62eac7c71163c38255af7b54fe92de95ee2108cfbc9b3a/arosics-0.2.3.tar.gz" } ], "0.3.10": [ { "comment_text": "", "digests": { "md5": "113bc241e8ef2d4f338c200369a44c16", "sha256": "e3e0a9ebe9e71ee17397a028ad3d87a25a7a33b527f399a381d98e009620145d" }, "downloads": -1, "filename": "arosics-0.3.10.tar.gz", "has_sig": false, "md5_digest": "113bc241e8ef2d4f338c200369a44c16", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1997539, "upload_time": "2017-07-06T23:36:38", "url": "https://files.pythonhosted.org/packages/4a/97/c0260d7e5328509a5001927e7252ebf263340a581a56ba3bf56a51336bfb/arosics-0.3.10.tar.gz" } ], "0.3.8": [ { "comment_text": "", "digests": { "md5": "5dd60b6c289ce3c2d295320af2c88ec0", "sha256": "12ef47d668304d00dd75521f20acb499875664420ff686e6a1fc256ee7a816d0" }, "downloads": -1, "filename": "arosics-0.3.8.tar.gz", "has_sig": false, "md5_digest": "5dd60b6c289ce3c2d295320af2c88ec0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1996762, "upload_time": "2017-07-04T22:32:20", "url": "https://files.pythonhosted.org/packages/c7/9a/5c2990a09c1f7fef6697d923559cee6e7afb172adf95240f4e0a48f95197/arosics-0.3.8.tar.gz" } ], "0.3.9": [ { "comment_text": "", "digests": { "md5": "a0b6695de46ae275f292e5c26b070de7", "sha256": "c5f0fdf4c40da31c8c985982b1af5be406c7ea0a10552dc079b18d6b2cf8854e" }, "downloads": -1, "filename": "arosics-0.3.9.tar.gz", "has_sig": false, "md5_digest": "a0b6695de46ae275f292e5c26b070de7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1996766, "upload_time": "2017-07-04T22:41:55", "url": "https://files.pythonhosted.org/packages/47/88/924d9f26bc3b1aacab06bc84548c2930ca2ac4cfe86715ec5753d33a1cb9/arosics-0.3.9.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "5cd743cc66cf358b8f9cc45b126b09e0", "sha256": "bc4d951120324453816c4ae06592b0406e0d8fc7e6d3df46fa084bcf172063ce" }, "downloads": -1, "filename": "arosics-0.4.0.tar.gz", "has_sig": false, "md5_digest": "5cd743cc66cf358b8f9cc45b126b09e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7697588, "upload_time": "2017-07-07T16:44:35", "url": "https://files.pythonhosted.org/packages/c9/90/fb3b0d3fba73e04c803214542a9cd201dfc664c203dd1ae67cde8d8cc8fb/arosics-0.4.0.tar.gz" } ], "0.4.10": [ { "comment_text": "", "digests": { "md5": "e1a5e73f6c10e1f27144ec5b32e9b02b", "sha256": "792729a277b61b5c343768a42581f16534809d4e5989572cc52fae6003915a88" }, "downloads": -1, "filename": "arosics-0.4.10.tar.gz", "has_sig": false, "md5_digest": "e1a5e73f6c10e1f27144ec5b32e9b02b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7699779, "upload_time": "2017-07-10T17:12:04", "url": "https://files.pythonhosted.org/packages/b0/c8/1ee1154693aa74288f40f171bff736e72b2bfbc63d6172c40b68b9b09b81/arosics-0.4.10.tar.gz" } ], "0.4.12": [ { "comment_text": "", "digests": { "md5": "744f5cc41832fa7cfdfd5a25ffc1cc27", "sha256": "e8a0be6df92a5a50b273b6102d78377a68a876d02c6cb00f2b1857355fa8d1b3" }, "downloads": -1, "filename": "arosics-0.4.12.tar.gz", "has_sig": false, "md5_digest": "744f5cc41832fa7cfdfd5a25ffc1cc27", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21874399, "upload_time": "2017-07-11T13:55:28", "url": "https://files.pythonhosted.org/packages/6f/26/650734587612120a4d316126856e828bfbf795ae4486f974570b0364b1d2/arosics-0.4.12.tar.gz" } ], "0.4.13": [ { "comment_text": "", "digests": { "md5": "70c85134dad33a018ad7ce6b92bdeebe", "sha256": "79fee0a7f3081758446a890e6dabdfa3e05acd7a9b724915b8eaa77c55aafb73" }, "downloads": -1, "filename": "arosics-0.4.13.tar.gz", "has_sig": false, "md5_digest": "70c85134dad33a018ad7ce6b92bdeebe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21874310, "upload_time": "2017-07-19T15:46:20", "url": "https://files.pythonhosted.org/packages/52/8d/a310f001fb1ba0eeeca33d84eae2653b4db217081e4b99a92e44dd6d1d16/arosics-0.4.13.tar.gz" } ], "0.4.14": [ { "comment_text": "", "digests": { "md5": "1fcf879d96148e501896cd6c7b9124ee", "sha256": "cba32ddedcd8522e4c4a051ab022afd9d900591f6c2670e2d5d4b331ec2e40d4" }, "downloads": -1, "filename": "arosics-0.4.14.tar.gz", "has_sig": false, "md5_digest": "1fcf879d96148e501896cd6c7b9124ee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21874350, "upload_time": "2017-07-20T10:24:12", "url": "https://files.pythonhosted.org/packages/3c/cd/2bde360384901ff7e9c1e66397e1867976f36725e16e7a4e2f7f599e6121/arosics-0.4.14.tar.gz" } ], "0.4.15": [ { "comment_text": "", "digests": { "md5": "7e5a2b346a450e0420aa196e53333d5b", "sha256": "a66a84b305aae28ae8b43704d3aea4377a56da194d4907964c1c89d6b01a5807" }, "downloads": -1, "filename": "arosics-0.4.15.tar.gz", "has_sig": false, "md5_digest": "7e5a2b346a450e0420aa196e53333d5b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21874358, "upload_time": "2017-07-20T11:12:58", "url": "https://files.pythonhosted.org/packages/2b/55/59a4ba61e6542c67892a8823ee5438e424957450949127d29bd9b9b54373/arosics-0.4.15.tar.gz" } ], "0.4.16": [ { "comment_text": "", "digests": { "md5": "1ee4e8ad47834e6d74a5f3449767dbbc", "sha256": "e9f27969b4b34ffdf95947fae44b00f9a238f301cc401a8582eca0f53d3de9b2" }, "downloads": -1, "filename": "arosics-0.4.16.tar.gz", "has_sig": false, "md5_digest": "1ee4e8ad47834e6d74a5f3449767dbbc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21874527, "upload_time": "2017-08-17T21:27:58", "url": "https://files.pythonhosted.org/packages/15/54/2f41683164c5db3808ffb0ea509f5442eebd754aa2411c074a4896c7cf18/arosics-0.4.16.tar.gz" } ], "0.4.17": [ { "comment_text": "", "digests": { "md5": "ce918fb03f79d4ca7d912700f63931ff", "sha256": "354b0e32bff3513c02abcbca089d5849fb4ab8198dab9dbfc8c31ae3164cc5b8" }, "downloads": -1, "filename": "arosics-0.4.17.tar.gz", "has_sig": false, "md5_digest": "ce918fb03f79d4ca7d912700f63931ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21874486, "upload_time": "2017-08-18T09:48:12", "url": "https://files.pythonhosted.org/packages/fc/01/7963fec17ee9a60186a348aac8acebfc67fc4b4e991f7e334184e3c51c87/arosics-0.4.17.tar.gz" } ], "0.4.18": [ { "comment_text": "", "digests": { "md5": "10dffdd999a8fdff70bd9598b3360668", "sha256": "a2a788edf46df8ede0decc1208a914189a7d84c91c9530c7e98d40622c0916bf" }, "downloads": -1, "filename": "arosics-0.4.18.tar.gz", "has_sig": false, "md5_digest": "10dffdd999a8fdff70bd9598b3360668", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21875823, "upload_time": "2017-08-18T19:24:34", "url": "https://files.pythonhosted.org/packages/c5/51/c2ac4b20b5ef9cd8fa83a31de9686c5832acdef4cc2a2d98080bcd969d1b/arosics-0.4.18.tar.gz" } ], "0.4.19": [ { "comment_text": "", "digests": { "md5": "b879307759d82eae6294847210c5926b", "sha256": "a495262d27bac14502593a0cac4368b5ee06958a2bf7d1e0075f7ae4ef1a2275" }, "downloads": -1, "filename": "arosics-0.4.19.tar.gz", "has_sig": false, "md5_digest": "b879307759d82eae6294847210c5926b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21875918, "upload_time": "2017-08-19T18:42:11", "url": "https://files.pythonhosted.org/packages/20/40/06f08d40dae658d1b7526c972973ab42852763a5b6c4ccb08fa55583cb43/arosics-0.4.19.tar.gz" } ], "0.4.20": [ { "comment_text": "", "digests": { "md5": "9ca8ade5fdf206a48cdc3a1ba9f4b929", "sha256": "4d6b08146ee87e0a5dedc2c822d7dda4543c80391e25731730b0eba05de8929a" }, "downloads": -1, "filename": "arosics-0.4.20.tar.gz", "has_sig": false, "md5_digest": "9ca8ade5fdf206a48cdc3a1ba9f4b929", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21875945, "upload_time": "2017-08-19T22:18:04", "url": "https://files.pythonhosted.org/packages/ad/0a/2234e7c9fe8aa3b28e1c5ce5a23ac22e9c9a6d25c6e27a27dd5ceb446aa5/arosics-0.4.20.tar.gz" } ], "0.4.23": [ { "comment_text": "", "digests": { "md5": "29928f416e5d9fb18a2f48515ee51a7d", "sha256": "382eb13e4f88cac68ed6292c276b82891ea3bcb9a39d95fc1867b94ac7fa9361" }, "downloads": -1, "filename": "arosics-0.4.23.tar.gz", "has_sig": false, "md5_digest": "29928f416e5d9fb18a2f48515ee51a7d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21875983, "upload_time": "2017-09-05T13:55:11", "url": "https://files.pythonhosted.org/packages/75/78/d23ffa6510f26e7c9b86608d4d0077e09cf36605108b40f671c4fe004394/arosics-0.4.23.tar.gz" } ], "0.4.25": [ { "comment_text": "", "digests": { "md5": "bba548c0da8f0275e62b59401a763591", "sha256": "2138ebb65e3c5c64eaad3c5ddb8c30c3b354061405532faa00169eceade41af4" }, "downloads": -1, "filename": "arosics-0.4.25.tar.gz", "has_sig": false, "md5_digest": "bba548c0da8f0275e62b59401a763591", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21875591, "upload_time": "2017-09-06T17:05:33", "url": "https://files.pythonhosted.org/packages/64/05/2f8925da84169ba960eab00fe2231e2932e6c15552b47a08297dc45c499e/arosics-0.4.25.tar.gz" } ], "0.4.28": [ { "comment_text": "", "digests": { "md5": "47fbc8c3ab72004ffcab17e7c63847d0", "sha256": "05515cdb8c1bbefa6b7b3b3bd7facf8edbb9922e994311c3037d84244d05020f" }, "downloads": -1, "filename": "arosics-0.4.28.tar.gz", "has_sig": false, "md5_digest": "47fbc8c3ab72004ffcab17e7c63847d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21875594, "upload_time": "2017-09-09T15:59:51", "url": "https://files.pythonhosted.org/packages/0e/99/730039cd05344bd4c981223d96664831f168cf00d56104240b2381d3265f/arosics-0.4.28.tar.gz" } ], "0.4.29": [ { "comment_text": "", "digests": { "md5": "d14e46f0d581544b02c39d109e0ad445", "sha256": "3082e8c9cea82eded023300a6bffd79115b34c1314dc24849710c561ac3da9b8" }, "downloads": -1, "filename": "arosics-0.4.29.tar.gz", "has_sig": false, "md5_digest": "d14e46f0d581544b02c39d109e0ad445", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21875639, "upload_time": "2017-09-11T13:26:44", "url": "https://files.pythonhosted.org/packages/b4/0c/0975f8712154b4dd0376922036785a5779204fe8e0bdfedb712635f40d14/arosics-0.4.29.tar.gz" } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "9a70e129aa76f206d66c70f69e1a3845", "sha256": "688b68a1c7aebf138430c930e495a2f2a57eec95873ca175ed6b9f8421d96bcc" }, "downloads": -1, "filename": "arosics-0.4.3.tar.gz", "has_sig": false, "md5_digest": "9a70e129aa76f206d66c70f69e1a3845", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7697572, "upload_time": "2017-07-07T17:09:46", "url": "https://files.pythonhosted.org/packages/ac/84/90acd52f448f8403eb5e146bfea28fa0b160624eecd577d7f3fd6bf930cf/arosics-0.4.3.tar.gz" } ], "0.4.30": [ { "comment_text": "", "digests": { "md5": "706f8e0b7b937e4692e99818b05a098f", "sha256": "501b9e927855a3967d66bca20fea30f69ffdfc6154d782de8d3385cb1eb9f69c" }, "downloads": -1, "filename": "arosics-0.4.30.tar.gz", "has_sig": false, "md5_digest": "706f8e0b7b937e4692e99818b05a098f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21875765, "upload_time": "2017-09-11T14:31:08", "url": "https://files.pythonhosted.org/packages/7b/fc/1273cd562ec4576cb3967d287fd91f21e7319db4146a1a82a46eaf202b8a/arosics-0.4.30.tar.gz" } ], "0.4.31": [ { "comment_text": "", "digests": { "md5": "007ea27c7f3da23bff70027fadf6cfe6", "sha256": "63fd6d6bb7762f2e590cb89d559d5ebc0e9e41619f8e4d70fa59498a13b0578b" }, "downloads": -1, "filename": "arosics-0.4.31.tar.gz", "has_sig": false, "md5_digest": "007ea27c7f3da23bff70027fadf6cfe6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21875713, "upload_time": "2017-09-12T13:26:56", "url": "https://files.pythonhosted.org/packages/41/44/de7899485c52869edd026c161e6a21335a966c233ae02ee46387ae531214/arosics-0.4.31.tar.gz" } ], "0.4.32": [ { "comment_text": "", "digests": { "md5": "c405ef9e967df1e051dd7366dd877e28", "sha256": "ce92cbd9f7d16aa6259c7ae62b8e97ac1430344b5c619e13427f1dc39637f3ab" }, "downloads": -1, "filename": "arosics-0.4.32.tar.gz", "has_sig": false, "md5_digest": "c405ef9e967df1e051dd7366dd877e28", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21875715, "upload_time": "2017-09-13T13:55:28", "url": "https://files.pythonhosted.org/packages/97/94/dc5346237193f4e52eba09e32e89dc34765e2e5d4a671e6bf37d38e3916d/arosics-0.4.32.tar.gz" } ], "0.4.33": [ { "comment_text": "", "digests": { "md5": "2e0eacb4410e764ffcd2283304dbbab9", "sha256": "579ea06ffcd74bf91ba8c9c66c513749bdf7cf1cfff48a2a833c22c9722bac4a" }, "downloads": -1, "filename": "arosics-0.4.33.tar.gz", "has_sig": false, "md5_digest": "2e0eacb4410e764ffcd2283304dbbab9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21875690, "upload_time": "2017-09-13T21:19:31", "url": "https://files.pythonhosted.org/packages/b9/64/400a61ced0323c389d544dc0d63f0054b24bec9d1c0641054679d6e35667/arosics-0.4.33.tar.gz" } ], "0.4.4": [ { "comment_text": "", "digests": { "md5": "6c9f5c22b281c73850d7ec077c861de8", "sha256": "02dfc23bcb129efb41dfe4aed54b7635e26b1e3055d6904aea6db56c0ec96d53" }, "downloads": -1, "filename": "arosics-0.4.4.tar.gz", "has_sig": false, "md5_digest": "6c9f5c22b281c73850d7ec077c861de8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7697562, "upload_time": "2017-07-07T17:19:54", "url": "https://files.pythonhosted.org/packages/8b/17/80032a8b5f134c13176eccbd4dc10ded8e599d88b0dbb4e797b3a0b83022/arosics-0.4.4.tar.gz" } ], "0.4.8": [ { "comment_text": "", "digests": { "md5": "5feb6b6d45b99b60516c7ad93e4d3509", "sha256": "940f96aaf1193760ca1579c2fe0c0abe08a5958ef3ace9033999e0ec092a1fa5" }, "downloads": -1, "filename": "arosics-0.4.8.tar.gz", "has_sig": false, "md5_digest": "5feb6b6d45b99b60516c7ad93e4d3509", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7698285, "upload_time": "2017-07-08T00:55:12", "url": "https://files.pythonhosted.org/packages/5b/85/cd94e123befb1c76a177b5f879eb4650e6e5bfee99d2445a6b505e1626d5/arosics-0.4.8.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "c72e9d182e8bb9fe63944f96c85c5cd7", "sha256": "8336d6f94b74dd6af8dfbe8db2afb54aade68bba9312cbce60d0ff26ab26b6d7" }, "downloads": -1, "filename": "arosics-0.5.0.tar.gz", "has_sig": false, "md5_digest": "c72e9d182e8bb9fe63944f96c85c5cd7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21876695, "upload_time": "2017-09-18T23:58:23", "url": "https://files.pythonhosted.org/packages/0d/9a/c7b97775c11a246aa6d230a5669ba6dc767206da2443ac15af24379dd053/arosics-0.5.0.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "57dd185cb82e3296e3c2f73fef630b5a", "sha256": "e6918ad820cc1ae8894a88e162e2263466b85ab85024e7f1591bcce6f95afb9d" }, "downloads": -1, "filename": "arosics-0.6.0.tar.gz", "has_sig": false, "md5_digest": "57dd185cb82e3296e3c2f73fef630b5a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21876338, "upload_time": "2017-10-10T13:11:15", "url": "https://files.pythonhosted.org/packages/0c/40/4a9b8a323e6858e4ceea535425dca06101b254eaa4c0beb922fa7e28f6fa/arosics-0.6.0.tar.gz" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "58f3cdba1c3862feacedf08e1b3b9316", "sha256": "e50a45bc8fa7b75882fef7bb6551977ef029452a5a4c0a87afbf8316ce42bf85" }, "downloads": -1, "filename": "arosics-0.6.1.tar.gz", "has_sig": false, "md5_digest": "58f3cdba1c3862feacedf08e1b3b9316", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21876314, "upload_time": "2017-10-10T13:55:02", "url": "https://files.pythonhosted.org/packages/74/6b/92cc812d026972a15583ece05eb6ecde4ab05a81b6f0816932d1e567a41b/arosics-0.6.1.tar.gz" } ], "0.6.2": [ { "comment_text": "", "digests": { "md5": "88fb4af1bca73b7b846af40a36e9bc1b", "sha256": "ca2c7e5e294882f4006721a13ce0423dc239b0dd022554ee23b7a508c3871359" }, "downloads": -1, "filename": "arosics-0.6.2.tar.gz", "has_sig": false, "md5_digest": "88fb4af1bca73b7b846af40a36e9bc1b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21876343, "upload_time": "2017-10-10T23:32:39", "url": "https://files.pythonhosted.org/packages/dc/d5/bd8000c1ce724dba06ab216ce87ef6454e4add01514c6272660cece3d541/arosics-0.6.2.tar.gz" } ], "0.6.3": [ { "comment_text": "", "digests": { "md5": "115e4d17f8ac0616aa057ac31787d194", "sha256": "c4700de36e719ee18383162c40f705952716a9031e35951153913a3186aeb8fa" }, "downloads": -1, "filename": "arosics-0.6.3.tar.gz", "has_sig": false, "md5_digest": "115e4d17f8ac0616aa057ac31787d194", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21876373, "upload_time": "2017-10-12T21:39:38", "url": "https://files.pythonhosted.org/packages/f4/8e/608ffd784c80e5da0ca25a8a94a49011d7a3c69524434c926793606e7dc9/arosics-0.6.3.tar.gz" } ], "0.6.4": [ { "comment_text": "", "digests": { "md5": "ec6ca9246ab08dc7b4792705a3f28a30", "sha256": "138ead2dad00fbe13df9773bce251fffb5114873ac5f92ae16367987f1c2a3d4" }, "downloads": -1, "filename": "arosics-0.6.4.tar.gz", "has_sig": false, "md5_digest": "ec6ca9246ab08dc7b4792705a3f28a30", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21876381, "upload_time": "2017-10-12T21:54:26", "url": "https://files.pythonhosted.org/packages/81/ff/200bc68b744008424781bc039a630829e616e7d0e24d8a991b2780ad90c1/arosics-0.6.4.tar.gz" } ], "0.6.5": [ { "comment_text": "", "digests": { "md5": "fea91fafc8d99abebe377d2a5a02a609", "sha256": "4945d6e152065933dc4f8b1d48394cfc244f3c5aaaf422d328f7128323b74c95" }, "downloads": -1, "filename": "arosics-0.6.5.tar.gz", "has_sig": false, "md5_digest": "fea91fafc8d99abebe377d2a5a02a609", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21876411, "upload_time": "2017-10-18T20:59:31", "url": "https://files.pythonhosted.org/packages/44/a7/5c2b62bfaf9768fa19eb0d6acd84eb83e80b56947cc5e462733f65399cf6/arosics-0.6.5.tar.gz" } ], "0.6.6": [ { "comment_text": "", "digests": { "md5": "8e72a74136fa4e67fd10ef4ce99d7053", "sha256": "4c765a7ca685827c061cb4eff46bd36dac8c7424e50c3f8c0541cd3977fa0c60" }, "downloads": -1, "filename": "arosics-0.6.6.tar.gz", "has_sig": false, "md5_digest": "8e72a74136fa4e67fd10ef4ce99d7053", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21876382, "upload_time": "2017-10-26T10:59:36", "url": "https://files.pythonhosted.org/packages/66/1b/33bdec7dc2ba86750bf2dee691e6e7b03eb6da9e94be527a7b73418c2e56/arosics-0.6.6.tar.gz" } ], "0.6.7": [ { "comment_text": "", "digests": { "md5": "8a4ff655c31ecdeba1906156dcea0cd9", "sha256": "45448526d23d7080f19d993e535f18431f0b95802072248bf7a2e0208bb386a8" }, "downloads": -1, "filename": "arosics-0.6.7.tar.gz", "has_sig": false, "md5_digest": "8a4ff655c31ecdeba1906156dcea0cd9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21877286, "upload_time": "2017-11-15T19:07:12", "url": "https://files.pythonhosted.org/packages/13/09/a921e3964d0ce74dfb1b98f7549307b61271f0ecf314fddcd50e39ff83eb/arosics-0.6.7.tar.gz" } ], "0.6.8": [ { "comment_text": "", "digests": { "md5": "4a5c76e5bc55dd2283e523328e75e397", "sha256": "f923052758e2248240c53a04f626de73151a7fa1a3945b12c7deaf4fb0ecb911" }, "downloads": -1, "filename": "arosics-0.6.8.tar.gz", "has_sig": false, "md5_digest": "4a5c76e5bc55dd2283e523328e75e397", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21877521, "upload_time": "2017-11-16T16:06:10", "url": "https://files.pythonhosted.org/packages/a6/da/a2e2d54ed22cb986399d4bbe472908f46b04fd60b5b89febaf21155fdf88/arosics-0.6.8.tar.gz" } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "5ae6313c895ef54b549171cc7427d53b", "sha256": "5f352a8863001f57224f3c7e5b341d30c5f0214c242bfb98d5f966583c7bf3f0" }, "downloads": -1, "filename": "arosics-0.7.0.tar.gz", "has_sig": false, "md5_digest": "5ae6313c895ef54b549171cc7427d53b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21870977, "upload_time": "2017-11-20T14:28:23", "url": "https://files.pythonhosted.org/packages/22/3f/aca0f9f4d655650e111c4b14da2f25ab3e973513ee9b9012961694d83fd8/arosics-0.7.0.tar.gz" } ], "0.8.0": [ { "comment_text": "", "digests": { "md5": "36100e7ea944e8faa9dd8a45d812b5f0", "sha256": "fa4a8bf0f997e2d1384570c6b8c7adac05944b9ede27c7021419a49a878d4d25" }, "downloads": -1, "filename": "arosics-0.8.0.tar.gz", "has_sig": false, "md5_digest": "36100e7ea944e8faa9dd8a45d812b5f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21871539, "upload_time": "2017-11-21T20:19:39", "url": "https://files.pythonhosted.org/packages/3f/93/4693fd2706cb47e78ad3c7d09260dd069baad549449ff19a4d94a3401ef3/arosics-0.8.0.tar.gz" } ], "0.8.11": [ { "comment_text": "", "digests": { "md5": "c6a745a4b800f56c1ca7cfce79b07f68", "sha256": "6998f79eacd2fd4613fe04f0f03ee966fe6eceda88ff303c13839228fed6dde8" }, "downloads": -1, "filename": "arosics-0.8.11.tar.gz", "has_sig": false, "md5_digest": "c6a745a4b800f56c1ca7cfce79b07f68", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21871650, "upload_time": "2018-11-28T12:32:12", "url": "https://files.pythonhosted.org/packages/88/b0/19c12d3a8262a8f2182a31d34da9b1c53c5cb0dc7aa33e346d086202c4e4/arosics-0.8.11.tar.gz" } ], "0.8.12": [ { "comment_text": "", "digests": { "md5": "9bd807f8e08512880b14a8359b40bd28", "sha256": "105ca5984fd19f794c97e0690c4c4488dcd5dd6185d0df70ebe0f0b7e32d4793" }, "downloads": -1, "filename": "arosics-0.8.12.tar.gz", "has_sig": false, "md5_digest": "9bd807f8e08512880b14a8359b40bd28", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21871868, "upload_time": "2018-11-30T12:51:55", "url": "https://files.pythonhosted.org/packages/08/54/375156073d864ccd689cd1ae2720cd517ff71c14a46144ccf8be397dca58/arosics-0.8.12.tar.gz" } ], "0.8.13": [ { "comment_text": "", "digests": { "md5": "f09094033df0a434142fbc7581cd989f", "sha256": "536c1e02fc03963f5f01e91e601bc3dbb3546b4a5a36d3e6b2c53fe73e8e1419" }, "downloads": -1, "filename": "arosics-0.8.13.tar.gz", "has_sig": false, "md5_digest": "f09094033df0a434142fbc7581cd989f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21872211, "upload_time": "2018-12-04T16:16:33", "url": "https://files.pythonhosted.org/packages/79/36/3ec11b7774a36c5b5faba808311803e8977f9e8b9e86a9751aafdcb28a9c/arosics-0.8.13.tar.gz" } ], "0.8.14": [ { "comment_text": "", "digests": { "md5": "938d525e197ccb9e3b7a795178998735", "sha256": "105021b42a15b1190b3ccaa431c214ed281d315cc701bd9080b2e8a498ceb0e7" }, "downloads": -1, "filename": "arosics-0.8.14.tar.gz", "has_sig": false, "md5_digest": "938d525e197ccb9e3b7a795178998735", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21872215, "upload_time": "2018-12-05T14:21:11", "url": "https://files.pythonhosted.org/packages/a3/ac/741e27b7926f3c2ddc793102066d790bac94b439e6c83b50e29a1162322c/arosics-0.8.14.tar.gz" } ], "0.8.15": [ { "comment_text": "", "digests": { "md5": "53e5f8eaee9ff268df4dcb2437462db8", "sha256": "3b58239cb4ed4eb940430821e3480d4ecea82c128d1fa9cd1d0f83fb7125dbd3" }, "downloads": -1, "filename": "arosics-0.8.15.tar.gz", "has_sig": false, "md5_digest": "53e5f8eaee9ff268df4dcb2437462db8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21872470, "upload_time": "2019-02-19T20:56:58", "url": "https://files.pythonhosted.org/packages/58/7e/191ac442732fd0830ff2fa587cbf5a59551c1c014f27fe6dce530b1f6278/arosics-0.8.15.tar.gz" } ], "0.8.16": [ { "comment_text": "", "digests": { "md5": "aea47f1dd5b8223ae3848a756e5afd69", "sha256": "4ddb7dabfde084f1d98076301c150210e9b0fca2aa797103d6af2e1e470d925b" }, "downloads": -1, "filename": "arosics-0.8.16.tar.gz", "has_sig": false, "md5_digest": "aea47f1dd5b8223ae3848a756e5afd69", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21872491, "upload_time": "2019-02-27T12:43:09", "url": "https://files.pythonhosted.org/packages/e1/57/a3f7d8db0a67882584df299d26cf0572a6686d2d0762586c2b8667ccbf4c/arosics-0.8.16.tar.gz" } ], "0.8.17": [ { "comment_text": "", "digests": { "md5": "606cdd226382f6f3c6361f2c60cf5859", "sha256": "1ac703f869a19721a9d00f28e44849a98b3afa48f8a7a4fa83da9c27368a4dfc" }, "downloads": -1, "filename": "arosics-0.8.17.tar.gz", "has_sig": false, "md5_digest": "606cdd226382f6f3c6361f2c60cf5859", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21872470, "upload_time": "2019-05-09T22:34:42", "url": "https://files.pythonhosted.org/packages/bb/bd/faec0517a21633a92004a8d651a4ada3e2d816403bb926de38102f2b5c45/arosics-0.8.17.tar.gz" } ], "0.8.18": [ { "comment_text": "", "digests": { "md5": "e88f86dbf983feba1a72d5d0fec1c6fd", "sha256": "3aa9773a38dc08b852d7ab0f8c10683f17c7d374b17f7b7337c48b79bb75c58b" }, "downloads": -1, "filename": "arosics-0.8.18.tar.gz", "has_sig": false, "md5_digest": "e88f86dbf983feba1a72d5d0fec1c6fd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21872601, "upload_time": "2019-06-17T12:04:54", "url": "https://files.pythonhosted.org/packages/4f/97/d174f07d0e2e36d72a583a13bc8887b9231cafc7555146fe050e603f6926/arosics-0.8.18.tar.gz" } ], "0.8.19": [ { "comment_text": "", "digests": { "md5": "4a29a364bec8fed111ef2818ec2e46e2", "sha256": "9d39d8e348cd6198c680a44ae0a6098e3767dc70f90a1b15ef20f0514aa9f528" }, "downloads": -1, "filename": "arosics-0.8.19.tar.gz", "has_sig": false, "md5_digest": "4a29a364bec8fed111ef2818ec2e46e2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21875504, "upload_time": "2019-07-22T19:14:13", "url": "https://files.pythonhosted.org/packages/ca/a3/28b5dd1beb955e9ae4552f7cc59710c8acd5a71d684c169062d95ba9b501/arosics-0.8.19.tar.gz" } ], "0.8.2": [ { "comment_text": "", "digests": { "md5": "b8507c9ee8ab4ce93e6ef4214ace44a0", "sha256": "d8d05c1ffc2e67cbf64d2aded4c584f7f24522ad048f5a43a554f9e07df95b15" }, "downloads": -1, "filename": "arosics-0.8.2.tar.gz", "has_sig": false, "md5_digest": "b8507c9ee8ab4ce93e6ef4214ace44a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21871501, "upload_time": "2018-01-23T16:45:35", "url": "https://files.pythonhosted.org/packages/fd/cf/9800a51060c09212cc82d4ce43967458ab669481ca29eb5656421c9aed0f/arosics-0.8.2.tar.gz" } ], "0.8.3": [ { "comment_text": "", "digests": { "md5": "b7cef0cf32a006f4b5154679005a9e02", "sha256": "121529b3fe4aaa7e28055c95b88dc3263f296787284e288b7e4b8b01884e6537" }, "downloads": -1, "filename": "arosics-0.8.3.tar.gz", "has_sig": false, "md5_digest": "b7cef0cf32a006f4b5154679005a9e02", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21871738, "upload_time": "2018-03-07T17:24:10", "url": "https://files.pythonhosted.org/packages/3e/c0/1103b9bec9ede8ce8e565e686f8e6efe19ece034b8ec3b7658d13c7eb381/arosics-0.8.3.tar.gz" } ], "0.8.4": [ { "comment_text": "", "digests": { "md5": "0958d23055daad9f6f76bbe10eeebca7", "sha256": "9d08a837a1074fe7850c5ee7fef75a5b9a873e0f8d80eae166f99430ae483d42" }, "downloads": -1, "filename": "arosics-0.8.4.tar.gz", "has_sig": false, "md5_digest": "0958d23055daad9f6f76bbe10eeebca7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21871755, "upload_time": "2018-03-07T23:54:28", "url": "https://files.pythonhosted.org/packages/e5/61/9c1a2314b3d36efc245824d145d03fe12c4bd7686a41ca400260a48d8481/arosics-0.8.4.tar.gz" } ], "0.8.5": [ { "comment_text": "", "digests": { "md5": "4aa289f82a5e8bae481cb1e156ae724d", "sha256": "56975487d72352e144a6b6487be8d564c19c96db498673e2b09d7131b226f9ce" }, "downloads": -1, "filename": "arosics-0.8.5.tar.gz", "has_sig": false, "md5_digest": "4aa289f82a5e8bae481cb1e156ae724d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21871718, "upload_time": "2018-04-25T12:48:53", "url": "https://files.pythonhosted.org/packages/c2/cb/14a30700664a6845ce735bc7a39ae7e6446009189dcf907e8f41288ce11e/arosics-0.8.5.tar.gz" } ], "0.8.6": [ { "comment_text": "", "digests": { "md5": "fd1a6fb4ea4c5b7a40c0ecb56a989004", "sha256": "6530f3f6bf8396e63fa1f5ba55d3f026fceb8726ebed2dc2bace49bac9556bce" }, "downloads": -1, "filename": "arosics-0.8.6.tar.gz", "has_sig": false, "md5_digest": "fd1a6fb4ea4c5b7a40c0ecb56a989004", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21871734, "upload_time": "2018-07-20T19:12:51", "url": "https://files.pythonhosted.org/packages/ee/ce/87173f0b4d8d3e23b0dce650e3adea8926dc7b798991469541eb62791a93/arosics-0.8.6.tar.gz" } ], "0.8.7": [ { "comment_text": "", "digests": { "md5": "bc7493bbc8d752dcf4897a9b7dfc8f5c", "sha256": "c7eb8cba254b3a64ecb25f39cf9661ccb9274708c55587c0195a705fff23dc0d" }, "downloads": -1, "filename": "arosics-0.8.7.tar.gz", "has_sig": false, "md5_digest": "bc7493bbc8d752dcf4897a9b7dfc8f5c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21871603, "upload_time": "2018-08-10T09:53:53", "url": "https://files.pythonhosted.org/packages/f3/76/d232c3a0dfb7ce73399e584e4abd0d83884729718575ef2ce53a97b826ef/arosics-0.8.7.tar.gz" } ], "0.8.8": [ { "comment_text": "", "digests": { "md5": "5d5ab5ba6e141712c1abca18705b8a1b", "sha256": "4304cb2956cc9e3316f70b7e1fd73c9863b4c82757834e444a0ef1559bd69e50" }, "downloads": -1, "filename": "arosics-0.8.8.tar.gz", "has_sig": false, "md5_digest": "5d5ab5ba6e141712c1abca18705b8a1b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21871604, "upload_time": "2018-10-22T13:26:07", "url": "https://files.pythonhosted.org/packages/35/b0/73c5549799d8f7db4683cfed7f713916c783616e2ec9d686be1c73d5b4cf/arosics-0.8.8.tar.gz" } ], "0.8.9": [ { "comment_text": "", "digests": { "md5": "76a84adb06aadc767c1b66f0871e9c7d", "sha256": "f1bae1c09e899f2d735a905b9f14ea7d7192a8561f748869a6c6326a2c31bc2e" }, "downloads": -1, "filename": "arosics-0.8.9.tar.gz", "has_sig": false, "md5_digest": "76a84adb06aadc767c1b66f0871e9c7d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21871607, "upload_time": "2018-11-27T17:46:17", "url": "https://files.pythonhosted.org/packages/95/0f/8d64ef3e97556e6eee5b9acd6c13dba25a46c823d8e675e8880eb88d6e4f/arosics-0.8.9.tar.gz" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "8078bca92262aa830526b624d823a468", "sha256": "7d108f5e7c940a7442f79208b0d6617add51468ce0c0db486fc694ed6e291262" }, "downloads": -1, "filename": "arosics-0.9.1.tar.gz", "has_sig": false, "md5_digest": "8078bca92262aa830526b624d823a468", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26880747, "upload_time": "2019-07-26T12:20:07", "url": "https://files.pythonhosted.org/packages/b8/f2/db38103ed6c7bed1d4ddbf7c595728cdf25d62271e5620b5bda8544f5a77/arosics-0.9.1.tar.gz" } ], "0.9.2": [ { "comment_text": "", "digests": { "md5": "80f244f69f0ffec5bc54af8ff47414f4", "sha256": "75b74efbf8f79cb9cf4cf544a2d22dbeae1dcff3918b5b80bff44c341fa5c95d" }, "downloads": -1, "filename": "arosics-0.9.2.tar.gz", "has_sig": false, "md5_digest": "80f244f69f0ffec5bc54af8ff47414f4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26880819, "upload_time": "2019-07-26T13:08:57", "url": "https://files.pythonhosted.org/packages/b6/d4/f1587033a8639656f2f4291772514f6c7db167437e6b5a0f7d6a49f57e24/arosics-0.9.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "80f244f69f0ffec5bc54af8ff47414f4", "sha256": "75b74efbf8f79cb9cf4cf544a2d22dbeae1dcff3918b5b80bff44c341fa5c95d" }, "downloads": -1, "filename": "arosics-0.9.2.tar.gz", "has_sig": false, "md5_digest": "80f244f69f0ffec5bc54af8ff47414f4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26880819, "upload_time": "2019-07-26T13:08:57", "url": "https://files.pythonhosted.org/packages/b6/d4/f1587033a8639656f2f4291772514f6c7db167437e6b5a0f7d6a49f57e24/arosics-0.9.2.tar.gz" } ] }