{ "info": { "author": "John Andersen", "author_email": "john.s.andersen@intel.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy" ], "description": "![Logo](https://raw.githubusercontent.com/intel/dffml/master/docs/images/logo-lightmode.svg)\n\n[![Actions Status](https://github.com/intel/dffml/workflows/Tests/badge.svg?branch=master&event=push)](https://github.com/intel/dffml/actions)\n[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/intel/dffml)\n[![codecov](https://codecov.io/gh/intel/dffml/branch/master/graph/badge.svg)](https://codecov.io/gh/intel/dffml)\n[![CII](https://bestpractices.coreinfrastructure.org/projects/2594/badge)](https://bestpractices.coreinfrastructure.org/projects/2594)\n[![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.svg)](https://gitter.im/dffml/community)\n[![PyPI version](https://img.shields.io/pypi/v/dffml.svg)](https://pypi.org/project/dffml)\n\n## Mission Statement\n\nDFFML aims to be the easiest and most convenient way to use Machine Learning.\n\n- Its a machine learning distribution. Providing you access to a set of popular\n machine learning libraries guaranteed to work together.\n\n- Its a AI/ML Python library, command line application, and HTTP service.\n\n- You give it your data and tell it what kind of model you want to train. It\n creates a model for you.\n\n- If you want finer grained control over the model, you can easily do so by\n implementing your own model plugin.\n\n- We make it easy to use and deploy your models.\n\n- We provide a directed graph concurrent execution environment with managed\n locking which we call DataFlows.\n\n- DataFlows make it easy to generate datasets or modify existing datasets for\n rapid iteration on feature engineering.\n\n## Documentation\n\nDocumentation for the latest release is hosted at https://intel.github.io/dffml/\n\nDocumentation for the master branch is hosted at\nhttps://intel.github.io/dffml/master/index.html\n\n## Contributing\n\nThe [contributing page](https://intel.github.io/dffml/master/contributing/index.html)\nwill guide you through getting setup and contributing to DFFML.\n\n## Help\n\n- Ask a question via an [issue](https://github.com/intel/dffml/issues/new?assignees=&labels=question&template=question.md&title=question%3A+)\n- Send an email to dffml-users@lists.01.org\n - You can subscribe to the users mailing list here\n https://lists.01.org/postorius/lists/dffml-users.lists.01.org/\n- Ask a question on the [Gitter chat](https://gitter.im/dffml/community)\n\n## License\n\nDFFML is distributed under the [MIT License](LICENSE).\n\n## Legal\n\n> This software is subject to the U.S. Export Administration Regulations and\n> other U.S. law, and may not be exported or re-exported to certain countries\n> (Cuba, Iran, Crimea Region of Ukraine, North Korea, Sudan, and Syria) or to\n> persons or entities prohibited from receiving U.S. exports (including\n> Denied Parties, Specially Designated Nationals, and entities on the Bureau\n> of Export Administration Entity List or involved with missile technology or\n> nuclear, chemical or biological weapons).\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/intel/dffml", "keywords": "", "license": "MIT", "maintainer": "John Andersen", "maintainer_email": "john.s.andersen@intel.com", "name": "dffml", "package_url": "https://pypi.org/project/dffml/", "platform": "", "project_url": "https://pypi.org/project/dffml/", "project_urls": { "Homepage": "https://github.com/intel/dffml" }, "release_url": "https://pypi.org/project/dffml/0.4.0.post2/", "requires_dist": [ "dffml-config-yaml ; extra == 'all'", "dffml-config-image ; extra == 'all'", "dffml-model-scratch ; extra == 'all'", "dffml-model-scikit ; extra == 'all'", "dffml-model-tensorflow ; extra == 'all'", "dffml-model-tensorflow-hub ; extra == 'all'", "dffml-model-vowpalWabbit ; extra == 'all'", "dffml-model-xgboost ; extra == 'all'", "dffml-model-pytorch ; extra == 'all'", "dffml-model-spacy ; extra == 'all'", "dffml-model-daal4py ; extra == 'all'", "dffml-feature-git ; extra == 'all'", "dffml-feature-auth ; extra == 'all'", "dffml-operations-binsec ; extra == 'all'", "dffml-operations-deploy ; extra == 'all'", "dffml-operations-image ; extra == 'all'", "dffml-operations-nlp ; extra == 'all'", "dffml-service-http ; extra == 'all'", "dffml-source-mysql ; extra == 'all'", "dffml-config-yaml ; extra == 'configloaders'", "dffml-config-image ; extra == 'configloaders'", "coverage ; extra == 'dev'", "codecov ; extra == 'dev'", "sphinx (>=2.4.4) ; extra == 'dev'", "sphinx-tabs (>=1.3.0) ; extra == 'dev'", "sphinx-rtd-theme ; extra == 'dev'", "recommonmark ; extra == 'dev'", "black (==19.10b0) ; extra == 'dev'", "jsbeautifier ; extra == 'dev'", "twine ; extra == 'dev'", "httptest (>=0.0.15) ; extra == 'dev'", "Pillow (>=7.1.2) ; extra == 'dev'", "dffml-model-scratch ; extra == 'models'", "dffml-model-scikit ; extra == 'models'", "dffml-model-tensorflow ; extra == 'models'", "dffml-model-tensorflow-hub ; extra == 'models'", "dffml-model-vowpalWabbit ; extra == 'models'", "dffml-model-xgboost ; extra == 'models'", "dffml-model-pytorch ; extra == 'models'", "dffml-model-spacy ; extra == 'models'", "dffml-model-daal4py ; extra == 'models'", "dffml-operations-binsec ; extra == 'operations'", "dffml-operations-deploy ; extra == 'operations'", "dffml-operations-image ; extra == 'operations'", "dffml-operations-nlp ; extra == 'operations'", "dffml-feature-git ; extra == 'operations'", "dffml-feature-auth ; extra == 'operations'", "dffml-service-http ; extra == 'services'", "dffml-source-mysql ; extra == 'sources'" ], "requires_python": "", "summary": "Data Flow Facilitator for Machine Learning", "version": "0.4.0.post2", "yanked": false, "yanked_reason": null }, "last_serial": 12794487, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "72f0afd5527f62ce59da50057f382b8d", "sha256": "3f27cdd70fb54b8f793ff09b986a88223f71790b27001553a159553c0dbf1a8a" }, "downloads": -1, "filename": "dffml-0.1.0.tar.gz", "has_sig": false, "md5_digest": "72f0afd5527f62ce59da50057f382b8d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32198, "upload_time": "2019-03-08T17:32:17", "upload_time_iso_8601": "2019-03-08T17:32:17.533322Z", "url": "https://files.pythonhosted.org/packages/58/09/1c30162c4393a398a227373849f8776faa7926ac1fd56c765f36d5ad2342/dffml-0.1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "c00320cac53918bf0c3f329d32ae49d1", "sha256": "c0db781710d4bf4e72ca8569e206956ec38a8d174bc97a04d681bee6ae3861e6" }, "downloads": -1, "filename": "dffml-0.1.1.tar.gz", "has_sig": false, "md5_digest": "c00320cac53918bf0c3f329d32ae49d1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32147, "upload_time": "2019-03-08T17:58:05", "upload_time_iso_8601": "2019-03-08T17:58:05.891242Z", "url": "https://files.pythonhosted.org/packages/b7/9f/de4504080006a46d23c3e59a3bfe816c6fb07d7a7b1a636c01e947e8ff78/dffml-0.1.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "13beb52c8d568abc65ebd32dfe082afc", "sha256": "91ab699222e4f70f0cc92309498f382e82a5e495e91bd75f29f080b6de9851c8" }, "downloads": -1, "filename": "dffml-0.1.2.tar.gz", "has_sig": false, "md5_digest": "13beb52c8d568abc65ebd32dfe082afc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 48308, "upload_time": "2019-03-29T21:06:42", "upload_time_iso_8601": "2019-03-29T21:06:42.422561Z", "url": "https://files.pythonhosted.org/packages/c9/91/ff399499b0e4521f0c446c76736e10f4e9181af4c4807e3618d6a714074c/dffml-0.1.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "8b74678311f36be0548bde92d5a4db22", "sha256": "3ee2289ccab23ab16ae1d7f7b1ac9e3617a4a7be9d39a9e1103e7e47a188c54a" }, "downloads": -1, "filename": "dffml-0.2.0.tar.gz", "has_sig": false, "md5_digest": "8b74678311f36be0548bde92d5a4db22", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56904, "upload_time": "2019-05-23T17:46:55", "upload_time_iso_8601": "2019-05-23T17:46:55.675981Z", "url": "https://files.pythonhosted.org/packages/e4/b2/6d770aad6938ee30bbb73f1197154cd50987cb94ec049377340af71c9bb5/dffml-0.2.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "8f55986317c11e077d7c7c150569cf11", "sha256": "dbd5ade7134876dc878cb0a0ea9b2fae5f237731eb15bee6504728078faa1ad9" }, "downloads": -1, "filename": "dffml-0.2.1.tar.gz", "has_sig": false, "md5_digest": "8f55986317c11e077d7c7c150569cf11", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 55858, "upload_time": "2019-06-07T22:15:42", "upload_time_iso_8601": "2019-06-07T22:15:42.887020Z", "url": "https://files.pythonhosted.org/packages/06/a8/795147200cdbd3a00e7ed70de7806fc4472ce62cafd7f0943b6cfa61e292/dffml-0.2.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "2b1bd192b4505e8a049b81ccc135ded1", "sha256": "c08c223c32df5418381ec9f48d82bf5d2c4ee1185fdcfa2a4458bbeeee105963" }, "downloads": -1, "filename": "dffml-0.3.0.tar.gz", "has_sig": false, "md5_digest": "2b1bd192b4505e8a049b81ccc135ded1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 88438, "upload_time": "2019-10-26T21:02:15", "upload_time_iso_8601": "2019-10-26T21:02:15.041025Z", "url": "https://files.pythonhosted.org/packages/35/00/8863e018b017269a1cf1101f087e4ed806e3da986a2e0fe19b22981e39b9/dffml-0.3.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "4747d2af55182bd9807bf270e4256433", "sha256": "3531931afe508f5bcd6a253746c844f2584e78bf385a911193525605843b5e1e" }, "downloads": -1, "filename": "dffml-0.3.1.tar.gz", "has_sig": false, "md5_digest": "4747d2af55182bd9807bf270e4256433", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 94180, "upload_time": "2019-12-12T08:49:47", "upload_time_iso_8601": "2019-12-12T08:49:47.086932Z", "url": "https://files.pythonhosted.org/packages/53/90/e0ea9b49c42caf6e7dbc0acf60b9452b390f50488edc89ae5b0c3a292d96/dffml-0.3.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "66aafb90b8576daf7122f8f73ac21a8d", "sha256": "d38d38630601c94a96ea318061a462b919a7473b6b4799fd847a80475407df45" }, "downloads": -1, "filename": "dffml-0.3.2.tar.gz", "has_sig": false, "md5_digest": "66aafb90b8576daf7122f8f73ac21a8d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 96877, "upload_time": "2020-01-03T22:18:05", "upload_time_iso_8601": "2020-01-03T22:18:05.138116Z", "url": "https://files.pythonhosted.org/packages/51/38/e6315e59e5bef7a5e92f98d6ae3c0ded0035b34fbe96012b469d09864f6c/dffml-0.3.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "b2d77e6f2804a365209c283b6baca075", "sha256": "ed83d0053126a665bc8d9699f814516d346d8f91a0ba63f83a5476cff533bf0b" }, "downloads": -1, "filename": "dffml-0.3.3.tar.gz", "has_sig": false, "md5_digest": "b2d77e6f2804a365209c283b6baca075", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 110544, "upload_time": "2020-02-11T07:43:10", "upload_time_iso_8601": "2020-02-11T07:43:10.612465Z", "url": "https://files.pythonhosted.org/packages/3a/6e/d6e85fb12143f1aaf08e50dd89029f052ab823e9d45ef63e41e2cf81a5d4/dffml-0.3.3.tar.gz", "yanked": false, "yanked_reason": null } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "01238baf8114a7a3d84521a2d1287ff4", "sha256": "7ccf4153fd8d3e44a9088de1e93b70a8281a9be38fb45c45cc72c4d5d95b4ef9" }, "downloads": -1, "filename": "dffml-0.3.4.tar.gz", "has_sig": false, "md5_digest": "01238baf8114a7a3d84521a2d1287ff4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 111927, "upload_time": "2020-02-29T00:58:12", "upload_time_iso_8601": "2020-02-29T00:58:12.700914Z", "url": "https://files.pythonhosted.org/packages/a5/b9/c341c4e6a3b3b60a4870ac2257d091282786a82f78831948c3166bdf3c03/dffml-0.3.4.tar.gz", "yanked": false, "yanked_reason": null } ], "0.3.5": [ { "comment_text": "", "digests": { "md5": "743b626e771e705e909d1d6b5ecd23ba", "sha256": "6c68f6bafade6b21367d8651994fa77c748356885938d86742268f896d46aeeb" }, "downloads": -1, "filename": "dffml-0.3.5.tar.gz", "has_sig": false, "md5_digest": "743b626e771e705e909d1d6b5ecd23ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 119508, "upload_time": "2020-03-10T23:02:59", "upload_time_iso_8601": "2020-03-10T23:02:59.264998Z", "url": "https://files.pythonhosted.org/packages/c2/6c/bef5b59f24c29fc80f3501510fbff75ec248ec4c421eb82f909d139fa59e/dffml-0.3.5.tar.gz", "yanked": false, "yanked_reason": null } ], "0.3.6": [ { "comment_text": "", "digests": { "md5": "b7eee6aec2b5081c2c64588a02f2c940", "sha256": "0650500bc9abc7dbc8072f160abffeb7d4be1a2dfdf35f94c04da6e29dd5b13e" }, "downloads": -1, "filename": "dffml-0.3.6.tar.gz", "has_sig": false, "md5_digest": "b7eee6aec2b5081c2c64588a02f2c940", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 127628, "upload_time": "2020-04-04T21:45:11", "upload_time_iso_8601": "2020-04-04T21:45:11.798336Z", "url": "https://files.pythonhosted.org/packages/8b/cb/ffb08893185ffda12f75441815790f7c3f991a7b099cd5a7cd7a4f5edd28/dffml-0.3.6.tar.gz", "yanked": false, "yanked_reason": null } ], "0.3.7": [ { "comment_text": "", "digests": { "md5": "fff588e1469bc8b783a751587aaa4745", "sha256": "01b8284540101a83e7d732cd00afd1a081dbb289e44eaa61b60705b4ca99c753" }, "downloads": -1, "filename": "dffml-0.3.7-py3-none-any.whl", "has_sig": false, "md5_digest": "fff588e1469bc8b783a751587aaa4745", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 180865, "upload_time": "2021-01-08T02:09:50", "upload_time_iso_8601": "2021-01-08T02:09:50.747478Z", "url": "https://files.pythonhosted.org/packages/2a/e8/908d54eb971295d89460c0af8e5c48a86aae049a0415d4af44974453151f/dffml-0.3.7-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "389f52da20901c7f5cbac9900acd6f9a", "sha256": "2b8e6bd67fa90003ddb8b62ab6390440760bfa66fae2aa773a4247fd6f9e03ea" }, "downloads": -1, "filename": "dffml-0.3.7.tar.gz", "has_sig": false, "md5_digest": "389f52da20901c7f5cbac9900acd6f9a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 130335, "upload_time": "2020-04-14T23:06:29", "upload_time_iso_8601": "2020-04-14T23:06:29.983853Z", "url": "https://files.pythonhosted.org/packages/40/08/e4708b2eb825f5a4ef4914cbad7435e78cc38c7422c2fc2e7e421594244e/dffml-0.3.7.tar.gz", "yanked": false, "yanked_reason": null } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "bfb485fae2fc41bc770190b9aba225fb", "sha256": "79d408200813a100cf2ec380a25496469fb7c6494a5c7cd5a43006697418f1e3" }, "downloads": -1, "filename": "dffml-0.4.0-py3-none-any.whl", "has_sig": false, "md5_digest": "bfb485fae2fc41bc770190b9aba225fb", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 255736, "upload_time": "2021-02-18T09:31:35", "upload_time_iso_8601": "2021-02-18T09:31:35.254713Z", "url": "https://files.pythonhosted.org/packages/bf/ec/5844b7aa9725157e31132b0f040037e7ef2edcd33cd43cc2669efd524472/dffml-0.4.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1f88a266b6dcacd09930d4c63772b667", "sha256": "c77fa37fc1f8fbf35398d596a366d7af0aa8a1c722a03a6dbe63f588eafa9866" }, "downloads": -1, "filename": "dffml-0.4.0.tar.gz", "has_sig": false, "md5_digest": "1f88a266b6dcacd09930d4c63772b667", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 196826, "upload_time": "2021-02-18T09:31:36", "upload_time_iso_8601": "2021-02-18T09:31:36.415708Z", "url": "https://files.pythonhosted.org/packages/78/ad/14ca000a2a55261cc56bac95b1d9f9cbc8e0a67924e4de12d3dcd50d69e1/dffml-0.4.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.4.0.post0": [ { "comment_text": "", "digests": { "md5": "d41a56d6e09012782f0f0a2b71e40af5", "sha256": "031dd3a4ca57d46f568f7dd2711a223a26bc343f5f2ac36e1af881ead19e05b6" }, "downloads": -1, "filename": "dffml-0.4.0.post0-py3-none-any.whl", "has_sig": false, "md5_digest": "d41a56d6e09012782f0f0a2b71e40af5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 255836, "upload_time": "2021-06-09T16:00:52", "upload_time_iso_8601": "2021-06-09T16:00:52.337798Z", "url": "https://files.pythonhosted.org/packages/37/d5/6dc945d453cbdeb15db4249fe09e07bdd2e750a6f256fd893c81ced7bbbb/dffml-0.4.0.post0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d0b4368c51d2730f6c1d6bbf426b5043", "sha256": "f6f898c504450e3514dd5791b31bcba21ad9edfc3e896ac5da9cbe3181af5d2b" }, "downloads": -1, "filename": "dffml-0.4.0.post0.tar.gz", "has_sig": false, "md5_digest": "d0b4368c51d2730f6c1d6bbf426b5043", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 196656, "upload_time": "2021-06-09T16:00:58", "upload_time_iso_8601": "2021-06-09T16:00:58.985375Z", "url": "https://files.pythonhosted.org/packages/b0/42/a151555fe3b45926fa041813f8513d883180bdb9e8def64d2d5260609743/dffml-0.4.0.post0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.4.0.post1": [ { "comment_text": "", "digests": { "md5": "b5acb1f16e650841ab54cec4b0b70982", "sha256": "a0ff2f2ff87f931f988b53a3655d45b88893758331bc9a446ddfc94a3ded42dc" }, "downloads": -1, "filename": "dffml-0.4.0.post1-py3-none-any.whl", "has_sig": false, "md5_digest": "b5acb1f16e650841ab54cec4b0b70982", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 255842, "upload_time": "2022-02-05T05:35:14", "upload_time_iso_8601": "2022-02-05T05:35:14.517173Z", "url": "https://files.pythonhosted.org/packages/29/8b/ae3d8720ee7d6e6ad9fbd5879dee8dbd676ef8b9de2c75cbf3a55328293a/dffml-0.4.0.post1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e12c5fe51443e46dd36a93e9bdafeb91", "sha256": "f43cd733c98abc7cfe2e226ad6c7a48e3de8ed2bf14d64c0bc87d3131d643d23" }, "downloads": -1, "filename": "dffml-0.4.0.post1.tar.gz", "has_sig": false, "md5_digest": "e12c5fe51443e46dd36a93e9bdafeb91", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 189498, "upload_time": "2022-02-05T05:35:16", "upload_time_iso_8601": "2022-02-05T05:35:16.945913Z", "url": "https://files.pythonhosted.org/packages/7e/25/f9a5ccf6e98a21e0695b4622f7f1e92b1f5507feea4789e19e6b583b7df5/dffml-0.4.0.post1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.4.0.post2": [ { "comment_text": "", "digests": { "md5": "ad829bbacb39807e1a2045fc0d75b28f", "sha256": "a312d32ebe9234f529bf9c36f5d2069f6a03aa934bb511922be11b32e35566da" }, "downloads": -1, "filename": "dffml-0.4.0.post2-py3-none-any.whl", "has_sig": false, "md5_digest": "ad829bbacb39807e1a2045fc0d75b28f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 255877, "upload_time": "2022-02-05T05:38:31", "upload_time_iso_8601": "2022-02-05T05:38:31.139202Z", "url": "https://files.pythonhosted.org/packages/77/63/70109a6c9e541c80c4f8f3ec2f92c3758d0e861092cefec53733dc3414a0/dffml-0.4.0.post2-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0c94b1a0705c7f52123728b2659f9799", "sha256": "8ceee93dfc8661ab35ff4f14b7b94274c0c5665c0e94618090f4eee30e925bc7" }, "downloads": -1, "filename": "dffml-0.4.0.post2.tar.gz", "has_sig": false, "md5_digest": "0c94b1a0705c7f52123728b2659f9799", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 189562, "upload_time": "2022-02-05T05:38:33", "upload_time_iso_8601": "2022-02-05T05:38:33.283840Z", "url": "https://files.pythonhosted.org/packages/e3/fe/68f86852dd01ff7c9c2307c9440b9453bf462e0e588883995e060cc6ea54/dffml-0.4.0.post2.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ad829bbacb39807e1a2045fc0d75b28f", "sha256": "a312d32ebe9234f529bf9c36f5d2069f6a03aa934bb511922be11b32e35566da" }, "downloads": -1, "filename": "dffml-0.4.0.post2-py3-none-any.whl", "has_sig": false, "md5_digest": "ad829bbacb39807e1a2045fc0d75b28f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 255877, "upload_time": "2022-02-05T05:38:31", "upload_time_iso_8601": "2022-02-05T05:38:31.139202Z", "url": "https://files.pythonhosted.org/packages/77/63/70109a6c9e541c80c4f8f3ec2f92c3758d0e861092cefec53733dc3414a0/dffml-0.4.0.post2-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0c94b1a0705c7f52123728b2659f9799", "sha256": "8ceee93dfc8661ab35ff4f14b7b94274c0c5665c0e94618090f4eee30e925bc7" }, "downloads": -1, "filename": "dffml-0.4.0.post2.tar.gz", "has_sig": false, "md5_digest": "0c94b1a0705c7f52123728b2659f9799", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 189562, "upload_time": "2022-02-05T05:38:33", "upload_time_iso_8601": "2022-02-05T05:38:33.283840Z", "url": "https://files.pythonhosted.org/packages/e3/fe/68f86852dd01ff7c9c2307c9440b9453bf462e0e588883995e060cc6ea54/dffml-0.4.0.post2.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }