{ "info": { "author": "Matthew Mulhall", "author_email": "matthewlmulhall@gmail.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python :: 3" ], "description": "

AutoAI

\n

This repository is a compilation of scripts that I have created in my time working with machine learning. These scripts aim to automate the annoying and tedious parts of ML, allowing you to focus on what is important.\nPyPi: https://pypi.org/project/AutoAILib/\n
$ pip install autoailib
\nThis library was developed for and used with keras convolutional neural networks. They do however work with other keras models, besides image test obviously.

\n
\n

AutoAiLib.general_tester(model path or object, labels, preprocessor)

\n Class Video Demo\n

AutoAiLib.general_tester.predict_single(example)

\n \n

AutoAiLib.general_tester.predict_many(container=None, testing_folder = None, csv_dir)

\n \n\n
\n\n
\n

AutoAi.convnet_tester(model path or object, labels)

\n Class Video Demo \n

AutoAi.image_predict(model_path, image_path, labels)

\n
This function takes 3 arguments: a path to a keras model, a path to an image, and a list of labels.
\n
Demo:
\n Given a the correct arguments, we get the following output, as well as this image saved to our model directory.\n \n

AutoAi.manual_test(model, testing_dir, labels)

\n
This function tests a model given labels and testing data. It then compiles the results in a CSV file, and groups the results by class, and by correct and incorrect.
\n \n
Example csv:
\n \n
\n\n
\n

Update! This has now been packaged in the AutoAI.data_compiler class.\n AutoAi.data_compiler(self,src, dest, **kwargs)
\n AutoAi.data_compiler.run() will compile the data based on the constructor parameters.

\n
This function takes 2 required arguments, an original data source file, and a path to the desired data directory. Given just these two arguments, this function will create a new testing data folder at dest with training, validation, and testing folders, containing folders for each class. You can alter the ratio with the ratio arguments, as well as provide a number of img transforms to do if you are using images.
\n \n
Demo:
\n Given the a path to the following folder:\n \n If augmentation used the following results will be yielded:\n \n Then these images will be copied to the dest folder with copied file structure, but an added upper layer:\n \n Example showing the images made it:\n \n
\n\n
\n

Homeless Methods:

\n

model_to_img(model_path)

\n \n

plot(history=None, file=None, min_=0, max_=1)

\n \n
", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "GNU GPLv3", "maintainer": "", "maintainer_email": "", "name": "AutoAiLib", "package_url": "https://pypi.org/project/AutoAiLib/", "platform": "", "project_url": "https://pypi.org/project/AutoAiLib/", "project_urls": null, "release_url": "https://pypi.org/project/AutoAiLib/1.1.0/", "requires_dist": null, "requires_python": "", "summary": "The library that automates the silly ML things.", "version": "1.1.0" }, "last_serial": 5682654, "releases": { "0.1.dev0": [ { "comment_text": "", "digests": { "md5": "dd9ebaa08c4d4a8a7090cb5bea54cbe2", "sha256": "8f192fc18acb4ee5742aa4e8c6f9062964d3f26909f9398d8cefa69cc195718e" }, "downloads": -1, "filename": "AutoAILib-0.1.dev0.tar.gz", "has_sig": false, "md5_digest": "dd9ebaa08c4d4a8a7090cb5bea54cbe2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3852, "upload_time": "2019-08-06T18:23:26", "url": "https://files.pythonhosted.org/packages/0a/93/aa8b4e1e36fa7e075b1d4a33bc26ada89ec0ba81999bc21c26cb465746f6/AutoAILib-0.1.dev0.tar.gz" } ], "0.2.1.dev0": [ { "comment_text": "", "digests": { "md5": "8a398a6189e013819a5ec94cb0fea274", "sha256": "a3f13bdde38c0954192bfbdc7ed5f772042ab19c83bbd51bb45e3a7924fd1801" }, "downloads": -1, "filename": "AutoAILib-0.2.1.dev0.tar.gz", "has_sig": false, "md5_digest": "8a398a6189e013819a5ec94cb0fea274", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3960, "upload_time": "2019-08-06T19:06:30", "url": "https://files.pythonhosted.org/packages/cb/a0/144ce82cbfc901cb8b0c98bfa4205f4769934558d55c69acaa3086f010de/AutoAILib-0.2.1.dev0.tar.gz" } ], "0.2.2.dev0": [ { "comment_text": "", "digests": { "md5": "d32dd08adcab0ad53742cefe1fef4801", "sha256": "4228301537b44c958ccd99b9f7c9debce8deabdb49bb300784207dcf2d4b500a" }, "downloads": -1, "filename": "AutoAILib-0.2.2.dev0.tar.gz", "has_sig": false, "md5_digest": "d32dd08adcab0ad53742cefe1fef4801", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1794, "upload_time": "2019-08-06T20:06:30", "url": "https://files.pythonhosted.org/packages/fd/5c/27322cfd07763616848b4e2e79e70649ee7923c0c12dab8fb2763f63b001/AutoAILib-0.2.2.dev0.tar.gz" } ], "0.2.dev0": [ { "comment_text": "", "digests": { "md5": "7e91b411ffa5b0d4f6510c19c8be1a54", "sha256": "3b98075b84943802895fcf2ed4825e0629ecb3d360a35dc37e73fe2a908ca765" }, "downloads": -1, "filename": "AutoAILib-0.2.dev0.tar.gz", "has_sig": false, "md5_digest": "7e91b411ffa5b0d4f6510c19c8be1a54", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3946, "upload_time": "2019-08-06T18:59:29", "url": "https://files.pythonhosted.org/packages/c0/71/26cd73613092dca9e98e920b245a68a908b208e1af21def0bb758b8d3adc/AutoAILib-0.2.dev0.tar.gz" } ], "0.3.1.dev0": [ { "comment_text": "", "digests": { "md5": "a73151731e1f141aa6d1373f18f3bcbc", "sha256": "852d9bf8266d894f6eda6ec106762f33e8f1db690a407878132947d0f4d7088b" }, "downloads": -1, "filename": "AutoAILib-0.3.1.dev0.tar.gz", "has_sig": false, "md5_digest": "a73151731e1f141aa6d1373f18f3bcbc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1917, "upload_time": "2019-08-06T20:19:46", "url": "https://files.pythonhosted.org/packages/6e/f2/864306beee86f645d45822297569ace5f32c006cbe21d424980d615a95fe/AutoAILib-0.3.1.dev0.tar.gz" } ], "0.3.2.dev0": [ { "comment_text": "", "digests": { "md5": "652a0957ef18bee2e1f25a80d9a05105", "sha256": "b34df42a5d9545a08ff0a3074c626542a50e9bde05a5cf3e1e8314bf0653e255" }, "downloads": -1, "filename": "AutoAILib-0.3.2.dev0.tar.gz", "has_sig": false, "md5_digest": "652a0957ef18bee2e1f25a80d9a05105", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2125, "upload_time": "2019-08-06T20:32:43", "url": "https://files.pythonhosted.org/packages/af/80/6bc9335755f313d0608f2831d44c80632a639965868f1c111130dcd68003/AutoAILib-0.3.2.dev0.tar.gz" } ], "0.3.3.dev0": [ { "comment_text": "", "digests": { "md5": "9bd01fa78679b9cfbbba42534e9a473e", "sha256": "d5c4aab439ea871a1df1bf4a70b89b75ffb44c5d3484ecefbe6142a47d199fe4" }, "downloads": -1, "filename": "AutoAILib-0.3.3.dev0.tar.gz", "has_sig": false, "md5_digest": "9bd01fa78679b9cfbbba42534e9a473e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2128, "upload_time": "2019-08-07T14:16:49", "url": "https://files.pythonhosted.org/packages/3a/a3/1f035184b1885574d93250c3cf26689d9a9c2286c8b7393091593796db4e/AutoAILib-0.3.3.dev0.tar.gz" } ], "0.3.4.dev0": [ { "comment_text": "", "digests": { "md5": "0149cb3e79aedc674c9989f04d46b798", "sha256": "d8bd5ea8440911018372f8d28c2c209df1f5588066c8b62268cdee04cdf0ad43" }, "downloads": -1, "filename": "AutoAILib-0.3.4.dev0.tar.gz", "has_sig": false, "md5_digest": "0149cb3e79aedc674c9989f04d46b798", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2282, "upload_time": "2019-08-07T14:43:54", "url": "https://files.pythonhosted.org/packages/93/29/66c106f6c4117263973afceacc76c1d41c7340e302478d67800f4552bbab/AutoAILib-0.3.4.dev0.tar.gz" } ], "0.3.5.dev0": [ { "comment_text": "", "digests": { "md5": "e80ccb941e6330f1693252a9087babcc", "sha256": "9865b5cfb80f0ec3206bea9f28c599c0de7a0c214055fffe92e025a0ae993655" }, "downloads": -1, "filename": "AutoAILib-0.3.5.dev0.tar.gz", "has_sig": false, "md5_digest": "e80ccb941e6330f1693252a9087babcc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2289, "upload_time": "2019-08-07T16:11:50", "url": "https://files.pythonhosted.org/packages/94/84/8a17af83ce5c59d267f24d49cc1a53bd9f39c49f8e8566c38b972cf90b01/AutoAILib-0.3.5.dev0.tar.gz" } ], "0.3.6.dev0": [ { "comment_text": "", "digests": { "md5": "6cddf1bc754281bb2ab27cb679c7b695", "sha256": "4d44f6cdc2ff2a438b7e39b791a61d3ddc866e22f77a794340c34bcc76febada" }, "downloads": -1, "filename": "AutoAILib-0.3.6.dev0.tar.gz", "has_sig": false, "md5_digest": "6cddf1bc754281bb2ab27cb679c7b695", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2345, "upload_time": "2019-08-07T16:51:25", "url": "https://files.pythonhosted.org/packages/76/eb/658bcdfaeb7d1df1fe63c7d8f6056bfedb16e14c296326b90d797bc331de/AutoAILib-0.3.6.dev0.tar.gz" } ], "0.3.7.1.dev0": [ { "comment_text": "", "digests": { "md5": "35d78ab1ec4975ba55fc59e974724ae3", "sha256": "b3bde581649479536791418cea1d7154f813cb9af33b339526063d27fb686498" }, "downloads": -1, "filename": "AutoAILib-0.3.7.1.dev0.tar.gz", "has_sig": false, "md5_digest": "35d78ab1ec4975ba55fc59e974724ae3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2590, "upload_time": "2019-08-07T19:46:31", "url": "https://files.pythonhosted.org/packages/4c/1f/45fc162ea62a98038f190dfde9ae57c2ad05fd6082ba37db610114e3acf9/AutoAILib-0.3.7.1.dev0.tar.gz" } ], "0.3.7.dev0": [ { "comment_text": "", "digests": { "md5": "28e81b4c909c071715d7ac6f6d5d7a65", "sha256": "4df6936f3ccf3705b246580cc73094d566041d48f321910352f262d852478eef" }, "downloads": -1, "filename": "AutoAILib-0.3.7.dev0.tar.gz", "has_sig": false, "md5_digest": "28e81b4c909c071715d7ac6f6d5d7a65", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2629, "upload_time": "2019-08-07T18:54:17", "url": "https://files.pythonhosted.org/packages/ef/63/ea59f259fcc93d6c2ff6d2ca30f20f01869cf9e2bbfcf28c5c91d71ed05d/AutoAILib-0.3.7.dev0.tar.gz" } ], "0.3.8.dev0": [ { "comment_text": "", "digests": { "md5": "f1105fd8cd1041d5c97b9a17f7607b10", "sha256": "2d5aaca6f3155bd1d1307a89a78d3d6d9f9d78670d6c66968ff519db537eb4ba" }, "downloads": -1, "filename": "AutoAILib-0.3.8.dev0.tar.gz", "has_sig": false, "md5_digest": "f1105fd8cd1041d5c97b9a17f7607b10", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2589, "upload_time": "2019-08-08T14:57:02", "url": "https://files.pythonhosted.org/packages/69/3b/7c57320d2ddd8633dad655e2f48c3333da9d5facba4e6d32410c1010e2eb/AutoAILib-0.3.8.dev0.tar.gz" } ], "0.3.dev0": [ { "comment_text": "", "digests": { "md5": "b6a2998fb2fb7918b5fea7d256f07e76", "sha256": "bc72ccfb7f3c748e16fabe532de148f093d6fd5ef22af718e4be4fe6003b0e34" }, "downloads": -1, "filename": "AutoAILib-0.3.dev0.tar.gz", "has_sig": false, "md5_digest": "b6a2998fb2fb7918b5fea7d256f07e76", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1918, "upload_time": "2019-08-06T20:13:48", "url": "https://files.pythonhosted.org/packages/fd/6c/ffaa7f1407f823c41ed0cac2fb8d049cd925ad28eff6f86d3c0b74956716/AutoAILib-0.3.dev0.tar.gz" } ], "0.4.1.dev0": [ { "comment_text": "", "digests": { "md5": "0346ff08c9bd0d3e2643d71c5ce5d57d", "sha256": "c86a5e79cff6ad032150bf9cea457d3200908cb39e0f307e9c6ce1af77d06242" }, "downloads": -1, "filename": "AutoAILib-0.4.1.dev0.tar.gz", "has_sig": false, "md5_digest": "0346ff08c9bd0d3e2643d71c5ce5d57d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5975, "upload_time": "2019-08-08T15:19:02", "url": "https://files.pythonhosted.org/packages/29/e6/e89faf797d4920136559dd9390c4cd53448b24605edb0d759369e9e9a67d/AutoAILib-0.4.1.dev0.tar.gz" } ], "0.4.2.dev0": [ { "comment_text": "", "digests": { "md5": "e8202d26198301aa24e6b7ee626abfb6", "sha256": "a55e1c361f0ed90876595ef2960f25c777d992941509fd2499672e7268cf85c3" }, "downloads": -1, "filename": "AutoAILib-0.4.2.dev0.tar.gz", "has_sig": false, "md5_digest": "e8202d26198301aa24e6b7ee626abfb6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5924, "upload_time": "2019-08-08T15:22:43", "url": "https://files.pythonhosted.org/packages/65/24/5dd2453d67e4ff989502817168ba32888cd8d556ee38f5c236c77a6b8544/AutoAILib-0.4.2.dev0.tar.gz" } ], "0.4.3.1.dev0": [ { "comment_text": "", "digests": { "md5": "c7ac1efd39ad73b3887dc9e375939d05", "sha256": "8c6f74cc80cfd0e52f2177dcaccbc561ca7699b045ac130f5edcb5960d0a0670" }, "downloads": -1, "filename": "AutoAiLib-0.4.3.1.dev0.tar.gz", "has_sig": false, "md5_digest": "c7ac1efd39ad73b3887dc9e375939d05", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2656, "upload_time": "2019-08-08T15:47:44", "url": "https://files.pythonhosted.org/packages/3b/d0/d357c28749c2e50216527a23a32e8ca59211abac76920cd9a2ec23705bc1/AutoAiLib-0.4.3.1.dev0.tar.gz" } ], "0.4.3.2.dev0": [ { "comment_text": "", "digests": { "md5": "b7cf0c50cfde83fa8b40956cea4bf178", "sha256": "3d1446cf5027d1ca3f9b34fd1b66cf95055ef8f3d4d39a1d836db461dc2d87b7" }, "downloads": -1, "filename": "AutoAiLib-0.4.3.2.dev0.tar.gz", "has_sig": false, "md5_digest": "b7cf0c50cfde83fa8b40956cea4bf178", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2640, "upload_time": "2019-08-08T16:31:40", "url": "https://files.pythonhosted.org/packages/8a/b7/1a77ee1b05695b2ac8062b8abdc9b079ed3faec0c68470ad6524183ff703/AutoAiLib-0.4.3.2.dev0.tar.gz" } ], "0.4.3.3.dev0": [ { "comment_text": "", "digests": { "md5": "bfba6e10a8e348e8bd15b4a8adf088ff", "sha256": "f93f9a8968e1ff124554c163ac2f3503be232af3faeae39ab468b46304280628" }, "downloads": -1, "filename": "AutoAiLib-0.4.3.3.dev0.tar.gz", "has_sig": false, "md5_digest": "bfba6e10a8e348e8bd15b4a8adf088ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6038, "upload_time": "2019-08-08T16:38:19", "url": "https://files.pythonhosted.org/packages/72/80/cf05073d5769a48feff2e153c44f721c6c93ec5673a456c96f7c86bdbb26/AutoAiLib-0.4.3.3.dev0.tar.gz" } ], "0.4.3.dev0": [ { "comment_text": "", "digests": { "md5": "32a209be53d05bb44decd7af27d96d90", "sha256": "8feec5d1bd509e4bde10cc83bbb59c2c3f9c7bca745988d55ecf668bc8803555" }, "downloads": -1, "filename": "AutoAiLib-0.4.3.dev0.tar.gz", "has_sig": false, "md5_digest": "32a209be53d05bb44decd7af27d96d90", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5970, "upload_time": "2019-08-08T15:42:39", "url": "https://files.pythonhosted.org/packages/8c/dd/9f422150629909e46f6305ba113eba286353f2f46b9207a299d02c88e56f/AutoAiLib-0.4.3.dev0.tar.gz" } ], "0.4.dev0": [ { "comment_text": "", "digests": { "md5": "94cc713b8d66d5f345fd37a35de84182", "sha256": "7abf0af068f860def71b5f821e5f8f52e76e14e854f0eca4e44596e6a6031f68" }, "downloads": -1, "filename": "AutoAILib-0.4.dev0.tar.gz", "has_sig": false, "md5_digest": "94cc713b8d66d5f345fd37a35de84182", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5916, "upload_time": "2019-08-08T15:10:29", "url": "https://files.pythonhosted.org/packages/1b/82/392c73ed8de0e526264f8d123bb8e323e69f548d5d409c8b2bf42471c9bb/AutoAILib-0.4.dev0.tar.gz" } ], "0.5.1.dev0": [ { "comment_text": "", "digests": { "md5": "e4be81c45c773eddb7f4474e6062c7fa", "sha256": "8ef89bd4869f73e453689f69ea5e9555e1e4331007fcd5f09069807312ea91f5" }, "downloads": -1, "filename": "AutoAiLib-0.5.1.dev0.tar.gz", "has_sig": false, "md5_digest": "e4be81c45c773eddb7f4474e6062c7fa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5989, "upload_time": "2019-08-08T16:47:11", "url": "https://files.pythonhosted.org/packages/36/4a/dc487cfdd328760e29a03202f01a12751874924151c1f93442bb58d9ea54/AutoAiLib-0.5.1.dev0.tar.gz" } ], "0.5.2.dev0": [ { "comment_text": "", "digests": { "md5": "4f60afab6cbe8269cd200aff30b1271b", "sha256": "326cad50fd412022bd80eeb6ac4fac74361b4ddfc0c9496e1a320b13dcd45b06" }, "downloads": -1, "filename": "AutoAiLib-0.5.2.dev0.tar.gz", "has_sig": false, "md5_digest": "4f60afab6cbe8269cd200aff30b1271b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5986, "upload_time": "2019-08-08T16:53:18", "url": "https://files.pythonhosted.org/packages/e8/46/8bbc205023f2105f81f51912f2b0db7ef0a91596b173d09462caac574341/AutoAiLib-0.5.2.dev0.tar.gz" } ], "0.5.dev0": [ { "comment_text": "", "digests": { "md5": "e786cf0b3dd8f14b3b3dbe4d9c245a5c", "sha256": "85ae774fddfab18c95259bf83d7f6247c3da3b4e37b2a5bb3622f5b20c0fc880" }, "downloads": -1, "filename": "AutoAiLib-0.5.dev0.tar.gz", "has_sig": false, "md5_digest": "e786cf0b3dd8f14b3b3dbe4d9c245a5c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6061, "upload_time": "2019-08-08T16:42:26", "url": "https://files.pythonhosted.org/packages/1c/bf/09f896cb344076e94fbda4d92590dad2d4d98c8cd9d2098c463af6f1cee7/AutoAiLib-0.5.dev0.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "fce546309d12a4ec085d76305a5a607d", "sha256": "90c42cc477dc49f86c92d8e0d11ac66e52530e8057ea15cdef579fddaa975da8" }, "downloads": -1, "filename": "AutoAiLib-1.0.0.tar.gz", "has_sig": false, "md5_digest": "fce546309d12a4ec085d76305a5a607d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5977, "upload_time": "2019-08-08T17:18:12", "url": "https://files.pythonhosted.org/packages/a2/81/090261bf3018dca849460eaea820e84a3ae2a801b86e9d51f3473b4e668d/AutoAiLib-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "01e169869995ae2a881e842c03b54dd4", "sha256": "fbc77b2e8acbeba8e657dc26bb882529dc2ddef80c8a9aa994c11b21d7fba6e1" }, "downloads": -1, "filename": "AutoAiLib-1.0.1.tar.gz", "has_sig": false, "md5_digest": "01e169869995ae2a881e842c03b54dd4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6396, "upload_time": "2019-08-08T17:19:22", "url": "https://files.pythonhosted.org/packages/3c/cf/3249ccf482e791935629f5474782e8cd6ac306c4f0f9cfc8934c49e85782/AutoAiLib-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "dd8b2bb6f53b051ea7e143fd9f16d378", "sha256": "811a821e05ab082b133b23b52cfc1ddfad2815175b20d4e898f6f72242c21149" }, "downloads": -1, "filename": "AutoAiLib-1.0.2.tar.gz", "has_sig": false, "md5_digest": "dd8b2bb6f53b051ea7e143fd9f16d378", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7059, "upload_time": "2019-08-12T20:33:14", "url": "https://files.pythonhosted.org/packages/f5/a8/bd767557ef0ff50cb73363cde9eceb5ef13a83e65188f1355713fd2bd123/AutoAiLib-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "c041e48c3d0c5ec26e05dcc16d0ba88c", "sha256": "327ff3a848227ebeec04f290ed5a4d354fe0d02d7761374e8f8979fd4280d7aa" }, "downloads": -1, "filename": "AutoAiLib-1.0.3.tar.gz", "has_sig": false, "md5_digest": "c041e48c3d0c5ec26e05dcc16d0ba88c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7082, "upload_time": "2019-08-13T13:34:15", "url": "https://files.pythonhosted.org/packages/da/60/064563986cb2ee6672853d4016835280205f8e47473200538e1fb9efda09/AutoAiLib-1.0.3.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "bf73b220ba38dc7feb8a3e69aa6926f5", "sha256": "02198b7e8e693d9f822644c080c88d6c394a3a3c61064d7efb892cb749316d6c" }, "downloads": -1, "filename": "AutoAiLib-1.0.4.tar.gz", "has_sig": false, "md5_digest": "bf73b220ba38dc7feb8a3e69aa6926f5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7067, "upload_time": "2019-08-13T13:40:36", "url": "https://files.pythonhosted.org/packages/ec/d5/11b228bd2bd4352b523bb5b7ff90c22c33651a13e0701572e33535a2dc50/AutoAiLib-1.0.4.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "b162e416a1937b4e76cc849fa7489061", "sha256": "d5d8eb464a71a27d27ecb7092b4b559937c458cd8fd59cbba511d909bcbcf89f" }, "downloads": -1, "filename": "AutoAiLib-1.0.5.tar.gz", "has_sig": false, "md5_digest": "b162e416a1937b4e76cc849fa7489061", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7049, "upload_time": "2019-08-13T13:45:13", "url": "https://files.pythonhosted.org/packages/9a/d1/fece15cb1d23e5654ac0881cfc33f7470cfe49f7bbf48f5cb26ea59f7eea/AutoAiLib-1.0.5.tar.gz" } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "793cc4a3d009b59c2fa03ae6d238e96a", "sha256": "f6029a7b45f215b0f41b217bfca76df101cdd750af0d54ac333a57fad8b7627f" }, "downloads": -1, "filename": "AutoAiLib-1.0.6.tar.gz", "has_sig": false, "md5_digest": "793cc4a3d009b59c2fa03ae6d238e96a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7276, "upload_time": "2019-08-15T14:57:52", "url": "https://files.pythonhosted.org/packages/06/35/0a218bf1e98c0e6b5c2acb392b306ee0dc2ef5be0dd922c99a542c8bc092/AutoAiLib-1.0.6.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "ba655ffd8b8d7acd1b7b1f1046d6ad14", "sha256": "776e9c771c0e950ee87cb833bc1da671689c9d4aca22312e4dbfc8b9324e2e69" }, "downloads": -1, "filename": "AutoAiLib-1.1.0.tar.gz", "has_sig": false, "md5_digest": "ba655ffd8b8d7acd1b7b1f1046d6ad14", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7283, "upload_time": "2019-08-15T15:08:34", "url": "https://files.pythonhosted.org/packages/3e/1d/a6e70d607be8e88b01f0f5986f731f4b09b656006f5e45f22ab4988c8311/AutoAiLib-1.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ba655ffd8b8d7acd1b7b1f1046d6ad14", "sha256": "776e9c771c0e950ee87cb833bc1da671689c9d4aca22312e4dbfc8b9324e2e69" }, "downloads": -1, "filename": "AutoAiLib-1.1.0.tar.gz", "has_sig": false, "md5_digest": "ba655ffd8b8d7acd1b7b1f1046d6ad14", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7283, "upload_time": "2019-08-15T15:08:34", "url": "https://files.pythonhosted.org/packages/3e/1d/a6e70d607be8e88b01f0f5986f731f4b09b656006f5e45f22ab4988c8311/AutoAiLib-1.1.0.tar.gz" } ] }