{ "info": { "author": "Dirko Coetsee", "author_email": "dpcoetsee@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Scientific/Engineering" ], "description": "pyhacrf\n=======\n.. image:: https://travis-ci.org/dedupeio/pyhacrf.svg?branch=master\n :target: https://travis-ci.org/dedupeio/pyhacrf\n \n.. image:: https://ci.appveyor.com/api/projects/status/kibqrd7wnsk2ilpf/branch/master?svg=true\n :target: https://ci.appveyor.com/project/fgregg/pyhacrf\n\nHidden alignment conditional random field for classifying string pairs -\na learnable edit distance.\n\nThis package aims to implement the HACRF machine learning model with a\n``sklearn``-like interface. It includes ways to fit a model to training\nexamples and score new example.\n\nThe model takes string pairs as input and classify them into any number\nof classes. In McCallum's original paper the model was applied to the\ndatabase deduplication problem. Each database entry was paired with\nevery other entry and the model then classified whether the pair was a\n'match' or a 'mismatch' based on training examples of matches and\nmismatches.\n\nI also tried to use it as learnable string edit distance for normalizing\nnoisy text. See *A Conditional Random Field for Discriminatively-trained\nFinite-state String Edit Distance* by McCallum, Bellare, and Pereira,\nand the report *Conditional Random Fields for Noisy text normalisation*\nby Dirko Coetsee.\n\nExample\n-------\n\n.. code:: python\n\n from pyhacrf import StringPairFeatureExtractor, Hacrf\n\n training_X = [('helloooo', 'hello'), # Matching examples\n ('h0me', 'home'),\n ('krazii', 'crazy'),\n ('non matching string example', 'no really'), # Non-matching examples\n ('and another one', 'yep')]\n training_y = ['match',\n 'match',\n 'match',\n 'non-match',\n 'non-match']\n\n # Extract features\n feature_extractor = StringPairFeatureExtractor(match=True, numeric=True)\n training_X_extracted = feature_extractor.fit_transform(training_X)\n\n # Train model\n model = Hacrf(l2_regularization=1.0)\n model.fit(training_X_extracted, training_y)\n\n # Evaluate\n from sklearn.metrics import confusion_matrix\n predictions = model.predict(training_X_extracted)\n\n print(confusion_matrix(training_y, predictions))\n > [[0 3]\n > [2 0]]\n\n print(model.predict_proba(training_X_extracted))\n > [[ 0.94914812 0.05085188]\n > [ 0.92397711 0.07602289]\n > [ 0.86756034 0.13243966]\n > [ 0.05438812 0.94561188]\n > [ 0.02641275 0.97358725]]\n\nDependencies\n------------\n\nThis package depends on ``numpy``. The LBFGS optimizer in ``pylbfgs`` is\nused, but alternative optimizers can be passed.\n\nInstall\n-------\n\nInstall by running:\n\n::\n\n python setup.py install\n\nor from pypi:\n\n::\n\n pip install pyhacrf\n\nDeveloping\n----------\nClone from repository, then\n\n::\n\n pip install -r requirements.txt\n cython pyhacrf/*.pyx\n python setup.py install\n\nTo deploy to pypi, make sure you have compiled the \\*.pyx files to \\*.c", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/datamade/pyhacrf", "keywords": "", "license": "", "maintainer": "Forest Gregg", "maintainer_email": "fgregg@gmail.com", "name": "pyhacrf-datamade", "package_url": "https://pypi.org/project/pyhacrf-datamade/", "platform": "", "project_url": "https://pypi.org/project/pyhacrf-datamade/", "project_urls": { "Homepage": "https://github.com/datamade/pyhacrf" }, "release_url": "https://pypi.org/project/pyhacrf-datamade/0.2.3/", "requires_dist": null, "requires_python": "", "summary": "Hidden alignment conditional random field, a discriminative string edit distance", "version": "0.2.3" }, "last_serial": 4250510, "releases": { "0.1.2": [], "0.2.0": [ { "comment_text": "", "digests": { "md5": "fce64799c0cf510093546b31ff9e094f", "sha256": "850fc6d8672fac8dbd8836103e059c24b16d083e5d43c15065f10c511ab85d67" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.0-cp27-cp27m-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "fce64799c0cf510093546b31ff9e094f", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 208066, "upload_time": "2017-03-25T17:52:32", "url": "https://files.pythonhosted.org/packages/29/bc/fd63de85bb1e0f7e63bbdd78c549647df705e3c2a88218d59b82c61597a6/pyhacrf_datamade-0.2.0-cp27-cp27m-macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "bfb97b1b3bf8da56776b18237b74a4b3", "sha256": "b332a1110e147954af08235f452f8923e07a91161865615497ba1df5a8dcd9a4" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.0-cp27-cp27m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "bfb97b1b3bf8da56776b18237b74a4b3", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 198313, "upload_time": "2016-05-08T21:07:23", "url": "https://files.pythonhosted.org/packages/6f/c0/3e5a4c4725f06df5c80dfd090fc8a903dde383d36481737754361bc95347/pyhacrf_datamade-0.2.0-cp27-cp27m-macosx_10_9_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "82bb45549ced42ff7fa4f6d78aae2c8b", "sha256": "13da74dbc07a82916947a4354ea0629fdec0df736d2eb1f20a7cd24efe2e2906" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.0-cp27-cp27m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "82bb45549ced42ff7fa4f6d78aae2c8b", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 664792, "upload_time": "2017-03-25T17:56:01", "url": "https://files.pythonhosted.org/packages/82/a9/45a338e1c7167d552f80b9933051cabc861758cc1ac27cac1b02261e8b93/pyhacrf_datamade-0.2.0-cp27-cp27m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "381373efdfa911ac46e425fc82d850ac", "sha256": "648f6fbc0ba1523a571d35f47b86a5cc60de6fad89d6664cf12c4dbe2534aa7b" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.0-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "381373efdfa911ac46e425fc82d850ac", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 712904, "upload_time": "2017-03-25T17:55:49", "url": "https://files.pythonhosted.org/packages/c0/6d/1b2dec26732c53c5783ece9dd32c91aa4c59f1916447e57430cccbb18439/pyhacrf_datamade-0.2.0-cp27-cp27m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "090bec858808a5d141755591a48608a0", "sha256": "ae3ffbb2cf7a0574385ee2f8fe87b77f79abce374c99f84d8c3254fe0df310b6" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.0-cp27-cp27mu-manylinux1_i686.whl", "has_sig": false, "md5_digest": "090bec858808a5d141755591a48608a0", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 664742, "upload_time": "2017-03-25T17:56:03", "url": "https://files.pythonhosted.org/packages/a7/11/372f73326423aa80528c0397f698f29962fd0ab5859288e99108b870cfe6/pyhacrf_datamade-0.2.0-cp27-cp27mu-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "e251fa9e1181d50574ca341f44fb7b29", "sha256": "0f8c6de8384544242c79ec8b969ac6960466161afbb78ed3c20d50cc861b3578" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.0-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "e251fa9e1181d50574ca341f44fb7b29", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 712981, "upload_time": "2017-03-25T17:55:52", "url": "https://files.pythonhosted.org/packages/0c/75/3446f24a39feb52f07650b23312768f4e1bc11d7846f8fd25fe3c8bef386/pyhacrf_datamade-0.2.0-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "601a25d11feab87a4be0a033964455c5", "sha256": "05e160a583c044a8dc5ac6dd6e76a43348d097b66a11a71cb99ac1ec4cddb7bf" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.0-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "601a25d11feab87a4be0a033964455c5", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 145937, "upload_time": "2016-05-08T21:06:26", "url": "https://files.pythonhosted.org/packages/cd/2a/e40228fe8188e2e3692f73e7d1111a6e2bad8816c8f3a2880b500fd3ae5c/pyhacrf_datamade-0.2.0-cp27-cp27m-win32.whl" }, { "comment_text": "", "digests": { "md5": "050ebbd2e8fa975b929d736c4d4f1ebb", "sha256": "e3f04d3ab28e36a6df2fe06e0bb05388b35e966204868af856ac2c47aada932e" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.0-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "050ebbd2e8fa975b929d736c4d4f1ebb", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 174959, "upload_time": "2016-05-08T21:09:43", "url": "https://files.pythonhosted.org/packages/df/e5/1b759352eb9fa6e746ab40e945091008d885d864eb5b77bd71a4a1e03e8b/pyhacrf_datamade-0.2.0-cp27-cp27m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "5dcbf15b9d06ddc44668eda5bab2233d", "sha256": "fc721dc2e0bd38c3a33cb7c0e46ce0b43e06044b58425d614acb137c7ff4c607" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.0-cp34-cp34m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "5dcbf15b9d06ddc44668eda5bab2233d", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 685607, "upload_time": "2017-03-25T17:56:05", "url": "https://files.pythonhosted.org/packages/08/5b/b1f41beb7d3c2c0263f14066693596f53b4f3060ea1de39e1fc634ee41f7/pyhacrf_datamade-0.2.0-cp34-cp34m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "14b82dee7c5d32bd24bf9647c88a9505", "sha256": "93bde58d24fec3b686de133a9588674ce6526e497907c9b2a11d48b3937f3bf1" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.0-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "14b82dee7c5d32bd24bf9647c88a9505", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 729686, "upload_time": "2017-03-25T17:55:54", "url": "https://files.pythonhosted.org/packages/be/67/a44ce3901899b385ceb9094f7e0ef47b88d5aa5aa29f115070231cd63724/pyhacrf_datamade-0.2.0-cp34-cp34m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "0cb297fadafef0d4e33a4b14cbae3ef0", "sha256": "2805503e790322cedc199db5e39606ae424fa085f87090e8970cbbcffaa9f454" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.0-cp34-cp34m-win32.whl", "has_sig": false, "md5_digest": "0cb297fadafef0d4e33a4b14cbae3ef0", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 141128, "upload_time": "2016-05-08T21:13:38", "url": "https://files.pythonhosted.org/packages/e7/8a/27c24cacb6ba417bb3c71321052acd6776b47a9d716f397b06e7395e9012/pyhacrf_datamade-0.2.0-cp34-cp34m-win32.whl" }, { "comment_text": "", "digests": { "md5": "8902e203774ea0a1d75fbdeb01715609", "sha256": "ea1cb8beb8f184fa09eedac4a5aef7655c24d69b87fe0574be23658e0b4e2b35" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.0-cp34-cp34m-win_amd64.whl", "has_sig": false, "md5_digest": "8902e203774ea0a1d75fbdeb01715609", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 161568, "upload_time": "2016-05-08T22:04:11", "url": "https://files.pythonhosted.org/packages/04/c7/e1f0902b4d3796a3402300d8b5f54a61bb4f8c18b1648fca51bebd6b5706/pyhacrf_datamade-0.2.0-cp34-cp34m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "8f01a61d85354fa9a8f597b8d564e09a", "sha256": "d9b44bbd92f896008c8240bf56f1c127d916a24ecae602b06dc4fe034bf2351f" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.0-cp35-cp35m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "8f01a61d85354fa9a8f597b8d564e09a", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 188308, "upload_time": "2016-05-08T21:07:15", "url": "https://files.pythonhosted.org/packages/61/49/6c88ba3540497637371b072f7a62e09fcddcbf689d53639bbbcbbb597ecd/pyhacrf_datamade-0.2.0-cp35-cp35m-macosx_10_9_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "5fbe3f264ffbcd691f8734382cb2e8e3", "sha256": "1451a44c81ef0df856a86bce3a52a9a9e4407a9f6939572d4d8d42a8adfebf6c" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.0-cp35-cp35m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "5fbe3f264ffbcd691f8734382cb2e8e3", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 675970, "upload_time": "2017-03-25T17:56:07", "url": "https://files.pythonhosted.org/packages/cd/f4/05afb72c616846365862ef965ff98a5e9317ebb228a78e6871310e15d1de/pyhacrf_datamade-0.2.0-cp35-cp35m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "26145d1eb45c8955cf1384c70f7c3b8d", "sha256": "5a922b81dcfa8b6fc40c394be0f8e66cc9b7c4ef586ab77f426e1f19c51559bc" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.0-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "26145d1eb45c8955cf1384c70f7c3b8d", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 722293, "upload_time": "2017-03-25T17:55:56", "url": "https://files.pythonhosted.org/packages/21/ad/8dab53c6f1e8644f37535f7b856d2f99593e3eed3e91ddbe06de49b96777/pyhacrf_datamade-0.2.0-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "f173dbf9ec177e6ffa2b25965d7ccc67", "sha256": "dd32c0e374eda589fec560c6a543180b89577f46cac5d738fa854561db512041" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.0-cp36-cp36m-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "f173dbf9ec177e6ffa2b25965d7ccc67", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 200847, "upload_time": "2017-03-25T17:54:16", "url": "https://files.pythonhosted.org/packages/0a/68/daed153cc6d5f133544072f77d3d8fb44b8bf70b405f8549b7ad2f08d354/pyhacrf_datamade-0.2.0-cp36-cp36m-macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "083923405c504eda6564c0d937c0eb0a", "sha256": "17cb9c62b02335b2a5429a70e9d6210621eadf30a92f32e31917520b0f508361" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.0-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "083923405c504eda6564c0d937c0eb0a", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 682375, "upload_time": "2017-03-25T17:56:09", "url": "https://files.pythonhosted.org/packages/a5/28/d55199b07788495b2a71548931e9fbf181e34bff06e2f01040a091cec30f/pyhacrf_datamade-0.2.0-cp36-cp36m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "c23521c9ed5f6dc202a6ced7aec4991a", "sha256": "4dca1e05924927b991721b2ba8e93b3129616b59f7114e2c8d2a73a3b9865b57" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.0-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "c23521c9ed5f6dc202a6ced7aec4991a", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 727809, "upload_time": "2017-03-25T17:55:58", "url": "https://files.pythonhosted.org/packages/9d/1f/837ab796bf860450e33362cd0dcb913776e4a7730f19f73335582cd3866e/pyhacrf_datamade-0.2.0-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "45acabb7454d60b3a2abecd986af7a28", "sha256": "666d55274d9af279bb031005fa0971791de3bd6c7235e6d954f2f84c068521fb" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.0-py2.7-win32.egg", "has_sig": false, "md5_digest": "45acabb7454d60b3a2abecd986af7a28", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 144113, "upload_time": "2016-05-08T21:06:38", "url": "https://files.pythonhosted.org/packages/70/0f/627fe822d08a4e808d7cc91784e1e1ab1919a57a4ae1df979a45649008d7/pyhacrf_datamade-0.2.0-py2.7-win32.egg" }, { "comment_text": "", "digests": { "md5": "efaf80bec11ad3c40d1a194787588c09", "sha256": "a621be96c739dd649d48573194a6f2adeec43d073f4a65f20833d84340c00b7d" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.0-py2.7-win-amd64.egg", "has_sig": false, "md5_digest": "efaf80bec11ad3c40d1a194787588c09", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 173130, "upload_time": "2016-05-08T21:10:01", "url": "https://files.pythonhosted.org/packages/1f/70/1a0f563be2d1aad4472b300b9a6b4b546fb1a323fbaab23cc36ad813e859/pyhacrf_datamade-0.2.0-py2.7-win-amd64.egg" }, { "comment_text": "", "digests": { "md5": "2ac294329aab8385e3f7198a6c9f5da5", "sha256": "d1ec384132796dff7e0db189de5c10bde925b15fc7ab54ff74637ec907d4da91" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.0-py3.4-win32.egg", "has_sig": false, "md5_digest": "2ac294329aab8385e3f7198a6c9f5da5", "packagetype": "bdist_egg", "python_version": "3.4", "requires_python": null, "size": 139329, "upload_time": "2016-05-08T21:14:04", "url": "https://files.pythonhosted.org/packages/a6/72/deee6067cb806ddc72775eb811e91820cfe3bfca5352558ad6edc3cc2f6e/pyhacrf_datamade-0.2.0-py3.4-win32.egg" }, { "comment_text": "", "digests": { "md5": "5c9390d7bb4d624cab748ba82db2187c", "sha256": "42c3789c08f4252e4be435c729a7c55d04e49225e781a9c128907d883085ea2a" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.0-py3.4-win-amd64.egg", "has_sig": false, "md5_digest": "5c9390d7bb4d624cab748ba82db2187c", "packagetype": "bdist_egg", "python_version": "3.4", "requires_python": null, "size": 159765, "upload_time": "2016-05-08T22:04:40", "url": "https://files.pythonhosted.org/packages/41/b9/b777c5933381fbab5db52b2af0890e34cb74d34e52531b26d39ba521d004/pyhacrf_datamade-0.2.0-py3.4-win-amd64.egg" }, { "comment_text": "", "digests": { "md5": "83ec839c0b4bdfe7e52cc1eead3705f4", "sha256": "c71d2ea3789f1db4351d3e8e6bd50cb469db384fcdb88de020267f31f9ae24c7" }, "downloads": -1, "filename": "pyhacrf-datamade-0.2.0.tar.gz", "has_sig": false, "md5_digest": "83ec839c0b4bdfe7e52cc1eead3705f4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 246538, "upload_time": "2016-05-08T21:08:42", "url": "https://files.pythonhosted.org/packages/ea/42/a12ab88e8365b84c390659079eab536f3c03a30ad2beb64102b54d64e026/pyhacrf-datamade-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "c02317bdb19aee36008aef4711fb769b", "sha256": "e16b749203c6041eca6841532d294a0c4eed9aaf76279fe021ab391a101d3ec9" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.1-cp27-cp27m-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "c02317bdb19aee36008aef4711fb769b", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 208066, "upload_time": "2017-03-27T18:36:29", "url": "https://files.pythonhosted.org/packages/45/af/857b65304a46994404a4518c3166049cea25837037480c19ec6a3b6b4e81/pyhacrf_datamade-0.2.1-cp27-cp27m-macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "8283f5d2516a790e7a91cae885ea9966", "sha256": "d1475c272035c7c4cae4278d12f1a718968671e73721c9dbbc26666bcdb7327c" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.1-cp27-cp27m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "8283f5d2516a790e7a91cae885ea9966", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 664792, "upload_time": "2017-03-27T18:38:29", "url": "https://files.pythonhosted.org/packages/52/ff/d121e0330b98f8daf3698babbc1289b2f384bd042299866e06f8344c72dd/pyhacrf_datamade-0.2.1-cp27-cp27m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "fd933ab028dbdb0789654027a9665312", "sha256": "16f7a14be1ecd16e5184c4debfd9d548a41794805702f2e8f192616a50390b78" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.1-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "fd933ab028dbdb0789654027a9665312", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 712906, "upload_time": "2017-03-27T18:37:54", "url": "https://files.pythonhosted.org/packages/69/e0/976a43133e22fd927b9c1ff73fb8887e81e9d65599d87065119561d02995/pyhacrf_datamade-0.2.1-cp27-cp27m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "b23e0c2b00d726efaed05c813615dd3d", "sha256": "7ece66552962dff5993c7dbef75b2429cec9bf1a6534f26a852fd35fc74888c0" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.1-cp27-cp27mu-manylinux1_i686.whl", "has_sig": false, "md5_digest": "b23e0c2b00d726efaed05c813615dd3d", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 664744, "upload_time": "2017-03-27T18:38:32", "url": "https://files.pythonhosted.org/packages/d7/54/ae7d44cfc0a41323b802a315f4d5956ca9f62ffd656800c48d82a8816368/pyhacrf_datamade-0.2.1-cp27-cp27mu-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "0ecd44e5b486ce0437bc17f671657e33", "sha256": "f5426128c66d71e3edf73feb279c4cefb68e26b4228b152553c91ed5ab5da75a" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.1-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "0ecd44e5b486ce0437bc17f671657e33", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 712981, "upload_time": "2017-03-27T18:37:57", "url": "https://files.pythonhosted.org/packages/44/7f/c9c9098cc0e1578b8bad5c3e400c04cca59967d9dfc57771dee0486d6288/pyhacrf_datamade-0.2.1-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "f54d17583ef42ee3c5a383858ca05921", "sha256": "232d61903ebd44521fe0b95cd7f8bc277e6e262c52ce3e368546a92efc1d8b85" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.1-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "f54d17583ef42ee3c5a383858ca05921", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 148682, "upload_time": "2017-03-27T19:34:12", "url": "https://files.pythonhosted.org/packages/66/cf/c2c5dd07c53b02037c78da22a95635bcfd4fa2d7b222501a0a50793004e4/pyhacrf_datamade-0.2.1-cp27-cp27m-win32.whl" }, { "comment_text": "", "digests": { "md5": "b054fb279681528039a994e3684fee41", "sha256": "3b66ffc890de039a0e88bd8540befc4da40c9f4a81406f023d3c63f5d4faf4ac" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.1-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "b054fb279681528039a994e3684fee41", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 177790, "upload_time": "2017-03-27T19:34:55", "url": "https://files.pythonhosted.org/packages/cf/e6/a1e159aa90f63fbf0f76265807ce44a9ed1d60bc3981f42fffded43c8ee0/pyhacrf_datamade-0.2.1-cp27-cp27m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "5cff8029f7160e6e4e7c98bdec3780f8", "sha256": "3409d785882618862f516bb9c57edffc54f39819e59f9d6b7b3036f5642e599c" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.1-cp34-cp34m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "5cff8029f7160e6e4e7c98bdec3780f8", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 685606, "upload_time": "2017-03-27T18:38:35", "url": "https://files.pythonhosted.org/packages/d3/ba/3da1a9dcd715209734503afba5b553d7663a8d47f49509da391e6785a5ea/pyhacrf_datamade-0.2.1-cp34-cp34m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "0eb54a4acac0094f580f1504054d1c69", "sha256": "2b21047949e9ea585533c39d7c5e4cbea95a0e61ebe8671c2ecd84b6510ea567" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.1-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "0eb54a4acac0094f580f1504054d1c69", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 729685, "upload_time": "2017-03-27T18:38:00", "url": "https://files.pythonhosted.org/packages/ac/9d/8b0bf153ece4eda20e56930eaa946d469ad2c39dfcc411fa7591ff046de3/pyhacrf_datamade-0.2.1-cp34-cp34m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "517abe147dcb0c69e75d2d7b1d6d6c36", "sha256": "a2e72ff2f539ee5a70da8c38b28937f13edc7769cf78608b07435996f4eb05cf" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.1-cp34-cp34m-win32.whl", "has_sig": false, "md5_digest": "517abe147dcb0c69e75d2d7b1d6d6c36", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 143383, "upload_time": "2017-03-27T19:35:46", "url": "https://files.pythonhosted.org/packages/27/39/4de649ec8b0198e501970729c8ecb95614d76425e329371ee179ed406eba/pyhacrf_datamade-0.2.1-cp34-cp34m-win32.whl" }, { "comment_text": "", "digests": { "md5": "c5727375748d1b2f751b9dc938ea790a", "sha256": "eb1b0af254b5f8fe926a3c677ff6851739ec5f47f607f681dee29f3fb59a397a" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.1-cp34-cp34m-win_amd64.whl", "has_sig": false, "md5_digest": "c5727375748d1b2f751b9dc938ea790a", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 164154, "upload_time": "2017-03-27T19:36:47", "url": "https://files.pythonhosted.org/packages/80/42/5a88715b27451b599d5bf3de32d006ef7bccd526b9832025f40843f90386/pyhacrf_datamade-0.2.1-cp34-cp34m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "0f14f966572957ba8ed5f68bd73c0735", "sha256": "a9f7a6f54a45378e8e6fccccc110a6c19a12b42bf81f81af63bebdf5a80234b3" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.1-cp35-cp35m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "0f14f966572957ba8ed5f68bd73c0735", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 675973, "upload_time": "2017-03-27T18:38:37", "url": "https://files.pythonhosted.org/packages/b5/74/fc895167a44cb2aec5559a178213520966750416f87cfe77fecaea59e4eb/pyhacrf_datamade-0.2.1-cp35-cp35m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "061c03163a89a93cc402332950233ee0", "sha256": "42f4c64a306b8ff41707b5c7866c1d6c331cf2a8ed05b87cd2da52d11d5638e9" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.1-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "061c03163a89a93cc402332950233ee0", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 722293, "upload_time": "2017-03-27T18:38:02", "url": "https://files.pythonhosted.org/packages/b7/ef/cc9bf3f762e9cd962b8a48936ef143d96bb56ea1b0e680f8bc6bb1f6975b/pyhacrf_datamade-0.2.1-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "b1d1262dc3351137c04ef19a193ce30b", "sha256": "c814925ed0a9ae35741b0673e50b1a98407b72ff872a6cd6103db8e9ecfa558b" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.1-cp36-cp36m-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "b1d1262dc3351137c04ef19a193ce30b", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 200848, "upload_time": "2017-03-27T18:40:07", "url": "https://files.pythonhosted.org/packages/58/7c/033ad6b4e324020239ce241cfbcc27598b05b09d5a03c4cfd29a8c857809/pyhacrf_datamade-0.2.1-cp36-cp36m-macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "1773c6749ce94b900dccf098e1663816", "sha256": "d1481176b24ccfd0ed91e0bf5bfc9cfcf27852c3aaa7a14368805d81cd84304d" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.1-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "1773c6749ce94b900dccf098e1663816", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 682376, "upload_time": "2017-03-27T18:38:40", "url": "https://files.pythonhosted.org/packages/84/90/c68853cef700b6d2058762b828912bcf36e07f84e55b572fdab1477d08a0/pyhacrf_datamade-0.2.1-cp36-cp36m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "289e378834c73e8012c0d67641c77666", "sha256": "bdfefc09674be4877856b1019e33f9183359919108f6a02dc611f9e441309a7a" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.1-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "289e378834c73e8012c0d67641c77666", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 727809, "upload_time": "2017-03-27T18:38:04", "url": "https://files.pythonhosted.org/packages/e1/23/64e21ea6d911d86ee08afaf0dee3e03af062aa063b53f8e4777bc559f68e/pyhacrf_datamade-0.2.1-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "554b7fcffa22c7e46d1bf0125484d5b0", "sha256": "f8118028d08bd4b48d67f1d861c5d28063e41e3981dcdbd763ce246dcd45b716" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.1-py2.7-win32.egg", "has_sig": false, "md5_digest": "554b7fcffa22c7e46d1bf0125484d5b0", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 146853, "upload_time": "2017-03-27T19:34:14", "url": "https://files.pythonhosted.org/packages/c8/8b/e04d4032897f6ed19bc6bdedbbeeef4166586b57d95528feabc6f85566e1/pyhacrf_datamade-0.2.1-py2.7-win32.egg" }, { "comment_text": "", "digests": { "md5": "6dab8c5499ad2be0a5064ce76d25edaf", "sha256": "24e6a0685491a119e27cf39e8f30624d40c818e06185472ca5f4288854b73733" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.1-py2.7-win-amd64.egg", "has_sig": false, "md5_digest": "6dab8c5499ad2be0a5064ce76d25edaf", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 175958, "upload_time": "2017-03-27T19:34:57", "url": "https://files.pythonhosted.org/packages/d0/f2/18ae20931a8cdda6080f20cb823b14d6d0377db5fcdcab6e63920e3e9347/pyhacrf_datamade-0.2.1-py2.7-win-amd64.egg" }, { "comment_text": "", "digests": { "md5": "9f793381a0507ee81f784bfdee978b7d", "sha256": "a04719b9e7fdd21c3fa991a80ef8e392392a3d9d6d075de0ddd5d27b1e85e91f" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.1-py3.4-win32.egg", "has_sig": false, "md5_digest": "9f793381a0507ee81f784bfdee978b7d", "packagetype": "bdist_egg", "python_version": "3.4", "requires_python": null, "size": 141585, "upload_time": "2017-03-27T19:35:48", "url": "https://files.pythonhosted.org/packages/bb/a1/8915cfae0dd2137ee45cbcf6db5266d11bb4ac2a15676db7be2c447bb544/pyhacrf_datamade-0.2.1-py3.4-win32.egg" }, { "comment_text": "", "digests": { "md5": "7fc290bea08c120a08ecb736e88afa8f", "sha256": "e31204bce4696d919583be5187c859d2268a928becad584a102b3d4bb769b3df" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.1-py3.4-win-amd64.egg", "has_sig": false, "md5_digest": "7fc290bea08c120a08ecb736e88afa8f", "packagetype": "bdist_egg", "python_version": "3.4", "requires_python": null, "size": 162348, "upload_time": "2017-03-27T19:36:49", "url": "https://files.pythonhosted.org/packages/a6/da/c5631069bcdcf7b68117bf5571c0052ff981794f6744c7eee83de9556039/pyhacrf_datamade-0.2.1-py3.4-win-amd64.egg" }, { "comment_text": "", "digests": { "md5": "04abb6625512efb59cbf779498364a6e", "sha256": "70491393007b7df70ffecc3c6b9c3d81340de9140c34816cced94e80698e72ec" }, "downloads": -1, "filename": "pyhacrf-datamade-0.2.1.tar.gz", "has_sig": false, "md5_digest": "04abb6625512efb59cbf779498364a6e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 255753, "upload_time": "2017-03-27T18:31:00", "url": "https://files.pythonhosted.org/packages/c4/08/47579904164dc6764a6a2ee0eac4ac51f28ede6b0f868ea802d5f87cb0a1/pyhacrf-datamade-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "dabb4990070ccc8ab52ff4f517ea1e6b", "sha256": "93ac7762374e380f5035cefedd8a2eda320dc292f04049c8f163c0e1c34146e9" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.2-cp27-cp27m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "dabb4990070ccc8ab52ff4f517ea1e6b", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 210444, "upload_time": "2018-08-08T15:12:40", "url": "https://files.pythonhosted.org/packages/b4/66/926b9fde4e4bd52b20d087c0cd73b8afd8fb48820814378d38803f5a7f9b/pyhacrf_datamade-0.2.2-cp27-cp27m-macosx_10_13_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "af9e1374cc2129535993b12338312f73", "sha256": "2fe8330a784556860fa778ce6411415e9f9674a527da5d770cf55a751f15a69a" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.2-cp27-cp27m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "af9e1374cc2129535993b12338312f73", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 719644, "upload_time": "2018-08-08T15:28:36", "url": "https://files.pythonhosted.org/packages/9c/10/5b8e586af1f0ebda660a7afaad18a9c11fc471c93388894244bd231751d9/pyhacrf_datamade-0.2.2-cp27-cp27m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "d57ea6d82164884d4f31a0841c9ade70", "sha256": "221e907878749309c8eace76f3ce77e8e34b80c39281d8b2c3a15235f5593928" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.2-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "d57ea6d82164884d4f31a0841c9ade70", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 768915, "upload_time": "2018-08-08T15:16:04", "url": "https://files.pythonhosted.org/packages/b7/c2/ef93ba59e5e002bbccc3fd693ea74935463f03121ad0b673204da77cc132/pyhacrf_datamade-0.2.2-cp27-cp27m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "783c99c4b2b9b5c3ebe5c4ece41e7156", "sha256": "ebde74df6683f489d02bfaf23269c7539350a4bfa34c060c00e9248e1a4c9145" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.2-cp27-cp27mu-manylinux1_i686.whl", "has_sig": false, "md5_digest": "783c99c4b2b9b5c3ebe5c4ece41e7156", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 719624, "upload_time": "2018-08-08T15:28:38", "url": "https://files.pythonhosted.org/packages/5b/7b/a960d8c0b61831cdcc4a550b176a288a9c98c965b694ad2fdac49eb5c6a5/pyhacrf_datamade-0.2.2-cp27-cp27mu-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "be5670e399416febf3b0d91b6263727b", "sha256": "0e355410bf65a37288707f4474ce6e897042beab6943239b78090820fa3d1e6e" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.2-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "be5670e399416febf3b0d91b6263727b", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 768924, "upload_time": "2018-08-08T15:16:06", "url": "https://files.pythonhosted.org/packages/42/b2/a96c64834ad96566b1a66d1e7e9f3879df149fb7ffecf81f583d7a07e436/pyhacrf_datamade-0.2.2-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "d1694e617d1c0d940be2a1443e2bf29d", "sha256": "6e1f4b5eb6bf575847ddad96c75c2c126298ec593c3966c7b41d47266fb7dd1d" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.2-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "d1694e617d1c0d940be2a1443e2bf29d", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 157763, "upload_time": "2018-08-08T16:46:25", "url": "https://files.pythonhosted.org/packages/50/2c/3f456411d6cd3f46b6ea6839c32a0550483d2f7626ce7cadd106a81586c7/pyhacrf_datamade-0.2.2-cp27-cp27m-win32.whl" }, { "comment_text": "", "digests": { "md5": "34de3e55c6684d8d1da36a7b78d7e578", "sha256": "3bc970ea5976e473bbe447b7bfd55fd53dc5b8aef45ae49012eeea7108c8a49a" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.2-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "34de3e55c6684d8d1da36a7b78d7e578", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 191926, "upload_time": "2018-08-08T16:47:24", "url": "https://files.pythonhosted.org/packages/21/97/45fe4111539f517ed30d613022c1ec0c4b30b5952360a822442f5455e026/pyhacrf_datamade-0.2.2-cp27-cp27m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "8c475ea8ee966e606d20a1fc30224ab9", "sha256": "883de50cfeb95ae62515846964372861b69cde61972f72071b00ae6a0189a3c7" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.2-cp34-cp34m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "8c475ea8ee966e606d20a1fc30224ab9", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 734828, "upload_time": "2018-08-08T15:28:40", "url": "https://files.pythonhosted.org/packages/24/2d/88f4fb1feffcfc80a638dd3a800d8d05cb190c59fa2d14d205810d729d02/pyhacrf_datamade-0.2.2-cp34-cp34m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "9c9e5179499956318bd537a99652d9f0", "sha256": "760b39f5f05c8f293c9a539f2397cc89f8e7708928dad5e009411903381a8f69" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.2-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "9c9e5179499956318bd537a99652d9f0", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 781527, "upload_time": "2018-08-08T15:16:08", "url": "https://files.pythonhosted.org/packages/2b/c2/f895aefdf219e0afd0f180cfc0e90b90c42cda8518be58ff78e4f8d541b1/pyhacrf_datamade-0.2.2-cp34-cp34m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "07b8d18135535cb8d2dc9d9274aa167b", "sha256": "dfdb2b804ecfa229fa8f3ec823da08ff220ac8b06d10f28c85d6061306d5bd85" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.2-cp34-cp34m-win32.whl", "has_sig": false, "md5_digest": "07b8d18135535cb8d2dc9d9274aa167b", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 152939, "upload_time": "2018-08-08T17:36:51", "url": "https://files.pythonhosted.org/packages/72/c5/5be6d78a870e33f1f2a8f964bbab7970ce949a15b0f11e1b72bc2bad4ea6/pyhacrf_datamade-0.2.2-cp34-cp34m-win32.whl" }, { "comment_text": "", "digests": { "md5": "f6d5e9ca4332d551fcfe406e4566e16e", "sha256": "b2d04286fe6200fefec1a01974e4527a0dcc42329257ba549acb0cd80225eb6e" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.2-cp34-cp34m-win_amd64.whl", "has_sig": false, "md5_digest": "f6d5e9ca4332d551fcfe406e4566e16e", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 177510, "upload_time": "2018-08-08T17:39:05", "url": "https://files.pythonhosted.org/packages/88/cb/f4c250b0e79358cc27973e1cb75283ca68f318a0165771c6e7a25dd2df1b/pyhacrf_datamade-0.2.2-cp34-cp34m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "d2efffb0162e38893d3f9c655610abeb", "sha256": "6116d3d5b80e046d6dcb4e59a8cfca7a5c894593d1d67ab8a16f00c775769440" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.2-cp35-cp35m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "d2efffb0162e38893d3f9c655610abeb", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 726832, "upload_time": "2018-08-08T15:28:42", "url": "https://files.pythonhosted.org/packages/36/e6/d975979ca4a2121519dd7fc6bf235f1f1c3647023ef3cf046bad123f0443/pyhacrf_datamade-0.2.2-cp35-cp35m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "73295679115b003c1df078d58f18e6bd", "sha256": "666d575873b11d349a6a2b62b653f15100904982c67208b11ce5c92449ede4d7" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.2-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "73295679115b003c1df078d58f18e6bd", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 772838, "upload_time": "2018-08-08T15:16:10", "url": "https://files.pythonhosted.org/packages/fe/bd/0cfe9de1e72d2e187199cb115743ce08a876b58007a83895e60f0f995490/pyhacrf_datamade-0.2.2-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "0e90a5104138717f1266dd01148f2b15", "sha256": "f61438ff543e16e3b612d8bd7369f88c346dc5151b6df79b2a8c3fcf65be1124" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.2-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "0e90a5104138717f1266dd01148f2b15", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 143315, "upload_time": "2018-08-08T17:23:51", "url": "https://files.pythonhosted.org/packages/ad/b8/19ddcb1ddeee1f89e29d1d7832f2ceadfc492dd95a601bc4987d654fc603/pyhacrf_datamade-0.2.2-cp35-cp35m-win32.whl" }, { "comment_text": "", "digests": { "md5": "f35e969504b16f5a8c94b61979390920", "sha256": "ade84393a05cba29e793b2148aea6e0c811721dc4487f528dd1b80a1833f4768" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.2-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "f35e969504b16f5a8c94b61979390920", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 736973, "upload_time": "2018-08-08T15:28:44", "url": "https://files.pythonhosted.org/packages/fa/1d/7d6b7e9e241bfe4a34755cfd5335b45e858c28fee770c16b4c082d1f4f1a/pyhacrf_datamade-0.2.2-cp36-cp36m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "325e1062e4e7864acc73c58227a5b3fb", "sha256": "e116c217450cd103630a3d9613e8e24583a2530d015e498ef61debc5a00b6dec" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.2-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "325e1062e4e7864acc73c58227a5b3fb", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 785911, "upload_time": "2018-08-08T15:16:12", "url": "https://files.pythonhosted.org/packages/56/a5/e89ef21b9fb2ec29d408981159f9c415766864e01db4c1524a374438ce6e/pyhacrf_datamade-0.2.2-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "9d03f569e049a99c5800ca90c2140ad4", "sha256": "de3b88c329c646ab1d118d58d70d64acb5f1689ce7600ccc5a8f70c91080b211" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.2-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "9d03f569e049a99c5800ca90c2140ad4", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 144205, "upload_time": "2018-08-08T16:53:38", "url": "https://files.pythonhosted.org/packages/0a/de/836911676922edc21ab9b88e5eace1a2a90b06bb7aab4a94685bb918e7fa/pyhacrf_datamade-0.2.2-cp36-cp36m-win32.whl" }, { "comment_text": "", "digests": { "md5": "e548ec3a2488796771f2505fc5f4ab22", "sha256": "ed2538e9c20450235be8b5907614cde9e09be609dc32c9b141aee3b9af23e32f" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.2-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "e548ec3a2488796771f2505fc5f4ab22", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 178106, "upload_time": "2018-08-08T16:54:36", "url": "https://files.pythonhosted.org/packages/24/c7/9b130734956e73d132020d31f556d80ffbafe911fbff26d3dcde86bb3875/pyhacrf_datamade-0.2.2-cp36-cp36m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "fe4e74ab67745fba17f23793dba1eba3", "sha256": "99f52d1707ea865be27efdc94c7c2ef13760c2f3bc27656bc189754dc3ba33ad" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.2-cp37-cp37m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "fe4e74ab67745fba17f23793dba1eba3", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 195733, "upload_time": "2018-08-08T15:12:42", "url": "https://files.pythonhosted.org/packages/05/a6/002736c60169c6abcb30e1827348cf41df0d5f4a7898d9905a9a50069ffa/pyhacrf_datamade-0.2.2-cp37-cp37m-macosx_10_13_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "9cf69cb239fa129801a59bf269345a76", "sha256": "990316c3c72be3730689ca24a244cff7247fabf9fff259b9459c2691c3642d76" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.2-cp37-cp37m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "9cf69cb239fa129801a59bf269345a76", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 736320, "upload_time": "2018-08-08T15:28:46", "url": "https://files.pythonhosted.org/packages/55/ea/97f6aa157ee556488f3762432971814d87be4211be2eb6a09560760caa48/pyhacrf_datamade-0.2.2-cp37-cp37m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "4162938d882d1a893c7d61af07560216", "sha256": "a4987d10c18cdf0333233dc2d3976f30c0dbee2ee786c1674e57abf4c74761d6" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.2-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "4162938d882d1a893c7d61af07560216", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 784479, "upload_time": "2018-08-08T15:16:13", "url": "https://files.pythonhosted.org/packages/a1/a9/310c2d50a629799c025eb18ccd0a9e12a013d54d717e0de34dc240381511/pyhacrf_datamade-0.2.2-cp37-cp37m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "91652b770210c861a11a173e13a98344", "sha256": "6d9ed250ef7918d9a2086e28a07f0dca443cce041a3cdbd35303cbef5896e462" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.2-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "91652b770210c861a11a173e13a98344", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 146779, "upload_time": "2018-08-08T16:56:09", "url": "https://files.pythonhosted.org/packages/43/0f/c6989d5384e9e7a0095c53dad7af0ad59c229716a741f6dd15526fd34771/pyhacrf_datamade-0.2.2-cp37-cp37m-win32.whl" }, { "comment_text": "", "digests": { "md5": "9e26da0a91b4a4990ea780414e7388aa", "sha256": "7fa00057db53b506e8a9efd510c12998968ed53a6b2b8763d64735bd2b5a1ac5" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.2-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "9e26da0a91b4a4990ea780414e7388aa", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 179784, "upload_time": "2018-08-08T16:57:27", "url": "https://files.pythonhosted.org/packages/96/15/d97da0793097cc0a88ce76b9a4388943782a3435d9339ad807e3a4217662/pyhacrf_datamade-0.2.2-cp37-cp37m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "8dcac8c3a004fecf852dd520281a1544", "sha256": "e1811fbd4a723bffdb89ac9b4dd481e32123c8618bca1d59b008e8799dfc8674" }, "downloads": -1, "filename": "pyhacrf-datamade-0.2.2.tar.gz", "has_sig": false, "md5_digest": "8dcac8c3a004fecf852dd520281a1544", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 283071, "upload_time": "2018-08-08T15:09:49", "url": "https://files.pythonhosted.org/packages/56/eb/cc7b639af06e29844c3ff081bfe1fc11c7a46d27513e1270d8fe09d16deb/pyhacrf-datamade-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "31b9a9f0362a48c52ffe9494a560cc3d", "sha256": "da7cc7674be8b7561fb6c2ab4ad5433891da5c750a023f5611e9d050225a7559" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.3-cp27-cp27m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "31b9a9f0362a48c52ffe9494a560cc3d", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 210449, "upload_time": "2018-09-07T22:54:48", "url": "https://files.pythonhosted.org/packages/4d/74/343a3ab8f4988f8634af3bb27d2c911bcdebf74008ec2025ab8adfdc80a3/pyhacrf_datamade-0.2.3-cp27-cp27m-macosx_10_13_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "88c791065449cf563810a941b91e75cb", "sha256": "370080733928428b39c12df9309a4524ec7e7c7817823b05d7ef0fe2fe788b69" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.3-cp27-cp27m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "88c791065449cf563810a941b91e75cb", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 719657, "upload_time": "2018-09-07T23:10:29", "url": "https://files.pythonhosted.org/packages/d0/b6/1279e6416cf6bc745111e1635bf71ff179886cdb3388f06242d33f73d090/pyhacrf_datamade-0.2.3-cp27-cp27m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "24376bdbf7e4c9364615e89692887ccf", "sha256": "0fd1cb193aebbd1135bb6d5d67c2b3b966ee96978b96ed6a04609d0f572e6c7b" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.3-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "24376bdbf7e4c9364615e89692887ccf", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 768917, "upload_time": "2018-09-07T22:57:23", "url": "https://files.pythonhosted.org/packages/6e/68/e037733d97581bf7bf9fed59e1368014f9cd49e30ad0685b4760d1ed88fd/pyhacrf_datamade-0.2.3-cp27-cp27m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "f7c3c0e61e09b9f3dd67af9d17397120", "sha256": "4a82008510641626d2918891e7ed134f446cccf86d1502b84d81596a4343a159" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.3-cp27-cp27mu-manylinux1_i686.whl", "has_sig": false, "md5_digest": "f7c3c0e61e09b9f3dd67af9d17397120", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 719650, "upload_time": "2018-09-07T23:10:31", "url": "https://files.pythonhosted.org/packages/ed/79/00428d36ab4a94b18cdf3686d2c1e9973a8a7aa189388c97ee88b80c2996/pyhacrf_datamade-0.2.3-cp27-cp27mu-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "718b882119ca9a6751398a896ef19576", "sha256": "6a3149c6e2569a2b96aa1ce7cc2422dde7cf96abebf950d18fa9d3f536cb7fc1" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.3-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "718b882119ca9a6751398a896ef19576", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 768914, "upload_time": "2018-09-07T22:57:25", "url": "https://files.pythonhosted.org/packages/a0/be/93679daf5e4650c88824754ebb08984783c6dcebca8f2a20ecf1284ea7b1/pyhacrf_datamade-0.2.3-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "5d74554a09d047d907399edb1e8de4d3", "sha256": "e36dd5c75113d10f072880d048103e62343a802cea8282a0ec6b8155a2eae63d" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.3-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "5d74554a09d047d907399edb1e8de4d3", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 157761, "upload_time": "2018-09-07T22:57:05", "url": "https://files.pythonhosted.org/packages/c8/4a/130c5646d49e72816b1edeb5e761de098d32c779c329917cd4b41dacc891/pyhacrf_datamade-0.2.3-cp27-cp27m-win32.whl" }, { "comment_text": "", "digests": { "md5": "f9468c6bc7fdb25b3d84131cfd95dbae", "sha256": "b983e574263df66c7f2492168a22cb3288791b4e267606a073fec432a0b9875f" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.3-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "f9468c6bc7fdb25b3d84131cfd95dbae", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 191925, "upload_time": "2018-09-07T23:00:42", "url": "https://files.pythonhosted.org/packages/31/07/fddf4b2e6efe9a15789d3b3bfa37cad1d902007bbeb15c9dfb5ac8917603/pyhacrf_datamade-0.2.3-cp27-cp27m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "c4bdb7d882dfcdaa365285aabfe865d9", "sha256": "65c51ac79cd5bc67ada1436b808df9f339f15d58737922d240b2532b6cfa5de2" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.3-cp34-cp34m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "c4bdb7d882dfcdaa365285aabfe865d9", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 734821, "upload_time": "2018-09-07T23:10:33", "url": "https://files.pythonhosted.org/packages/c5/36/7d7f492215ce30c8e9b6a8501160ed23bbba69c0ec2339533c8badb1ae20/pyhacrf_datamade-0.2.3-cp34-cp34m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "871de1370fdcbfc4260391addafdb94e", "sha256": "75bf5bedd3df5100d94d1d500f165791fb3d62b54717ed642ccd767b9a0edc05" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.3-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "871de1370fdcbfc4260391addafdb94e", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 781524, "upload_time": "2018-09-07T22:57:26", "url": "https://files.pythonhosted.org/packages/7d/99/56762bb5836244e5fef995a277e2e3ad2be009094edd652030a5a1c2bef4/pyhacrf_datamade-0.2.3-cp34-cp34m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "ffae7812900131ee04222296957e7f0a", "sha256": "696f426af4b422f4c63f45fae331ddda446f9b2337291559edeefffb6a3713fa" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.3-cp34-cp34m-win32.whl", "has_sig": false, "md5_digest": "ffae7812900131ee04222296957e7f0a", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 152940, "upload_time": "2018-09-07T23:01:51", "url": "https://files.pythonhosted.org/packages/08/4e/bf5b07102a3a2558cb20401de8db7496595b366f3d23c3a882297b5b9a38/pyhacrf_datamade-0.2.3-cp34-cp34m-win32.whl" }, { "comment_text": "", "digests": { "md5": "932501c0f2cdfc6415420d52a381cb3d", "sha256": "67a98b1bf56a4438c6c45672f762003cd7a39ab5e6286ae602feb135d2c61e63" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.3-cp34-cp34m-win_amd64.whl", "has_sig": false, "md5_digest": "932501c0f2cdfc6415420d52a381cb3d", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 177508, "upload_time": "2018-09-07T23:02:59", "url": "https://files.pythonhosted.org/packages/0b/f2/0495f35cca2ec731a333d94cfbadb6db62441f83406fc08a9637cac99602/pyhacrf_datamade-0.2.3-cp34-cp34m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "2b370343efca958beb7bcd95221c2003", "sha256": "b1a0803ad372fecabeadcc2e5911dfdb47beb5b7ed896cc6eb3028728e574d84" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.3-cp35-cp35m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "2b370343efca958beb7bcd95221c2003", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 726825, "upload_time": "2018-09-07T23:10:35", "url": "https://files.pythonhosted.org/packages/63/0e/dfc7f7a5b3dcabee964a677ee21a370ed0ecada51fe18ea28d218ff92e4f/pyhacrf_datamade-0.2.3-cp35-cp35m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "61493f3e60c98442e4644da929311ba9", "sha256": "6188fbb98818b45d2e004d6a4f32129a3fbe6c7c1a5cc30a9bde4745a1d1eea9" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.3-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "61493f3e60c98442e4644da929311ba9", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 772843, "upload_time": "2018-09-07T22:57:28", "url": "https://files.pythonhosted.org/packages/f5/b2/cfefc5c427b459d6f35f664e371a5469d2f2d064b6630e89304a125a34e0/pyhacrf_datamade-0.2.3-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "bc0691825d57d67fd6bd6bbae6627356", "sha256": "a3087a03389fd7ded1f77b937c11ab690a644b42dd9593625343f8c08255a984" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.3-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "bc0691825d57d67fd6bd6bbae6627356", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 143368, "upload_time": "2018-09-07T23:04:28", "url": "https://files.pythonhosted.org/packages/99/87/5fc7459454441eb5794ee90891f994fe4b84204d2947d407543e8597abe9/pyhacrf_datamade-0.2.3-cp35-cp35m-win32.whl" }, { "comment_text": "", "digests": { "md5": "9b6990099b2aaae6658ba835a780dd26", "sha256": "b486d6fb2007c962759ea039557f5d245729ad5077ce62d0bc1bdb5d1c57452f" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.3-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "9b6990099b2aaae6658ba835a780dd26", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 736999, "upload_time": "2018-09-07T23:10:36", "url": "https://files.pythonhosted.org/packages/c5/d4/55673e5a8a696c0ed438194b3a1c3299fb9a5bd0388dbd677aaf7979a4c6/pyhacrf_datamade-0.2.3-cp36-cp36m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "cbff082bda2c431e08f6a587262a7e85", "sha256": "ac33d52417f78349b8982fa03d7bdfa07878bc9519eb7752c7101f1706ed7f98" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.3-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "cbff082bda2c431e08f6a587262a7e85", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 785912, "upload_time": "2018-09-07T22:57:29", "url": "https://files.pythonhosted.org/packages/71/cc/6f4bfb9297adc18f9416a79a6dcffe88066369a8022caa4a886dc4d0af6f/pyhacrf_datamade-0.2.3-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "40549f7dbba781c46219dfb1cf536e68", "sha256": "43f9995cba23861021bf311934b28796c80026f7b2af6c97b5395c2dca9a6279" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.3-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "40549f7dbba781c46219dfb1cf536e68", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 144206, "upload_time": "2018-09-07T23:06:33", "url": "https://files.pythonhosted.org/packages/09/7d/7cfdfb0823bb5c215ac4331bed8791960162e2d103d5942981584ea98106/pyhacrf_datamade-0.2.3-cp36-cp36m-win32.whl" }, { "comment_text": "", "digests": { "md5": "d1eb0db75ba6acbf6fe5b5effe62537f", "sha256": "e72755e2e182b6e2ad88717eafd9b1d4ea0c82d7f0e9aed8cab54fb0c4d5b902" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.3-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "d1eb0db75ba6acbf6fe5b5effe62537f", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 178107, "upload_time": "2018-09-07T23:07:31", "url": "https://files.pythonhosted.org/packages/73/35/e5a4e5ae886de860a758b1032d03d99402a75f059e5d64942b8ac53e203e/pyhacrf_datamade-0.2.3-cp36-cp36m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "7b79ad648745279107bf7b3fc3f3c7a4", "sha256": "b328bd2ecbe57774c429b1ac99e6c1927656bc28322b9bef3c9df9c4b5b6e36e" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.3-cp37-cp37m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "7b79ad648745279107bf7b3fc3f3c7a4", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 195733, "upload_time": "2018-09-07T22:55:27", "url": "https://files.pythonhosted.org/packages/f9/80/21e48bff6e7aac981c64d26deca55de963b4662f00b58d9f1a5fc21e83ca/pyhacrf_datamade-0.2.3-cp37-cp37m-macosx_10_13_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "8223f8c1e3f331730b1ce1cde542cd39", "sha256": "e57c10295cbbb5679f6ebe498de1ab7e989ece690434dfaaae93d91531be1f6f" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.3-cp37-cp37m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "8223f8c1e3f331730b1ce1cde542cd39", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 736308, "upload_time": "2018-09-07T23:10:38", "url": "https://files.pythonhosted.org/packages/d9/25/330dd4e5d9963326c557383fa1f70e7a635ddee99683fd9fdd6156c24b61/pyhacrf_datamade-0.2.3-cp37-cp37m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "8b7196cbe3f3bd5fa0265e40b680cbf4", "sha256": "5658f7d36d09fef9326827c1fc0fa10d2f81d867a6d4be67d8bb03651f79bd2f" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.3-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "8b7196cbe3f3bd5fa0265e40b680cbf4", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 784506, "upload_time": "2018-09-07T22:57:31", "url": "https://files.pythonhosted.org/packages/16/d9/e089ecc7db7f27903b13e70d55070ac7899b1953030ae52891319b5b9886/pyhacrf_datamade-0.2.3-cp37-cp37m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "d93148cccdf9d72ffd62dc775f6d2133", "sha256": "27c48851464642d8a50fa1c889e1b1463d323cb74db6481c913907314d9f3cad" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.3-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "d93148cccdf9d72ffd62dc775f6d2133", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 146780, "upload_time": "2018-09-07T23:09:31", "url": "https://files.pythonhosted.org/packages/29/48/8316bc4e512a8d04584accc83bbff3a8cb525741d5123d03a16a79d57d07/pyhacrf_datamade-0.2.3-cp37-cp37m-win32.whl" }, { "comment_text": "", "digests": { "md5": "d046188b201dd70ce0ee1be73db4b8e5", "sha256": "d560b645ab02ea784866ffe646ba334b9c38bdf22a24436ac24af5283028b3bf" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.3-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "d046188b201dd70ce0ee1be73db4b8e5", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 179788, "upload_time": "2018-09-07T23:10:45", "url": "https://files.pythonhosted.org/packages/17/b1/1d352ad12eaa1f1ec206fe134617d3cd3431e9d8eee890c5ab00b2607800/pyhacrf_datamade-0.2.3-cp37-cp37m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "946ee79d5fd25b264ba2675ba263a3df", "sha256": "88517957abd7484835da23ff06085cdce34c5818e0bca90e42f8be093b347239" }, "downloads": -1, "filename": "pyhacrf-datamade-0.2.3.tar.gz", "has_sig": false, "md5_digest": "946ee79d5fd25b264ba2675ba263a3df", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 286529, "upload_time": "2018-09-07T22:47:24", "url": "https://files.pythonhosted.org/packages/a0/86/d407bd9e8541c2d7e9fc0d9344a35a6be1a02c7ba65ef4d4b6ea7afc6f33/pyhacrf-datamade-0.2.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "31b9a9f0362a48c52ffe9494a560cc3d", "sha256": "da7cc7674be8b7561fb6c2ab4ad5433891da5c750a023f5611e9d050225a7559" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.3-cp27-cp27m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "31b9a9f0362a48c52ffe9494a560cc3d", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 210449, "upload_time": "2018-09-07T22:54:48", "url": "https://files.pythonhosted.org/packages/4d/74/343a3ab8f4988f8634af3bb27d2c911bcdebf74008ec2025ab8adfdc80a3/pyhacrf_datamade-0.2.3-cp27-cp27m-macosx_10_13_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "88c791065449cf563810a941b91e75cb", "sha256": "370080733928428b39c12df9309a4524ec7e7c7817823b05d7ef0fe2fe788b69" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.3-cp27-cp27m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "88c791065449cf563810a941b91e75cb", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 719657, "upload_time": "2018-09-07T23:10:29", "url": "https://files.pythonhosted.org/packages/d0/b6/1279e6416cf6bc745111e1635bf71ff179886cdb3388f06242d33f73d090/pyhacrf_datamade-0.2.3-cp27-cp27m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "24376bdbf7e4c9364615e89692887ccf", "sha256": "0fd1cb193aebbd1135bb6d5d67c2b3b966ee96978b96ed6a04609d0f572e6c7b" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.3-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "24376bdbf7e4c9364615e89692887ccf", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 768917, "upload_time": "2018-09-07T22:57:23", "url": "https://files.pythonhosted.org/packages/6e/68/e037733d97581bf7bf9fed59e1368014f9cd49e30ad0685b4760d1ed88fd/pyhacrf_datamade-0.2.3-cp27-cp27m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "f7c3c0e61e09b9f3dd67af9d17397120", "sha256": "4a82008510641626d2918891e7ed134f446cccf86d1502b84d81596a4343a159" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.3-cp27-cp27mu-manylinux1_i686.whl", "has_sig": false, "md5_digest": "f7c3c0e61e09b9f3dd67af9d17397120", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 719650, "upload_time": "2018-09-07T23:10:31", "url": "https://files.pythonhosted.org/packages/ed/79/00428d36ab4a94b18cdf3686d2c1e9973a8a7aa189388c97ee88b80c2996/pyhacrf_datamade-0.2.3-cp27-cp27mu-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "718b882119ca9a6751398a896ef19576", "sha256": "6a3149c6e2569a2b96aa1ce7cc2422dde7cf96abebf950d18fa9d3f536cb7fc1" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.3-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "718b882119ca9a6751398a896ef19576", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 768914, "upload_time": "2018-09-07T22:57:25", "url": "https://files.pythonhosted.org/packages/a0/be/93679daf5e4650c88824754ebb08984783c6dcebca8f2a20ecf1284ea7b1/pyhacrf_datamade-0.2.3-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "5d74554a09d047d907399edb1e8de4d3", "sha256": "e36dd5c75113d10f072880d048103e62343a802cea8282a0ec6b8155a2eae63d" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.3-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "5d74554a09d047d907399edb1e8de4d3", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 157761, "upload_time": "2018-09-07T22:57:05", "url": "https://files.pythonhosted.org/packages/c8/4a/130c5646d49e72816b1edeb5e761de098d32c779c329917cd4b41dacc891/pyhacrf_datamade-0.2.3-cp27-cp27m-win32.whl" }, { "comment_text": "", "digests": { "md5": "f9468c6bc7fdb25b3d84131cfd95dbae", "sha256": "b983e574263df66c7f2492168a22cb3288791b4e267606a073fec432a0b9875f" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.3-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "f9468c6bc7fdb25b3d84131cfd95dbae", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 191925, "upload_time": "2018-09-07T23:00:42", "url": "https://files.pythonhosted.org/packages/31/07/fddf4b2e6efe9a15789d3b3bfa37cad1d902007bbeb15c9dfb5ac8917603/pyhacrf_datamade-0.2.3-cp27-cp27m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "c4bdb7d882dfcdaa365285aabfe865d9", "sha256": "65c51ac79cd5bc67ada1436b808df9f339f15d58737922d240b2532b6cfa5de2" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.3-cp34-cp34m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "c4bdb7d882dfcdaa365285aabfe865d9", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 734821, "upload_time": "2018-09-07T23:10:33", "url": "https://files.pythonhosted.org/packages/c5/36/7d7f492215ce30c8e9b6a8501160ed23bbba69c0ec2339533c8badb1ae20/pyhacrf_datamade-0.2.3-cp34-cp34m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "871de1370fdcbfc4260391addafdb94e", "sha256": "75bf5bedd3df5100d94d1d500f165791fb3d62b54717ed642ccd767b9a0edc05" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.3-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "871de1370fdcbfc4260391addafdb94e", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 781524, "upload_time": "2018-09-07T22:57:26", "url": "https://files.pythonhosted.org/packages/7d/99/56762bb5836244e5fef995a277e2e3ad2be009094edd652030a5a1c2bef4/pyhacrf_datamade-0.2.3-cp34-cp34m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "ffae7812900131ee04222296957e7f0a", "sha256": "696f426af4b422f4c63f45fae331ddda446f9b2337291559edeefffb6a3713fa" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.3-cp34-cp34m-win32.whl", "has_sig": false, "md5_digest": "ffae7812900131ee04222296957e7f0a", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 152940, "upload_time": "2018-09-07T23:01:51", "url": "https://files.pythonhosted.org/packages/08/4e/bf5b07102a3a2558cb20401de8db7496595b366f3d23c3a882297b5b9a38/pyhacrf_datamade-0.2.3-cp34-cp34m-win32.whl" }, { "comment_text": "", "digests": { "md5": "932501c0f2cdfc6415420d52a381cb3d", "sha256": "67a98b1bf56a4438c6c45672f762003cd7a39ab5e6286ae602feb135d2c61e63" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.3-cp34-cp34m-win_amd64.whl", "has_sig": false, "md5_digest": "932501c0f2cdfc6415420d52a381cb3d", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 177508, "upload_time": "2018-09-07T23:02:59", "url": "https://files.pythonhosted.org/packages/0b/f2/0495f35cca2ec731a333d94cfbadb6db62441f83406fc08a9637cac99602/pyhacrf_datamade-0.2.3-cp34-cp34m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "2b370343efca958beb7bcd95221c2003", "sha256": "b1a0803ad372fecabeadcc2e5911dfdb47beb5b7ed896cc6eb3028728e574d84" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.3-cp35-cp35m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "2b370343efca958beb7bcd95221c2003", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 726825, "upload_time": "2018-09-07T23:10:35", "url": "https://files.pythonhosted.org/packages/63/0e/dfc7f7a5b3dcabee964a677ee21a370ed0ecada51fe18ea28d218ff92e4f/pyhacrf_datamade-0.2.3-cp35-cp35m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "61493f3e60c98442e4644da929311ba9", "sha256": "6188fbb98818b45d2e004d6a4f32129a3fbe6c7c1a5cc30a9bde4745a1d1eea9" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.3-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "61493f3e60c98442e4644da929311ba9", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 772843, "upload_time": "2018-09-07T22:57:28", "url": "https://files.pythonhosted.org/packages/f5/b2/cfefc5c427b459d6f35f664e371a5469d2f2d064b6630e89304a125a34e0/pyhacrf_datamade-0.2.3-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "bc0691825d57d67fd6bd6bbae6627356", "sha256": "a3087a03389fd7ded1f77b937c11ab690a644b42dd9593625343f8c08255a984" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.3-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "bc0691825d57d67fd6bd6bbae6627356", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 143368, "upload_time": "2018-09-07T23:04:28", "url": "https://files.pythonhosted.org/packages/99/87/5fc7459454441eb5794ee90891f994fe4b84204d2947d407543e8597abe9/pyhacrf_datamade-0.2.3-cp35-cp35m-win32.whl" }, { "comment_text": "", "digests": { "md5": "9b6990099b2aaae6658ba835a780dd26", "sha256": "b486d6fb2007c962759ea039557f5d245729ad5077ce62d0bc1bdb5d1c57452f" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.3-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "9b6990099b2aaae6658ba835a780dd26", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 736999, "upload_time": "2018-09-07T23:10:36", "url": "https://files.pythonhosted.org/packages/c5/d4/55673e5a8a696c0ed438194b3a1c3299fb9a5bd0388dbd677aaf7979a4c6/pyhacrf_datamade-0.2.3-cp36-cp36m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "cbff082bda2c431e08f6a587262a7e85", "sha256": "ac33d52417f78349b8982fa03d7bdfa07878bc9519eb7752c7101f1706ed7f98" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.3-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "cbff082bda2c431e08f6a587262a7e85", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 785912, "upload_time": "2018-09-07T22:57:29", "url": "https://files.pythonhosted.org/packages/71/cc/6f4bfb9297adc18f9416a79a6dcffe88066369a8022caa4a886dc4d0af6f/pyhacrf_datamade-0.2.3-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "40549f7dbba781c46219dfb1cf536e68", "sha256": "43f9995cba23861021bf311934b28796c80026f7b2af6c97b5395c2dca9a6279" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.3-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "40549f7dbba781c46219dfb1cf536e68", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 144206, "upload_time": "2018-09-07T23:06:33", "url": "https://files.pythonhosted.org/packages/09/7d/7cfdfb0823bb5c215ac4331bed8791960162e2d103d5942981584ea98106/pyhacrf_datamade-0.2.3-cp36-cp36m-win32.whl" }, { "comment_text": "", "digests": { "md5": "d1eb0db75ba6acbf6fe5b5effe62537f", "sha256": "e72755e2e182b6e2ad88717eafd9b1d4ea0c82d7f0e9aed8cab54fb0c4d5b902" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.3-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "d1eb0db75ba6acbf6fe5b5effe62537f", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 178107, "upload_time": "2018-09-07T23:07:31", "url": "https://files.pythonhosted.org/packages/73/35/e5a4e5ae886de860a758b1032d03d99402a75f059e5d64942b8ac53e203e/pyhacrf_datamade-0.2.3-cp36-cp36m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "7b79ad648745279107bf7b3fc3f3c7a4", "sha256": "b328bd2ecbe57774c429b1ac99e6c1927656bc28322b9bef3c9df9c4b5b6e36e" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.3-cp37-cp37m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "7b79ad648745279107bf7b3fc3f3c7a4", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 195733, "upload_time": "2018-09-07T22:55:27", "url": "https://files.pythonhosted.org/packages/f9/80/21e48bff6e7aac981c64d26deca55de963b4662f00b58d9f1a5fc21e83ca/pyhacrf_datamade-0.2.3-cp37-cp37m-macosx_10_13_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "8223f8c1e3f331730b1ce1cde542cd39", "sha256": "e57c10295cbbb5679f6ebe498de1ab7e989ece690434dfaaae93d91531be1f6f" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.3-cp37-cp37m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "8223f8c1e3f331730b1ce1cde542cd39", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 736308, "upload_time": "2018-09-07T23:10:38", "url": "https://files.pythonhosted.org/packages/d9/25/330dd4e5d9963326c557383fa1f70e7a635ddee99683fd9fdd6156c24b61/pyhacrf_datamade-0.2.3-cp37-cp37m-manylinux1_i686.whl" }, { "comment_text": "", "digests": { "md5": "8b7196cbe3f3bd5fa0265e40b680cbf4", "sha256": "5658f7d36d09fef9326827c1fc0fa10d2f81d867a6d4be67d8bb03651f79bd2f" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.3-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "8b7196cbe3f3bd5fa0265e40b680cbf4", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 784506, "upload_time": "2018-09-07T22:57:31", "url": "https://files.pythonhosted.org/packages/16/d9/e089ecc7db7f27903b13e70d55070ac7899b1953030ae52891319b5b9886/pyhacrf_datamade-0.2.3-cp37-cp37m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "d93148cccdf9d72ffd62dc775f6d2133", "sha256": "27c48851464642d8a50fa1c889e1b1463d323cb74db6481c913907314d9f3cad" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.3-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "d93148cccdf9d72ffd62dc775f6d2133", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 146780, "upload_time": "2018-09-07T23:09:31", "url": "https://files.pythonhosted.org/packages/29/48/8316bc4e512a8d04584accc83bbff3a8cb525741d5123d03a16a79d57d07/pyhacrf_datamade-0.2.3-cp37-cp37m-win32.whl" }, { "comment_text": "", "digests": { "md5": "d046188b201dd70ce0ee1be73db4b8e5", "sha256": "d560b645ab02ea784866ffe646ba334b9c38bdf22a24436ac24af5283028b3bf" }, "downloads": -1, "filename": "pyhacrf_datamade-0.2.3-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "d046188b201dd70ce0ee1be73db4b8e5", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 179788, "upload_time": "2018-09-07T23:10:45", "url": "https://files.pythonhosted.org/packages/17/b1/1d352ad12eaa1f1ec206fe134617d3cd3431e9d8eee890c5ab00b2607800/pyhacrf_datamade-0.2.3-cp37-cp37m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "946ee79d5fd25b264ba2675ba263a3df", "sha256": "88517957abd7484835da23ff06085cdce34c5818e0bca90e42f8be093b347239" }, "downloads": -1, "filename": "pyhacrf-datamade-0.2.3.tar.gz", "has_sig": false, "md5_digest": "946ee79d5fd25b264ba2675ba263a3df", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 286529, "upload_time": "2018-09-07T22:47:24", "url": "https://files.pythonhosted.org/packages/a0/86/d407bd9e8541c2d7e9fc0d9344a35a6be1a02c7ba65ef4d4b6ea7afc6f33/pyhacrf-datamade-0.2.3.tar.gz" } ] }