{ "info": { "author": "Cortix Computing", "author_email": "valmor_dealmeida@uml.edu", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: End Users/Desktop", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: MacOS", "Operating System :: Unix", "Programming Language :: Python :: 3", "Topic :: Education", "Topic :: Scientific/Engineering :: Mathematics", "Topic :: Utilities" ], "description": "# Cortix\nA Python library for network dynamics modeling and HPC simulation.\n + [Cortix on Jupyter notebook examples](https://github.com/dpploy/cortix-nb)\n + [Documentation on the web](https://cortix.org)\n\n![Website](https://img.shields.io/website/https/github.com/dpploy/cortix.svg)\n[![Repo Size](https://img.shields.io/github/repo-size/dpploy/cortix.svg?style=flat)](https://cortix.org)\n[![PyPI version](https://badge.fury.io/py/cortix.svg)](https://badge.fury.io/py/cortix)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/Django.svg)](https://badge.fury.io/py/cortix)\n\n[![codecov](https://codecov.io/gh/dpploy/cortix/branch/master/graph/badge.svg)](https://codecov.io/gh/dpploy/cortix)\n\n![](cortix/docs/cortix-cover.png)\n\n## What is Cortix?\n\n* Cortix is a massively parallel Python library for system-level module coupling, execution, and\n analysis of dynamical system models that exchange time-dependent data.\n* Cortix takes as input a collection of computational modules and provides an \n environment for the coupling of these modules into a single simulation.\n* Cortix supports:\n - Module decoupling\n - Communication between modules\n - Data visualization\n* Cortix runs on top of [MPI](https://www.open-mpi.org/) and scales across many cores.\n\n\n## Installation: start by installing [MPI](https://www.open-mpi.org/)\n\n## Installing via PyPI\n```\npip install --user cortix\n```\n\n## Installing from source\n1. Clone this repository to install the latest version of Cortix \n```\ngit clone https://github.com/dpploy/cortix.git\n```\n2. Install the required dependencies listed in `requirements.txt`\n```\npip install --user -r cortix/requirements.txt\n```\n3. Add ```cortix```'s parent path to your ```$PYTHONPATH``` variable\n```\nexport PYTHONPATH=$PYTHONPATH:$(pwd)\n```\nNote: you may want to add this line to your ```.bashrc``` in order for it to be persistent\n\n### Verify your Cortix install by running the Droplet example\n```\nmpirun -np 12 examples/droplet_run.py\n```\n\n## Testing\n\nTesting is facilitated by [PyTest](http://pytest.org). Tests can be run locally from within the `tests` directory\n```\ncd tests && py.test\n```\n\n## Using Cortix\n\nPlease refer to the [documentation](https://cortix.org/contents.html) for more on getting started!\n\n## Team \n\n- Valmor F. de Almeida: valmor\\_dealmeida@uml.edu\n- Taha M. Azzaoui: tazzaoui@cs.uml.edu\n- Seamus D. Gallagher: seamus\\_gallagher@student.uml.edu\n- Austin Rotker: austin_rotker@student.uml.edu\n- Gilberto E. Alas: gilberto\\_alas@student.uml.edu\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an [issue](https://github.com/dpploy/cortix/issues) first to discuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\n## Location \n\nCortix Group\n\nc/o [UMass Innovation Hub](https://www.uml.edu/Innovation-Hub/)\n\n110 Canal St., 3rd Floor\n\nLowell, MA 01852\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://cortix.org", "keywords": "simulation,math", "license": "", "maintainer": "", "maintainer_email": "", "name": "cortix", "package_url": "https://pypi.org/project/cortix/", "platform": null, "project_url": "https://pypi.org/project/cortix/", "project_urls": { "Homepage": "https://cortix.org" }, "release_url": "https://pypi.org/project/cortix/1.1.27/", "requires_dist": [ "pandas", "matplotlib", "numpy", "scipy", "pytest", "graphviz" ], "requires_python": ">=3.8", "summary": "Cortix is a Python library for network dynamics modeling and HPC simulation.", "version": "1.1.27", "yanked": false, "yanked_reason": null }, "last_serial": 13823064, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "b413a0c776901fbc69bcccf5a2e0a058", "sha256": "d60286865919fb1ff4840b5894bd93608e3769258e68e131a981aacd0ea7573b" }, "downloads": -1, "filename": "cortix-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "b413a0c776901fbc69bcccf5a2e0a058", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 106931, "upload_time": "2018-09-13T02:10:27", "upload_time_iso_8601": "2018-09-13T02:10:27.086895Z", "url": "https://files.pythonhosted.org/packages/79/2c/7131a78540657ebc41d08c4aca9836ae657f809bf4697dc6a800c64351a8/cortix-0.0.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "affe362ee5b1a82445f687185f193d35", "sha256": "057e4e66cc0b157dd093259059883de4e47a954a0de462727de9a5b1bf4cda29" }, "downloads": -1, "filename": "cortix-0.0.1.tar.gz", "has_sig": false, "md5_digest": "affe362ee5b1a82445f687185f193d35", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 80056, "upload_time": "2018-09-13T02:10:28", "upload_time_iso_8601": "2018-09-13T02:10:28.530098Z", "url": "https://files.pythonhosted.org/packages/c6/cf/3c58505d021dc956fda06f91393c5f7a21095b9ffb72d2ee4d2336b9c2cf/cortix-0.0.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "61af182fcb5c4782f2c4f598c0d18591", "sha256": "bf110c50e015d594e1308374d7818d5fbc6df026e39f77b40a7fcb8f3ff665eb" }, "downloads": -1, "filename": "cortix-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "61af182fcb5c4782f2c4f598c0d18591", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 109119, "upload_time": "2018-09-13T02:39:42", "upload_time_iso_8601": "2018-09-13T02:39:42.645084Z", "url": "https://files.pythonhosted.org/packages/58/81/1daa47a0cae53382e65a2d3e983b9dc5abe0a0f8bf1b64b53be07f9836b4/cortix-0.0.2-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5a89d79a0e828d30c8af1de7dca42c07", "sha256": "5978d1c67ef8a6d69fa46210105bb9ff49c3210e3b51840a0d09f57eac67623a" }, "downloads": -1, "filename": "cortix-0.0.2.tar.gz", "has_sig": false, "md5_digest": "5a89d79a0e828d30c8af1de7dca42c07", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 81267, "upload_time": "2018-09-13T02:39:44", "upload_time_iso_8601": "2018-09-13T02:39:44.177118Z", "url": "https://files.pythonhosted.org/packages/57/0b/f1e4bc932d55c9a9220b799a781b76d3504513db42309a5f3d5898ef9e9a/cortix-0.0.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "5d1652ab85bfcffdf4a0c88cbffcfa72", "sha256": "3967c338a65f500a8f4d5b79e3d732a0b53a10cb0e2e22aabcc7d131d1526088" }, "downloads": -1, "filename": "cortix-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "5d1652ab85bfcffdf4a0c88cbffcfa72", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 107688, "upload_time": "2018-09-21T19:32:58", "upload_time_iso_8601": "2018-09-21T19:32:58.767367Z", "url": "https://files.pythonhosted.org/packages/d5/89/1a0524ed536ddd7e6393bd2372c96b789e1f3f75ffc41d71c501be6b88e7/cortix-0.0.3-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d942516a4fff39fd2a0e8c42ce6748e2", "sha256": "be35885cdd4d5771328bfebfd10638e67e4ac7bcd0152c6042aa37b74b391fd8" }, "downloads": -1, "filename": "cortix-0.0.3.tar.gz", "has_sig": false, "md5_digest": "d942516a4fff39fd2a0e8c42ce6748e2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 82616, "upload_time": "2018-09-21T19:33:01", "upload_time_iso_8601": "2018-09-21T19:33:01.387136Z", "url": "https://files.pythonhosted.org/packages/b8/b2/63eecf13d3b387354acb82289fbde2449bcd480279478181828611d0fc71/cortix-0.0.3.tar.gz", "yanked": false, "yanked_reason": null } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "84939865489472c01553f1d458467f03", "sha256": "ba1508d01535e37f8268a92670959f37947c3266ad3e79c441d2ca4c335ff6c9" }, "downloads": -1, "filename": "cortix-0.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "84939865489472c01553f1d458467f03", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 421182, "upload_time": "2018-09-21T19:47:16", "upload_time_iso_8601": "2018-09-21T19:47:16.354664Z", "url": "https://files.pythonhosted.org/packages/18/f4/7e927b67f5a106df177130aedb25979043c86a343a4ac54aba85f0d2f0b0/cortix-0.0.4-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c64e5ddc1dcbef7430813bdedb1884e1", "sha256": "c8a6bd27711d7332239a5d72075eddcab87edf887f4ff327037162a261ee9c42" }, "downloads": -1, "filename": "cortix-0.0.4.tar.gz", "has_sig": false, "md5_digest": "c64e5ddc1dcbef7430813bdedb1884e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 386114, "upload_time": "2018-09-21T19:47:18", "upload_time_iso_8601": "2018-09-21T19:47:18.681480Z", "url": "https://files.pythonhosted.org/packages/7e/cf/146a250baa77a83e24d9d3a6884b0e22c50c8388db04fde0f1ced7d91489/cortix-0.0.4.tar.gz", "yanked": false, "yanked_reason": null } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "384c81ee059134857865d935fa744c1f", "sha256": "e3815064d8f6d214a8e16981fdc75dc1a0b7c1207482fcef568d6d55ae9b2c1a" }, "downloads": -1, "filename": "cortix-0.0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "384c81ee059134857865d935fa744c1f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 420839, "upload_time": "2018-09-21T21:24:31", "upload_time_iso_8601": "2018-09-21T21:24:31.915249Z", "url": "https://files.pythonhosted.org/packages/19/f4/042a56caa77fab2b94125219091df2e9bf938dae9af269e8b135dcb90481/cortix-0.0.5-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0f7474c04c04bd6b8b93c7de7f37d113", "sha256": "c8b263474574a3f90b4bd18d763c8aa2b41eb12610f192ce7148616f502fadc2" }, "downloads": -1, "filename": "cortix-0.0.5.tar.gz", "has_sig": false, "md5_digest": "0f7474c04c04bd6b8b93c7de7f37d113", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 386353, "upload_time": "2018-09-21T21:24:34", "upload_time_iso_8601": "2018-09-21T21:24:34.070745Z", "url": "https://files.pythonhosted.org/packages/bc/6a/5493102ac4d123eab890df73ac1f9b500400394d3371a74ccf26f928da78/cortix-0.0.5.tar.gz", "yanked": false, "yanked_reason": null } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "9219436a3ce214dcb07eeadb0b8f0657", "sha256": "7fee3441d7e15e2318816a178a88f1180df379bf77edbbe958518512fcb7de13" }, "downloads": -1, "filename": "cortix-0.0.6-py3-none-any.whl", "has_sig": false, "md5_digest": "9219436a3ce214dcb07eeadb0b8f0657", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 422737, "upload_time": "2018-09-23T16:34:45", "upload_time_iso_8601": "2018-09-23T16:34:45.934477Z", "url": "https://files.pythonhosted.org/packages/33/96/d961aafc53640cdd0ae580fc570eb4a7dad3a70fbfd1d935fb5c55606e24/cortix-0.0.6-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a89872cf0ac3c829d4e8d5c3196e96be", "sha256": "eb460794b74809dc97fb3e609be7c629e020a6124cc8270e816c608b247c4a20" }, "downloads": -1, "filename": "cortix-0.0.6.tar.gz", "has_sig": false, "md5_digest": "a89872cf0ac3c829d4e8d5c3196e96be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 387401, "upload_time": "2018-09-23T16:34:48", "upload_time_iso_8601": "2018-09-23T16:34:48.213342Z", "url": "https://files.pythonhosted.org/packages/8c/b7/0d7563b134f88f9a6a53a655fc760f97516e316bfda93882b3240a5c192d/cortix-0.0.6.tar.gz", "yanked": false, "yanked_reason": null } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "2d286aea2334ec0fb263b722977c0b06", "sha256": "a49ebcd19f5837f3b7b49664d09b0b65ca4937cfec1f1c677502779468337268" }, "downloads": -1, "filename": "cortix-0.0.7-py3-none-any.whl", "has_sig": false, "md5_digest": "2d286aea2334ec0fb263b722977c0b06", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 429541, "upload_time": "2018-10-06T18:36:15", "upload_time_iso_8601": "2018-10-06T18:36:15.610913Z", "url": "https://files.pythonhosted.org/packages/62/a0/c0e3a684951278b1281ca3006c4e590d25cd48686f89b46897491430c152/cortix-0.0.7-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "22a1ce877fec53ef7d98ec391a1982d5", "sha256": "cb89e90b5fc583867c8626858611d576f3c0776fa4fd8f8c0b4eb2f82ce7baa5" }, "downloads": -1, "filename": "cortix-0.0.7.tar.gz", "has_sig": false, "md5_digest": "22a1ce877fec53ef7d98ec391a1982d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 389377, "upload_time": "2018-10-06T18:36:17", "upload_time_iso_8601": "2018-10-06T18:36:17.904143Z", "url": "https://files.pythonhosted.org/packages/bc/33/ca406c6dbd7fab90d26e7a57c9a0ada9e0d5211698879a1f920a6c952b8d/cortix-0.0.7.tar.gz", "yanked": false, "yanked_reason": null } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "24b259258a3d6c4f5fe2c03c7eee05a2", "sha256": "079a5d7f68da69678246c6c869e75590f0c3eb3cddb08ac0f6ccaed675991bc5" }, "downloads": -1, "filename": "cortix-0.0.8-py3-none-any.whl", "has_sig": false, "md5_digest": "24b259258a3d6c4f5fe2c03c7eee05a2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 429582, "upload_time": "2018-10-06T18:53:28", "upload_time_iso_8601": "2018-10-06T18:53:28.300017Z", "url": "https://files.pythonhosted.org/packages/a3/b3/dfeedcb397b6714712adbeb88073dcc7685321bce3456e2c499bc0f6da39/cortix-0.0.8-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f7ae5124b1e1e0ca5118a359200c194a", "sha256": "012f6d79ee4aa827709e934ba335e54fec83dcbd130f03906c1a72a728d70d98" }, "downloads": -1, "filename": "cortix-0.0.8.tar.gz", "has_sig": false, "md5_digest": "f7ae5124b1e1e0ca5118a359200c194a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 389440, "upload_time": "2018-10-06T18:53:30", "upload_time_iso_8601": "2018-10-06T18:53:30.369089Z", "url": "https://files.pythonhosted.org/packages/fd/b3/63cf5547407cb18bb3cb016901ffaf1101d8acea1b3993688ddba4ac7541/cortix-0.0.8.tar.gz", "yanked": false, "yanked_reason": null } ], "0.0.9": [ { "comment_text": "", "digests": { "md5": "4fe9d5203305e59d64e83371665329e5", "sha256": "d4a8f1dd5a89d0f0c411f44d3af111608bf06d31820198dcc414f4e80a39b63b" }, "downloads": -1, "filename": "cortix-0.0.9-py3-none-any.whl", "has_sig": false, "md5_digest": "4fe9d5203305e59d64e83371665329e5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 427538, "upload_time": "2018-10-10T20:28:18", "upload_time_iso_8601": "2018-10-10T20:28:18.243592Z", "url": "https://files.pythonhosted.org/packages/08/09/8b316dc9273b3f8d80cc7066749ba909fcf1eb327abc5e7a90629e19a733/cortix-0.0.9-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e5226164e8411dc1b843401e2789aee0", "sha256": "398de7449a38091a3e494f5b8e3f1f30c984356f0e3e7fc56c4d9bba9e24ced6" }, "downloads": -1, "filename": "cortix-0.0.9.tar.gz", "has_sig": false, "md5_digest": "e5226164e8411dc1b843401e2789aee0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 388768, "upload_time": "2018-10-10T20:28:19", "upload_time_iso_8601": "2018-10-10T20:28:19.938255Z", "url": "https://files.pythonhosted.org/packages/13/ac/7f7328885080aaec480df7dadb3b59ce413b79950f5c28aa39e0adfe5e8d/cortix-0.0.9.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "a75432a13d427cd1689cfc7ee9fcaf3e", "sha256": "65a3c4d7a2673b00f7051a337aa7f984252b7b0d043fbd88495cb88e2ab9a10c" }, "downloads": -1, "filename": "cortix-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "a75432a13d427cd1689cfc7ee9fcaf3e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 432832, "upload_time": "2019-03-18T02:38:47", "upload_time_iso_8601": "2019-03-18T02:38:47.358272Z", "url": "https://files.pythonhosted.org/packages/14/02/c366dbf32f973e2331dc699e41cd1d0c430aaa8f967292b72fd4902c45f3/cortix-0.1.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4e29aef1611e25eb15f76aece5cfb743", "sha256": "18398f386baf9c1a695e7732a93a6c2da2cfeabc339157beffa2b25a3c641e7b" }, "downloads": -1, "filename": "cortix-0.1.0.tar.gz", "has_sig": false, "md5_digest": "4e29aef1611e25eb15f76aece5cfb743", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 391449, "upload_time": "2019-03-18T02:38:49", "upload_time_iso_8601": "2019-03-18T02:38:49.570891Z", "url": "https://files.pythonhosted.org/packages/16/cc/2ba8ca1687390dd7e242402f810d4c917356190c65623d9ffe02bdc24479/cortix-0.1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "d4423590502b0f8488e12beceac8eccb", "sha256": "d78a49f86e77c509fbff14bff057c3152a75fb16e317ba84f6bdac88d125ed0b" }, "downloads": -1, "filename": "cortix-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "d4423590502b0f8488e12beceac8eccb", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 432840, "upload_time": "2019-03-19T00:32:13", "upload_time_iso_8601": "2019-03-19T00:32:13.019352Z", "url": "https://files.pythonhosted.org/packages/50/ce/c6e5418ed33ab72ccddea7a7f0081d206149fa8fdf33efcd2527ff7d2b75/cortix-0.1.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "36b88b11cc5d3c67089270f097aaa68d", "sha256": "cf36cf278ecc3b82fae05fd46e8fc8397cbd07bee7ef09f2fb8740d611c609f5" }, "downloads": -1, "filename": "cortix-0.1.1.tar.gz", "has_sig": false, "md5_digest": "36b88b11cc5d3c67089270f097aaa68d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 391480, "upload_time": "2019-03-19T00:32:15", "upload_time_iso_8601": "2019-03-19T00:32:15.281781Z", "url": "https://files.pythonhosted.org/packages/54/2e/ca09489fd6bfe4b8bb1b288aaed9274f24e044d4ef26d4d7737b31932533/cortix-0.1.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "b45f7fa258ed014cc1198d46a47a1936", "sha256": "4eb2dd597c0881a8c3b80f395ea38f796dd81776a4fafb137721f029361bd618" }, "downloads": -1, "filename": "cortix-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "b45f7fa258ed014cc1198d46a47a1936", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 433818, "upload_time": "2019-03-19T00:43:22", "upload_time_iso_8601": "2019-03-19T00:43:22.274132Z", "url": "https://files.pythonhosted.org/packages/b4/d8/5c382f5fae5abdfddb2d7ce1cf085bc55080f50b953e77a67bff110d9cc7/cortix-0.1.2-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bd68cadd227b22f534f6068c6f51d1ac", "sha256": "521b5cc4cf8c0bf8f43c9c10d8d87a445bf6494337f510168636db969dd0956e" }, "downloads": -1, "filename": "cortix-0.1.2.tar.gz", "has_sig": false, "md5_digest": "bd68cadd227b22f534f6068c6f51d1ac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 392019, "upload_time": "2019-03-19T00:43:24", "upload_time_iso_8601": "2019-03-19T00:43:24.424950Z", "url": "https://files.pythonhosted.org/packages/30/67/68795722e35ec52747b2bb2310c95195c6b37acd5b15dfab41a05bfb5159/cortix-0.1.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "d03f2234b08f0b52c26c4b0e3c40b310", "sha256": "7b1c10f1f2bdfda798ae242317959ddb8710e253755ddd31a94d00a682ac02f8" }, "downloads": -1, "filename": "cortix-0.1.3-py3-none-any.whl", "has_sig": false, "md5_digest": "d03f2234b08f0b52c26c4b0e3c40b310", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 435667, "upload_time": "2019-03-20T21:16:05", "upload_time_iso_8601": "2019-03-20T21:16:05.128458Z", "url": "https://files.pythonhosted.org/packages/0b/24/46b3689cc8754b2dfa0c4335edc1cef00d0f0645eec5c6dc3fadb6204ba4/cortix-0.1.3-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3400bdfb293852c99e14ccfcdd4e3834", "sha256": "d2a2ced09f6b4367ef51b36a75eaa9d1c04221c19a3a67472c977f1cc780bc4b" }, "downloads": -1, "filename": "cortix-0.1.3.tar.gz", "has_sig": false, "md5_digest": "3400bdfb293852c99e14ccfcdd4e3834", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 394260, "upload_time": "2019-03-20T21:16:07", "upload_time_iso_8601": "2019-03-20T21:16:07.332502Z", "url": "https://files.pythonhosted.org/packages/b3/8d/834f3c8c205c33af5d9a1155ece7671d4113c5cf050145b01cb1d625fb24/cortix-0.1.3.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "56b4ca59c1ed159f16dcd539ac631bcf", "sha256": "2834332d55d081010657236c4ebdbebb0654de1c2101ed7d8477344cefe30274" }, "downloads": -1, "filename": "cortix-0.1.4-py3-none-any.whl", "has_sig": false, "md5_digest": "56b4ca59c1ed159f16dcd539ac631bcf", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 438573, "upload_time": "2019-04-14T18:18:09", "upload_time_iso_8601": "2019-04-14T18:18:09.833242Z", "url": "https://files.pythonhosted.org/packages/b5/e5/a2820c3c2d7a01db33642b2b197ccc316dd4190228a11fef65212d9e1dde/cortix-0.1.4-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4b45a5c02f20df4506e9ad381e5ab365", "sha256": "7c2325c35ca10f3c988cbe1349374872cd6d3c6c45536eaf05e8f6d7a1d47607" }, "downloads": -1, "filename": "cortix-0.1.4.tar.gz", "has_sig": false, "md5_digest": "4b45a5c02f20df4506e9ad381e5ab365", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 397908, "upload_time": "2019-04-14T18:18:12", "upload_time_iso_8601": "2019-04-14T18:18:12.250353Z", "url": "https://files.pythonhosted.org/packages/e6/14/77f78151ea74d6069a6ae8fcefa2a2a236eaa6bf5f1420d5f7d532507fd9/cortix-0.1.4.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "360ffb86f1d5fef9fba51e529a703d97", "sha256": "a6a65d003d07be432f69b02f7c6008d19039ae5816f3d5667656008e6106f8bb" }, "downloads": -1, "filename": "cortix-0.1.5-py3-none-any.whl", "has_sig": false, "md5_digest": "360ffb86f1d5fef9fba51e529a703d97", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 435259, "upload_time": "2019-04-22T03:19:49", "upload_time_iso_8601": "2019-04-22T03:19:49.828889Z", "url": "https://files.pythonhosted.org/packages/50/b8/ceedd051d28ac453f7bcb357b2d49b2afa1a027ebbf9918dfdfe66e580b2/cortix-0.1.5-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cd95ad07a65bf391d53571d592c73aad", "sha256": "7049fff69ab3f218dc19bfedcd6d93c0d33f1fa87e79e0b7b53b6c6f89608759" }, "downloads": -1, "filename": "cortix-0.1.5.tar.gz", "has_sig": false, "md5_digest": "cd95ad07a65bf391d53571d592c73aad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 393708, "upload_time": "2019-04-22T03:19:51", "upload_time_iso_8601": "2019-04-22T03:19:51.918782Z", "url": "https://files.pythonhosted.org/packages/43/7f/cbec82a5db759157c28aed62466c5d4bcf2c533ec94a06cde3dfaaf72554/cortix-0.1.5.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "db8a79d1070f8572d8a381a9bee79be5", "sha256": "5b16a2991bb9750096774ae0dbf4a02c084920c3e1445d5a199a9196ca776ce9" }, "downloads": -1, "filename": "cortix-0.1.6-py3-none-any.whl", "has_sig": false, "md5_digest": "db8a79d1070f8572d8a381a9bee79be5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 438391, "upload_time": "2019-04-22T03:21:10", "upload_time_iso_8601": "2019-04-22T03:21:10.859555Z", "url": "https://files.pythonhosted.org/packages/e4/52/3433a022f6772618f36cd41e563844717003de9ccceedb1b273bf6324c3d/cortix-0.1.6-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7a649988c0f46055b4cc0c025c514594", "sha256": "92d64581cbd8c18c62ab5686da798936a73170cf4549a07f76ca10fa83ed6c26" }, "downloads": -1, "filename": "cortix-0.1.6.tar.gz", "has_sig": false, "md5_digest": "7a649988c0f46055b4cc0c025c514594", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 397805, "upload_time": "2019-04-22T03:21:13", "upload_time_iso_8601": "2019-04-22T03:21:13.086709Z", "url": "https://files.pythonhosted.org/packages/1f/7d/aa4adb45efb036bc37aa97780baa2af8dc6c2b0a25497191467b86e24f3b/cortix-0.1.6.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "aa44b879083409cee2240ae291346e2f", "sha256": "033fe2195322d4ccd525c9c856dc69191bea0a6330df5a7dacc1dc8f601673c6" }, "downloads": -1, "filename": "cortix-0.1.7-py3-none-any.whl", "has_sig": false, "md5_digest": "aa44b879083409cee2240ae291346e2f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 438671, "upload_time": "2019-04-24T21:22:58", "upload_time_iso_8601": "2019-04-24T21:22:58.638866Z", "url": "https://files.pythonhosted.org/packages/25/66/786ae5538975c4b0887ab1839167654d064407222a2a20bbd994ae1b6e07/cortix-0.1.7-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ed0f036f3ed392b5a7273399efb9eb79", "sha256": "e244dbef5b3fc5296910a2523f2c8ef8c92bbc508a289600e27dbe095b4ecc6c" }, "downloads": -1, "filename": "cortix-0.1.7.tar.gz", "has_sig": false, "md5_digest": "ed0f036f3ed392b5a7273399efb9eb79", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 397979, "upload_time": "2019-04-24T21:23:01", "upload_time_iso_8601": "2019-04-24T21:23:01.601892Z", "url": "https://files.pythonhosted.org/packages/e7/86/d52e2645c9a2a94858ed92f141c48f2bcb2601ea827555569abffb20d451/cortix-0.1.7.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "f83e14c9d1a8311bcdc3ea1f73fdc602", "sha256": "66966539cd7d3f4d219a0cd9d8e077dbfbc2272a34b9c0b5ea7eabbcb80aeb89" }, "downloads": -1, "filename": "cortix-0.1.8-py3-none-any.whl", "has_sig": false, "md5_digest": "f83e14c9d1a8311bcdc3ea1f73fdc602", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 439849, "upload_time": "2019-04-26T18:24:53", "upload_time_iso_8601": "2019-04-26T18:24:53.903500Z", "url": "https://files.pythonhosted.org/packages/c0/66/fd7a85d197b95a6ed3ca4fccbbaeefa5e1dd2d0a9ab14b8fc20a9ee4b927/cortix-0.1.8-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ac764ef5ca312bfa526aa85a928f6fe0", "sha256": "7eb888c26612f4bf74ee6f0423c1bba867ae075cf1b313ccf598e8b60e0623c3" }, "downloads": -1, "filename": "cortix-0.1.8.tar.gz", "has_sig": false, "md5_digest": "ac764ef5ca312bfa526aa85a928f6fe0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 399240, "upload_time": "2019-04-26T18:24:58", "upload_time_iso_8601": "2019-04-26T18:24:58.610784Z", "url": "https://files.pythonhosted.org/packages/0d/ea/1da22688571e17454c93c6497ee3582bbbf94e578c0a04731b49b90a644a/cortix-0.1.8.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.9": [ { "comment_text": "", "digests": { "md5": "99774d6c2fd3a643f7cd7faef00a6be2", "sha256": "e58fe97863f03851b5de0757e13ee082061a41931112c06229b37844e5f6e1fd" }, "downloads": -1, "filename": "cortix-0.1.9-py3-none-any.whl", "has_sig": false, "md5_digest": "99774d6c2fd3a643f7cd7faef00a6be2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 440362, "upload_time": "2019-04-28T18:36:35", "upload_time_iso_8601": "2019-04-28T18:36:35.034779Z", "url": "https://files.pythonhosted.org/packages/f2/44/463c59e434c4f6b26ae110fd4f17906a9be0d42bc22e3cdfaf0e599997ed/cortix-0.1.9-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1ce6a3ee65396da6dbeed2332e77241d", "sha256": "5680b106ca41e464ef44cd80aab9e825f7704f1a676762c67a12d59ddf980e2c" }, "downloads": -1, "filename": "cortix-0.1.9.tar.gz", "has_sig": false, "md5_digest": "1ce6a3ee65396da6dbeed2332e77241d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 400264, "upload_time": "2019-04-28T18:36:39", "upload_time_iso_8601": "2019-04-28T18:36:39.731089Z", "url": "https://files.pythonhosted.org/packages/23/66/c17f7839a8a9511ccc394f6347f795b9ea88d451570bf6a936ccb5cc8262/cortix-0.1.9.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0": [ { "comment_text": "", "digests": { "md5": "0cb3b766cb4e4a1f115deb02437fae13", "sha256": "d80d447e67df3e36c6621b1b3a088645da845eedec9f0da0effbb9ae0adac6de" }, "downloads": -1, "filename": "cortix-1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "0cb3b766cb4e4a1f115deb02437fae13", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 601055, "upload_time": "2019-06-18T20:47:57", "upload_time_iso_8601": "2019-06-18T20:47:57.743297Z", "url": "https://files.pythonhosted.org/packages/8d/92/b61247f2abce67e84b15feb021a47177b3c788ef2552d6b4822fbc535476/cortix-1.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "35edc747866f51e824cad024c6688c43", "sha256": "0918864de954d623e04ada58844f45eb8f67b0e088af09541998037e9069de43" }, "downloads": -1, "filename": "cortix-1.0.tar.gz", "has_sig": false, "md5_digest": "35edc747866f51e824cad024c6688c43", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 580896, "upload_time": "2019-06-18T20:47:59", "upload_time_iso_8601": "2019-06-18T20:47:59.683180Z", "url": "https://files.pythonhosted.org/packages/c6/4f/65aa2d22a0787b670cdb1b57ae697bbea321c5637494f779f40c6c028ea0/cortix-1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "7bda4330a3642142a47d3dee6fb635a1", "sha256": "12dfbbbd8dd936c5ccd2eb43b4f110f47358c7fc58285f5efb404fd278e49e37" }, "downloads": -1, "filename": "cortix-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "7bda4330a3642142a47d3dee6fb635a1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3683, "upload_time": "2019-07-29T20:22:00", "upload_time_iso_8601": "2019-07-29T20:22:00.904785Z", "url": "https://files.pythonhosted.org/packages/55/b8/8a9c774d0c7ccd3c4af1905222c30f1d4535560453f209266f3d2aa51bc4/cortix-1.0.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fc633c3c815de677bae10a8ea7534b92", "sha256": "bbd1984f1c9bf4bc8e0706d8a6974ee1d25d07dc8d217c40b238590246f1d986" }, "downloads": -1, "filename": "cortix-1.0.1.tar.gz", "has_sig": false, "md5_digest": "fc633c3c815de677bae10a8ea7534b92", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3017, "upload_time": "2019-07-29T20:22:02", "upload_time_iso_8601": "2019-07-29T20:22:02.186306Z", "url": "https://files.pythonhosted.org/packages/5e/71/ffea22ff904917978058fba6c22f015315e4a257ac646c2a58f6caf1e614/cortix-1.0.1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "2db1c61dc03fc64678db50c29d348a52", "sha256": "d81ee3dcc1e966677f2c43a595a3ae0ec21db57c13a54d8bdbbefb95c5fb7837" }, "downloads": -1, "filename": "cortix-1.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "2db1c61dc03fc64678db50c29d348a52", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 92688, "upload_time": "2019-07-30T14:14:53", "upload_time_iso_8601": "2019-07-30T14:14:53.724673Z", "url": "https://files.pythonhosted.org/packages/a9/14/84d700217239b0312c15d8ee574aa1258f199a1a966ac8070d2ae78d8fda/cortix-1.0.2-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0b8c938d91b3a22b30ee065d1e1bea40", "sha256": "7699876e2c7246ee3ee63eba64306c6eb72849ec4a00d54a03aa144f099668cb" }, "downloads": -1, "filename": "cortix-1.0.2.tar.gz", "has_sig": false, "md5_digest": "0b8c938d91b3a22b30ee065d1e1bea40", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 79437, "upload_time": "2019-07-30T14:14:55", "upload_time_iso_8601": "2019-07-30T14:14:55.469709Z", "url": "https://files.pythonhosted.org/packages/7c/bd/9ed0b44009c2e69c25b9bd3bcecf95c83061ec5ca69ef628637cf5bb7f09/cortix-1.0.2.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "b86020fa295a3429e9b6bcf85b37011e", "sha256": "7a931b443ed8062e09be7754a76acd9daa829078e3b01be6d8e8d7abe1ea88e3" }, "downloads": -1, "filename": "cortix-1.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "b86020fa295a3429e9b6bcf85b37011e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 93989, "upload_time": "2019-08-04T02:54:06", "upload_time_iso_8601": "2019-08-04T02:54:06.510143Z", "url": "https://files.pythonhosted.org/packages/37/f5/57844d680d2dc3fb6f170656c913508d3fc8a76cb97642389252144fb2a2/cortix-1.0.3-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a755717df8b34635c53ee59e8b17fef2", "sha256": "863e8759e46bf424f01140c26fc1e09bf5a538f239e1baacd0829012c6818954" }, "downloads": -1, "filename": "cortix-1.0.3.tar.gz", "has_sig": false, "md5_digest": "a755717df8b34635c53ee59e8b17fef2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 80360, "upload_time": "2019-08-04T02:54:08", "upload_time_iso_8601": "2019-08-04T02:54:08.217298Z", "url": "https://files.pythonhosted.org/packages/a6/42/2899cf0cb417f6bfc19ee9a21a5a41808fb53dcd7d79c57b9458dfb85869/cortix-1.0.3.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "1205873fbd3946e38b468867c71a1832", "sha256": "ece8bc03f463688db0e04cd9dfca8382fa5b930f8ae22eee4023dbe62a633631" }, "downloads": -1, "filename": "cortix-1.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "1205873fbd3946e38b468867c71a1832", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 111887, "upload_time": "2019-08-05T02:16:26", "upload_time_iso_8601": "2019-08-05T02:16:26.737978Z", "url": "https://files.pythonhosted.org/packages/5f/6b/c469be5cc277d08553b4088c8eee6b15db1d2dc663e566fd01bad67a83d0/cortix-1.0.4-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "afa482ec452657d888316afb73ed3422", "sha256": "1b102a282ad8e5fcaf7a2e9f03bf0373b814a06cb774f4a12e43db1a5d74abc2" }, "downloads": -1, "filename": "cortix-1.0.4.tar.gz", "has_sig": false, "md5_digest": "afa482ec452657d888316afb73ed3422", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 86739, "upload_time": "2019-08-05T02:16:28", "upload_time_iso_8601": "2019-08-05T02:16:28.171658Z", "url": "https://files.pythonhosted.org/packages/da/d1/5efe73f47e4b896ff5cc3502851b88a74bbbb7dfa8366b862d686a3b1091/cortix-1.0.4.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "3e6f436a56ec8078062ca32a2e5eac17", "sha256": "317b9449ecb12ffcc07ba18edc69c91779e0f443d15df0256451bc46b8da9061" }, "downloads": -1, "filename": "cortix-1.0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "3e6f436a56ec8078062ca32a2e5eac17", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 113998, "upload_time": "2019-08-07T16:17:57", "upload_time_iso_8601": "2019-08-07T16:17:57.127018Z", "url": "https://files.pythonhosted.org/packages/a4/ae/3ad1ddda47772522dfbb11266a64c3ce40461fb66fc3e5df4aed419fb56f/cortix-1.0.5-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1ea5400ab12dc9fc2a24ef30945c49cf", "sha256": "904e4abc3ddb043a5167ddf6f7ab652476bdf5c7c11436098c2104cec7bd6332" }, "downloads": -1, "filename": "cortix-1.0.5.tar.gz", "has_sig": false, "md5_digest": "1ea5400ab12dc9fc2a24ef30945c49cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 88094, "upload_time": "2019-08-07T16:17:58", "upload_time_iso_8601": "2019-08-07T16:17:58.598042Z", "url": "https://files.pythonhosted.org/packages/b9/8b/0a36eb9eb1cf7719dc7cbe4919cfbd1b6604f908a891603e1233ccc90896/cortix-1.0.5.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "5b62327ccdd5c42762bcde133b5ef7b6", "sha256": "b8fad08be88b01342224cbe39f92a8746c337cabefad2509a26c23b6b884cadf" }, "downloads": -1, "filename": "cortix-1.0.6-py3-none-any.whl", "has_sig": false, "md5_digest": "5b62327ccdd5c42762bcde133b5ef7b6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 116554, "upload_time": "2019-08-09T00:47:21", "upload_time_iso_8601": "2019-08-09T00:47:21.957158Z", "url": "https://files.pythonhosted.org/packages/d4/dc/016c77da6ef98c0280f1de1833d81b01e0d9ca00c80916cbb4dc2a8bcac6/cortix-1.0.6-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "afe422b90ec7b6d9d45cda45caed3786", "sha256": "8bc6b233c9cd96fd2018b949dfa1260b51f82977af55e92d0304684bd828a831" }, "downloads": -1, "filename": "cortix-1.0.6.tar.gz", "has_sig": false, "md5_digest": "afe422b90ec7b6d9d45cda45caed3786", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 89581, "upload_time": "2019-08-09T00:47:23", "upload_time_iso_8601": "2019-08-09T00:47:23.769890Z", "url": "https://files.pythonhosted.org/packages/85/a8/2691ce92bb510a80f0d017714da5a469eae7eedc27bfd286a0ff2f58fa81/cortix-1.0.6.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.7": [ { "comment_text": "", "digests": { "md5": "1d40e89245e7e74c366ce1fa7ef82cd6", "sha256": "64ccc32df7ab5869855f7436447260f4c499b1e92f06775f19d03531497749c8" }, "downloads": -1, "filename": "cortix-1.0.7-py3-none-any.whl", "has_sig": false, "md5_digest": "1d40e89245e7e74c366ce1fa7ef82cd6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 125183, "upload_time": "2019-08-13T21:55:22", "upload_time_iso_8601": "2019-08-13T21:55:22.680623Z", "url": "https://files.pythonhosted.org/packages/47/a5/b353fd749a0bf7ae15ee9e761587db66e3f45e1dd1405c21f540b152abc5/cortix-1.0.7-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8692803a8bfbb66d4d26c9abfbb2a706", "sha256": "846cfe2feabf4c3fa255b7f6e47ef14b4625db78551e4add1c65384738844c92" }, "downloads": -1, "filename": "cortix-1.0.7.tar.gz", "has_sig": false, "md5_digest": "8692803a8bfbb66d4d26c9abfbb2a706", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 94440, "upload_time": "2019-08-13T21:55:24", "upload_time_iso_8601": "2019-08-13T21:55:24.545728Z", "url": "https://files.pythonhosted.org/packages/de/2e/fb227b38825c425ebedaf5c09ce86fe9da6b51828b18a720cff5009be952/cortix-1.0.7.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.8": [ { "comment_text": "", "digests": { "md5": "234a9af2979965b94b84c8240bafb5e8", "sha256": "84f46e185af4488b8c5a72565e24ac2b1405cd5efe944b86c0e070e32c93f3c7" }, "downloads": -1, "filename": "cortix-1.0.8-py3-none-any.whl", "has_sig": false, "md5_digest": "234a9af2979965b94b84c8240bafb5e8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 125497, "upload_time": "2019-08-14T17:11:11", "upload_time_iso_8601": "2019-08-14T17:11:11.318917Z", "url": "https://files.pythonhosted.org/packages/8d/2d/c0de75b6269b7c22e69f7752fbf32805076236ef12edff72a7d245a63ffd/cortix-1.0.8-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3d82125f874cc8baa8f5cbe0c311eee7", "sha256": "343a09e06b4a0ff7e7555522f9c1b066c81ac7e1307987b00149d816476dc44d" }, "downloads": -1, "filename": "cortix-1.0.8.tar.gz", "has_sig": false, "md5_digest": "3d82125f874cc8baa8f5cbe0c311eee7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 94802, "upload_time": "2019-08-14T17:11:12", "upload_time_iso_8601": "2019-08-14T17:11:12.851465Z", "url": "https://files.pythonhosted.org/packages/39/e3/c68865a8bee22cd770c68222600706cbb9b6b8ea15ee8b0e4ee1849356f2/cortix-1.0.8.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.9": [ { "comment_text": "", "digests": { "md5": "d9f76fd1ae2cec31006f092f11ed4038", "sha256": "1ebd4f5b569112ced0dcc6c59a7b92afe8d20c28551743ff10451d38d6573a20" }, "downloads": -1, "filename": "cortix-1.0.9-py3-none-any.whl", "has_sig": false, "md5_digest": "d9f76fd1ae2cec31006f092f11ed4038", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 125777, "upload_time": "2019-08-25T13:51:42", "upload_time_iso_8601": "2019-08-25T13:51:42.371164Z", "url": "https://files.pythonhosted.org/packages/4a/73/bf73eac8a346159fd526e70544e3a087f50946f7bdd1201bbd296e1d1a9d/cortix-1.0.9-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "73c2e3350879526eb5dbb29ca063f0d3", "sha256": "ad62704f0b0817c109e91ca6ba14dd25704f7d30a2e9b6151e05c80d203d911b" }, "downloads": -1, "filename": "cortix-1.0.9.tar.gz", "has_sig": false, "md5_digest": "73c2e3350879526eb5dbb29ca063f0d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 95368, "upload_time": "2019-08-25T13:51:44", "upload_time_iso_8601": "2019-08-25T13:51:44.334115Z", "url": "https://files.pythonhosted.org/packages/e3/6e/509b004ca6c028c3ac403f1a24fafd9acc8476ec4275b07f713455e46782/cortix-1.0.9.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "3882721957634e6926ed22fd879e2f21", "sha256": "cea48451c4ba3a37babe18034d5e2664c2dc5528f4cc132b972870b01092cad0" }, "downloads": -1, "filename": "cortix-1.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "3882721957634e6926ed22fd879e2f21", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 133373, "upload_time": "2019-08-26T18:43:43", "upload_time_iso_8601": "2019-08-26T18:43:43.398066Z", "url": "https://files.pythonhosted.org/packages/d1/60/6e6ffb0ab5a72dc27a8816f816fdb39ddcc01630ac62aa593acf242763fd/cortix-1.1.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8aed1915792232cb8e0fd4aef052828a", "sha256": "77a62b8ea7ce8629ef4458ea26a28c8957ad29f1712fe880c61bc6841cfd2bc3" }, "downloads": -1, "filename": "cortix-1.1.0.tar.gz", "has_sig": false, "md5_digest": "8aed1915792232cb8e0fd4aef052828a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 97676, "upload_time": "2019-08-26T18:43:45", "upload_time_iso_8601": "2019-08-26T18:43:45.257354Z", "url": "https://files.pythonhosted.org/packages/67/4a/f2c453ad3944176546841f876e5e14f46fb6f468bc9600aac647db51a3f3/cortix-1.1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "14ac537d0ac18734ebaab7edf1829582", "sha256": "df1b5369c29097e61c040c3fbd02a5ce92081f325620ff1c83f176dec82945fb" }, "downloads": -1, "filename": "cortix-1.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "14ac537d0ac18734ebaab7edf1829582", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 135773, "upload_time": "2019-08-31T01:35:00", "upload_time_iso_8601": "2019-08-31T01:35:00.059402Z", "url": "https://files.pythonhosted.org/packages/6b/05/f021a08c05a956e20e40422440c77fd73fcb7124e281a0f66d6f46233d36/cortix-1.1.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "41544f1a655594dc6530203b968f345a", "sha256": "355aebb05062b29ac7704b4bca3e66f9a523d8d6f3da151813c1b47a1229bbfa" }, "downloads": -1, "filename": "cortix-1.1.1.tar.gz", "has_sig": false, "md5_digest": "41544f1a655594dc6530203b968f345a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 100267, "upload_time": "2019-08-31T01:35:01", "upload_time_iso_8601": "2019-08-31T01:35:01.857319Z", "url": "https://files.pythonhosted.org/packages/61/ff/3e772db618798f062725ada5220cf922fdd62ae28922c68f736e239df11e/cortix-1.1.1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.10": [ { "comment_text": "", "digests": { "md5": "d79595a3e6f5ce129280d3cc458819d3", "sha256": "05e9d60e362beb9a3dfbb2a65e1d4e772fa3deb888766f2fb0b75abd0d2a1c60" }, "downloads": -1, "filename": "cortix-1.1.10-py3-none-any.whl", "has_sig": false, "md5_digest": "d79595a3e6f5ce129280d3cc458819d3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 547208, "upload_time": "2020-11-18T00:42:55", "upload_time_iso_8601": "2020-11-18T00:42:55.610138Z", "url": "https://files.pythonhosted.org/packages/a5/7f/82bf8412024f2adb2d44527e0a10a5e30f172d74ef50af62209cbc5288fc/cortix-1.1.10-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "be04d38af75ef7eb571efd352806abc6", "sha256": "0c14b363893354e39ff39453d3d334d845c2249598abadcbe087f8890b6bbc90" }, "downloads": -1, "filename": "cortix-1.1.10.tar.gz", "has_sig": false, "md5_digest": "be04d38af75ef7eb571efd352806abc6", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 490354, "upload_time": "2020-11-18T00:42:57", "upload_time_iso_8601": "2020-11-18T00:42:57.607049Z", "url": "https://files.pythonhosted.org/packages/e1/df/c514cf8fa0fe70decd98ce44d5785984d756ae77935a7a9c3b3a6a05b910/cortix-1.1.10.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.11": [ { "comment_text": "", "digests": { "md5": "986ab980b4565412bdf74dc16d03fcb1", "sha256": "6a17cdab4c4e31218fe79a32a2a11d77f0f55937afb18e7487c5c0be25a6f834" }, "downloads": -1, "filename": "cortix-1.1.11-py3-none-any.whl", "has_sig": false, "md5_digest": "986ab980b4565412bdf74dc16d03fcb1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 547244, "upload_time": "2020-11-18T01:46:12", "upload_time_iso_8601": "2020-11-18T01:46:12.348442Z", "url": "https://files.pythonhosted.org/packages/e5/8d/ac112964bcec6447853f1c21ce63a90bb2250e320d3e45c22c9e7d44f512/cortix-1.1.11-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "06ec3ee2f6f3bfac3200a075047e0cdf", "sha256": "d67f7fa4370162fde24b1d1662f6895ca22f94ed66ccd5b59866ac893272d202" }, "downloads": -1, "filename": "cortix-1.1.11.tar.gz", "has_sig": false, "md5_digest": "06ec3ee2f6f3bfac3200a075047e0cdf", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 490350, "upload_time": "2020-11-18T01:46:13", "upload_time_iso_8601": "2020-11-18T01:46:13.870801Z", "url": "https://files.pythonhosted.org/packages/66/0f/c619120f1f408ad466a962b8ec7a1ba71750bbf0545941e48c9e8163f7b4/cortix-1.1.11.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.12": [ { "comment_text": "", "digests": { "md5": "10f0c48a7e7b126f35fb0f48ede75923", "sha256": "2fce670fdbed2c2850ad36457962a3ea44c297882a3a6216dc86c91d3d530087" }, "downloads": -1, "filename": "cortix-1.1.12-py3-none-any.whl", "has_sig": false, "md5_digest": "10f0c48a7e7b126f35fb0f48ede75923", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 547234, "upload_time": "2020-11-18T03:07:36", "upload_time_iso_8601": "2020-11-18T03:07:36.390094Z", "url": "https://files.pythonhosted.org/packages/e8/5c/04a46ae0145f2424412536016e0c5912b9068f6f3e94cd7e959da2287d3f/cortix-1.1.12-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2a214518f4c95e826d786576ef642d3b", "sha256": "98c19d7d77f2327428ece5cf8860568f7feb94b909ecb30c1416b2be4dcb4334" }, "downloads": -1, "filename": "cortix-1.1.12.tar.gz", "has_sig": false, "md5_digest": "2a214518f4c95e826d786576ef642d3b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 490358, "upload_time": "2020-11-18T03:07:37", "upload_time_iso_8601": "2020-11-18T03:07:37.999513Z", "url": "https://files.pythonhosted.org/packages/1c/99/f6595235f10608c8a027a003246cd7d64eb012f5f5f168161300f9aff3db/cortix-1.1.12.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.13": [ { "comment_text": "", "digests": { "md5": "be2ce1cf6f8f26b965f389d89ae6903f", "sha256": "d952956d14eb0d71ca4ac3997ce41babf19b7fd40b3b3365ace7176738d915aa" }, "downloads": -1, "filename": "cortix-1.1.13-py3-none-any.whl", "has_sig": false, "md5_digest": "be2ce1cf6f8f26b965f389d89ae6903f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 548901, "upload_time": "2020-11-24T00:29:41", "upload_time_iso_8601": "2020-11-24T00:29:41.144367Z", "url": "https://files.pythonhosted.org/packages/bf/8b/242e134a34ede315897d0517ffe37e5700ea6ee45edf745021c71c378707/cortix-1.1.13-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "44845254a5f6e51063adb2a2cba66433", "sha256": "18ba4a6dc196fb3a5c88f7d199ff97d1e71ba934319ad63ad61267319c6ea977" }, "downloads": -1, "filename": "cortix-1.1.13.tar.gz", "has_sig": false, "md5_digest": "44845254a5f6e51063adb2a2cba66433", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 492067, "upload_time": "2020-11-24T00:29:42", "upload_time_iso_8601": "2020-11-24T00:29:42.601183Z", "url": "https://files.pythonhosted.org/packages/e4/a7/3c599ef1671966e5529de7e22d8745ebd32c74533e06188f7687272c2ab4/cortix-1.1.13.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.14": [ { "comment_text": "", "digests": { "md5": "b864814f0190c2c25596dbec15813c62", "sha256": "bb899af8022bbd6098da9b3e9b2396188eee43f648275343eb3fea12f61870dd" }, "downloads": -1, "filename": "cortix-1.1.14-py3-none-any.whl", "has_sig": false, "md5_digest": "b864814f0190c2c25596dbec15813c62", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 548910, "upload_time": "2020-12-01T05:04:55", "upload_time_iso_8601": "2020-12-01T05:04:55.728444Z", "url": "https://files.pythonhosted.org/packages/ed/74/a66392ff9ce4dcbbfb593d340c1e84cd262a4c70ef0fe1b32744a539d913/cortix-1.1.14-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ef7dea21922625dfb64a347389161902", "sha256": "e97df943d8a7d8ceb61d8f661db54139a92e41b6a2046ba955be5a8e6183f398" }, "downloads": -1, "filename": "cortix-1.1.14.tar.gz", "has_sig": false, "md5_digest": "ef7dea21922625dfb64a347389161902", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 492056, "upload_time": "2020-12-01T05:04:57", "upload_time_iso_8601": "2020-12-01T05:04:57.601115Z", "url": "https://files.pythonhosted.org/packages/6e/9a/92eaa4702be3566a356b69021cbfdcffbd9d13847b37b39b886897c5e382/cortix-1.1.14.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.15": [ { "comment_text": "", "digests": { "md5": "c8e0c6cce1785f9e2eece7e0885a7482", "sha256": "67b4b6ddbf33e1bf9a3f258e52357e6a0b9cc5db8aa213d3286f18378f4ad7f9" }, "downloads": -1, "filename": "cortix-1.1.15-py3-none-any.whl", "has_sig": false, "md5_digest": "c8e0c6cce1785f9e2eece7e0885a7482", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 548945, "upload_time": "2020-12-13T01:33:54", "upload_time_iso_8601": "2020-12-13T01:33:54.490946Z", "url": "https://files.pythonhosted.org/packages/79/89/f0d00939e7347914741382dbe6a60f9b23682cea0445117ca488231c9206/cortix-1.1.15-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2634516b2ea96dc77b9adfc48cab3c5a", "sha256": "2e1689d4d360b2be0706e4b915b14f8e391f57e8bc11c3b2bb9e6fdc678b26db" }, "downloads": -1, "filename": "cortix-1.1.15.tar.gz", "has_sig": false, "md5_digest": "2634516b2ea96dc77b9adfc48cab3c5a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 496418, "upload_time": "2020-12-13T01:33:56", "upload_time_iso_8601": "2020-12-13T01:33:56.368400Z", "url": "https://files.pythonhosted.org/packages/e7/90/037fafc1248bf3560cca83a86fb3fadc52951e3f739e5dfd00c4c45743e8/cortix-1.1.15.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.16": [ { "comment_text": "", "digests": { "md5": "6b8266f63bb1d944626b6485718bd105", "sha256": "bec59efd7a11e223472a5e3e3c36ac0793cea3477e2390eafe25f31102bc74c6" }, "downloads": -1, "filename": "cortix-1.1.16-py3-none-any.whl", "has_sig": false, "md5_digest": "6b8266f63bb1d944626b6485718bd105", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 549268, "upload_time": "2020-12-14T06:37:49", "upload_time_iso_8601": "2020-12-14T06:37:49.384909Z", "url": "https://files.pythonhosted.org/packages/79/11/586af6cd6640b1ceb261d84fd4510db7ed8d29d347eb30f9527f91572adf/cortix-1.1.16-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "438ceb0e079b8d90c90f5eef9891635f", "sha256": "1ca1077f04a4e3ab02e145d02c86f7b65137f661210c405984ec53fb4629dc88" }, "downloads": -1, "filename": "cortix-1.1.16.tar.gz", "has_sig": false, "md5_digest": "438ceb0e079b8d90c90f5eef9891635f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 496710, "upload_time": "2020-12-14T06:37:51", "upload_time_iso_8601": "2020-12-14T06:37:51.066913Z", "url": "https://files.pythonhosted.org/packages/45/51/0c6867d636780dae43f8b8703fb306d5b0f07a8dfa09227726814a1a0ffb/cortix-1.1.16.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.17": [ { "comment_text": "", "digests": { "md5": "c8dfeb40bb078135a1e224858f19bd79", "sha256": "32bbf65bb4aa70ebc03021ba3cfd00940a0f08f48668a8107d514440b2acb8ae" }, "downloads": -1, "filename": "cortix-1.1.17-py3-none-any.whl", "has_sig": false, "md5_digest": "c8dfeb40bb078135a1e224858f19bd79", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.9", "size": 549235, "upload_time": "2021-07-11T02:01:09", "upload_time_iso_8601": "2021-07-11T02:01:09.713214Z", "url": "https://files.pythonhosted.org/packages/be/34/ee98d98bfe7fa2c540ac15b605671e6fc40f4787edc3a06c7e9f8883ab37/cortix-1.1.17-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4ef535e6704580b3ee57b9c8ba779845", "sha256": "421fcde3ee62841b33bce2a014cf3a7b3395490f47f5151ca3ec60b6bc8e15af" }, "downloads": -1, "filename": "cortix-1.1.17.tar.gz", "has_sig": false, "md5_digest": "4ef535e6704580b3ee57b9c8ba779845", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.9", "size": 496228, "upload_time": "2021-07-11T02:01:11", "upload_time_iso_8601": "2021-07-11T02:01:11.882785Z", "url": "https://files.pythonhosted.org/packages/cc/f2/b2110dc421017b5f370e1cc05e13226d9f78e6440aee70cb803c9834d148/cortix-1.1.17.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.18": [ { "comment_text": "", "digests": { "md5": "31ba0102943d7438850ddd71be2fb511", "sha256": "ef3a71f548a63038ed5d3595254227cada1a70d077e033061a1611508f54d75a" }, "downloads": -1, "filename": "cortix-1.1.18-py3-none-any.whl", "has_sig": false, "md5_digest": "31ba0102943d7438850ddd71be2fb511", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.8", "size": 549229, "upload_time": "2021-07-11T02:14:35", "upload_time_iso_8601": "2021-07-11T02:14:35.660579Z", "url": "https://files.pythonhosted.org/packages/4c/ed/947bbc872f69534b3451e991f0a3a98780d621835f5f337d2c90ca83318d/cortix-1.1.18-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6b5a83f75847e6cc5679aea8e06978e9", "sha256": "0721189234711eb842de1aa2a0c81b5dd04f67b8571b16642bd30e2b3ef7f673" }, "downloads": -1, "filename": "cortix-1.1.18.tar.gz", "has_sig": false, "md5_digest": "6b5a83f75847e6cc5679aea8e06978e9", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.8", "size": 496148, "upload_time": "2021-07-11T02:14:37", "upload_time_iso_8601": "2021-07-11T02:14:37.581044Z", "url": "https://files.pythonhosted.org/packages/ea/0a/2816d3bb175cb60bb318adc114c2ce494f5d77d5708afd915b1590972ea0/cortix-1.1.18.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.19": [ { "comment_text": "", "digests": { "md5": "6b1ac9893bfc91fc6b3c9a79a391a943", "sha256": "ebb6a302c7795c6efe8011f0e3962863c74ac0cdaeb35603cb84dbe403e8001e" }, "downloads": -1, "filename": "cortix-1.1.19-py3-none-any.whl", "has_sig": false, "md5_digest": "6b1ac9893bfc91fc6b3c9a79a391a943", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.8", "size": 549248, "upload_time": "2021-07-11T02:40:01", "upload_time_iso_8601": "2021-07-11T02:40:01.012733Z", "url": "https://files.pythonhosted.org/packages/84/33/a5b1771a7e5cfa6322de9d67e0364d8093a13658693e37826e55c2972b4d/cortix-1.1.19-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f4762edc0547cd4e5945a94e73fe46ef", "sha256": "925f89e7ce23e09cfe274186a9a364841351b073afdd0e5d1b82e8ace1e89ad0" }, "downloads": -1, "filename": "cortix-1.1.19.tar.gz", "has_sig": false, "md5_digest": "f4762edc0547cd4e5945a94e73fe46ef", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.8", "size": 496229, "upload_time": "2021-07-11T02:40:03", "upload_time_iso_8601": "2021-07-11T02:40:03.148978Z", "url": "https://files.pythonhosted.org/packages/93/3c/caeb0b797134562fbdf3023e84044b49a98a834bf54acd727c5d5ac4fe3c/cortix-1.1.19.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "016ed787d39f2ec9ac53f3acd11ca3ad", "sha256": "64c5a9307498fd9a795d94dc921a1510c6e2f215a8f8f33dc0b2a7271bb54826" }, "downloads": -1, "filename": "cortix-1.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "016ed787d39f2ec9ac53f3acd11ca3ad", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 136669, "upload_time": "2019-09-27T00:51:06", "upload_time_iso_8601": "2019-09-27T00:51:06.458619Z", "url": "https://files.pythonhosted.org/packages/de/df/1468613502159fa31e9cc32e1c9d5021dbbc820d2a2de19e4e04383effef/cortix-1.1.2-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5657538385dbc7066d681e573bb9c694", "sha256": "2209f856318820029e371e1cda1de6efe1645ec24313e7187165a2ff151fd0f0" }, "downloads": -1, "filename": "cortix-1.1.2.tar.gz", "has_sig": false, "md5_digest": "5657538385dbc7066d681e573bb9c694", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 101359, "upload_time": "2019-09-27T00:51:08", "upload_time_iso_8601": "2019-09-27T00:51:08.528805Z", "url": "https://files.pythonhosted.org/packages/31/66/b2daf4f3ecca735e2973062dc5d8755ceb79c68aac842912a206f422973a/cortix-1.1.2.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.20": [ { "comment_text": "", "digests": { "md5": "1e2651f7ec190ce6a0ec3d1a3ffe4bdf", "sha256": "bd38c57383fb3dd04eb92acee2b15c988e09c14850e66fd27bbfd7fa1618d4dc" }, "downloads": -1, "filename": "cortix-1.1.20-py3-none-any.whl", "has_sig": false, "md5_digest": "1e2651f7ec190ce6a0ec3d1a3ffe4bdf", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 549251, "upload_time": "2021-07-12T02:53:58", "upload_time_iso_8601": "2021-07-12T02:53:58.088793Z", "url": "https://files.pythonhosted.org/packages/5c/8d/bb8a14ef60b6f81b6e6fbcaaa64a32bbbc1f203ebae7e91de90ed9920b48/cortix-1.1.20-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e0aedfe82cf2f94b2a29d196601f3f94", "sha256": "43d1b82003c52afd1a858610bdddf085454e1d80ef644fdc7454650b998bb500" }, "downloads": -1, "filename": "cortix-1.1.20.tar.gz", "has_sig": false, "md5_digest": "e0aedfe82cf2f94b2a29d196601f3f94", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 496176, "upload_time": "2021-07-12T02:54:00", "upload_time_iso_8601": "2021-07-12T02:54:00.127833Z", "url": "https://files.pythonhosted.org/packages/11/e1/3af013c2b1764a120f04ff1e86a8da2c15706f8c77eb55601adce7c86b71/cortix-1.1.20.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.21": [ { "comment_text": "", "digests": { "md5": "2a68c469cf3fe121bae7bf708ebe3743", "sha256": "483044e6ce678ce6524d2e253f8f3fbbecf8b09a937638c80467b3c8dd75d3ff" }, "downloads": -1, "filename": "cortix-1.1.21-py3-none-any.whl", "has_sig": false, "md5_digest": "2a68c469cf3fe121bae7bf708ebe3743", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 554731, "upload_time": "2021-10-27T22:57:42", "upload_time_iso_8601": "2021-10-27T22:57:42.713518Z", "url": "https://files.pythonhosted.org/packages/19/bf/929306a6329a81256617210542cf34b515e3feda9a6fc49c0b5810ed2d84/cortix-1.1.21-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8dcb2ca9ebb1f266028b1c991ae45a5c", "sha256": "965581e9c12ed485051089166d5ce7706f1040ba2eb04600a239309ab0f73426" }, "downloads": -1, "filename": "cortix-1.1.21.tar.gz", "has_sig": false, "md5_digest": "8dcb2ca9ebb1f266028b1c991ae45a5c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 501282, "upload_time": "2021-10-27T22:57:44", "upload_time_iso_8601": "2021-10-27T22:57:44.608884Z", "url": "https://files.pythonhosted.org/packages/91/14/b89d95cf517a6c5f44db17932acd9c6f9a695bfabcee7735c6125d823528/cortix-1.1.21.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.22": [ { "comment_text": "", "digests": { "md5": "8f495da5d8085f57751f6149d1b98867", "sha256": "7ed06232ebbb9768047891688fb13fa40319cadd33fca32f6e159a1e4be2c668" }, "downloads": -1, "filename": "cortix-1.1.22-py3-none-any.whl", "has_sig": false, "md5_digest": "8f495da5d8085f57751f6149d1b98867", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.8", "size": 555094, "upload_time": "2022-03-27T09:08:30", "upload_time_iso_8601": "2022-03-27T09:08:30.902651Z", "url": "https://files.pythonhosted.org/packages/e8/1c/7d69da0fb87fe562092ed6f1f1514474362c49fdabe4abac7cc2014b6189/cortix-1.1.22-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cb909d78055ebbb938f10d4eedf9b376", "sha256": "26ccd7f7b80430cf7a3228ab0b0b20651340e694e6b87ed18f50b4d4da056b1e" }, "downloads": -1, "filename": "cortix-1.1.22.tar.gz", "has_sig": false, "md5_digest": "cb909d78055ebbb938f10d4eedf9b376", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.8", "size": 501318, "upload_time": "2022-03-27T09:08:33", "upload_time_iso_8601": "2022-03-27T09:08:33.081099Z", "url": "https://files.pythonhosted.org/packages/20/36/57e45f3b8d0098fc8493dea722d4ccb043601320f88f37c321ca34b0c0bb/cortix-1.1.22.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.23": [ { "comment_text": "", "digests": { "md5": "704e7192489c74ab7ade01c658840299", "sha256": "4f6eb9f2502a25bf297587ac1b3db252463b056c2b58d23cd6b10e6d5296d89f" }, "downloads": -1, "filename": "cortix-1.1.23-py3-none-any.whl", "has_sig": false, "md5_digest": "704e7192489c74ab7ade01c658840299", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.8", "size": 555245, "upload_time": "2022-04-27T06:14:19", "upload_time_iso_8601": "2022-04-27T06:14:19.725802Z", "url": "https://files.pythonhosted.org/packages/ec/5e/e7c757bd832cfcecd2b7fa9797039b6b8ae38e3600179be989a78498c212/cortix-1.1.23-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "727a393ff41da0eb9370a34c8adf7e66", "sha256": "057213d5d72f130e66d637a7511f9e092f17cd6819f8432f14134aab7af606bd" }, "downloads": -1, "filename": "cortix-1.1.23.tar.gz", "has_sig": false, "md5_digest": "727a393ff41da0eb9370a34c8adf7e66", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.8", "size": 501639, "upload_time": "2022-04-27T06:14:21", "upload_time_iso_8601": "2022-04-27T06:14:21.828621Z", "url": "https://files.pythonhosted.org/packages/51/1a/ffdd9dd583d1ac064e8f27967ed56d6952bf7fc71e83ef51d4a180248786/cortix-1.1.23.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.24": [ { "comment_text": "", "digests": { "md5": "9446b699ace37105bd0a7f2a640a290d", "sha256": "e1bf6c0bf74c7675348e8e31d4fb58a740df34f800336c4fc8eb386b4df75af5" }, "downloads": -1, "filename": "cortix-1.1.24-py3-none-any.whl", "has_sig": false, "md5_digest": "9446b699ace37105bd0a7f2a640a290d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.8", "size": 556493, "upload_time": "2022-05-11T19:37:21", "upload_time_iso_8601": "2022-05-11T19:37:21.873053Z", "url": "https://files.pythonhosted.org/packages/a1/64/b8aa5578b83578697fbb155844b67351676c59f8cb9a5b0092626cae798b/cortix-1.1.24-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ce2399e2cb541fe4fd5d2adba495e8f6", "sha256": "a37d282372ddcf69d7fddb09e0a7b1698dfdb688b916e69c42466be0823608c2" }, "downloads": -1, "filename": "cortix-1.1.24.tar.gz", "has_sig": false, "md5_digest": "ce2399e2cb541fe4fd5d2adba495e8f6", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.8", "size": 502990, "upload_time": "2022-05-11T19:37:24", "upload_time_iso_8601": "2022-05-11T19:37:24.504887Z", "url": "https://files.pythonhosted.org/packages/a6/4f/af0f280c582aa94a65b64b0c029e75ba76590adb713dcd604d6f508c5141/cortix-1.1.24.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.25": [ { "comment_text": "", "digests": { "md5": "9d9d1db4ca2791275210e365b22cb846", "sha256": "1afb1cc0ca2174a2d9605890b8566678b4815e514c1970d1875aade680889afc" }, "downloads": -1, "filename": "cortix-1.1.25-py3-none-any.whl", "has_sig": false, "md5_digest": "9d9d1db4ca2791275210e365b22cb846", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.8", "size": 557173, "upload_time": "2022-05-14T22:12:34", "upload_time_iso_8601": "2022-05-14T22:12:34.564914Z", "url": "https://files.pythonhosted.org/packages/5a/08/a1600a4416c92fa2c0e26c59c505d1d2435ea37c07a43c74d9353221705b/cortix-1.1.25-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b2cb364bd01ece2b4a5c505d07c0b0a2", "sha256": "5bfca132c521b64b398dcbd256b5c6cd867950e2c215bc7aa9b74e921e297b13" }, "downloads": -1, "filename": "cortix-1.1.25.tar.gz", "has_sig": false, "md5_digest": "b2cb364bd01ece2b4a5c505d07c0b0a2", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.8", "size": 503649, "upload_time": "2022-05-14T22:12:36", "upload_time_iso_8601": "2022-05-14T22:12:36.950129Z", "url": "https://files.pythonhosted.org/packages/d1/59/ad2d6a88897578d4b6760fa8233bc6bb865df27a8545b693e700c93a08a9/cortix-1.1.25.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.26": [ { "comment_text": "", "digests": { "md5": "3de3b8e3ea084f71d81b577142440ebc", "sha256": "ba90d675d727c46eb15d55f8f844ef8bdeee30b077713eed0710da7bed87da81" }, "downloads": -1, "filename": "cortix-1.1.26-py3-none-any.whl", "has_sig": false, "md5_digest": "3de3b8e3ea084f71d81b577142440ebc", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.8", "size": 557205, "upload_time": "2022-05-15T00:43:35", "upload_time_iso_8601": "2022-05-15T00:43:35.045329Z", "url": "https://files.pythonhosted.org/packages/1f/78/4580d38353ccc6090d7196346c88b1f3346c4cbabb5a27115e91d7ec0860/cortix-1.1.26-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "20cf6ce88ec77ecd8a20e96b615f003c", "sha256": "98b1cc98608fe760cd9652e0d68f6b31ff99f8f132bc7f8200fa253b27edebbf" }, "downloads": -1, "filename": "cortix-1.1.26.tar.gz", "has_sig": false, "md5_digest": "20cf6ce88ec77ecd8a20e96b615f003c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.8", "size": 503652, "upload_time": "2022-05-15T00:43:37", "upload_time_iso_8601": "2022-05-15T00:43:37.862272Z", "url": "https://files.pythonhosted.org/packages/41/e5/e4bdb5e306e285ea05159a6921f9c31e01ce409d185b1c4e862a87e6875e/cortix-1.1.26.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.27": [ { "comment_text": "", "digests": { "md5": "451d86148a9a3496af64f23f5335f026", "sha256": "964d7470df880e32cde988bd6d90f900e9a9c12ef3ec377c695013c564fa67b3" }, "downloads": -1, "filename": "cortix-1.1.27-py3-none-any.whl", "has_sig": false, "md5_digest": "451d86148a9a3496af64f23f5335f026", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.8", "size": 557536, "upload_time": "2022-05-15T17:02:44", "upload_time_iso_8601": "2022-05-15T17:02:44.009561Z", "url": "https://files.pythonhosted.org/packages/3c/b8/e4f913de3541a6732bd59035849e2eb6b403b064b9a963b8ce06e4f37105/cortix-1.1.27-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f4a04d254380bf90b1a2d4973f8a979c", "sha256": "6d30bcfaff696a6a4355b817204b1284b74018d6008e28ebca8bf1c0ed5cdb7c" }, "downloads": -1, "filename": "cortix-1.1.27.tar.gz", "has_sig": false, "md5_digest": "f4a04d254380bf90b1a2d4973f8a979c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.8", "size": 504047, "upload_time": "2022-05-15T17:02:46", "upload_time_iso_8601": "2022-05-15T17:02:46.421534Z", "url": "https://files.pythonhosted.org/packages/02/c0/5f17568f7213a050517db80321278de0015640ae94797c328f5749b6e865/cortix-1.1.27.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.3": [ { "comment_text": "", "digests": { "md5": "e58361d43fa4f3baafc85fa5c242e969", "sha256": "2f8dba3b071c11edb0f92eb0edf59a635522dd76bcfd31daf325c439fcbe097f" }, "downloads": -1, "filename": "cortix-1.1.3-py3-none-any.whl", "has_sig": false, "md5_digest": "e58361d43fa4f3baafc85fa5c242e969", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 137717, "upload_time": "2019-10-07T14:05:27", "upload_time_iso_8601": "2019-10-07T14:05:27.430620Z", "url": "https://files.pythonhosted.org/packages/d6/60/e2a30ace18ed41b9260be79451902f0541aedae89714aa98c89b213a36e3/cortix-1.1.3-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cf2f03e867898f106aa41ffee2bf809f", "sha256": "068f76b3ed4ad6c472da17cef9432c038042c041e1f3ef655a5318f24b127d48" }, "downloads": -1, "filename": "cortix-1.1.3.tar.gz", "has_sig": false, "md5_digest": "cf2f03e867898f106aa41ffee2bf809f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 102477, "upload_time": "2019-10-07T14:05:29", "upload_time_iso_8601": "2019-10-07T14:05:29.762781Z", "url": "https://files.pythonhosted.org/packages/b1/fc/7dfe8fd229257c0cf6be314ca8c4a0779e9d6668917d0dded51ce7487981/cortix-1.1.3.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.4": [ { "comment_text": "", "digests": { "md5": "5b48d692cad4e938a47872af12fd8dfc", "sha256": "5a68c029f03bfc468a83c37bc7031e3779cdd6958294aaaac1de800303a86952" }, "downloads": -1, "filename": "cortix-1.1.4-py3-none-any.whl", "has_sig": false, "md5_digest": "5b48d692cad4e938a47872af12fd8dfc", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 137719, "upload_time": "2019-10-07T14:06:08", "upload_time_iso_8601": "2019-10-07T14:06:08.269525Z", "url": "https://files.pythonhosted.org/packages/fd/9d/1de14820978cb17f10131a868e3fc82d455e8adab000770f10316e8413b2/cortix-1.1.4-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d73fadba907affb232aec68535358118", "sha256": "c1de08fb337f28b94bd64e206b9f5a968d061d60ff9e95df742b008057e0ee12" }, "downloads": -1, "filename": "cortix-1.1.4.tar.gz", "has_sig": false, "md5_digest": "d73fadba907affb232aec68535358118", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 102478, "upload_time": "2019-10-07T14:06:10", "upload_time_iso_8601": "2019-10-07T14:06:10.604812Z", "url": "https://files.pythonhosted.org/packages/a1/78/c01fa355ec7e01e36f31f15940546416332e392548d6754a6573c5621532/cortix-1.1.4.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.5": [ { "comment_text": "", "digests": { "md5": "a423128ed5705d86c610c7d3abae9143", "sha256": "7bbd937769d9378658f962f8edf7b8beb9bc03679e5e1a3ef9190df653934f6d" }, "downloads": -1, "filename": "cortix-1.1.5-py3-none-any.whl", "has_sig": false, "md5_digest": "a423128ed5705d86c610c7d3abae9143", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 497523, "upload_time": "2019-10-21T16:04:11", "upload_time_iso_8601": "2019-10-21T16:04:11.346864Z", "url": "https://files.pythonhosted.org/packages/ae/a2/3929ca43ca57ce12f9f85ef0435defa30d281604930597b4f51a2bdb8702/cortix-1.1.5-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "dcc1f7a7384fa5edb2772a992b731e51", "sha256": "1811d9dbf8e79abe9b6f090889c698383b040d1f90aa2490b5c8c40313e43e98" }, "downloads": -1, "filename": "cortix-1.1.5.tar.gz", "has_sig": false, "md5_digest": "dcc1f7a7384fa5edb2772a992b731e51", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 455882, "upload_time": "2019-10-21T16:04:14", "upload_time_iso_8601": "2019-10-21T16:04:14.574782Z", "url": "https://files.pythonhosted.org/packages/18/51/7f7e3ecb893e567ded1ed0de6dc68c213a5ada9e68b2bf64c419464347e0/cortix-1.1.5.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.6": [ { "comment_text": "", "digests": { "md5": "767471fb9e4949d640548b4d6d7b5584", "sha256": "3944aaae1fb5807f31a65ea10dd9b0761cc4fef90f862dfc926cd9eb1cfb0bc1" }, "downloads": -1, "filename": "cortix-1.1.6-py3-none-any.whl", "has_sig": false, "md5_digest": "767471fb9e4949d640548b4d6d7b5584", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 497572, "upload_time": "2019-10-23T18:22:48", "upload_time_iso_8601": "2019-10-23T18:22:48.648200Z", "url": "https://files.pythonhosted.org/packages/3e/49/94eef2ab872c1935884a1c2bf9b831e6504fd1d5a7d7aff090681b40da98/cortix-1.1.6-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5a98e77d4033da2c8c22f7c2b9784621", "sha256": "d3f61dad1669c2c2dcfa7b6d643dd2a9604d346a1a72ab4d8e104bf2f92bbe81" }, "downloads": -1, "filename": "cortix-1.1.6.tar.gz", "has_sig": false, "md5_digest": "5a98e77d4033da2c8c22f7c2b9784621", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 455960, "upload_time": "2019-10-23T18:22:50", "upload_time_iso_8601": "2019-10-23T18:22:50.797375Z", "url": "https://files.pythonhosted.org/packages/e7/c4/33833872b8468c1c15f2d9df8128f371dcfc98676d008601836decdd4931/cortix-1.1.6.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.7": [ { "comment_text": "", "digests": { "md5": "dcf163843babe5d2328463dedfa30785", "sha256": "337d88dd980479de179c1d920a4f407cd636ddcbfb52a538037851a5feeaac53" }, "downloads": -1, "filename": "cortix-1.1.7-py3-none-any.whl", "has_sig": false, "md5_digest": "dcf163843babe5d2328463dedfa30785", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 536921, "upload_time": "2020-07-04T18:51:49", "upload_time_iso_8601": "2020-07-04T18:51:49.024445Z", "url": "https://files.pythonhosted.org/packages/cd/7b/f33b9bbb73f1129669c4376bf48b3099fd86a321530da78b7576c2501094/cortix-1.1.7-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "95b1a3c58920d9516796d5472cb1cc85", "sha256": "8f3766fb1a55465c958f227f05b9c91e503503cb7ec95c0e3b40b4d4cd3d348c" }, "downloads": -1, "filename": "cortix-1.1.7.tar.gz", "has_sig": false, "md5_digest": "95b1a3c58920d9516796d5472cb1cc85", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 482511, "upload_time": "2020-07-04T18:51:50", "upload_time_iso_8601": "2020-07-04T18:51:50.892926Z", "url": "https://files.pythonhosted.org/packages/ad/c2/cf113a6b2402b237ec268f7006e26c5a81884b70301431f7054ed021df9a/cortix-1.1.7.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.8": [ { "comment_text": "", "digests": { "md5": "9fe69608efa5fbdf30b236c2acd66121", "sha256": "65099eef957a79a9ed347e7122c753f93fe021c868557b4141183e54334756a5" }, "downloads": -1, "filename": "cortix-1.1.8-py3-none-any.whl", "has_sig": false, "md5_digest": "9fe69608efa5fbdf30b236c2acd66121", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 539682, "upload_time": "2020-07-06T06:25:26", "upload_time_iso_8601": "2020-07-06T06:25:26.013370Z", "url": "https://files.pythonhosted.org/packages/83/b3/2adb1d932d41301042e464e6e8b692a0c7664423813187e9f7003cd65f6b/cortix-1.1.8-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "14d5ebd3144a5c9d2fcf68a9749e7928", "sha256": "9449fb8454a124bc4e531f4c8308a7cbf37a2f81bda235ebd08fadb6338d85f8" }, "downloads": -1, "filename": "cortix-1.1.8.tar.gz", "has_sig": false, "md5_digest": "14d5ebd3144a5c9d2fcf68a9749e7928", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 483307, "upload_time": "2020-07-06T06:25:27", "upload_time_iso_8601": "2020-07-06T06:25:27.770786Z", "url": "https://files.pythonhosted.org/packages/37/0a/9081f12313305118ece4a1c77b7feb4a79e2596d6a4dcda1ab1fa21bdca3/cortix-1.1.8.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.9": [ { "comment_text": "", "digests": { "md5": "23449bc21541a1d248759ec3a8f2f27e", "sha256": "9dd8ab40412c09208d4071869c162d16562b68263308c51a54ccec8b160fbbf8" }, "downloads": -1, "filename": "cortix-1.1.9-py3-none-any.whl", "has_sig": false, "md5_digest": "23449bc21541a1d248759ec3a8f2f27e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 547133, "upload_time": "2020-11-15T19:58:53", "upload_time_iso_8601": "2020-11-15T19:58:53.053923Z", "url": "https://files.pythonhosted.org/packages/50/2b/17beade9d39b126fb409287c9304232626d9abe3a397cdb9c84d1ff37d83/cortix-1.1.9-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b78bb6da6cc6563e2053dec519bed7d2", "sha256": "80deab68f22a4332d63a4b86184388014d667d7da86d6b89ecdb18e6f29564f4" }, "downloads": -1, "filename": "cortix-1.1.9.tar.gz", "has_sig": false, "md5_digest": "b78bb6da6cc6563e2053dec519bed7d2", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 490255, "upload_time": "2020-11-15T19:58:54", "upload_time_iso_8601": "2020-11-15T19:58:54.903676Z", "url": "https://files.pythonhosted.org/packages/8a/20/0dc7ff8b8ee40701bb4f342180d2f71ea4f0e79f48fdc930e9307c757bf5/cortix-1.1.9.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "451d86148a9a3496af64f23f5335f026", "sha256": "964d7470df880e32cde988bd6d90f900e9a9c12ef3ec377c695013c564fa67b3" }, "downloads": -1, "filename": "cortix-1.1.27-py3-none-any.whl", "has_sig": false, "md5_digest": "451d86148a9a3496af64f23f5335f026", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.8", "size": 557536, "upload_time": "2022-05-15T17:02:44", "upload_time_iso_8601": "2022-05-15T17:02:44.009561Z", "url": "https://files.pythonhosted.org/packages/3c/b8/e4f913de3541a6732bd59035849e2eb6b403b064b9a963b8ce06e4f37105/cortix-1.1.27-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f4a04d254380bf90b1a2d4973f8a979c", "sha256": "6d30bcfaff696a6a4355b817204b1284b74018d6008e28ebca8bf1c0ed5cdb7c" }, "downloads": -1, "filename": "cortix-1.1.27.tar.gz", "has_sig": false, "md5_digest": "f4a04d254380bf90b1a2d4973f8a979c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.8", "size": 504047, "upload_time": "2022-05-15T17:02:46", "upload_time_iso_8601": "2022-05-15T17:02:46.421534Z", "url": "https://files.pythonhosted.org/packages/02/c0/5f17568f7213a050517db80321278de0015640ae94797c328f5749b6e865/cortix-1.1.27.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }