{ "info": { "author": "The TF Encrypted Authors", "author_email": "contact@tf-encrypted.io", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Security :: Cryptography" ], "description": "\n\nTF Encrypted is a framework for encrypted machine learning in TensorFlow. It looks and feels like TensorFlow, taking advantage of the ease-of-use of the Keras API while enabling training and prediction over encrypted data via secure multi-party computation and homomorphic encryption. TF Encrypted aims to make privacy-preserving machine learning readily available, without requiring expertise in cryptography, distributed systems, or high performance computing.\n\nSee below for more [background material](#background--further-reading), explore the [examples](./examples/), or visit the [documentation](./docs/) to learn more about how to use the library. You are also more than welcome to join our [Slack channel](https://join.slack.com/t/tf-encrypted/shared_invite/enQtNjI5NjY5NTc0NjczLWM4MTVjOGVmNGFkMWU2MGEzM2Q5ZWFjMTdmZjdmMTM2ZTU4YjJmNTVjYmE1NDAwMDIzMjllZjJjMWNiMTlmZTQ) for all questions around use and development.\n\n[![Website](https://img.shields.io/website/https/tf-encrypted.io.svg)](https://tf-encrypted.io) [![Documentation](https://img.shields.io/badge/api-reference-blue.svg)](https://tf-encrypted.readthedocs.io/en/latest/) [![PyPI](https://img.shields.io/pypi/v/tf-encrypted.svg)](https://pypi.org/project/tf-encrypted/) [![CircleCI Badge](https://circleci.com/gh/tf-encrypted/tf-encrypted/tree/master.svg?style=svg)](https://circleci.com/gh/tf-encrypted/tf-encrypted/tree/master)\n\n# Installation\n\nTF Encrypted is available as a package on [PyPI](https://pypi.org/project/tf-encrypted/) supporting Python 3.5+ and TensorFlow 1.12.0+:\n\n```bash\npip install tf-encrypted\n```\nCreating a conda environment to run TF Encrypted code can be done using:\n```\nconda create -n tfe python=3.6\nconda activate tfe\nconda install tensorflow notebook\npip install tf-encrypted\n```\n\nAlternatively, installing from source can be done using:\n\n```bash\ngit clone https://github.com/tf-encrypted/tf-encrypted.git\ncd tf-encrypted\npip install -e .\nmake build\n```\n\nThis latter is useful on platforms for which the pip package has not yet been compiled but is also needed for [development](./docs/CONTRIBUTING.md). Note that this will get you a working basic installation, yet a few more steps are required to match the performance and security of the version shipped in the pip package, see the [installation instructions](./docs/INSTALL.md).\n\n# Usage\n\nThe following is an example of simple matmul on encrypted data using TF Encrypted:\n\n```python\nimport tensorflow as tf\nimport tf_encrypted as tfe\n\n@tfe.local_computation('input-provider')\ndef provide_input():\n # normal TensorFlow operations can be run locally\n # as part of defining a private input, in this\n # case on the machine of the input provider\n return tf.ones(shape=(5, 10))\n\n# define inputs\nw = tfe.define_private_variable(tf.ones(shape=(10,10)))\nx = provide_input()\n\n# define computation\ny = tfe.matmul(x, w)\n\nwith tfe.Session() as sess:\n # initialize variables\n sess.run(tfe.global_variables_initializer())\n # reveal result\n result = sess.run(y.reveal())\n```\n\nFor more information, check out the [documentation](./docs/) or the [examples](./examples/).\n\n# Roadmap\n\n- High-level APIs for combining privacy and machine learning. So far TF Encrypted is focused on its low-level interface but it's time to figure out what it means for interfaces such as Keras when privacy enters the picture.\n\n- Tighter integration with TensorFlow. This includes aligning with the upcoming TensorFlow 2.0 as well as figuring out how TF Encrypted can work closely together with related projects such as [TF Privacy](https://github.com/tensorflow/privacy) and [TF Federated](https://github.com/tensorflow/federated).\n\n- Support for third party libraries. While TF Encrypted has its own implementations of secure computation, there are other [excellent libraries](https://github.com/rdragos/awesome-mpc/) out there for both secure computation and homomorphic encryption. We want to bring these on board and provide a bridge from TensorFlow.\n\n\n\n# Background & Further Reading\n\nBlog posts:\n\n- [Introducing TF Encrypted](https://alibaba-gemini-lab.github.io/docs/blog/tfe/) walks through a simple example showing two data owners jointly training a logistic regression model using TF Encrypted on a vertically split dataset (*by Alibaba Gemini Lab*)\n\n- [Federated Learning with Secure Aggregation in TensorFlow](https://medium.com/dropoutlabs/federated-learning-with-secure-aggregation-in-tensorflow-95f2f96ebecd) demonstrates using TF Encrypted for secure aggregation of federated learning in pure TensorFlow (*by Justin Patriquin at Cape Privacy*)\n\n- [Encrypted Deep Learning Training and Predictions with TF Encrypted Keras](https://medium.com/dropoutlabs/encrypted-deep-learning-training-and-predictions-with-tf-encrypted-keras-557193284f44) introduces and illustrates first parts of our encrypted Keras interface (*by Yann Dupis at Cape Privacy*)\n\n- [Growing TF Encrypted](https://medium.com/dropoutlabs/growing-tf-encrypted-a1cb7b109ab5) outlines the roadmap and motivates TF Encrypted as a community project (*by Morten Dahl*)\n\n- [Experimenting with TF Encrypted](https://medium.com/dropoutlabs/experimenting-with-tf-encrypted-fe37977ff03c) walks through a simple example of turning an existing TensorFlow prediction model private (*by Morten Dahl and Jason Mancuso at Cape Privacy*)\n\n- [Secure Computations as Dataflow Programs](https://mortendahl.github.io/2018/03/01/secure-computation-as-dataflow-programs/) describes the initial motivation and implementation (*by Morten Dahl*)\n\nPapers:\n\n- [Privacy-Preserving Collaborative Machine Learning on Genomic Data using TensorFlow](https://arxiv.org/abs/2002.04344) outlines the [iDASH'19](http://www.humangenomeprivacy.org/2019/) winning solution built on TF Encrypted (*by Cheng Hong, et al.*)\n\n- [Crypto-Oriented Neural Architecture Design](https://arxiv.org/abs/1911.12322) uses TF Encrypted to benchmark ML optimizations made to better support the encrypted domain (*by Avital Shafran, Gil Segev, Shmuel Peleg, and Yedid Hoshen*)\n\n- [Private Machine Learning in TensorFlow using Secure Computation](https://arxiv.org/abs/1810.08130) further elaborates on the benefits of the approach, outlines the adaptation of a secure computation protocol, and reports on concrete performance numbers (*by Morten Dahl, Jason Mancuso, Yann Dupis, et al.*)\n\nPresentations:\n\n- [Privacy-Preserving Machine Learning with TensorFlow](https://github.com/capeprivacy/tf-world-tutorial), TF World 2019 (*by Jason Mancuso and Yann Dupis at Cape Privacy*); see also the [slides](https://github.com/capeprivacy/tf-world-tutorial/blob/master/TensorFlow-World-Tutorial-2019-final.pdf)\n\n- [Privacy-Preserving Machine Learning in TensorFlow with TF Encrypted](https://conferences.oreilly.com/artificial-intelligence/ai-ny-2019/public/schedule/detail/76542), O'Reilly AI 2019 (*by Morten Dahl at Cape Privacy*); see also the [slides](https://github.com/mortendahl/talks/blob/master/OReillyAI19-slides.pdf)\n\nOther:\n\n- [Privacy Preserving Deep Learning \u2013 PySyft Versus TF Encrypted](https://blog.exxactcorp.com/privacy-preserving-deep-learning-pysyft-tfencrypted/) makes a quick comparison between PySyft and TF Encrypted, correctly hitting on our goal of being the encryption backend in PySyft for TensorFlow (*by Exxact*)\n\n- [Bridging Microsoft SEAL into TensorFlow](https://medium.com/dropoutlabs/bridging-microsoft-seal-into-tensorflow-b04cc2761ad4) takes a first step towards integrating the Microsoft SEAL homomorphic encryption library and some of the technical challenges involved (*by Justin Patriquin at Cape Privacy*)\n\n# Development and Contribution\n\nTF Encrypted is open source community project developed under the Apache 2 license and maintained by a set of core developers. We welcome contributions from all individuals and organizations, with further information available in our [contribution guide](./docs/CONTRIBUTING.md). We invite any organizations interested in [partnering](#organizational-contributions) with us to reach out via [email](mailto:contact@tf-encrypted.io) or [Slack](https://join.slack.com/t/tf-encrypted/shared_invite/enQtNjI5NjY5NTc0NjczLWM4MTVjOGVmNGFkMWU2MGEzM2Q5ZWFjMTdmZjdmMTM2ZTU4YjJmNTVjYmE1NDAwMDIzMjllZjJjMWNiMTlmZTQ).\n\nDon't hesitate to send a pull request, open an issue, or ask for help! You can do so either via [GitHub](https://github.com/tf-encrypted/tf-encrypted) or in our [Slack channel](https://join.slack.com/t/tf-encrypted/shared_invite/enQtNjI5NjY5NTc0NjczLWM4MTVjOGVmNGFkMWU2MGEzM2Q5ZWFjMTdmZjdmMTM2ZTU4YjJmNTVjYmE1NDAwMDIzMjllZjJjMWNiMTlmZTQ). We use [ZenHub](https://www.zenhub.com/extension) to plan and track GitHub issues and pull requests.\n\n## Individual contributions\n\nWe appreciate the efforts of [all contributors](https://github.com/tf-encrypted/tf-encrypted/graphs/contributors) that have helped make TF Encrypted what it is! Below is a small selection of these, generated by [sourcerer.io](https://sourcerer.io/) from most recent stats:\n\n[![](https://sourcerer.io/fame/mortendahl/tf-encrypted/tf-encrypted/images/0)](https://sourcerer.io/fame/mortendahl/tf-encrypted/tf-encrypted/links/0)[![](https://sourcerer.io/fame/mortendahl/tf-encrypted/tf-encrypted/images/1)](https://sourcerer.io/fame/mortendahl/tf-encrypted/tf-encrypted/links/1)[![](https://sourcerer.io/fame/mortendahl/tf-encrypted/tf-encrypted/images/2)](https://sourcerer.io/fame/mortendahl/tf-encrypted/tf-encrypted/links/2)[![](https://sourcerer.io/fame/mortendahl/tf-encrypted/tf-encrypted/images/3)](https://sourcerer.io/fame/mortendahl/tf-encrypted/tf-encrypted/links/3)[![](https://sourcerer.io/fame/mortendahl/tf-encrypted/tf-encrypted/images/4)](https://sourcerer.io/fame/mortendahl/tf-encrypted/tf-encrypted/links/4)[![](https://sourcerer.io/fame/mortendahl/tf-encrypted/tf-encrypted/images/5)](https://sourcerer.io/fame/mortendahl/tf-encrypted/tf-encrypted/links/5)[![](https://sourcerer.io/fame/mortendahl/tf-encrypted/tf-encrypted/images/6)](https://sourcerer.io/fame/mortendahl/tf-encrypted/tf-encrypted/links/6)[![](https://sourcerer.io/fame/mortendahl/tf-encrypted/tf-encrypted/images/7)](https://sourcerer.io/fame/mortendahl/tf-encrypted/tf-encrypted/links/7)\n\n## Organizational contributions\n\nWe are very grateful for the significant contributions made by the following organizations!\n\n\n \n \n \n \n \n
\"Cape\"Alibaba\"OpenMined\"
\n\n# Project Status\n\nTF Encrypted is experimental software not currently intended for use in production environments. The focus is on building the underlying primitives and techniques, with some practical security issues postponed for a later stage. However, care is taken to ensure that none of these represent fundamental issues that cannot be fixed as needed.\n\n## Known limitations\n\n- Elements of TensorFlow's networking subsystem does not appear to be sufficiently hardened against malicious users. Proxies or other means of access filtering may be sufficient to mitigate this.\n\n## Support\n\nPlease open an [issue](https://github.com/tf-encrypted/tf-encrypted/issues), reach out directly on [Slack](https://join.slack.com/t/tf-encrypted/shared_invite/enQtNjI5NjY5NTc0NjczLWM4MTVjOGVmNGFkMWU2MGEzM2Q5ZWFjMTdmZjdmMTM2ZTU4YjJmNTVjYmE1NDAwMDIzMjllZjJjMWNiMTlmZTQ), or send an email to [contact@tf-encrypted.io](mailto:contact@tf-encrypted.io).\n\n# License\n\nLicensed under Apache License, Version 2.0 (see [LICENSE](./LICENSE) or http://www.apache.org/licenses/LICENSE-2.0). Copyright as specified in [NOTICE](./NOTICE).\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/tf-encrypted/tf-encrypted", "keywords": "", "license": "Apache License 2.0", "maintainer": "", "maintainer_email": "", "name": "tf-encrypted", "package_url": "https://pypi.org/project/tf-encrypted/", "platform": null, "project_url": "https://pypi.org/project/tf-encrypted/", "project_urls": { "Homepage": "https://github.com/tf-encrypted/tf-encrypted" }, "release_url": "https://pypi.org/project/tf-encrypted/0.7.0/", "requires_dist": [ "tensorflow (<2,>=1.12.0)", "numpy (>=1.14.0)", "pyyaml (>=5.1)", "tf-big (~=0.1.0)", "tensorflow (<2,>=1.12.0) ; extra == 'tf'" ], "requires_python": ">=3.6", "summary": "A Framework for Machine Learning on Encrypted Data.", "version": "0.7.0", "yanked": false, "yanked_reason": null }, "last_serial": 13099526, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "4c6c843efbab15a6d0e6fd34de6edcb8", "sha256": "aed58496280cbc42b2113bdfe235f5fb8ce0a45cd328fd7183226db9a54f4a19" }, "downloads": -1, "filename": "tf_encrypted-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "4c6c843efbab15a6d0e6fd34de6edcb8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 55661, "upload_time": "2018-09-18T19:50:53", "upload_time_iso_8601": "2018-09-18T19:50:53.524767Z", "url": "https://files.pythonhosted.org/packages/d5/47/a0178a7a1ea48d70191be135fafca0e175ca191da8850961101a4845f8db/tf_encrypted-0.1.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "91a581c3d161885ed8d41fe71be11fbe", "sha256": "8a788cb6b4d3fabdc7436798238883acd3326a772885f66075114c0d9032cc73" }, "downloads": -1, "filename": "tf-encrypted-0.1.0.tar.gz", "has_sig": false, "md5_digest": "91a581c3d161885ed8d41fe71be11fbe", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 41025, "upload_time": "2018-09-18T19:50:54", "upload_time_iso_8601": "2018-09-18T19:50:54.956329Z", "url": "https://files.pythonhosted.org/packages/b2/5c/ca4d8f8fc6ec923b3797de19a57d6bac988bbd0da0e5102c583fc462617d/tf-encrypted-0.1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.0rc0": [ { "comment_text": "", "digests": { "md5": "7750598e5da8eda474407a68b35d6d30", "sha256": "53d0dcdd776a828b4117a7b85e153e383c8b4c6df7fda0b87d2b8a3b9030aea4" }, "downloads": -1, "filename": "tf_encrypted-0.1.0rc0-py3-none-any.whl", "has_sig": false, "md5_digest": "7750598e5da8eda474407a68b35d6d30", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 55554, "upload_time": "2018-09-18T19:38:28", "upload_time_iso_8601": "2018-09-18T19:38:28.307576Z", "url": "https://files.pythonhosted.org/packages/6b/43/5cf01070a0dbdc8fb408d67e4c441e5013be7b39a73465af266dbe5fb7c5/tf_encrypted-0.1.0rc0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f28c6b481a979f82537415482ad1787c", "sha256": "20a7de20bed9587d2b286350d9940055a909e4a7050cfc10175eefde43f24a08" }, "downloads": -1, "filename": "tf-encrypted-0.1.0rc0.tar.gz", "has_sig": false, "md5_digest": "f28c6b481a979f82537415482ad1787c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 38663, "upload_time": "2018-09-18T19:38:29", "upload_time_iso_8601": "2018-09-18T19:38:29.700334Z", "url": "https://files.pythonhosted.org/packages/fc/a2/5bb341aa0ad0b0e7ff6223e0eaaf085503c82f5dd8313ef665c405a8dd25/tf-encrypted-0.1.0rc0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "0fedb966237133325f8467fff402ffbf", "sha256": "216d406da2b5f2851ac3ed5ef8c09daba6f84dcf0a4543b4bfcb2ba9980bb670" }, "downloads": -1, "filename": "tf_encrypted-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "0fedb966237133325f8467fff402ffbf", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 87252, "upload_time": "2018-10-18T17:23:13", "upload_time_iso_8601": "2018-10-18T17:23:13.106005Z", "url": "https://files.pythonhosted.org/packages/52/0f/b37ec85eb7f59255d4d78d80e9be5f491aa3192279e2d4fbb895d7b33922/tf_encrypted-0.2.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8b57fd40add20c95319133cca56996ff", "sha256": "d447513d7ec40d0945f47bac61520951fc1485cfcc4e1b71a6d0372bdd93568b" }, "downloads": -1, "filename": "tf-encrypted-0.2.0.tar.gz", "has_sig": false, "md5_digest": "8b57fd40add20c95319133cca56996ff", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 55053, "upload_time": "2018-10-18T17:23:14", "upload_time_iso_8601": "2018-10-18T17:23:14.373736Z", "url": "https://files.pythonhosted.org/packages/51/13/ff3c455bf9d5d1ad77ffab68ae193cb4486d581910a03b9bb5c49be481d0/tf-encrypted-0.2.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.0rc1": [ { "comment_text": "", "digests": { "md5": "448c924d7bfe5a091296a0d9dcc62a33", "sha256": "c17a56dc172328a0490cd2a5d5929ff6786beef7c84878a974fb2bd941bec045" }, "downloads": -1, "filename": "tf_encrypted-0.2.0rc1-py3-none-any.whl", "has_sig": false, "md5_digest": "448c924d7bfe5a091296a0d9dcc62a33", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 83074, "upload_time": "2018-10-17T17:29:23", "upload_time_iso_8601": "2018-10-17T17:29:23.239807Z", "url": "https://files.pythonhosted.org/packages/aa/50/7bc30423bad7c98feefe822c49b683deb0aa8fed09ee225d5ed1e76e60ad/tf_encrypted-0.2.0rc1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5bba39a5856de5360527a9b9dd0a0756", "sha256": "0dc0becad9eca69cfed5766f37c58ec3fa95718751c92efb17e91ed6b8d9ec2b" }, "downloads": -1, "filename": "tf-encrypted-0.2.0rc1.tar.gz", "has_sig": false, "md5_digest": "5bba39a5856de5360527a9b9dd0a0756", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 51334, "upload_time": "2018-10-17T17:29:24", "upload_time_iso_8601": "2018-10-17T17:29:24.233902Z", "url": "https://files.pythonhosted.org/packages/44/d2/dddae16e4b2c7c3c900e8227e150c0601875e1109b4637ce060f556353eb/tf-encrypted-0.2.0rc1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.0rc2": [ { "comment_text": "", "digests": { "md5": "6705c7dcaf9a3afa26e5d64a5337e5c8", "sha256": "e7ad45341dffe184b1276925fe6e7ba1444cd922b2c1a60394305e14fdbfc564" }, "downloads": -1, "filename": "tf_encrypted-0.2.0rc2-py3-none-any.whl", "has_sig": false, "md5_digest": "6705c7dcaf9a3afa26e5d64a5337e5c8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 83086, "upload_time": "2018-10-17T22:59:35", "upload_time_iso_8601": "2018-10-17T22:59:35.948729Z", "url": "https://files.pythonhosted.org/packages/45/47/82ba2138eceafd138c2349a770c9f004666699c0f348493c760e4ef3045e/tf_encrypted-0.2.0rc2-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bd73898099a9eb3f73c10ed3b31a64d4", "sha256": "53e68eed2a464c45744df8acedb1a5cd287fa30f248f7aea9c13db641a210b21" }, "downloads": -1, "filename": "tf-encrypted-0.2.0rc2.tar.gz", "has_sig": false, "md5_digest": "bd73898099a9eb3f73c10ed3b31a64d4", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 50891, "upload_time": "2018-10-17T22:59:36", "upload_time_iso_8601": "2018-10-17T22:59:36.906499Z", "url": "https://files.pythonhosted.org/packages/1b/21/0561c6e873ad485b2ee4a3faa2f9aedf75d7c1f48a22a62e6ebf5313b3d7/tf-encrypted-0.2.0rc2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "fe621f4627d2b1b884ccaf1dead2101d", "sha256": "17e74ed6e533b340c1d7d693fdbf42b7b0f97aacc87551c019e0f0c1082b1812" }, "downloads": -1, "filename": "tf_encrypted-0.3.0-py3-none-any.whl", "has_sig": false, "md5_digest": "fe621f4627d2b1b884ccaf1dead2101d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 87298, "upload_time": "2018-11-05T19:55:38", "upload_time_iso_8601": "2018-11-05T19:55:38.789490Z", "url": "https://files.pythonhosted.org/packages/79/cf/9690130cf8c498382189dbab9029d53e53d16c5d09125349cf13317211fb/tf_encrypted-0.3.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5d0189710e020f23f1ef6eef09bbfaa6", "sha256": "0cf453145fbc5a190093c0be90619224c7da721258167ab6b0bf1e0499d42f63" }, "downloads": -1, "filename": "tf-encrypted-0.3.0.tar.gz", "has_sig": false, "md5_digest": "5d0189710e020f23f1ef6eef09bbfaa6", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 58208, "upload_time": "2018-11-05T19:55:39", "upload_time_iso_8601": "2018-11-05T19:55:39.937524Z", "url": "https://files.pythonhosted.org/packages/95/1c/afa6ab261dede10926f427c83b595ade60dab45e03401d937867af88a19c/tf-encrypted-0.3.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.3.0rc1": [ { "comment_text": "", "digests": { "md5": "1117d042a0c210342ad3b3a30cce6aba", "sha256": "11ad5ea6cffd2202986e5360b61e39f83ab00bf380c5ffa7b9aaf52461110a74" }, "downloads": -1, "filename": "tf_encrypted-0.3.0rc1-py3-none-any.whl", "has_sig": false, "md5_digest": "1117d042a0c210342ad3b3a30cce6aba", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 87342, "upload_time": "2018-11-05T18:36:04", "upload_time_iso_8601": "2018-11-05T18:36:04.623847Z", "url": "https://files.pythonhosted.org/packages/31/ed/3b283a37078e65dd9e3f903d23f1176adc3823cf4538c7fc778f8c611ff6/tf_encrypted-0.3.0rc1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6429919e3456a9e9fa4461ef6629f5d4", "sha256": "5064956c44c6b6ca831523487e504779e0e082d5ca08904393df3be234422cd7" }, "downloads": -1, "filename": "tf-encrypted-0.3.0rc1.tar.gz", "has_sig": false, "md5_digest": "6429919e3456a9e9fa4461ef6629f5d4", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 55238, "upload_time": "2018-11-05T18:36:05", "upload_time_iso_8601": "2018-11-05T18:36:05.844077Z", "url": "https://files.pythonhosted.org/packages/31/f1/f5b9177ed1b7ec4e26f232dad4ed31bbde31e08d8178485cbb686d4b0cf8/tf-encrypted-0.3.0rc1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "a75bc1d3d704119303d937de922f59ce", "sha256": "47bd1aef43f17f0ebaf99a6c1c4fbaf60ea20bec701315863f36746302e55a69" }, "downloads": -1, "filename": "tf_encrypted-0.4.0-py3-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "a75bc1d3d704119303d937de922f59ce", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 1740949, "upload_time": "2018-12-04T20:06:01", "upload_time_iso_8601": "2018-12-04T20:06:01.456647Z", "url": "https://files.pythonhosted.org/packages/39/41/42208f6f43858f9472cf1a10796100800110d2a0b80226c436205f07c4a6/tf_encrypted-0.4.0-py3-none-macosx_10_11_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4a61484a9e4b296d876d06159b196b0a", "sha256": "301ba3a9e5e907be4c08e8685b017933041ddd918e4351a6c3ea3783579c43f7" }, "downloads": -1, "filename": "tf_encrypted-0.4.0-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "4a61484a9e4b296d876d06159b196b0a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 2560423, "upload_time": "2018-12-04T19:56:55", "upload_time_iso_8601": "2018-12-04T19:56:55.365175Z", "url": "https://files.pythonhosted.org/packages/cc/7c/42042b5409204a66bf9ac074a81584771f0e0ae9c9949ec6056ae3267f72/tf_encrypted-0.4.0-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ce451be661af5d657df3c9e73a862386", "sha256": "f950a33c74ef79b495590e67d4f4189973c832bd2dd5da4036855200f01b8876" }, "downloads": -1, "filename": "tf-encrypted-0.4.0.tar.gz", "has_sig": false, "md5_digest": "ce451be661af5d657df3c9e73a862386", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 1684688, "upload_time": "2018-12-04T19:56:57", "upload_time_iso_8601": "2018-12-04T19:56:57.561313Z", "url": "https://files.pythonhosted.org/packages/e0/09/df2f1e9a8367d3d942ccce46ba7041bbbc9b3446104c0dec39254e291259/tf-encrypted-0.4.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.4.0rc2": [ { "comment_text": "", "digests": { "md5": "0ecee0d123274e18dc20bb3606a06d32", "sha256": "2a8a85fa7f72dbcb013b0d42035ac8c50ba6a2a061754385902a5cf515a82622" }, "downloads": -1, "filename": "tf_encrypted-0.4.0rc2-py3-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "0ecee0d123274e18dc20bb3606a06d32", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 1735014, "upload_time": "2018-11-28T16:32:27", "upload_time_iso_8601": "2018-11-28T16:32:27.211848Z", "url": "https://files.pythonhosted.org/packages/d6/d5/c8ad16318ed4f4edc79ccde8b522c8d4f6310b86a87f3c298458b4f2b81b/tf_encrypted-0.4.0rc2-py3-none-macosx_10_11_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6329394c45b0cf9ebf4f53b5bc39c377", "sha256": "62a44264c6d4a167f2d399069d2729a297dd95b3d41aed3a9eeb2e03e7f72382" }, "downloads": -1, "filename": "tf_encrypted-0.4.0rc2-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "6329394c45b0cf9ebf4f53b5bc39c377", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 2554616, "upload_time": "2018-11-28T16:23:19", "upload_time_iso_8601": "2018-11-28T16:23:19.652225Z", "url": "https://files.pythonhosted.org/packages/5b/74/d474845d155433cba60ef46ac0d3396dbd5af19836019e83345b111a6fb7/tf_encrypted-0.4.0rc2-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "aac26f417d9d58f5dde923975fe1ce7e", "sha256": "69463aee861b2464a388dec03202fe634e5ec761e2d7c8d539dab05d5d52c309" }, "downloads": -1, "filename": "tf-encrypted-0.4.0rc2.tar.gz", "has_sig": false, "md5_digest": "aac26f417d9d58f5dde923975fe1ce7e", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 1676665, "upload_time": "2018-11-28T16:23:21", "upload_time_iso_8601": "2018-11-28T16:23:21.741213Z", "url": "https://files.pythonhosted.org/packages/33/c2/d1fc9b44237fc900979e8a10ec3caa7c3f9a23566a0dd4487cfb262121d2/tf-encrypted-0.4.0rc2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.4.0rc3": [ { "comment_text": "", "digests": { "md5": "53034a5e4dcdbc9fbbf57b6184bfb252", "sha256": "d6b3ee64f685ae169199217a1f94f7e7bfddd3555c76bea878283eb18c0aa6ee" }, "downloads": -1, "filename": "tf_encrypted-0.4.0rc3-py3-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "53034a5e4dcdbc9fbbf57b6184bfb252", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 1740982, "upload_time": "2018-12-04T17:43:18", "upload_time_iso_8601": "2018-12-04T17:43:18.052171Z", "url": "https://files.pythonhosted.org/packages/a0/57/1702eec5801b49eba2971a9fafe1e506ec2f981632f4a805bf5e17802b12/tf_encrypted-0.4.0rc3-py3-none-macosx_10_11_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9d7fc7f8d5115180ea43043d3b2178ea", "sha256": "560aefcb9e921b2f6af0959de66045b83884ad2da9e05f08072e800628aaddee" }, "downloads": -1, "filename": "tf_encrypted-0.4.0rc3-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "9d7fc7f8d5115180ea43043d3b2178ea", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 2560464, "upload_time": "2018-12-04T17:34:22", "upload_time_iso_8601": "2018-12-04T17:34:22.880039Z", "url": "https://files.pythonhosted.org/packages/e7/e8/bd0256e18d47915b0593b2b90b8daf20727043dde3ed04f2cf3d78a17bb8/tf_encrypted-0.4.0rc3-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ec2963554796fe4e2c2e96295ae0504a", "sha256": "7aac64b53b37cdca9020c25d236d79ba7d2ce4eabd25bf0ab7c5abb2937b0956" }, "downloads": -1, "filename": "tf-encrypted-0.4.0rc3.tar.gz", "has_sig": false, "md5_digest": "ec2963554796fe4e2c2e96295ae0504a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 1684678, "upload_time": "2018-12-04T17:34:24", "upload_time_iso_8601": "2018-12-04T17:34:24.672270Z", "url": "https://files.pythonhosted.org/packages/9a/2d/286e28ea0aad5f91346fe91f5328c3e2a5531f1a8c70c0aa6edbe6f9a80d/tf-encrypted-0.4.0rc3.tar.gz", "yanked": false, "yanked_reason": null } ], "0.4.1rc0": [ { "comment_text": "", "digests": { "md5": "907c787eb59a13bb08618b413fb3e35f", "sha256": "bfe9910eeba479c9e779484da1be3a26f5527cc2d2f922ef20edbe061178657f" }, "downloads": -1, "filename": "tf_encrypted-0.4.1rc0-py3-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "907c787eb59a13bb08618b413fb3e35f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 1142650, "upload_time": "2019-04-16T20:00:36", "upload_time_iso_8601": "2019-04-16T20:00:36.736348Z", "url": "https://files.pythonhosted.org/packages/16/61/857067be645b7d76c1e1a78aef930e90b40ed8273e43d374d2acacf3e393/tf_encrypted-0.4.1rc0-py3-none-macosx_10_11_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cf1c703639b50cc7d81f9e194902356c", "sha256": "eb7df82e7096af98ccd1464ef4f7996235d62481d71630ba48909602601c27b9" }, "downloads": -1, "filename": "tf_encrypted-0.4.1rc0-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "cf1c703639b50cc7d81f9e194902356c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 1373870, "upload_time": "2019-04-16T19:53:13", "upload_time_iso_8601": "2019-04-16T19:53:13.815249Z", "url": "https://files.pythonhosted.org/packages/13/19/8e6d806fd515ecca0bffdf7948e99503a0f01c784e9637b388e0dfa7a164/tf_encrypted-0.4.1rc0-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "745614546cd9c3885917bd2243fbff9e", "sha256": "6c36095762ce9aca31c00a8ad6c2692934f4ee16da6e4f6d9e07494039cfe174" }, "downloads": -1, "filename": "tf-encrypted-0.4.1rc0.tar.gz", "has_sig": false, "md5_digest": "745614546cd9c3885917bd2243fbff9e", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 496400, "upload_time": "2019-04-16T19:53:15", "upload_time_iso_8601": "2019-04-16T19:53:15.628159Z", "url": "https://files.pythonhosted.org/packages/af/37/7bb2cbbb61e32a635e542c50c21beaf76e3f73599f803e81deea3f796c0f/tf-encrypted-0.4.1rc0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "7810b1bd96af463ffabb9952e709ecc4", "sha256": "fadcacaa1f7fbb0dd0891562d08b14ad443d381169fa52418fe60cb0f693492f" }, "downloads": -1, "filename": "tf_encrypted-0.5.0-py3-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "7810b1bd96af463ffabb9952e709ecc4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 1142628, "upload_time": "2019-04-16T20:59:51", "upload_time_iso_8601": "2019-04-16T20:59:51.547163Z", "url": "https://files.pythonhosted.org/packages/9f/b0/21fb029dfa6b5d21f0f96df0ffcfa40576c6647271c976f74c30f1a952c3/tf_encrypted-0.5.0-py3-none-macosx_10_11_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1cf344c470f0e8b49f68a80b53711207", "sha256": "3454a4e7dfe4e7d140d3ff9c52f723ba6c5944a8d72856b4d8e806af1168a5bf" }, "downloads": -1, "filename": "tf_encrypted-0.5.0-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "1cf344c470f0e8b49f68a80b53711207", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 1373844, "upload_time": "2019-04-16T20:53:00", "upload_time_iso_8601": "2019-04-16T20:53:00.151654Z", "url": "https://files.pythonhosted.org/packages/6d/08/b4b48fa4afea149510397f79c769d7e5c73354de0fdbafd0d2bffb1d1b0c/tf_encrypted-0.5.0-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7b23961c28d030a23747e1e1436bdb72", "sha256": "d45c515a9a6ce705e9771ca459500c5054db4fea5ceae3390056ea7c3ed2e7e2" }, "downloads": -1, "filename": "tf-encrypted-0.5.0.tar.gz", "has_sig": false, "md5_digest": "7b23961c28d030a23747e1e1436bdb72", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 493401, "upload_time": "2019-04-16T20:53:06", "upload_time_iso_8601": "2019-04-16T20:53:06.096772Z", "url": "https://files.pythonhosted.org/packages/5e/14/bff7dc76b4bfa0bf140276411c7bba76139be9a643de6a4097e822a435b0/tf-encrypted-0.5.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.5.0rc1": [ { "comment_text": "", "digests": { "md5": "4e7e22b33519c11ad9c03eda60d42f60", "sha256": "faca208941bcaf293b43784532c8b5c15adda94e3fd0d2d4c35cd490ef626900" }, "downloads": -1, "filename": "tf_encrypted-0.5.0rc1-py3-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "4e7e22b33519c11ad9c03eda60d42f60", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 1142665, "upload_time": "2019-04-16T20:34:29", "upload_time_iso_8601": "2019-04-16T20:34:29.901386Z", "url": "https://files.pythonhosted.org/packages/c4/cc/768bbe51746b891ae41998da17012ea9fdd1e6e1d98ffb7a424d8a8107c9/tf_encrypted-0.5.0rc1-py3-none-macosx_10_11_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "72778d91b676b4b0d29d205d1db874d5", "sha256": "51fe16246ec4bd80c06ff0e5ef4189007c79b47aebd9e821995f6a94ee63d495" }, "downloads": -1, "filename": "tf_encrypted-0.5.0rc1-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "72778d91b676b4b0d29d205d1db874d5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 1373883, "upload_time": "2019-04-16T20:28:57", "upload_time_iso_8601": "2019-04-16T20:28:57.315881Z", "url": "https://files.pythonhosted.org/packages/74/17/64bd0d359d0c65fd0f22bcf0272939a2f63f0710f368350ea526226e635f/tf_encrypted-0.5.0rc1-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a1f8720e793d536a98a42b25b75f1cd2", "sha256": "541ea5a44c60b81c4fa49b87cc4efe56a3e5aae57d6e56e9a96fa129733a9af0" }, "downloads": -1, "filename": "tf-encrypted-0.5.0rc1.tar.gz", "has_sig": false, "md5_digest": "a1f8720e793d536a98a42b25b75f1cd2", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 490323, "upload_time": "2019-04-16T20:28:59", "upload_time_iso_8601": "2019-04-16T20:28:59.119707Z", "url": "https://files.pythonhosted.org/packages/3b/9c/5466bb6a65fd7c989eed23a2f94e50756541150579fa8258b4f553a9e3df/tf-encrypted-0.5.0rc1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "e369a98f96ed00331a2b64cafcd299ea", "sha256": "4e9f8c7cb9fbb4b7a75b6c8fff131f91bb4d0b1c37942f65f2261ff4ac6d9fe3" }, "downloads": -1, "filename": "tf_encrypted-0.5.1-py3-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "e369a98f96ed00331a2b64cafcd299ea", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 1142625, "upload_time": "2019-04-16T21:39:20", "upload_time_iso_8601": "2019-04-16T21:39:20.158405Z", "url": "https://files.pythonhosted.org/packages/50/98/1f39e18ed028a66f168682c8983c4a3c02af22e7545dc0c3cd1b8922dc06/tf_encrypted-0.5.1-py3-none-macosx_10_11_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "724391285fabb9b83243f6af5491f248", "sha256": "276f848c898198b7372c8dbecf3eec43986239177b7efcf7cc87f37244de9709" }, "downloads": -1, "filename": "tf_encrypted-0.5.1-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "724391285fabb9b83243f6af5491f248", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 1373852, "upload_time": "2019-04-16T21:33:42", "upload_time_iso_8601": "2019-04-16T21:33:42.614340Z", "url": "https://files.pythonhosted.org/packages/0a/59/4e950a2830eff70b1033f7c2274c367664d890d3eab98350346c581960b6/tf_encrypted-0.5.1-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6286d72f6674cf3d11930d18f26ce349", "sha256": "de23b3ddb2bd36c62a744ca4e1b8f91e8207cfa3bc88200296849b42f174414e" }, "downloads": -1, "filename": "tf-encrypted-0.5.1.tar.gz", "has_sig": false, "md5_digest": "6286d72f6674cf3d11930d18f26ce349", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 489852, "upload_time": "2019-04-16T21:33:44", "upload_time_iso_8601": "2019-04-16T21:33:44.307626Z", "url": "https://files.pythonhosted.org/packages/76/73/850c4db79709bf18ec270c05f41e772f7b696ad6ea458ab103e6830bc6df/tf-encrypted-0.5.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "1328887c92db02f0196e7ce3fd741610", "sha256": "967ce9b695915546a342381aed59b164fe4e862ac2c468ce376f4bca6cad7dba" }, "downloads": -1, "filename": "tf_encrypted-0.5.2-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "1328887c92db02f0196e7ce3fd741610", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 1376779, "upload_time": "2019-04-24T16:14:13", "upload_time_iso_8601": "2019-04-24T16:14:13.356279Z", "url": "https://files.pythonhosted.org/packages/a9/70/afef4941ff819c494da3b138b25bba04cfb79398d70671a5d2d06a1ddb57/tf_encrypted-0.5.2-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "13420c44a8a3e3339d3f7f103bcea21f", "sha256": "1f9f3433a93f609378d6680c02c12caaa316b6670cc22e89d35f95e021101733" }, "downloads": -1, "filename": "tf-encrypted-0.5.2.tar.gz", "has_sig": false, "md5_digest": "13420c44a8a3e3339d3f7f103bcea21f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 493592, "upload_time": "2019-04-24T16:14:14", "upload_time_iso_8601": "2019-04-24T16:14:14.931082Z", "url": "https://files.pythonhosted.org/packages/06/bc/a9d1640c8319aede8c5497149431db3f4d5bb409c27bb896eedba179d4e3/tf-encrypted-0.5.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.5.2rc0": [ { "comment_text": "", "digests": { "md5": "192e4a090f62d901aa33e0d6398cf667", "sha256": "658c4850a765467d1133698e1b1d66543efb689fc7a5b5dab8f19f1a38277070" }, "downloads": -1, "filename": "tf_encrypted-0.5.2rc0-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "192e4a090f62d901aa33e0d6398cf667", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 1376440, "upload_time": "2019-04-24T09:28:34", "upload_time_iso_8601": "2019-04-24T09:28:34.010212Z", "url": "https://files.pythonhosted.org/packages/3b/2e/d7a58837bf03ebcb4719bc9e8802121bf9fb04fcff1f5632ab0f5b269e44/tf_encrypted-0.5.2rc0-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e9c897d1d71d5f8309d9fa702afa5dff", "sha256": "e8b4917724421fa0e65073b1c754669884fadaf7be33762f2f29cf705576aeb2" }, "downloads": -1, "filename": "tf-encrypted-0.5.2rc0.tar.gz", "has_sig": false, "md5_digest": "e9c897d1d71d5f8309d9fa702afa5dff", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 498783, "upload_time": "2019-04-24T09:28:35", "upload_time_iso_8601": "2019-04-24T09:28:35.832410Z", "url": "https://files.pythonhosted.org/packages/61/d1/2338a490c7e8328ddaf9a5b82812fb4fa6e1fd9624ec8f54101548683a32/tf-encrypted-0.5.2rc0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.5.2rc1": [ { "comment_text": "", "digests": { "md5": "e210ab1b937cad5284de6f281331a78f", "sha256": "a6e02bb2701c87275d9d9222f95889557f867338f971d287204fa0250f02ace9" }, "downloads": -1, "filename": "tf_encrypted-0.5.2rc1-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "e210ab1b937cad5284de6f281331a78f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 1376806, "upload_time": "2019-04-24T10:12:58", "upload_time_iso_8601": "2019-04-24T10:12:58.360933Z", "url": "https://files.pythonhosted.org/packages/13/34/31d3e0753de86072e97d4ce796ba40198bba21dc1242d2831d10f2ff51b2/tf_encrypted-0.5.2rc1-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7618ba9ad1336659fce96f194d05fec6", "sha256": "9ea6b92755c107b727dde7d6dd08acdf73a45dc92873ba2a3979f95ace5a8e44" }, "downloads": -1, "filename": "tf-encrypted-0.5.2rc1.tar.gz", "has_sig": false, "md5_digest": "7618ba9ad1336659fce96f194d05fec6", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 497280, "upload_time": "2019-04-24T10:13:00", "upload_time_iso_8601": "2019-04-24T10:13:00.144760Z", "url": "https://files.pythonhosted.org/packages/a3/9d/4f68925d38771ba82b7c90cf360c9a00a597d6f2b268b5284f5356509794/tf-encrypted-0.5.2rc1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.5.2rc2": [ { "comment_text": "", "digests": { "md5": "d44a20fed9465da6053a567787e5cfdf", "sha256": "af9a8f249a9da2aa47a7ffaca1a6a6b6039a37f7c25a75285f78f5166aebeb73" }, "downloads": -1, "filename": "tf_encrypted-0.5.2rc2-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "d44a20fed9465da6053a567787e5cfdf", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 1376819, "upload_time": "2019-04-24T11:09:14", "upload_time_iso_8601": "2019-04-24T11:09:14.345433Z", "url": "https://files.pythonhosted.org/packages/85/d9/50e0fede18ebab1fd43436bff6cfa78d91d6a4ccb0c6eb8ce6ab25da5d2e/tf_encrypted-0.5.2rc2-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "71f7f51a9290a6b02e1c8dde7df1488e", "sha256": "4a7b945f76202d522f97c4c7091d0c5941c21765b96e500ef35701590caf05ff" }, "downloads": -1, "filename": "tf-encrypted-0.5.2rc2.tar.gz", "has_sig": false, "md5_digest": "71f7f51a9290a6b02e1c8dde7df1488e", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 496693, "upload_time": "2019-04-24T11:09:16", "upload_time_iso_8601": "2019-04-24T11:09:16.094460Z", "url": "https://files.pythonhosted.org/packages/91/07/4537bddca29e3d9100f074253923d77d777af78292626f52f9f2e484667e/tf-encrypted-0.5.2rc2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.5.3": [ { "comment_text": "", "digests": { "md5": "df35fd9593f1fe38fbeea3885788f460", "sha256": "ff0290af1a55bfa6af5978c0306ba888b3dade286c8e26b42c8d873d5b3f0396" }, "downloads": -1, "filename": "tf_encrypted-0.5.3-py3-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "df35fd9593f1fe38fbeea3885788f460", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 1173163, "upload_time": "2019-05-27T16:05:15", "upload_time_iso_8601": "2019-05-27T16:05:15.743282Z", "url": "https://files.pythonhosted.org/packages/60/7f/7cd8b13f81fc3216ba67f9a77d80158fb2983aeaf0be2ad8cb77c8f837f3/tf_encrypted-0.5.3-py3-none-macosx_10_11_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6db95f54d81ffba4800739708a817240", "sha256": "5ea83f5cada7a43ec892d0d08de7c215004c0d2f0a69dd25523b5b62f165e229" }, "downloads": -1, "filename": "tf_encrypted-0.5.3-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "6db95f54d81ffba4800739708a817240", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 1404387, "upload_time": "2019-05-27T15:59:54", "upload_time_iso_8601": "2019-05-27T15:59:54.947311Z", "url": "https://files.pythonhosted.org/packages/ff/00/bfb83a4f2688ef9a9745bdc3ed2d043e279e4fe206bd5ea85667d5a7decc/tf_encrypted-0.5.3-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7a37ded1abef4c38e617d7e1a7c23911", "sha256": "dc189dac53bf6a75fd5621cae561815f53c163d6cb7623b0bee555cb15b791c5" }, "downloads": -1, "filename": "tf-encrypted-0.5.3.tar.gz", "has_sig": false, "md5_digest": "7a37ded1abef4c38e617d7e1a7c23911", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 510270, "upload_time": "2019-05-27T15:59:56", "upload_time_iso_8601": "2019-05-27T15:59:56.979065Z", "url": "https://files.pythonhosted.org/packages/e2/d2/46018b3de9344263dc05c551f5b40b54c8676e9831e491281305891c45a3/tf-encrypted-0.5.3.tar.gz", "yanked": false, "yanked_reason": null } ], "0.5.3rc0": [ { "comment_text": "", "digests": { "md5": "0721160feb5c1705a2d5604272e41941", "sha256": "25a5b96c80a18fcf97874c6171b260a3fa66c4ff836d4c1a648128ab748db9ec" }, "downloads": -1, "filename": "tf_encrypted-0.5.3rc0-py3-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "0721160feb5c1705a2d5604272e41941", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 1173212, "upload_time": "2019-05-27T14:29:08", "upload_time_iso_8601": "2019-05-27T14:29:08.123430Z", "url": "https://files.pythonhosted.org/packages/1c/d1/dfbe5ad2c4263b961054c6bd0cb4182950ae256479b316616554c7e12d2b/tf_encrypted-0.5.3rc0-py3-none-macosx_10_11_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4f24b91a4181a497a8b1fbf3398dd7e5", "sha256": "52aa59bf36f39b8b92d2450934cdcd0bd467f7b9d1033572b360a8ef2d428b3f" }, "downloads": -1, "filename": "tf_encrypted-0.5.3rc0-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "4f24b91a4181a497a8b1fbf3398dd7e5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 1404429, "upload_time": "2019-05-27T14:22:41", "upload_time_iso_8601": "2019-05-27T14:22:41.951225Z", "url": "https://files.pythonhosted.org/packages/12/7c/c3ceb35f11ad04a9482555f540ef3d4bcb0d495e5c0ccb5b6f19d02eb263/tf_encrypted-0.5.3rc0-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0db7d17332a4eac564a1ed56a861051c", "sha256": "3417e643ec869b8137827e09cc335a573694366ad924c5afac536646433cf0b3" }, "downloads": -1, "filename": "tf-encrypted-0.5.3rc0.tar.gz", "has_sig": false, "md5_digest": "0db7d17332a4eac564a1ed56a861051c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 514378, "upload_time": "2019-05-27T14:22:43", "upload_time_iso_8601": "2019-05-27T14:22:43.597203Z", "url": "https://files.pythonhosted.org/packages/48/09/7f3ffbb4da234da93bfe96fe0bd0cdca5c674fab5e1ac85943dc5a373546/tf-encrypted-0.5.3rc0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.5.4": [ { "comment_text": "", "digests": { "md5": "2af2449542b9b56bc72dd87a6c737d8d", "sha256": "e95d8aeeaf661c1f2de6dbfb5b2091eaa9fb1501fb6efc42e06494e6f25cadb1" }, "downloads": -1, "filename": "tf_encrypted-0.5.4-py3-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "2af2449542b9b56bc72dd87a6c737d8d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 1179467, "upload_time": "2019-05-29T14:49:53", "upload_time_iso_8601": "2019-05-29T14:49:53.908234Z", "url": "https://files.pythonhosted.org/packages/e2/8f/261f28c4aa4949ab64c94956a787324cbe5c6e85b6753bfc97d917e12b28/tf_encrypted-0.5.4-py3-none-macosx_10_11_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "057f5755a7210d4ef1e6855119225ae1", "sha256": "dae777116e3b3147575b6957c36861d8705e8c4f0cc565809bb5340dfcd0a0a8" }, "downloads": -1, "filename": "tf_encrypted-0.5.4-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "057f5755a7210d4ef1e6855119225ae1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 1410704, "upload_time": "2019-05-29T14:41:46", "upload_time_iso_8601": "2019-05-29T14:41:46.809780Z", "url": "https://files.pythonhosted.org/packages/85/f0/b37654fcfe14711509a5d2517b22688f091254491005e4d243f67e726455/tf_encrypted-0.5.4-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "49dd2e0759376fd5489b1759b719e50c", "sha256": "a8f520d9d815e7075e8b828f857c5f3db0bc340dc2ed4ce9becacced0f7b9f07" }, "downloads": -1, "filename": "tf-encrypted-0.5.4.tar.gz", "has_sig": false, "md5_digest": "49dd2e0759376fd5489b1759b719e50c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 513716, "upload_time": "2019-05-29T14:41:48", "upload_time_iso_8601": "2019-05-29T14:41:48.734782Z", "url": "https://files.pythonhosted.org/packages/7c/9b/a749f5860b2d4da216c57c1190366e92028a26f6d2ac46dd9d858e0940b2/tf-encrypted-0.5.4.tar.gz", "yanked": false, "yanked_reason": null } ], "0.5.4rc0": [ { "comment_text": "", "digests": { "md5": "32307981f68a5c1ef7658d5c6d150cfc", "sha256": "d6077af8defebb448d1b102b6c6353040c9aa313a30bfddfebaa57e1838b5eb9" }, "downloads": -1, "filename": "tf_encrypted-0.5.4rc0-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "32307981f68a5c1ef7658d5c6d150cfc", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 1410735, "upload_time": "2019-05-29T11:47:17", "upload_time_iso_8601": "2019-05-29T11:47:17.358841Z", "url": "https://files.pythonhosted.org/packages/e1/f4/58e6fd454d2bb9b141d85367ecbb964e52c62d77c00c8adb518e52bd7866/tf_encrypted-0.5.4rc0-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5cdf5e72a5577ae67a728dba10ba6893", "sha256": "c92858593044753098c6593d3b66699d5e9f78a1fbf6e7961164ccd37fa3024e" }, "downloads": -1, "filename": "tf-encrypted-0.5.4rc0.tar.gz", "has_sig": false, "md5_digest": "5cdf5e72a5577ae67a728dba10ba6893", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 514576, "upload_time": "2019-05-29T11:47:19", "upload_time_iso_8601": "2019-05-29T11:47:19.098804Z", "url": "https://files.pythonhosted.org/packages/fb/8a/0c53561aabef98c9f10957b70e7f3eed3d4f1fe4aacc6342f3508ac59033/tf-encrypted-0.5.4rc0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.5.5": [ { "comment_text": "", "digests": { "md5": "965dfcb1e09cbdaf821336fb08a85ad4", "sha256": "976791adddc7897e9e5cdc9a87c4250b10190376f46a9e88ed2ba1c8ca44d858" }, "downloads": -1, "filename": "tf_encrypted-0.5.5-py3-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "965dfcb1e09cbdaf821336fb08a85ad4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 1179377, "upload_time": "2019-06-10T20:35:51", "upload_time_iso_8601": "2019-06-10T20:35:51.648833Z", "url": "https://files.pythonhosted.org/packages/d2/f9/785d1073aab47cafd6f7b0404b5e12f9df893eef7f541ef92fd2391f38b5/tf_encrypted-0.5.5-py3-none-macosx_10_11_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "50aa32e36c5d209854decc71be4aa232", "sha256": "708a68b8b540c597ff6ad759aec53b206c7e1700238915ef1425463eff91dcc9" }, "downloads": -1, "filename": "tf_encrypted-0.5.5-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "50aa32e36c5d209854decc71be4aa232", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 1410599, "upload_time": "2019-06-10T20:26:24", "upload_time_iso_8601": "2019-06-10T20:26:24.066119Z", "url": "https://files.pythonhosted.org/packages/c6/4f/b785dd7286a7ebaf25af213dff11100ca09d6ff82d6186ffe0ba72e593ad/tf_encrypted-0.5.5-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0b3534875bee7454ca24f8acbfc8db2b", "sha256": "febcfd3286196b2df07ba4162f5f4b4096430dc2e1b682bb91f5bcc84315331a" }, "downloads": -1, "filename": "tf-encrypted-0.5.5.tar.gz", "has_sig": false, "md5_digest": "0b3534875bee7454ca24f8acbfc8db2b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 519242, "upload_time": "2019-06-10T20:26:26", "upload_time_iso_8601": "2019-06-10T20:26:26.145760Z", "url": "https://files.pythonhosted.org/packages/77/2e/d03fa407cc5257ea5ab316fa13ce3d8c9b455ec35bc2f2fb7385578cec0b/tf-encrypted-0.5.5.tar.gz", "yanked": false, "yanked_reason": null } ], "0.5.5rc0": [ { "comment_text": "", "digests": { "md5": "fc4115ee96f2ada4f117614d8d0a9170", "sha256": "1aea16b782b1457ea58d6316aded58e9875f01ed6c2ffcbfc7c068f718720f57" }, "downloads": -1, "filename": "tf_encrypted-0.5.5rc0-py3-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "fc4115ee96f2ada4f117614d8d0a9170", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 1179421, "upload_time": "2019-06-10T18:53:58", "upload_time_iso_8601": "2019-06-10T18:53:58.096879Z", "url": "https://files.pythonhosted.org/packages/bd/d6/774990a2d03f19c18b1135f6eb919b65910e396d326185e5c99003f23578/tf_encrypted-0.5.5rc0-py3-none-macosx_10_11_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b4c9ba5cbeae5d90a564449676e3b2b9", "sha256": "c4abb3ef60d4d36d39d54d27a1247aa7ffa3dad0a33d4f6bee5147b6151de5a4" }, "downloads": -1, "filename": "tf_encrypted-0.5.5rc0-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "b4c9ba5cbeae5d90a564449676e3b2b9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 1410639, "upload_time": "2019-06-10T18:48:14", "upload_time_iso_8601": "2019-06-10T18:48:14.728799Z", "url": "https://files.pythonhosted.org/packages/e0/8e/5a2fa6fb8edb0fa244e5fffd8999aecca5440b2fed1770244ceddd131e16/tf_encrypted-0.5.5rc0-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "69278a7e8343ec7495227499405e02e5", "sha256": "672a4b23b193f6ee71cb362b25baee954d41f0da5e2ee08b3bacd0a26ac47bea" }, "downloads": -1, "filename": "tf-encrypted-0.5.5rc0.tar.gz", "has_sig": false, "md5_digest": "69278a7e8343ec7495227499405e02e5", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 523605, "upload_time": "2019-06-10T18:48:16", "upload_time_iso_8601": "2019-06-10T18:48:16.599490Z", "url": "https://files.pythonhosted.org/packages/bb/9a/ad64756efd9c9bba3f2e9a7310feea1fba033ba3776f0790c0b371f3a043/tf-encrypted-0.5.5rc0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.5.6": [ { "comment_text": "", "digests": { "md5": "fe0ce0aeab2306af26b4e96fb7de73b0", "sha256": "823c880189a878c668d9f9d8b57569e90857f0e003dd6ee4b939dafd4758b7b9" }, "downloads": -1, "filename": "tf_encrypted-0.5.6-py3-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "fe0ce0aeab2306af26b4e96fb7de73b0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 1182655, "upload_time": "2019-06-21T22:21:25", "upload_time_iso_8601": "2019-06-21T22:21:25.335881Z", "url": "https://files.pythonhosted.org/packages/70/2a/7dc509dd6ec3cb23a72df6e46c90e49bf0ca81bfb24d9a904718b8567ccb/tf_encrypted-0.5.6-py3-none-macosx_10_11_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a9f9872767b80fe8568fbed5bb3c7bc8", "sha256": "4b230475ca37e0cbb1b3c48ffb6785436e7d35e4ff1d87edfcd3668532f2cc1a" }, "downloads": -1, "filename": "tf_encrypted-0.5.6-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "a9f9872767b80fe8568fbed5bb3c7bc8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 1413880, "upload_time": "2019-06-21T22:15:09", "upload_time_iso_8601": "2019-06-21T22:15:09.315215Z", "url": "https://files.pythonhosted.org/packages/07/ce/da9916e7e78f736894b15538b702c0b213fd5d60a7fd6e481d74033a90c0/tf_encrypted-0.5.6-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7ba27959cee4c25dbd129f5a41de75be", "sha256": "d9081e5c9c7301453b8805d4bf8cedd643b4b427e942f9373ec528be820e0ab2" }, "downloads": -1, "filename": "tf-encrypted-0.5.6.tar.gz", "has_sig": false, "md5_digest": "7ba27959cee4c25dbd129f5a41de75be", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 105587, "upload_time": "2019-06-21T22:15:11", "upload_time_iso_8601": "2019-06-21T22:15:11.383320Z", "url": "https://files.pythonhosted.org/packages/49/ab/8b772e6d81f1a8af0141b1b7648c6826ed9f4306021568ec8165a3f7f71a/tf-encrypted-0.5.6.tar.gz", "yanked": false, "yanked_reason": null } ], "0.5.6rc1": [ { "comment_text": "", "digests": { "md5": "c043dda873fd7c9d9791c30f46f9b956", "sha256": "88c484e662bd02ee119095d32aa695d7b25d9f30482f9b040c090c40deec15af" }, "downloads": -1, "filename": "tf_encrypted-0.5.6rc1-py3-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "c043dda873fd7c9d9791c30f46f9b956", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 1182699, "upload_time": "2019-06-21T20:03:34", "upload_time_iso_8601": "2019-06-21T20:03:34.347964Z", "url": "https://files.pythonhosted.org/packages/cc/80/062a663da4d6903d52142c7568d56864195bdec467eb07e9f493288a7ad2/tf_encrypted-0.5.6rc1-py3-none-macosx_10_11_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "db42044625d9bd1dd145070015ef5552", "sha256": "7574c318dedf93c143fc94cf11298e7e5c6037839128ef14273f4868366e594d" }, "downloads": -1, "filename": "tf_encrypted-0.5.6rc1-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "db42044625d9bd1dd145070015ef5552", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 1413922, "upload_time": "2019-06-21T19:57:49", "upload_time_iso_8601": "2019-06-21T19:57:49.851354Z", "url": "https://files.pythonhosted.org/packages/9d/13/e797b404826bca89fef0c171ecba5cd83e07a03df3dce63f882908ae8ac8/tf_encrypted-0.5.6rc1-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "604367a256ea2f1a4ecaae9577339cca", "sha256": "f69142f7f0471d1d362fb414a52e4f53c056cdd63b4c5c7549be8f06021cf29d" }, "downloads": -1, "filename": "tf-encrypted-0.5.6rc1.tar.gz", "has_sig": false, "md5_digest": "604367a256ea2f1a4ecaae9577339cca", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 105188, "upload_time": "2019-06-21T19:57:51", "upload_time_iso_8601": "2019-06-21T19:57:51.940325Z", "url": "https://files.pythonhosted.org/packages/84/22/05215b5d4df8f3db68d8ae93a1e11cc831722736e59d59f5071abd9b23a0/tf-encrypted-0.5.6rc1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.5.7": [ { "comment_text": "", "digests": { "md5": "b2256e8aa9b1e6c7c94a00a4da845539", "sha256": "c4ebe47ca65fd7707af9e5aace0d754c203f3abcddb12ac7e07e8347becf4823" }, "downloads": -1, "filename": "tf_encrypted-0.5.7-py3-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "b2256e8aa9b1e6c7c94a00a4da845539", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 1187632, "upload_time": "2019-07-18T19:42:46", "upload_time_iso_8601": "2019-07-18T19:42:46.292654Z", "url": "https://files.pythonhosted.org/packages/6a/3c/2ccd9a0420a517a9b2ab58c41c6deda1b4fc07b920786e26cdb84f57e2a2/tf_encrypted-0.5.7-py3-none-macosx_10_11_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7b70202e73c4db1027c713d2f3a4b4e6", "sha256": "c2ba51025e6511df4680cfc1db1596e731c39150ffd6855e459d8fc445e97e57" }, "downloads": -1, "filename": "tf_encrypted-0.5.7-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "7b70202e73c4db1027c713d2f3a4b4e6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 2092317, "upload_time": "2019-07-18T19:36:11", "upload_time_iso_8601": "2019-07-18T19:36:11.010168Z", "url": "https://files.pythonhosted.org/packages/55/ff/7dbd5fc77fcec0df1798268a6b72a2ab0150b854761bc39c77d566798f0b/tf_encrypted-0.5.7-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6127a3d617bd06f668a50024212a4b9a", "sha256": "f9000b6698758ec7f58f08f05d55c1ff280ed3a772a5e77dd25416e237ebb2f2" }, "downloads": -1, "filename": "tf-encrypted-0.5.7.tar.gz", "has_sig": false, "md5_digest": "6127a3d617bd06f668a50024212a4b9a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 104330, "upload_time": "2019-07-18T19:36:13", "upload_time_iso_8601": "2019-07-18T19:36:13.146037Z", "url": "https://files.pythonhosted.org/packages/3d/5d/d77a297c3dfc8b017840d601eec3ceb21db53369a5c0ea85841332aa3835/tf-encrypted-0.5.7.tar.gz", "yanked": false, "yanked_reason": null } ], "0.5.7rc0": [ { "comment_text": "", "digests": { "md5": "6ac62ad74e998bce38859b62d469683d", "sha256": "f4bfa5cf3b9d5189bf562f7a6f56104f42c0e3c0ff936e6442c72b52aac59220" }, "downloads": -1, "filename": "tf_encrypted-0.5.7rc0-py3-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "6ac62ad74e998bce38859b62d469683d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 1187667, "upload_time": "2019-07-18T14:31:17", "upload_time_iso_8601": "2019-07-18T14:31:17.343081Z", "url": "https://files.pythonhosted.org/packages/27/50/2d67c812bf34090aedf0f3594b3a6797aaef6c577812e5318db28a9ed115/tf_encrypted-0.5.7rc0-py3-none-macosx_10_11_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ce7e9bb884ab596fafcf99e177d73108", "sha256": "f47704bc40b0ef7632c3f9de603491ae87aaaa91fdb2aeb5b3dbbdb4e7d5af64" }, "downloads": -1, "filename": "tf_encrypted-0.5.7rc0-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "ce7e9bb884ab596fafcf99e177d73108", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 2092359, "upload_time": "2019-07-18T14:25:28", "upload_time_iso_8601": "2019-07-18T14:25:28.273411Z", "url": "https://files.pythonhosted.org/packages/f5/7e/2d3c4cedaa03fb78e59c5f8932cf0aeab4ef4bbdef8f1c31584203fe7171/tf_encrypted-0.5.7rc0-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2865f2b5905de32a8f205b69e94ca753", "sha256": "10d6d61d3126939c0fa89ff5ccb149e46f7e381f1d8dbd1106fb7f2ae0c1be1c" }, "downloads": -1, "filename": "tf-encrypted-0.5.7rc0.tar.gz", "has_sig": false, "md5_digest": "2865f2b5905de32a8f205b69e94ca753", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 104775, "upload_time": "2019-07-18T14:25:30", "upload_time_iso_8601": "2019-07-18T14:25:30.442447Z", "url": "https://files.pythonhosted.org/packages/13/57/50f7e95979ba9d11ff1b370f8a9bac64d9d9e044944b393ec70e6c3fef6f/tf-encrypted-0.5.7rc0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.5.7rc1": [ { "comment_text": "", "digests": { "md5": "766bf43ad0767044cfba196e82a6c775", "sha256": "9b45351b3efea2d14f2cb828766a30460d59383bc2e73a67bc877eed23e80a27" }, "downloads": -1, "filename": "tf_encrypted-0.5.7rc1-py3-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "766bf43ad0767044cfba196e82a6c775", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 1187670, "upload_time": "2019-07-18T18:32:44", "upload_time_iso_8601": "2019-07-18T18:32:44.296984Z", "url": "https://files.pythonhosted.org/packages/93/85/6b659a6d2ecefb1f2f79a2abe66e71efeb77e8c36a7c27b238705165169b/tf_encrypted-0.5.7rc1-py3-none-macosx_10_11_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bfaa25531b0427386bf214d17d5a3359", "sha256": "4fbc44a909c4eb540c4a9f91757876a62611da2a4e28db86d1285c4eb9e7bcc2" }, "downloads": -1, "filename": "tf_encrypted-0.5.7rc1-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "bfaa25531b0427386bf214d17d5a3359", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 2092358, "upload_time": "2019-07-18T18:23:11", "upload_time_iso_8601": "2019-07-18T18:23:11.675242Z", "url": "https://files.pythonhosted.org/packages/61/42/91c39982f165b2bd90292ac91d0897d672336b569770de8b882b759cfce5/tf_encrypted-0.5.7rc1-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0c3b105c5786fd4d13dc56b4247e58f0", "sha256": "553ba99a66781b0f866c81b1289f6c1d0882a33718d4514063c2d5d90a3986d2" }, "downloads": -1, "filename": "tf-encrypted-0.5.7rc1.tar.gz", "has_sig": false, "md5_digest": "0c3b105c5786fd4d13dc56b4247e58f0", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 107578, "upload_time": "2019-07-18T18:23:13", "upload_time_iso_8601": "2019-07-18T18:23:13.835583Z", "url": "https://files.pythonhosted.org/packages/eb/3b/01d9a7ac5f448d14c16e9326cbc3a34afeb78100577deff848e24f9cef4d/tf-encrypted-0.5.7rc1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.5.8": [ { "comment_text": "", "digests": { "md5": "20bdf8f5c060dc7da4eff65844aee868", "sha256": "6d59899f322ba33fc609c90d7a5debf514f03ebe085414243d6740aa2829cca4" }, "downloads": -1, "filename": "tf_encrypted-0.5.8-py3-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "20bdf8f5c060dc7da4eff65844aee868", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 1193871, "upload_time": "2019-08-16T00:43:21", "upload_time_iso_8601": "2019-08-16T00:43:21.847447Z", "url": "https://files.pythonhosted.org/packages/4d/46/0f7ce66b097e07bb241eb4dc6971babf564d2cedb3712228443a7dd2a14f/tf_encrypted-0.5.8-py3-none-macosx_10_11_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "327307fc84511363f16261f782caa7c2", "sha256": "84ee01cdac95febb207cf75b7cdc7fd3d4406760ffcaeca2e01bb94103afb9f1" }, "downloads": -1, "filename": "tf_encrypted-0.5.8-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "327307fc84511363f16261f782caa7c2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 2098567, "upload_time": "2019-08-16T00:36:50", "upload_time_iso_8601": "2019-08-16T00:36:50.267544Z", "url": "https://files.pythonhosted.org/packages/1f/82/cf15aeac92525da2f794956712e7ebf418819390dec783430ee242b52d0b/tf_encrypted-0.5.8-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a2380e6481cdec58cc691e82c7a9b74b", "sha256": "8eb552d6f91ebb4cf2ef3ed7dea4a42a06394c36c894eb1af0d576f9db7a2692" }, "downloads": -1, "filename": "tf-encrypted-0.5.8.tar.gz", "has_sig": false, "md5_digest": "a2380e6481cdec58cc691e82c7a9b74b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 113702, "upload_time": "2019-08-16T00:36:52", "upload_time_iso_8601": "2019-08-16T00:36:52.397758Z", "url": "https://files.pythonhosted.org/packages/55/6a/5cdd2eec2491367793f682af0d62fdfa524bd8f86003810f074526a82379/tf-encrypted-0.5.8.tar.gz", "yanked": false, "yanked_reason": null } ], "0.5.8rc0": [ { "comment_text": "", "digests": { "md5": "a02061d58b4484c6926c3a658bd28035", "sha256": "ac4e20285a2b970dfe88bf502840f6fb96a7befe0d13671a2698bb5606955ad6" }, "downloads": -1, "filename": "tf_encrypted-0.5.8rc0-py3-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "a02061d58b4484c6926c3a658bd28035", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 1193919, "upload_time": "2019-08-15T23:53:37", "upload_time_iso_8601": "2019-08-15T23:53:37.609372Z", "url": "https://files.pythonhosted.org/packages/31/0f/f4a237e83e72932030ee97daf97e30c937e5e2002f60649bc16b261333fc/tf_encrypted-0.5.8rc0-py3-none-macosx_10_11_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "05dc140a2931b34c419976cb42d1e80d", "sha256": "3ac69adbabd80f135e1a1064b259f608131a60797cdb3a45a8960f25c861dc8a" }, "downloads": -1, "filename": "tf_encrypted-0.5.8rc0-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "05dc140a2931b34c419976cb42d1e80d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 2098609, "upload_time": "2019-08-15T23:47:53", "upload_time_iso_8601": "2019-08-15T23:47:53.428468Z", "url": "https://files.pythonhosted.org/packages/6c/98/7875b76c0c0ebe12b6f326f2eb15f9abe60f1fa41296d0124a52ce230cf2/tf_encrypted-0.5.8rc0-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ac2c297139f88143bf0ad47d6a38914f", "sha256": "e5c3f52b4f8afed0b6a4e02ce901b8f61f715905a00cacaaf95b2f4bef5f675e" }, "downloads": -1, "filename": "tf-encrypted-0.5.8rc0.tar.gz", "has_sig": false, "md5_digest": "ac2c297139f88143bf0ad47d6a38914f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 110013, "upload_time": "2019-08-15T23:47:56", "upload_time_iso_8601": "2019-08-15T23:47:56.116890Z", "url": "https://files.pythonhosted.org/packages/31/7f/383c4e86b467119b8a649b337fcd34c930bae7581ab345825f6bc459700f/tf-encrypted-0.5.8rc0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.5.9": [ { "comment_text": "", "digests": { "md5": "7c0990b3f49612475909b276da7eb489", "sha256": "5d007818e396ade75adef5c3aecf60bbcf585fb60209aa04ba08dd0b1eb279a0" }, "downloads": -1, "filename": "tf_encrypted-0.5.9-py3-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "7c0990b3f49612475909b276da7eb489", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 1411778, "upload_time": "2019-09-27T20:00:01", "upload_time_iso_8601": "2019-09-27T20:00:01.942775Z", "url": "https://files.pythonhosted.org/packages/25/75/503837f0be4d7ed84c146b5afdb6f09625f23cccd1aa6f8875924bfe7923/tf_encrypted-0.5.9-py3-none-macosx_10_11_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d02b7c525ffe1a79acb480ead6fb3692", "sha256": "72f3db0fd886612a13699b264a279401eb368d3e8ae2ac2be67aa6e77d76cf6b" }, "downloads": -1, "filename": "tf_encrypted-0.5.9-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "d02b7c525ffe1a79acb480ead6fb3692", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 2720682, "upload_time": "2019-09-27T19:53:04", "upload_time_iso_8601": "2019-09-27T19:53:04.859728Z", "url": "https://files.pythonhosted.org/packages/15/be/a4c0af9fdc5e5cee28495460538acf2766382bd572e01d4847abc7608dba/tf_encrypted-0.5.9-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b6ee30b7524e113e82632d890cd58d7a", "sha256": "858dcdac7692d39fdbaee0b3404e7e1a3a4e083fcbd545b2a7efba467d539129" }, "downloads": -1, "filename": "tf-encrypted-0.5.9.tar.gz", "has_sig": false, "md5_digest": "b6ee30b7524e113e82632d890cd58d7a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 112928, "upload_time": "2019-09-27T19:53:07", "upload_time_iso_8601": "2019-09-27T19:53:07.322781Z", "url": "https://files.pythonhosted.org/packages/b4/63/218f3bf3a3f8fd29c7cf8e96a18a60276430cd99a8a497672c2359db7c8d/tf-encrypted-0.5.9.tar.gz", "yanked": false, "yanked_reason": null } ], "0.5.9rc0": [ { "comment_text": "", "digests": { "md5": "4afda77af1cc067745a7479b68cb3103", "sha256": "43e8a64e9fdcd3b00423ffc7b0619382dba45e9f876994160b37e35d3d3a5f18" }, "downloads": -1, "filename": "tf_encrypted-0.5.9rc0-py3-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "4afda77af1cc067745a7479b68cb3103", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 1411837, "upload_time": "2019-09-27T18:35:35", "upload_time_iso_8601": "2019-09-27T18:35:35.094778Z", "url": "https://files.pythonhosted.org/packages/82/c7/b7ee5cf74ae1b89845a2a03ebb38b6a404fd3d81338f213eaaf1caaa76b6/tf_encrypted-0.5.9rc0-py3-none-macosx_10_11_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "01c659e289b81e63b9af86c7c3a13e60", "sha256": "327059223c2b90578d83910905d2e2abe385bc09ece933712cf3eb6308fb680f" }, "downloads": -1, "filename": "tf_encrypted-0.5.9rc0-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "01c659e289b81e63b9af86c7c3a13e60", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 2720724, "upload_time": "2019-09-27T18:21:39", "upload_time_iso_8601": "2019-09-27T18:21:39.147068Z", "url": "https://files.pythonhosted.org/packages/09/cf/c9c2ce8cc179278eeb6d886f47d950848f60991d62cf500e808c147bcb7f/tf_encrypted-0.5.9rc0-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9e5d63974b55629916bf3c81d6432e66", "sha256": "94bca09c13f1d06256ca83f23900a993fe55cf4fb05d5d88a25a188cd5a3c572" }, "downloads": -1, "filename": "tf-encrypted-0.5.9rc0.tar.gz", "has_sig": false, "md5_digest": "9e5d63974b55629916bf3c81d6432e66", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 115538, "upload_time": "2019-09-27T18:21:41", "upload_time_iso_8601": "2019-09-27T18:21:41.718748Z", "url": "https://files.pythonhosted.org/packages/62/3d/b6ef20d03c2dbaee65e500c31881e3865cf97c58440548b94f886f89ce37/tf-encrypted-0.5.9rc0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.6.0rc0": [ { "comment_text": "", "digests": { "md5": "b00add75899c62aaae98102f77df4714", "sha256": "c4a7391fa93af7b291c3ae46d6276a9d87daab13a5eea19ebf312c70f79a1c89" }, "downloads": -1, "filename": "tf_encrypted-0.6.0rc0-py3-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "b00add75899c62aaae98102f77df4714", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 1413907, "upload_time": "2019-10-21T18:05:53", "upload_time_iso_8601": "2019-10-21T18:05:53.034782Z", "url": "https://files.pythonhosted.org/packages/62/29/3bf73547813e50524fce70f2d195b816329c9a7136452efc8adbad466c84/tf_encrypted-0.6.0rc0-py3-none-macosx_10_11_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bea1a906f23b836fc8e50c03d1b5707b", "sha256": "e1c91302914d9ff36f9d37ab71b6549e30131db5ea9053187ca234d3b01b2fc6" }, "downloads": -1, "filename": "tf_encrypted-0.6.0rc0-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "bea1a906f23b836fc8e50c03d1b5707b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 2722295, "upload_time": "2019-10-21T17:59:11", "upload_time_iso_8601": "2019-10-21T17:59:11.774878Z", "url": "https://files.pythonhosted.org/packages/9f/f2/1818dabc7a9f0a3882cd0ba1f58e28eedaf24685feec0783104bc2fc3720/tf_encrypted-0.6.0rc0-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2e8e1bfe47febec65f56000f62555b90", "sha256": "edb2e48e5cd1e9c308835c93e8dd03c357f59cca7b50a671cd6c1f2a33dfb7c9" }, "downloads": -1, "filename": "tf-encrypted-0.6.0rc0.tar.gz", "has_sig": false, "md5_digest": "2e8e1bfe47febec65f56000f62555b90", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 117138, "upload_time": "2019-10-21T17:59:14", "upload_time_iso_8601": "2019-10-21T17:59:14.337909Z", "url": "https://files.pythonhosted.org/packages/41/2b/8a049ea90bb7bd3179843322609142c8b34d15a80fe42af4720659e87291/tf-encrypted-0.6.0rc0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "18304613d0ae7ae0f4520ad89510c63a", "sha256": "01d0e42a841ac06346f96e897883905bd21d9addb8d70ab3cb7ab8c5b6fe477f" }, "downloads": -1, "filename": "tf_encrypted-0.7.0-py3-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "18304613d0ae7ae0f4520ad89510c63a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 1274612, "upload_time": "2022-03-07T08:53:33", "upload_time_iso_8601": "2022-03-07T08:53:33.081150Z", "url": "https://files.pythonhosted.org/packages/77/e9/d03d41924f509b35e6ddfc10844aa77cb40c8713513ef08cbb04f5d4afd1/tf_encrypted-0.7.0-py3-none-macosx_10_11_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4c03143aaadc8ecf2eec3f4f81f82be5", "sha256": "87df70ac77d283a1f77d2645763f0c84ed08f8ba831c80852c2155ba14ca1596" }, "downloads": -1, "filename": "tf_encrypted-0.7.0-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "4c03143aaadc8ecf2eec3f4f81f82be5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 2133208, "upload_time": "2022-03-07T08:43:08", "upload_time_iso_8601": "2022-03-07T08:43:08.743028Z", "url": "https://files.pythonhosted.org/packages/cf/a4/d04276ede465180b81a3fadebe78fc2670af0ccfccd89d0b43fe058e0a16/tf_encrypted-0.7.0-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9bbd06e506e10c1d6d61a4ac45266504", "sha256": "fa64b6fa7bf039c372a6f3738953452f506a0747ef510c5386f22eb318b0e5aa" }, "downloads": -1, "filename": "tf-encrypted-0.7.0.tar.gz", "has_sig": false, "md5_digest": "9bbd06e506e10c1d6d61a4ac45266504", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 151154, "upload_time": "2022-03-07T08:43:10", "upload_time_iso_8601": "2022-03-07T08:43:10.556846Z", "url": "https://files.pythonhosted.org/packages/2e/12/eb867fd00c2fc1de9dcdedaea3c1fac273fdc80479af449fb6164dc917a0/tf-encrypted-0.7.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.7.0rc0": [ { "comment_text": "", "digests": { "md5": "af5bd6334d5617a798d06ec6911fdf1c", "sha256": "ef7ce7402ea063ffa2a36bd98f9d75e6d2ede8d980dc0ec714012b553dfdb8c9" }, "downloads": -1, "filename": "tf_encrypted-0.7.0rc0-py3-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "af5bd6334d5617a798d06ec6911fdf1c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 1274434, "upload_time": "2022-03-07T04:49:32", "upload_time_iso_8601": "2022-03-07T04:49:32.095831Z", "url": "https://files.pythonhosted.org/packages/a6/6b/432b87c7f56f0ecff62929924eee8c49b50acafa7663349886d8bfb4265f/tf_encrypted-0.7.0rc0-py3-none-macosx_10_11_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "822c8e514e388edd3d720d01ca184247", "sha256": "59f6083e51cd2eb1377837055c15e9f6c1ff0af21b38cbe2b36759acad55edc1" }, "downloads": -1, "filename": "tf_encrypted-0.7.0rc0-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "822c8e514e388edd3d720d01ca184247", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 2133032, "upload_time": "2022-03-07T04:40:11", "upload_time_iso_8601": "2022-03-07T04:40:11.874181Z", "url": "https://files.pythonhosted.org/packages/97/d7/e2d5b77ed1bcf92c0f9b9673553e6ff9e7051b8c84e1a91f1f3b9ec82bfa/tf_encrypted-0.7.0rc0-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0f4a64be1a17ca2a1764e66770fb1d60", "sha256": "ec89ba9bf0b08fbef7b3f92526234bf7be6d78456bf97ea439076ee64e8405e4" }, "downloads": -1, "filename": "tf-encrypted-0.7.0rc0.tar.gz", "has_sig": false, "md5_digest": "0f4a64be1a17ca2a1764e66770fb1d60", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 150950, "upload_time": "2022-03-07T04:40:13", "upload_time_iso_8601": "2022-03-07T04:40:13.971130Z", "url": "https://files.pythonhosted.org/packages/4a/ca/921a79f43ad0b782307100735b30c0883c3a682525470328f1c73eaa48b7/tf-encrypted-0.7.0rc0.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "18304613d0ae7ae0f4520ad89510c63a", "sha256": "01d0e42a841ac06346f96e897883905bd21d9addb8d70ab3cb7ab8c5b6fe477f" }, "downloads": -1, "filename": "tf_encrypted-0.7.0-py3-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "18304613d0ae7ae0f4520ad89510c63a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 1274612, "upload_time": "2022-03-07T08:53:33", "upload_time_iso_8601": "2022-03-07T08:53:33.081150Z", "url": "https://files.pythonhosted.org/packages/77/e9/d03d41924f509b35e6ddfc10844aa77cb40c8713513ef08cbb04f5d4afd1/tf_encrypted-0.7.0-py3-none-macosx_10_11_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4c03143aaadc8ecf2eec3f4f81f82be5", "sha256": "87df70ac77d283a1f77d2645763f0c84ed08f8ba831c80852c2155ba14ca1596" }, "downloads": -1, "filename": "tf_encrypted-0.7.0-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "4c03143aaadc8ecf2eec3f4f81f82be5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 2133208, "upload_time": "2022-03-07T08:43:08", "upload_time_iso_8601": "2022-03-07T08:43:08.743028Z", "url": "https://files.pythonhosted.org/packages/cf/a4/d04276ede465180b81a3fadebe78fc2670af0ccfccd89d0b43fe058e0a16/tf_encrypted-0.7.0-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9bbd06e506e10c1d6d61a4ac45266504", "sha256": "fa64b6fa7bf039c372a6f3738953452f506a0747ef510c5386f22eb318b0e5aa" }, "downloads": -1, "filename": "tf-encrypted-0.7.0.tar.gz", "has_sig": false, "md5_digest": "9bbd06e506e10c1d6d61a4ac45266504", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 151154, "upload_time": "2022-03-07T08:43:10", "upload_time_iso_8601": "2022-03-07T08:43:10.556846Z", "url": "https://files.pythonhosted.org/packages/2e/12/eb867fd00c2fc1de9dcdedaea3c1fac273fdc80479af449fb6164dc917a0/tf-encrypted-0.7.0.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }