{ "info": { "author": "Erik van Widenfelt", "author_email": "ew2789@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "|pypi| |travis| |codecov| |downloads|\n\n\nambition-rando\n--------------\n\nRandomization class and model for Ambition\n\nTo load the randomization list:\n\n.. code-block:: python\n\n python manage.py import_randomization_list\n\n\nTo rebuild the records in RandomizationList:\n\n.. code-block:: python\n\n from django.core.exceptions import ObjectDoesNotExist\n from django.contrib.sites.models import Site\n from edc_registration.models import RegisteredSubject\n from ambition_rando.models import RandomizationList\n\n current_site = Site.objects.get_current()\n for obj in RegisteredSubject.on_site.all():\n try:\n randobj = RandomizationList.objects.get(sid=obj.sid)\n except ObjectDoesNotExist:\n print(f'missing for {obj.subject_identifier}, {obj.sid}.')\n else:\n randobj.alocated_site=current_site\n randobj.subject_identifier=obj.subject_identifier\n randobj.allocated_datetime=obj.consent_datetime\n randobj.allocated=True\n randobj.save() \n\n\n.. |pypi| image:: https://img.shields.io/pypi/v/ambition-rando.svg\n :target: https://pypi.python.org/pypi/ambition-rando\n\n.. |travis| image:: https://travis-ci.com/ambition-trial/ambition-rando.svg?branch=develop\n :target: https://travis-ci.com/ambition-trial/ambition-rando\n\n.. |codecov| image:: https://codecov.io/gh/ambition-trial/ambition-rando/branch/develop/graph/badge.svg\n :target: https://codecov.io/gh/ambition-trial/ambition-rando\n\n.. |downloads| image:: https://pepy.tech/badge/ambition-rando\n :target: https://pepy.tech/project/ambition-rando\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ambition-trial/ambition-rando", "keywords": "django ambition edc randomization", "license": "GPL license, see LICENSE", "maintainer": "", "maintainer_email": "", "name": "ambition-rando", "package_url": "https://pypi.org/project/ambition-rando/", "platform": "", "project_url": "https://pypi.org/project/ambition-rando/", "project_urls": { "Homepage": "https://github.com/ambition-trial/ambition-rando" }, "release_url": "https://pypi.org/project/ambition-rando/0.1.31/", "requires_dist": [ "ambition-sites", "django-crypto-fields", "django-collect-offline", "django-collect-offline-files", "edc-model-admin", "edc-registration", "tqdm" ], "requires_python": ">=3.7", "summary": "Randomization class and models for ambition/edc", "version": "0.1.31" }, "last_serial": 5946776, "releases": { "0.1.10": [ { "comment_text": "", "digests": { "md5": "31b5d643acef6a217feab9ae38e79bad", "sha256": "c7220d4d966bdc3450d144dc1f214938dc00572d55559865f95d79bd414d6544" }, "downloads": -1, "filename": "ambition-rando-0.1.10.macosx-10.13-x86_64.tar.gz", "has_sig": false, "md5_digest": "31b5d643acef6a217feab9ae38e79bad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35339, "upload_time": "2018-08-16T22:23:48", "url": "https://files.pythonhosted.org/packages/89/65/8410d06c356ffad42f096528a32641d4781e34448d3911804e0bb726a852/ambition-rando-0.1.10.macosx-10.13-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "4559ab77cdff930a2cbfab57885f507f", "sha256": "59abb5c08d06a621d48e616f007407ce1a80b05f91e07988d9f7fc62e6423410" }, "downloads": -1, "filename": "ambition_rando-0.1.10-py3-none-any.whl", "has_sig": false, "md5_digest": "4559ab77cdff930a2cbfab57885f507f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 23521, "upload_time": "2018-08-16T22:23:47", "url": "https://files.pythonhosted.org/packages/89/06/bee804a5fb879c06bea188484fb6f8fe556a243e9d0141b3779607eab63d/ambition_rando-0.1.10-py3-none-any.whl" } ], "0.1.11": [ { "comment_text": "", "digests": { "md5": "0d27276d9cc467f84c4edd34e16096a7", "sha256": "98cf140c24bd57febe39b6c84ec7f1a417bbccbc2f0d88452ee80d2c9e851def" }, "downloads": -1, "filename": "ambition-rando-0.1.11.macosx-10.13-x86_64.tar.gz", "has_sig": false, "md5_digest": "0d27276d9cc467f84c4edd34e16096a7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35506, "upload_time": "2018-09-06T05:38:47", "url": "https://files.pythonhosted.org/packages/5a/dc/60106d07f0e7807624e4c409cbd05ebe6b6cd56ced7fcf283d185bffe58f/ambition-rando-0.1.11.macosx-10.13-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "63548ef4283aa0bcf401c3366e6868ca", "sha256": "cee1d1f82d070ec79616f9ce00ea828958531f9e1f0387a71fcc603166e85cc5" }, "downloads": -1, "filename": "ambition_rando-0.1.11-py3-none-any.whl", "has_sig": false, "md5_digest": "63548ef4283aa0bcf401c3366e6868ca", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 23607, "upload_time": "2018-09-06T05:38:46", "url": "https://files.pythonhosted.org/packages/f1/7a/96bd28ff3affb8f680f2eae4005b079cf44e809497e5fb685bc4549b7c2e/ambition_rando-0.1.11-py3-none-any.whl" } ], "0.1.12": [ { "comment_text": "", "digests": { "md5": "db2ab979ed18f50e89cda2e157a33b78", "sha256": "fb704a66f1e133738dfe8fc2278994b8ea4418ad8c7fda8096a1ebdf5a679e2b" }, "downloads": -1, "filename": "ambition-rando-0.1.12.macosx-10.13-x86_64.tar.gz", "has_sig": false, "md5_digest": "db2ab979ed18f50e89cda2e157a33b78", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35640, "upload_time": "2018-09-23T17:09:27", "url": "https://files.pythonhosted.org/packages/aa/52/2eb77e5c52deed8f594dedc9bbf157c427084d2404b162440926023a60d8/ambition-rando-0.1.12.macosx-10.13-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "c6b6038be0b79f04ba5aecc0dde8de9a", "sha256": "621a58a598b9d970d26cf6599a31bb60ff7ba5ade630368b7a823741ddc22c97" }, "downloads": -1, "filename": "ambition_rando-0.1.12-py3-none-any.whl", "has_sig": false, "md5_digest": "c6b6038be0b79f04ba5aecc0dde8de9a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 23638, "upload_time": "2018-09-23T17:09:26", "url": "https://files.pythonhosted.org/packages/c3/5e/a60436d0e88b40cd3708d2c6ffaba605dc9cbcf61245956403a57cbb6349/ambition_rando-0.1.12-py3-none-any.whl" } ], "0.1.13": [ { "comment_text": "", "digests": { "md5": "ef6fb56b0dd55f92e6d2334a159863aa", "sha256": "c040ae683d2723959b91028e6f211e7a108c26b3460eb2b5834871d6929051b7" }, "downloads": -1, "filename": "ambition-rando-0.1.13.macosx-10.13-x86_64.tar.gz", "has_sig": false, "md5_digest": "ef6fb56b0dd55f92e6d2334a159863aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36009, "upload_time": "2018-11-12T05:07:31", "url": "https://files.pythonhosted.org/packages/82/cb/1d2f27e2a4f351bb95f027bd33283d4ba8b3c027424c5ba00aa56b4840d1/ambition-rando-0.1.13.macosx-10.13-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "eb8a9094b976c44347ca95b040f3c6cc", "sha256": "365b6130352bb98427217c63a211dfa185bcf60f1a7c28642639bf2f5d2f69a4" }, "downloads": -1, "filename": "ambition_rando-0.1.13-py3-none-any.whl", "has_sig": false, "md5_digest": "eb8a9094b976c44347ca95b040f3c6cc", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 24152, "upload_time": "2018-11-12T05:07:29", "url": "https://files.pythonhosted.org/packages/a9/6f/f6a73eba5eacafa39be5e165f821a714ee41b2397a5ccc39cc8b477a2cae/ambition_rando-0.1.13-py3-none-any.whl" } ], "0.1.14": [ { "comment_text": "", "digests": { "md5": "f1f16452e1e9b1b7bb0ad9e707696c24", "sha256": "6d453dc005a7b93aee04130c5e029e1f52dc3816c4b27855a59c9d4f93954e17" }, "downloads": -1, "filename": "ambition-rando-0.1.14.macosx-10.7-x86_64.tar.gz", "has_sig": false, "md5_digest": "f1f16452e1e9b1b7bb0ad9e707696c24", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36057, "upload_time": "2019-01-12T16:10:12", "url": "https://files.pythonhosted.org/packages/8b/25/03b436b057af68607125c71116fb12d059a201c4000a72c6059b3e7def28/ambition-rando-0.1.14.macosx-10.7-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "dd892e9c46041462737519a109ad7c5e", "sha256": "70e6c556c5840b6f8ddc3db80b3520367c06a26416b7322f1809fa155fd7b088" }, "downloads": -1, "filename": "ambition_rando-0.1.14-py3-none-any.whl", "has_sig": false, "md5_digest": "dd892e9c46041462737519a109ad7c5e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 36797, "upload_time": "2019-01-12T16:10:11", "url": "https://files.pythonhosted.org/packages/5f/29/b6bfdfa9c951ecd035cdf09e16e530548da216979a473708afa8065f9d5c/ambition_rando-0.1.14-py3-none-any.whl" } ], "0.1.15": [ { "comment_text": "", "digests": { "md5": "8863fbc2a719894840028fcc033f94b0", "sha256": "e862d2ca735b9b37d691adf2a701881cb6931681a564fdfc6e3de1f6acbab0a2" }, "downloads": -1, "filename": "ambition-rando-0.1.15.macosx-10.7-x86_64.tar.gz", "has_sig": false, "md5_digest": "8863fbc2a719894840028fcc033f94b0", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 33176, "upload_time": "2019-01-29T20:41:06", "url": "https://files.pythonhosted.org/packages/ef/72/370c1d22622d8ecf7629b95244f05b44515e37e85057dedcd2d1ab3cb832/ambition-rando-0.1.15.macosx-10.7-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "dcbe4373ddb79a16effbf977ce7e43fa", "sha256": "00218178ae5fdee171e618c86cac4bd294a4fc06ebf4cca0553f60495839554e" }, "downloads": -1, "filename": "ambition_rando-0.1.15-py3-none-any.whl", "has_sig": false, "md5_digest": "dcbe4373ddb79a16effbf977ce7e43fa", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 35001, "upload_time": "2019-01-29T20:41:05", "url": "https://files.pythonhosted.org/packages/e3/36/41ce8b0988b276429d310e3dc782d22234d7fef33ea6624b3a15ee35edea/ambition_rando-0.1.15-py3-none-any.whl" } ], "0.1.16": [ { "comment_text": "", "digests": { "md5": "621c3af4a556c12c366292282f280851", "sha256": "3f460b21e3a8853a0a90f5daecb6a8f30c73d202899873374b3e0c1b0ed89ac2" }, "downloads": -1, "filename": "ambition-rando-0.1.16.macosx-10.7-x86_64.tar.gz", "has_sig": false, "md5_digest": "621c3af4a556c12c366292282f280851", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 33215, "upload_time": "2019-01-30T04:59:06", "url": "https://files.pythonhosted.org/packages/ca/f6/8f6275d0f1bae9fdce8d8ad8b529b4fe21ee8b48f013c7b9e2f8095ee2da/ambition-rando-0.1.16.macosx-10.7-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "0df18e4d75847acacfef667cf4a0b356", "sha256": "600f29748d5132dac48eb52de38da2891aeb090a0cf6d2387e518eee7c65fdbf" }, "downloads": -1, "filename": "ambition_rando-0.1.16-py3-none-any.whl", "has_sig": false, "md5_digest": "0df18e4d75847acacfef667cf4a0b356", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 35024, "upload_time": "2019-01-30T04:59:05", "url": "https://files.pythonhosted.org/packages/0f/5f/4f0ff0439ec3dbdc642ae872363d3cb159e88d05de9134bfb0d615b500d3/ambition_rando-0.1.16-py3-none-any.whl" } ], "0.1.17": [ { "comment_text": "", "digests": { "md5": "2b1bf590a966a90be245c5cb138d1a1c", "sha256": "9d964ff6ed046a2ba851c1b88107d68aa1b75c808a8f2902ce38b9fe7156dbc6" }, "downloads": -1, "filename": "ambition-rando-0.1.17.macosx-10.7-x86_64.tar.gz", "has_sig": false, "md5_digest": "2b1bf590a966a90be245c5cb138d1a1c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 33228, "upload_time": "2019-02-01T02:28:12", "url": "https://files.pythonhosted.org/packages/21/61/0e6d2e268ce1b6ad288d0656dc1819798401ebf689566db77bae544d5cf4/ambition-rando-0.1.17.macosx-10.7-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "918ed506fa1438a75ca6798f0269f8ea", "sha256": "f7d0349b66394adedbe2f88069914fe506d9fae4c8749bf72995c48a569c7559" }, "downloads": -1, "filename": "ambition_rando-0.1.17-py3-none-any.whl", "has_sig": false, "md5_digest": "918ed506fa1438a75ca6798f0269f8ea", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 35025, "upload_time": "2019-02-01T02:28:10", "url": "https://files.pythonhosted.org/packages/e9/6e/604d65ee305caeaf87af11f514ba2f5d57fa811faee5bd893336f3ba39c6/ambition_rando-0.1.17-py3-none-any.whl" } ], "0.1.18": [ { "comment_text": "", "digests": { "md5": "33cc09a143518d4dd69578d4fb6feb89", "sha256": "07158bfc1c02dc30a8533429deca02699cc6108644d5a5d3ba159432e0d78ca3" }, "downloads": -1, "filename": "ambition-rando-0.1.18.macosx-10.7-x86_64.tar.gz", "has_sig": false, "md5_digest": "33cc09a143518d4dd69578d4fb6feb89", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 33402, "upload_time": "2019-02-04T16:32:01", "url": "https://files.pythonhosted.org/packages/8b/c8/f8979639cd124a356c51ca4e124be29bef6328dde74c9b527438892d5829/ambition-rando-0.1.18.macosx-10.7-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "07ac8543ee7a50ded595dfaec18a0e0a", "sha256": "e7076fc635c129815a1e6d0b05cd9d2444a4f93d8bcbdf2806a20d0196f21f11" }, "downloads": -1, "filename": "ambition_rando-0.1.18-py3-none-any.whl", "has_sig": false, "md5_digest": "07ac8543ee7a50ded595dfaec18a0e0a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 35303, "upload_time": "2019-02-04T16:31:59", "url": "https://files.pythonhosted.org/packages/05/84/cc4ff56c0388a5b82e0959ea18a058db8eb70d2935314bca4c58809f2765/ambition_rando-0.1.18-py3-none-any.whl" } ], "0.1.19": [ { "comment_text": "", "digests": { "md5": "b6e6df9968b89c04ff3016dd84b51daa", "sha256": "f3611cc9d5e1b90f6ee3861a71531d8098db2e1944439dfa7234dc0c91951433" }, "downloads": -1, "filename": "ambition_rando-0.1.19-py3-none-any.whl", "has_sig": false, "md5_digest": "b6e6df9968b89c04ff3016dd84b51daa", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 35332, "upload_time": "2019-02-08T19:16:15", "url": "https://files.pythonhosted.org/packages/62/55/3b4a53031dccf925f1df71a9da572b446a1a08cc802bfe93d1424097d7e6/ambition_rando-0.1.19-py3-none-any.whl" } ], "0.1.20": [ { "comment_text": "", "digests": { "md5": "ea07e067e9cd293948735f413e093223", "sha256": "3acf939af77d7f942f5401d6d7a972c86fcf413ec408bc54f3b795675f8730b3" }, "downloads": -1, "filename": "ambition_rando-0.1.20-py3-none-any.whl", "has_sig": false, "md5_digest": "ea07e067e9cd293948735f413e093223", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 35331, "upload_time": "2019-02-27T14:53:17", "url": "https://files.pythonhosted.org/packages/92/d1/c09ee321323744f0b82913b628d066b14f310d44932488999fb4c0347145/ambition_rando-0.1.20-py3-none-any.whl" } ], "0.1.21": [ { "comment_text": "", "digests": { "md5": "88ae2bb42da9d88abe787dcfc2f1365c", "sha256": "e03b96aa2ea92db64d69f8a74283224cfd91528dceeaa76cc61d376d26a59999" }, "downloads": -1, "filename": "ambition_rando-0.1.21-py3-none-any.whl", "has_sig": false, "md5_digest": "88ae2bb42da9d88abe787dcfc2f1365c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 36059, "upload_time": "2019-03-05T14:18:51", "url": "https://files.pythonhosted.org/packages/05/c3/8cba2cb6da5596e281025294f0cd6168272a9d19cba602765b3a8c887dc3/ambition_rando-0.1.21-py3-none-any.whl" } ], "0.1.22": [ { "comment_text": "", "digests": { "md5": "ee5fc6181034fbd397d65ed6c3755f30", "sha256": "e22d96181c5f2011a3977b678bfa9c61c6b5f38d31f9fb4e87c9a5ca189e79b3" }, "downloads": -1, "filename": "ambition_rando-0.1.22-py3-none-any.whl", "has_sig": false, "md5_digest": "ee5fc6181034fbd397d65ed6c3755f30", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 37150, "upload_time": "2019-03-21T15:00:50", "url": "https://files.pythonhosted.org/packages/a6/72/6996b009a57ae3cbc421a608c79134e21dcae5da7cf4dbfd6d53684eeef3/ambition_rando-0.1.22-py3-none-any.whl" } ], "0.1.23": [ { "comment_text": "", "digests": { "md5": "ae2fddf1933dd38da47cac962e7e1632", "sha256": "eef5c3215a62281bf7f84bd4ffa8772bce0980feba84624fd4ce048f5d499af1" }, "downloads": -1, "filename": "ambition_rando-0.1.23-py3-none-any.whl", "has_sig": false, "md5_digest": "ae2fddf1933dd38da47cac962e7e1632", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 37149, "upload_time": "2019-03-30T12:57:48", "url": "https://files.pythonhosted.org/packages/e8/44/057e581073935bd5ba6f541bb86658e5e4d69103f1bcc77cada8413b6184/ambition_rando-0.1.23-py3-none-any.whl" } ], "0.1.24": [ { "comment_text": "", "digests": { "md5": "5a7daebc633c05c1c53ed030ad409fcb", "sha256": "42c154b8d49acefe3c4b01bf5dd6080b46a251e4b1d6ee6767a980bf34d4ec7e" }, "downloads": -1, "filename": "ambition_rando-0.1.24-py3-none-any.whl", "has_sig": false, "md5_digest": "5a7daebc633c05c1c53ed030ad409fcb", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 37152, "upload_time": "2019-04-09T03:29:21", "url": "https://files.pythonhosted.org/packages/12/e3/b5e3a8bfe3e8a940ad702f9aef6cac9c6aa5bf9904e6a1ced4f3f36431a5/ambition_rando-0.1.24-py3-none-any.whl" } ], "0.1.25": [ { "comment_text": "", "digests": { "md5": "6b039e053bbe871c0be8ab979b31e6cc", "sha256": "9e9219a30f4922b4d5002903fed55d1fc40fbf4756a847d5846c98f7a77b99cc" }, "downloads": -1, "filename": "ambition_rando-0.1.25-py3-none-any.whl", "has_sig": false, "md5_digest": "6b039e053bbe871c0be8ab979b31e6cc", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 37379, "upload_time": "2019-05-06T03:09:57", "url": "https://files.pythonhosted.org/packages/59/2f/11ca3b39da8a4c6d8a1ea029ef3c863ee32119667c5120fecbe5d903850e/ambition_rando-0.1.25-py3-none-any.whl" } ], "0.1.26": [ { "comment_text": "", "digests": { "md5": "06a1746230f7d64586884f2933496ad3", "sha256": "f170cd67647ffe9cc8d7148b3b0f0bcfc6119736b2f906ad735b6a2a81091f78" }, "downloads": -1, "filename": "ambition_rando-0.1.26-py3-none-any.whl", "has_sig": false, "md5_digest": "06a1746230f7d64586884f2933496ad3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 37409, "upload_time": "2019-05-15T05:40:21", "url": "https://files.pythonhosted.org/packages/ed/39/bef7cfcaf310d5889013ce0b5e912edd029289331f41bb6a24fff2562cf5/ambition_rando-0.1.26-py3-none-any.whl" } ], "0.1.27": [ { "comment_text": "", "digests": { "md5": "8ca3af86ca16cf9272604cd5c2cee995", "sha256": "f9a9bee537a581dc54649ae4630a7bf5d8470c90316efd6ee8e9ec461b91f322" }, "downloads": -1, "filename": "ambition_rando-0.1.27-py3-none-any.whl", "has_sig": false, "md5_digest": "8ca3af86ca16cf9272604cd5c2cee995", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 37415, "upload_time": "2019-06-05T18:20:55", "url": "https://files.pythonhosted.org/packages/4f/4f/684eb913583f41874a13b706c5575cb7b650cbdb1548a22aef3706f56cd8/ambition_rando-0.1.27-py3-none-any.whl" } ], "0.1.28": [ { "comment_text": "", "digests": { "md5": "d4a7936a080d771c9cc0d564382a6d0f", "sha256": "588c2d5993853518a1e19845ebfb3dca6f3de029244d172a2b04b7d3aacadba8" }, "downloads": -1, "filename": "ambition_rando-0.1.28-py3-none-any.whl", "has_sig": false, "md5_digest": "d4a7936a080d771c9cc0d564382a6d0f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 37507, "upload_time": "2019-06-25T04:06:47", "url": "https://files.pythonhosted.org/packages/bd/22/e56fc8d8f44c5d27649cfbdeb34a7f0a3f5ee7e82935fb950e5e289f5b6f/ambition_rando-0.1.28-py3-none-any.whl" } ], "0.1.29": [ { "comment_text": "", "digests": { "md5": "8454631cd7c0fc32652f1297ed4acfa5", "sha256": "3465baf9e2fcae18f62bf56642a14a35cf1603fa0c90d56b89e803c332e5f15d" }, "downloads": -1, "filename": "ambition_rando-0.1.29-py3-none-any.whl", "has_sig": false, "md5_digest": "8454631cd7c0fc32652f1297ed4acfa5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 37662, "upload_time": "2019-07-24T16:49:24", "url": "https://files.pythonhosted.org/packages/0d/56/1c53364016f8c660857bf94c7042ca8ab7063a1531cb6d070f53e10fccc5/ambition_rando-0.1.29-py3-none-any.whl" } ], "0.1.30": [ { "comment_text": "", "digests": { "md5": "d0ad3451383ef0f4a73c4c821475a88e", "sha256": "58d2293ff81d448f9ef37d003b245ecca27863c89729ec1805b3e81eecde7d9c" }, "downloads": -1, "filename": "ambition_rando-0.1.30-py3-none-any.whl", "has_sig": false, "md5_digest": "d0ad3451383ef0f4a73c4c821475a88e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 37661, "upload_time": "2019-08-02T15:07:34", "url": "https://files.pythonhosted.org/packages/46/0a/328cf249ce0c20160462b840a30d638ffe096d9baca11caf6e1a21f52e3a/ambition_rando-0.1.30-py3-none-any.whl" } ], "0.1.31": [ { "comment_text": "", "digests": { "md5": "916fbef39e8497d5180e86dc36fe4bd8", "sha256": "cc588925b2067ba1b4d85beec54a430be3053d0f9c823ac5ee9f392cb0a4fda4" }, "downloads": -1, "filename": "ambition_rando-0.1.31-py3-none-any.whl", "has_sig": false, "md5_digest": "916fbef39e8497d5180e86dc36fe4bd8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 38094, "upload_time": "2019-10-08T21:30:38", "url": "https://files.pythonhosted.org/packages/81/0a/c7b9f8c643c901921fd1ccc9cc40c470e984fa181608ef1eb316093c24da/ambition_rando-0.1.31-py3-none-any.whl" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "6a9cb1ada33152714e7e87b7bd74b700", "sha256": "5c13c8c051809d07de4202424e17ba6429ba5652410fb737f7311160e3601d69" }, "downloads": -1, "filename": "ambition-rando-0.1.4.macosx-10.13-x86_64.tar.gz", "has_sig": false, "md5_digest": "6a9cb1ada33152714e7e87b7bd74b700", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34799, "upload_time": "2018-07-21T12:13:21", "url": "https://files.pythonhosted.org/packages/2b/e2/213b12c768578ddc18463db7ba5851531d887d83555dfdb1f0a3ddf441a7/ambition-rando-0.1.4.macosx-10.13-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "412174598ba77bd1ae6c070054add61c", "sha256": "6f8d36fc824a34e5a2d42e07d6202204eb47bf452ef1db6abf5cf1b7fc08e554" }, "downloads": -1, "filename": "ambition_rando-0.1.4-py3-none-any.whl", "has_sig": false, "md5_digest": "412174598ba77bd1ae6c070054add61c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 22915, "upload_time": "2018-07-21T12:13:20", "url": "https://files.pythonhosted.org/packages/29/77/bf67e48db2446c17669ab2bf3452feb526e6dc74edc3ce7f924165fcd47e/ambition_rando-0.1.4-py3-none-any.whl" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "bd13af3457389625a0afe226f63dc101", "sha256": "bce9d82bf6c2df4d22d278f0e260685d4d45cbd07f66d9eb8e49a27740295b23" }, "downloads": -1, "filename": "ambition-rando-0.1.5.macosx-10.13-x86_64.tar.gz", "has_sig": false, "md5_digest": "bd13af3457389625a0afe226f63dc101", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34811, "upload_time": "2018-08-01T01:04:08", "url": "https://files.pythonhosted.org/packages/e1/13/138f81cdc053f66ac8c72ee58b6815f2a82e3b2acac439ee73e083bd0329/ambition-rando-0.1.5.macosx-10.13-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "b638af83d5cf4153176316c4f58f99ad", "sha256": "3d355273ddbc3e00931091293ad8c377761889f24450b5b737e4066f828fe4ee" }, "downloads": -1, "filename": "ambition_rando-0.1.5-py3-none-any.whl", "has_sig": false, "md5_digest": "b638af83d5cf4153176316c4f58f99ad", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 22909, "upload_time": "2018-08-01T01:04:06", "url": "https://files.pythonhosted.org/packages/48/50/b287f367e8bb39e419a963f6990a962b62835249a1604c7692a11a882b5f/ambition_rando-0.1.5-py3-none-any.whl" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "cba69c41a3188a6387879d966e2f9e02", "sha256": "6134496a2d77dc473cfeafcac28d6c34cba1ee023e545151a5d469bf09fac367" }, "downloads": -1, "filename": "ambition-rando-0.1.6.macosx-10.13-x86_64.tar.gz", "has_sig": false, "md5_digest": "cba69c41a3188a6387879d966e2f9e02", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34836, "upload_time": "2018-08-03T21:49:20", "url": "https://files.pythonhosted.org/packages/32/64/1f1179a56f42344020b663add52287d8b8604b5a62bd3bf2359c653216d2/ambition-rando-0.1.6.macosx-10.13-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "ee5fde514d6116352816e4e9c0d35127", "sha256": "561a561baa2c01466ef081df8865d02104d83b6fd841da3e5e193e4485f36103" }, "downloads": -1, "filename": "ambition_rando-0.1.6-py3-none-any.whl", "has_sig": false, "md5_digest": "ee5fde514d6116352816e4e9c0d35127", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 22912, "upload_time": "2018-08-03T21:49:17", "url": "https://files.pythonhosted.org/packages/2a/c7/68c809c4dc77d3e100b6b2dcba7693b31d224ebd1f4986ef07b8ce02ab2b/ambition_rando-0.1.6-py3-none-any.whl" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "6b319dd8c02a56967f20118870613c2e", "sha256": "266b5e472e53ec02d19cceff572b3e1130b0614b47b71458738d3d9219b93e33" }, "downloads": -1, "filename": "ambition-rando-0.1.7.macosx-10.13-x86_64.tar.gz", "has_sig": false, "md5_digest": "6b319dd8c02a56967f20118870613c2e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34727, "upload_time": "2018-08-11T03:12:04", "url": "https://files.pythonhosted.org/packages/ba/0f/782458c49b509d940dca270a08cb764aee15502a66b7bb928e1133652ceb/ambition-rando-0.1.7.macosx-10.13-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "b39f93795768ba2aa8f470f9893119e2", "sha256": "7e36c59d2891a53d3b4ef7bb4232974b4ef25bf1529c70f61d48431474079e4c" }, "downloads": -1, "filename": "ambition_rando-0.1.7-py3-none-any.whl", "has_sig": false, "md5_digest": "b39f93795768ba2aa8f470f9893119e2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 22957, "upload_time": "2018-08-11T03:12:02", "url": "https://files.pythonhosted.org/packages/4c/d2/dde0034c03c0e1fd43e6cb5d3db09564e18ba68e1d0ae3432a9ed8b98f6b/ambition_rando-0.1.7-py3-none-any.whl" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "bdd312c07e19b2a157682d0137283ae8", "sha256": "fe77d93388fe574187506879fb8f25dcaa056dc7eab4bb504656c97443a1baf7" }, "downloads": -1, "filename": "ambition-rando-0.1.8.macosx-10.13-x86_64.tar.gz", "has_sig": false, "md5_digest": "bdd312c07e19b2a157682d0137283ae8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34749, "upload_time": "2018-08-11T15:11:50", "url": "https://files.pythonhosted.org/packages/f2/09/898b752dda36380f1705fb1daf9425fa207b62f66cd99cdfb0a3570fbf5b/ambition-rando-0.1.8.macosx-10.13-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "c1d21b9aaf02ae075c88e04a8fb45f5b", "sha256": "eef8039db40df74bd578e14807a23f3baf0c7e182aa8f0e190e23e95dc9ed2f6" }, "downloads": -1, "filename": "ambition_rando-0.1.8-py3-none-any.whl", "has_sig": false, "md5_digest": "c1d21b9aaf02ae075c88e04a8fb45f5b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 22971, "upload_time": "2018-08-11T15:11:47", "url": "https://files.pythonhosted.org/packages/24/ac/3395321c4d8083ec4f967a4171b2f384ae2014c81f75856dcd56d7c5c470/ambition_rando-0.1.8-py3-none-any.whl" } ], "0.1.9": [ { "comment_text": "", "digests": { "md5": "9612a4ae04ca6d7503766f1aa04199eb", "sha256": "9f2206cc155ca3ed0e0b956dec43f158c53fe8ed4e0ceffbaab5f873267a0048" }, "downloads": -1, "filename": "ambition-rando-0.1.9.macosx-10.13-x86_64.tar.gz", "has_sig": false, "md5_digest": "9612a4ae04ca6d7503766f1aa04199eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34748, "upload_time": "2018-08-11T15:23:20", "url": "https://files.pythonhosted.org/packages/83/55/c150b5ee484b1b350ef033869f4ee2099feb05b0ef243477f7ee1ffffad1/ambition-rando-0.1.9.macosx-10.13-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "f9ef03d6f32af8f361b32cfb21d24e86", "sha256": "af745b13153caa59543022503417e688c96284b7f76f5183da9c21e57621254d" }, "downloads": -1, "filename": "ambition_rando-0.1.9-py3-none-any.whl", "has_sig": false, "md5_digest": "f9ef03d6f32af8f361b32cfb21d24e86", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 22970, "upload_time": "2018-08-11T15:23:17", "url": "https://files.pythonhosted.org/packages/c4/22/305ce742d9aae630be4b12ffb1363ce3ce6f51ba5bc3f111b59a2c6e683b/ambition_rando-0.1.9-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "916fbef39e8497d5180e86dc36fe4bd8", "sha256": "cc588925b2067ba1b4d85beec54a430be3053d0f9c823ac5ee9f392cb0a4fda4" }, "downloads": -1, "filename": "ambition_rando-0.1.31-py3-none-any.whl", "has_sig": false, "md5_digest": "916fbef39e8497d5180e86dc36fe4bd8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 38094, "upload_time": "2019-10-08T21:30:38", "url": "https://files.pythonhosted.org/packages/81/0a/c7b9f8c643c901921fd1ccc9cc40c470e984fa181608ef1eb316093c24da/ambition_rando-0.1.31-py3-none-any.whl" } ] }