tink


Nametink JSON
Version 1.10.0 PyPI version JSON
download
home_pagehttps://github.com/tink-crypto/tink-py
SummaryA multi-language, cross-platform library that provides cryptographic APIs that are secure, easy to use correctly, and hard(er) to misuse.
upload_time2024-05-02 07:03:46
maintainerNone
docs_urlNone
authorTink Developers
requires_python>=3.8
licenseApache 2.0
keywords tink cryptography
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Tink Python

<!-- GCP Ubuntu --->

[bazel_badge_gcp_ubuntu]: https://storage.googleapis.com/tink-kokoro-build-badges/tink-py-bazel-gcp-ubuntu.svg
[bazel_kms_badge_gcp_ubuntu]: https://storage.googleapis.com/tink-kokoro-build-badges/tink-py-bazel-kms-gcp-ubuntu.svg
[pip_badge_gcp_ubuntu]: https://storage.googleapis.com/tink-kokoro-build-badges/tink-py-pip-gcp-ubuntu.svg
[pip_kms_badge_gcp_ubuntu]: https://storage.googleapis.com/tink-kokoro-build-badges/tink-py-pip-kms-gcp-ubuntu.svg
[bdist_badge_gcp_ubuntu]: https://storage.googleapis.com/tink-kokoro-build-badges/tink-py-release-bdist-create-gcp-ubuntu.svg
[sdist_create_badge_gcp_ubuntu]: https://storage.googleapis.com/tink-kokoro-build-badges/tink-py-release-sdist-create-gcp-ubuntu.svg
[sdist_test_badge_gcp_ubuntu]: https://storage.googleapis.com/tink-kokoro-build-badges/tink-py-release-sdist-test-gcp-ubuntu.svg

<!-- GCP Ubuntu (aarch64) --->

[bdist_create_badge_gcp_ubuntu_aarch64]: https://storage.googleapis.com/tink-kokoro-build-badges/tink-py-release-bdist-create-gcp_ubuntu-arm64-external.svg

<!-- GCP Windows --->

[bazel_badge_gcp_windows]: https://storage.googleapis.com/tink-kokoro-build-badges/tink-py-bazel-gcp-windows.svg
[pip_badge_gcp_windows]: https://storage.googleapis.com/tink-kokoro-build-badges/tink-py-pip-gcp-windows.svg
[bdist_badge_gcp_windows]: https://storage.googleapis.com/tink-kokoro-build-badges/tink-py-release-bdist-create-gcp-windows.svg

<!-- MacOS --->

[bazel_badge_macos]: https://storage.googleapis.com/tink-kokoro-build-badges/tink-py-bazel-macos-external.svg
[bazel_kms_badge_macos]: https://storage.googleapis.com/tink-kokoro-build-badges/tink-py-bazel-kms-macos-external.svg
[pip_badge_macos]: https://storage.googleapis.com/tink-kokoro-build-badges/tink-py-pip-macos-external.svg
[pip_kms_badge_macos]: https://storage.googleapis.com/tink-kokoro-build-badges/tink-py-pip-kms-macos-external.svg
[bdist_create_badge_macos]: https://storage.googleapis.com/tink-kokoro-build-badges/tink-py-release-bdist-create-macos-external.svg

**Test**              | **GCP Ubuntu**                                                | **GCP Ubuntu (aarch64)**                                               | **MacOS**                                      | **GCP Windows**
--------------------- | ------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------- | ---------------
Bazel                 | [![Bazel_GcpUbuntu][bazel_badge_gcp_ubuntu]](#)               | N/A                                                                    | [![Bazel_MacOs][bazel_badge_macos]](#)         | [![Bazel_GcpWindows][bazel_badge_gcp_windows]](#)
Bazel (with KMS)      | [![Bazel_Kms_GcpUbuntu][bazel_kms_badge_gcp_ubuntu]](#)       | N/A                                                                    | [![Bazel_Kms_MacOs][bazel_kms_badge_macos]](#) | N/A
Pip                   | [![Pip_GcpUbuntu][pip_badge_gcp_ubuntu]](#)                   | N/A                                                                    | [![Pip_MacOs][pip_badge_macos]](#)             | [![Pip_GcpWindows][pip_badge_gcp_windows]](#)
Pip (with KMS)        | [![Pip_Kms_GcpUbuntu][pip_kms_badge_gcp_ubuntu]](#)           | N/A                                                                    | [![Pip_Kms_MacOs][pip_kms_badge_macos]](#)     | N/A
Bdist (Create + Test) | [![Bdist_GcpUbuntu][bdist_badge_gcp_ubuntu]](#)               | [![Bdist_GcpUbuntu_Aarch64][bdist_create_badge_gcp_ubuntu_aarch64]](#) | [![Bdist_MacOs][bdist_create_badge_macos]](#)  | [![Bdist_GcpWindows][bdist_badge_gcp_windows]](#)
Sdist (Create)        | [![Sdist_Create_GcpUbuntu][sdist_create_badge_gcp_ubuntu]](#) | N/A                                                                    | N/A                                            | N/A
Sdist (Test)          | [![Sdist_Test_GcpUbuntu][sdist_test_badge_gcp_ubuntu]](#)     | N/A                                                                    | N/A                                            | N/A


Using crypto in your application [shouldn't have to][devs_are_users_too_slides]
feel like juggling chainsaws in the dark. Tink is a crypto library written by a
group of cryptographers and security engineers at Google. It was born out of our
extensive experience working with Google's product teams,
[fixing weaknesses in implementations](https://github.com/google/wycheproof),
and providing simple APIs that can be used safely without needing a crypto
background.

Tink provides secure APIs that are easy to use correctly and hard(er) to misuse.
It reduces common crypto pitfalls with user-centered design, careful
implementation and code reviews, and extensive testing. At Google, Tink is one
of the standard crypto libraries, and has been deployed in hundreds of products
and systems.

To get a quick overview of Tink's design please take a look at
[Tink's goals](https://developers.google.com/tink/design/goals_of_tink).

The official documentation is available at https://developers.google.com/tink.

[devs_are_users_too_slides]: https://www.usenix.org/sites/default/files/conference/protected-files/hotsec15_slides_green.pdf

## Contact and mailing list

If you want to contribute, please read [CONTRIBUTING](docs/CONTRIBUTING.md) and
send us pull requests. You can also report bugs or file feature requests.

If you'd like to talk to the developers or get notified about major product
updates, you may want to subscribe to our
[mailing list](https://groups.google.com/forum/#!forum/tink-users).

## Maintainers

Tink is maintained by (A-Z):

-   Moreno Ambrosin
-   Taymon Beal
-   William Conner
-   Thomas Holenstein
-   Stefan Kölbl
-   Charles Lee
-   Cindy Lin
-   Fernando Lobato Meeser
-   Ioana Nedelcu
-   Sophie Schmieg
-   Elizaveta Tretiakova
-   Jürg Wullschleger

Alumni:

-   Haris Andrianakis
-   Daniel Bleichenbacher
-   Tanuj Dhir
-   Thai Duong
-   Atul Luykx
-   Rafael Misoczki
-   Quan Nguyen
-   Bartosz Przydatek
-   Enzo Puig
-   Laurent Simon
-   Veronika Slívová
-   Paula Vidas

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/tink-crypto/tink-py",
    "name": "tink",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "tink cryptography",
    "author": "Tink Developers",
    "author_email": "tink-users@googlegroups.com",
    "download_url": "https://files.pythonhosted.org/packages/fa/3a/aef82ff0cdb92418a42c1b889ef45a34d5ab5c9070508e4d0f449b1a915a/tink-1.10.0.tar.gz",
    "platform": null,
    "description": "# Tink Python\n\n<!-- GCP Ubuntu --->\n\n[bazel_badge_gcp_ubuntu]: https://storage.googleapis.com/tink-kokoro-build-badges/tink-py-bazel-gcp-ubuntu.svg\n[bazel_kms_badge_gcp_ubuntu]: https://storage.googleapis.com/tink-kokoro-build-badges/tink-py-bazel-kms-gcp-ubuntu.svg\n[pip_badge_gcp_ubuntu]: https://storage.googleapis.com/tink-kokoro-build-badges/tink-py-pip-gcp-ubuntu.svg\n[pip_kms_badge_gcp_ubuntu]: https://storage.googleapis.com/tink-kokoro-build-badges/tink-py-pip-kms-gcp-ubuntu.svg\n[bdist_badge_gcp_ubuntu]: https://storage.googleapis.com/tink-kokoro-build-badges/tink-py-release-bdist-create-gcp-ubuntu.svg\n[sdist_create_badge_gcp_ubuntu]: https://storage.googleapis.com/tink-kokoro-build-badges/tink-py-release-sdist-create-gcp-ubuntu.svg\n[sdist_test_badge_gcp_ubuntu]: https://storage.googleapis.com/tink-kokoro-build-badges/tink-py-release-sdist-test-gcp-ubuntu.svg\n\n<!-- GCP Ubuntu (aarch64) --->\n\n[bdist_create_badge_gcp_ubuntu_aarch64]: https://storage.googleapis.com/tink-kokoro-build-badges/tink-py-release-bdist-create-gcp_ubuntu-arm64-external.svg\n\n<!-- GCP Windows --->\n\n[bazel_badge_gcp_windows]: https://storage.googleapis.com/tink-kokoro-build-badges/tink-py-bazel-gcp-windows.svg\n[pip_badge_gcp_windows]: https://storage.googleapis.com/tink-kokoro-build-badges/tink-py-pip-gcp-windows.svg\n[bdist_badge_gcp_windows]: https://storage.googleapis.com/tink-kokoro-build-badges/tink-py-release-bdist-create-gcp-windows.svg\n\n<!-- MacOS --->\n\n[bazel_badge_macos]: https://storage.googleapis.com/tink-kokoro-build-badges/tink-py-bazel-macos-external.svg\n[bazel_kms_badge_macos]: https://storage.googleapis.com/tink-kokoro-build-badges/tink-py-bazel-kms-macos-external.svg\n[pip_badge_macos]: https://storage.googleapis.com/tink-kokoro-build-badges/tink-py-pip-macos-external.svg\n[pip_kms_badge_macos]: https://storage.googleapis.com/tink-kokoro-build-badges/tink-py-pip-kms-macos-external.svg\n[bdist_create_badge_macos]: https://storage.googleapis.com/tink-kokoro-build-badges/tink-py-release-bdist-create-macos-external.svg\n\n**Test**              | **GCP Ubuntu**                                                | **GCP Ubuntu (aarch64)**                                               | **MacOS**                                      | **GCP Windows**\n--------------------- | ------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------- | ---------------\nBazel                 | [![Bazel_GcpUbuntu][bazel_badge_gcp_ubuntu]](#)               | N/A                                                                    | [![Bazel_MacOs][bazel_badge_macos]](#)         | [![Bazel_GcpWindows][bazel_badge_gcp_windows]](#)\nBazel (with KMS)      | [![Bazel_Kms_GcpUbuntu][bazel_kms_badge_gcp_ubuntu]](#)       | N/A                                                                    | [![Bazel_Kms_MacOs][bazel_kms_badge_macos]](#) | N/A\nPip                   | [![Pip_GcpUbuntu][pip_badge_gcp_ubuntu]](#)                   | N/A                                                                    | [![Pip_MacOs][pip_badge_macos]](#)             | [![Pip_GcpWindows][pip_badge_gcp_windows]](#)\nPip (with KMS)        | [![Pip_Kms_GcpUbuntu][pip_kms_badge_gcp_ubuntu]](#)           | N/A                                                                    | [![Pip_Kms_MacOs][pip_kms_badge_macos]](#)     | N/A\nBdist (Create + Test) | [![Bdist_GcpUbuntu][bdist_badge_gcp_ubuntu]](#)               | [![Bdist_GcpUbuntu_Aarch64][bdist_create_badge_gcp_ubuntu_aarch64]](#) | [![Bdist_MacOs][bdist_create_badge_macos]](#)  | [![Bdist_GcpWindows][bdist_badge_gcp_windows]](#)\nSdist (Create)        | [![Sdist_Create_GcpUbuntu][sdist_create_badge_gcp_ubuntu]](#) | N/A                                                                    | N/A                                            | N/A\nSdist (Test)          | [![Sdist_Test_GcpUbuntu][sdist_test_badge_gcp_ubuntu]](#)     | N/A                                                                    | N/A                                            | N/A\n\n\nUsing crypto in your application [shouldn't have to][devs_are_users_too_slides]\nfeel like juggling chainsaws in the dark. Tink is a crypto library written by a\ngroup of cryptographers and security engineers at Google. It was born out of our\nextensive experience working with Google's product teams,\n[fixing weaknesses in implementations](https://github.com/google/wycheproof),\nand providing simple APIs that can be used safely without needing a crypto\nbackground.\n\nTink provides secure APIs that are easy to use correctly and hard(er) to misuse.\nIt reduces common crypto pitfalls with user-centered design, careful\nimplementation and code reviews, and extensive testing. At Google, Tink is one\nof the standard crypto libraries, and has been deployed in hundreds of products\nand systems.\n\nTo get a quick overview of Tink's design please take a look at\n[Tink's goals](https://developers.google.com/tink/design/goals_of_tink).\n\nThe official documentation is available at https://developers.google.com/tink.\n\n[devs_are_users_too_slides]: https://www.usenix.org/sites/default/files/conference/protected-files/hotsec15_slides_green.pdf\n\n## Contact and mailing list\n\nIf you want to contribute, please read [CONTRIBUTING](docs/CONTRIBUTING.md) and\nsend us pull requests. You can also report bugs or file feature requests.\n\nIf you'd like to talk to the developers or get notified about major product\nupdates, you may want to subscribe to our\n[mailing list](https://groups.google.com/forum/#!forum/tink-users).\n\n## Maintainers\n\nTink is maintained by (A-Z):\n\n-   Moreno Ambrosin\n-   Taymon Beal\n-   William Conner\n-   Thomas Holenstein\n-   Stefan K\u00f6lbl\n-   Charles Lee\n-   Cindy Lin\n-   Fernando Lobato Meeser\n-   Ioana Nedelcu\n-   Sophie Schmieg\n-   Elizaveta Tretiakova\n-   J\u00fcrg Wullschleger\n\nAlumni:\n\n-   Haris Andrianakis\n-   Daniel Bleichenbacher\n-   Tanuj Dhir\n-   Thai Duong\n-   Atul Luykx\n-   Rafael Misoczki\n-   Quan Nguyen\n-   Bartosz Przydatek\n-   Enzo Puig\n-   Laurent Simon\n-   Veronika Sl\u00edvov\u00e1\n-   Paula Vidas\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "A multi-language, cross-platform library that provides cryptographic APIs that are secure, easy to use correctly, and hard(er) to misuse.",
    "version": "1.10.0",
    "project_urls": {
        "Homepage": "https://github.com/tink-crypto/tink-py"
    },
    "split_keywords": [
        "tink",
        "cryptography"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "04b49b62805b165d87998e538977c77d00d689039c614daace54706663f54876",
                "md5": "17e046003fd99e99db50b356bd73c792",
                "sha256": "774f73d1be0f755ba64d85fc81662431e77098bba6dae15e8b0b5b1b40ff7dc1"
            },
            "downloads": -1,
            "filename": "tink-1.10.0-cp310-cp310-macosx_11_0_universal2.whl",
            "has_sig": false,
            "md5_digest": "17e046003fd99e99db50b356bd73c792",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 5118743,
            "upload_time": "2024-05-02T07:03:04",
            "upload_time_iso_8601": "2024-05-02T07:03:04.005731Z",
            "url": "https://files.pythonhosted.org/packages/04/b4/9b62805b165d87998e538977c77d00d689039c614daace54706663f54876/tink-1.10.0-cp310-cp310-macosx_11_0_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3aceab498df00dfb74488747d7d7f5fdf31dcb8d08b1553a4e17b71a6d9a54c0",
                "md5": "c6de3dd355ebb51196d4d81a5fed1a37",
                "sha256": "6f7879047ca7ab386ff6ce02c95c267d895c27259b5d10dc9ca6b9627a151b84"
            },
            "downloads": -1,
            "filename": "tink-1.10.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c6de3dd355ebb51196d4d81a5fed1a37",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 3105181,
            "upload_time": "2024-05-02T07:03:06",
            "upload_time_iso_8601": "2024-05-02T07:03:06.668428Z",
            "url": "https://files.pythonhosted.org/packages/3a/ce/ab498df00dfb74488747d7d7f5fdf31dcb8d08b1553a4e17b71a6d9a54c0/tink-1.10.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4b166f905bae0232f42669b44ae55ec9391f3208d918541b77187abae3665f88",
                "md5": "f5a1548c47ba6171be78abb75de76a37",
                "sha256": "f9c4993b89082943be973082c1dba6a777a128b2a116db3f265dc9c3f98f0f68"
            },
            "downloads": -1,
            "filename": "tink-1.10.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f5a1548c47ba6171be78abb75de76a37",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 3176305,
            "upload_time": "2024-05-02T07:03:09",
            "upload_time_iso_8601": "2024-05-02T07:03:09.274290Z",
            "url": "https://files.pythonhosted.org/packages/4b/16/6f905bae0232f42669b44ae55ec9391f3208d918541b77187abae3665f88/tink-1.10.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "01b99685708318435b3ee9659f1a7f58cc36ae70ebc7f179f70a413623c6d662",
                "md5": "d7c4feb0e2878b36aa612c6cc1a8a2dc",
                "sha256": "081f648a3874023f3edc52c2b396e320da0240dbbe2fa0a6c93cc6bb0891769c"
            },
            "downloads": -1,
            "filename": "tink-1.10.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d7c4feb0e2878b36aa612c6cc1a8a2dc",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1790894,
            "upload_time": "2024-05-02T07:03:11",
            "upload_time_iso_8601": "2024-05-02T07:03:11.524395Z",
            "url": "https://files.pythonhosted.org/packages/01/b9/9685708318435b3ee9659f1a7f58cc36ae70ebc7f179f70a413623c6d662/tink-1.10.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1c7b90a4e03ecee0ace6fed8a6de0d8ca7ef0fa64665b07f9af4dbe0e2655bc8",
                "md5": "9f5b495f02a7b4c854f3fd6bf26bd0d3",
                "sha256": "a4c938b33655094626e8ed95afa54814349c579318613f2d7dcf1d9ac10be539"
            },
            "downloads": -1,
            "filename": "tink-1.10.0-cp311-cp311-macosx_11_0_universal2.whl",
            "has_sig": false,
            "md5_digest": "9f5b495f02a7b4c854f3fd6bf26bd0d3",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 5120855,
            "upload_time": "2024-05-02T07:03:13",
            "upload_time_iso_8601": "2024-05-02T07:03:13.834644Z",
            "url": "https://files.pythonhosted.org/packages/1c/7b/90a4e03ecee0ace6fed8a6de0d8ca7ef0fa64665b07f9af4dbe0e2655bc8/tink-1.10.0-cp311-cp311-macosx_11_0_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ca1549ac03beb006b936c3e0b768930a5861337338235bed181f747e3e747b9f",
                "md5": "29dfc5817ee17838b785887097b8e39e",
                "sha256": "19d469e9784a433c0560e08badb4fdfc8926ae2f92bcc1fd1490cd37eecbd879"
            },
            "downloads": -1,
            "filename": "tink-1.10.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "29dfc5817ee17838b785887097b8e39e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 3105216,
            "upload_time": "2024-05-02T07:03:15",
            "upload_time_iso_8601": "2024-05-02T07:03:15.535464Z",
            "url": "https://files.pythonhosted.org/packages/ca/15/49ac03beb006b936c3e0b768930a5861337338235bed181f747e3e747b9f/tink-1.10.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "200086171a6652436c5fb6e62840f3d8895edfbe793d8f3e05226224506df490",
                "md5": "1cdcbcdc2f598f677f8b699188f4a239",
                "sha256": "f9d5c6a7bcdf99b2486e0f9c9f82e3c2a5e16d6e52fda515d327c9f747b73f5f"
            },
            "downloads": -1,
            "filename": "tink-1.10.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1cdcbcdc2f598f677f8b699188f4a239",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 3176728,
            "upload_time": "2024-05-02T07:03:17",
            "upload_time_iso_8601": "2024-05-02T07:03:17.977179Z",
            "url": "https://files.pythonhosted.org/packages/20/00/86171a6652436c5fb6e62840f3d8895edfbe793d8f3e05226224506df490/tink-1.10.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "02be9ced27908134250ca41a9fa98de1be25764b308f2b739c512bf9defaab75",
                "md5": "cd2d054b9cd4fb6f508a4fa166489ead",
                "sha256": "d0ae88c6b712e3b44e43a025246b627be75aebf273f61aca70d33b67b12e08e9"
            },
            "downloads": -1,
            "filename": "tink-1.10.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "cd2d054b9cd4fb6f508a4fa166489ead",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1791778,
            "upload_time": "2024-05-02T07:03:20",
            "upload_time_iso_8601": "2024-05-02T07:03:20.243666Z",
            "url": "https://files.pythonhosted.org/packages/02/be/9ced27908134250ca41a9fa98de1be25764b308f2b739c512bf9defaab75/tink-1.10.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4209baf723b9ebc45135e1d547add7d72b70f0efc957610a72e19110e48b227e",
                "md5": "f5cdc1499ffe922d30637fe1d6896640",
                "sha256": "eff921e6f8765e9db4d7e7f212dd4f630787795f611a6cebfaf0a568209c7e0b"
            },
            "downloads": -1,
            "filename": "tink-1.10.0-cp312-cp312-macosx_11_0_universal2.whl",
            "has_sig": false,
            "md5_digest": "f5cdc1499ffe922d30637fe1d6896640",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 5121039,
            "upload_time": "2024-05-02T07:03:22",
            "upload_time_iso_8601": "2024-05-02T07:03:22.121927Z",
            "url": "https://files.pythonhosted.org/packages/42/09/baf723b9ebc45135e1d547add7d72b70f0efc957610a72e19110e48b227e/tink-1.10.0-cp312-cp312-macosx_11_0_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3738fbff4fb98a75fa4db15cedcaae3a9a30da1569071637883ad861a8d4b492",
                "md5": "e892c1670867492cbaeb3035d1276e81",
                "sha256": "5eb3856734b1eda7775afc439bdecd0490c7b2f6baacec23c5675ab5da910a9e"
            },
            "downloads": -1,
            "filename": "tink-1.10.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e892c1670867492cbaeb3035d1276e81",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 3105086,
            "upload_time": "2024-05-02T07:03:24",
            "upload_time_iso_8601": "2024-05-02T07:03:24.514089Z",
            "url": "https://files.pythonhosted.org/packages/37/38/fbff4fb98a75fa4db15cedcaae3a9a30da1569071637883ad861a8d4b492/tink-1.10.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "871e1ecb85736eaafad9361e53f9ee7fc658cadcd46226116675b83a1587b517",
                "md5": "71a4ae2d1c8397a50b0b7ec3750f317b",
                "sha256": "d81e2172709d3e051ab45991dffe4241b94620700e8e72ce24a5d5103016a8b9"
            },
            "downloads": -1,
            "filename": "tink-1.10.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "71a4ae2d1c8397a50b0b7ec3750f317b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 3177529,
            "upload_time": "2024-05-02T07:03:26",
            "upload_time_iso_8601": "2024-05-02T07:03:26.209206Z",
            "url": "https://files.pythonhosted.org/packages/87/1e/1ecb85736eaafad9361e53f9ee7fc658cadcd46226116675b83a1587b517/tink-1.10.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0b6bce0bdd18580bf26a12a4a96af5b6824c4a1cc07a5b67ae54e23a3632976a",
                "md5": "18e6820b22d12618e817d0ed72d85954",
                "sha256": "545f0c42dd4f7f75ff8ae6b2aacd7850ea23d4dbb5e73a9baeb641da3b58dbff"
            },
            "downloads": -1,
            "filename": "tink-1.10.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "18e6820b22d12618e817d0ed72d85954",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1790953,
            "upload_time": "2024-05-02T07:03:27",
            "upload_time_iso_8601": "2024-05-02T07:03:27.918641Z",
            "url": "https://files.pythonhosted.org/packages/0b/6b/ce0bdd18580bf26a12a4a96af5b6824c4a1cc07a5b67ae54e23a3632976a/tink-1.10.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "349f073ea70fb46dc3259d70c274f2360704dce7d3d7b0bce9f0d30cbdbe4634",
                "md5": "6edcbc4c8cf45b8da5debfb0da819cd0",
                "sha256": "e280239e9f3003a20ea31e10b0002141f34a581ce4aec3e06ded0d6551a05e65"
            },
            "downloads": -1,
            "filename": "tink-1.10.0-cp38-cp38-macosx_11_0_universal2.whl",
            "has_sig": false,
            "md5_digest": "6edcbc4c8cf45b8da5debfb0da819cd0",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 5118044,
            "upload_time": "2024-05-02T07:03:30",
            "upload_time_iso_8601": "2024-05-02T07:03:30.335587Z",
            "url": "https://files.pythonhosted.org/packages/34/9f/073ea70fb46dc3259d70c274f2360704dce7d3d7b0bce9f0d30cbdbe4634/tink-1.10.0-cp38-cp38-macosx_11_0_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2d9bae3cc928a64034d2bb34f45b69ae6250819ee1a41c45576216dc13de8eb5",
                "md5": "547372e9c196921d07dc0c55544d838c",
                "sha256": "ea374d3386ee4d3568d1a93729ea83f7f29537f92f207afbe8c9e4fafb9f63ad"
            },
            "downloads": -1,
            "filename": "tink-1.10.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "547372e9c196921d07dc0c55544d838c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 3104454,
            "upload_time": "2024-05-02T07:03:32",
            "upload_time_iso_8601": "2024-05-02T07:03:32.772686Z",
            "url": "https://files.pythonhosted.org/packages/2d/9b/ae3cc928a64034d2bb34f45b69ae6250819ee1a41c45576216dc13de8eb5/tink-1.10.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cd051bffff9f0ca3379881fab286a943baeee12253693e0f04f462a8fa659cf6",
                "md5": "62b581f7aad13677088dd61b49ceb892",
                "sha256": "91f7338d73ea0bb3abdd041db8079d8a3f300c1b37914a96c9b4d8db82a539b6"
            },
            "downloads": -1,
            "filename": "tink-1.10.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "62b581f7aad13677088dd61b49ceb892",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 3176160,
            "upload_time": "2024-05-02T07:03:34",
            "upload_time_iso_8601": "2024-05-02T07:03:34.671603Z",
            "url": "https://files.pythonhosted.org/packages/cd/05/1bffff9f0ca3379881fab286a943baeee12253693e0f04f462a8fa659cf6/tink-1.10.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4048e19882de684e104263ef8fdca1067ee41887311abd01074bd12e9b7e0b15",
                "md5": "d21d2d284f7b4186d6c873f7d981f9fc",
                "sha256": "c57c6664ba9fa56b9bb29c1c60d82b900c1665e368e3b9e16065bbbd7dd39179"
            },
            "downloads": -1,
            "filename": "tink-1.10.0-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d21d2d284f7b4186d6c873f7d981f9fc",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1800861,
            "upload_time": "2024-05-02T07:03:36",
            "upload_time_iso_8601": "2024-05-02T07:03:36.940567Z",
            "url": "https://files.pythonhosted.org/packages/40/48/e19882de684e104263ef8fdca1067ee41887311abd01074bd12e9b7e0b15/tink-1.10.0-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a2f7935a63a244fbc7fa454bda9c50400d1ee54129b8a784f2ee1abf4747053b",
                "md5": "a1e539f87058d7aee4b05e343c028674",
                "sha256": "0535bbbf9afb1f1ac39972a02d7dc92495c2f40c540ff512eb8464f58682a19e"
            },
            "downloads": -1,
            "filename": "tink-1.10.0-cp39-cp39-macosx_11_0_universal2.whl",
            "has_sig": false,
            "md5_digest": "a1e539f87058d7aee4b05e343c028674",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 5118934,
            "upload_time": "2024-05-02T07:03:38",
            "upload_time_iso_8601": "2024-05-02T07:03:38.549369Z",
            "url": "https://files.pythonhosted.org/packages/a2/f7/935a63a244fbc7fa454bda9c50400d1ee54129b8a784f2ee1abf4747053b/tink-1.10.0-cp39-cp39-macosx_11_0_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9ef5b84e008a3cf7eb84917de59913066412c639bf1d9941b4d5e585e6728228",
                "md5": "a89e9f08544d476e09eab3e1ff4be64a",
                "sha256": "d6fd8d6edd80c15bde57400bf878b7f93dda2f8c664fc08f02a2e954ae09ade5"
            },
            "downloads": -1,
            "filename": "tink-1.10.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "a89e9f08544d476e09eab3e1ff4be64a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 3105889,
            "upload_time": "2024-05-02T07:03:40",
            "upload_time_iso_8601": "2024-05-02T07:03:40.502215Z",
            "url": "https://files.pythonhosted.org/packages/9e/f5/b84e008a3cf7eb84917de59913066412c639bf1d9941b4d5e585e6728228/tink-1.10.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "56e8851d006cd9d5338d55c6e7bb2e776332a8a31ebf04b65b68428fbf6bb110",
                "md5": "deaa298c229688e05517ef2e40b7be1b",
                "sha256": "c7bde10803d7c5076c3547c1cbba1b55597b338fcfc20fc528bf4cabb83437cd"
            },
            "downloads": -1,
            "filename": "tink-1.10.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "deaa298c229688e05517ef2e40b7be1b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 3176553,
            "upload_time": "2024-05-02T07:03:42",
            "upload_time_iso_8601": "2024-05-02T07:03:42.195467Z",
            "url": "https://files.pythonhosted.org/packages/56/e8/851d006cd9d5338d55c6e7bb2e776332a8a31ebf04b65b68428fbf6bb110/tink-1.10.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "46ba7f5c889dc0eb8a9e18fbc139ec389687b67694c9a99fd95c022477dc210f",
                "md5": "a25081e69f83db7e0166ffac99d258e8",
                "sha256": "cd0ca8aa470a11192242a1671b3c7555065792f4baf03ab1818992a586381807"
            },
            "downloads": -1,
            "filename": "tink-1.10.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "a25081e69f83db7e0166ffac99d258e8",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1788876,
            "upload_time": "2024-05-02T07:03:43",
            "upload_time_iso_8601": "2024-05-02T07:03:43.823441Z",
            "url": "https://files.pythonhosted.org/packages/46/ba/7f5c889dc0eb8a9e18fbc139ec389687b67694c9a99fd95c022477dc210f/tink-1.10.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fa3aaef82ff0cdb92418a42c1b889ef45a34d5ab5c9070508e4d0f449b1a915a",
                "md5": "96e3502907a36dc7dba799266352f26f",
                "sha256": "43cf7dd1e77c3c55538083cd416c5c6f1958d601eaf11d8997d0d60f24f90653"
            },
            "downloads": -1,
            "filename": "tink-1.10.0.tar.gz",
            "has_sig": false,
            "md5_digest": "96e3502907a36dc7dba799266352f26f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 211411,
            "upload_time": "2024-05-02T07:03:46",
            "upload_time_iso_8601": "2024-05-02T07:03:46.898622Z",
            "url": "https://files.pythonhosted.org/packages/fa/3a/aef82ff0cdb92418a42c1b889ef45a34d5ab5c9070508e4d0f449b1a915a/tink-1.10.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-02 07:03:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tink-crypto",
    "github_project": "tink-py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "tink"
}
        
Elapsed time: 0.30226s