secupy


Namesecupy JSON
Version 1.2.0 PyPI version JSON
download
home_pagehttps://secupy.com/
SummaryAdvanced encryption protecting your python codebase.
upload_time2024-02-23 14:01:16
maintainer
docs_urlNone
authorDi2MA
requires_python>3.7
licenseOther/Proprietary License
keywords encryption source aes remote
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Secupy!
=======

We protect your Python source code and your business.
High End Encryption for your Python Source Code. Secupy is the most efficiente and cost effective solution to protect your Intellectual Property. The decryption process takes place during module import, with no impact on the performance of the running application. It works on any platform, with any framework or code.


Quick Start
===========

First of all you need an account. [Registre](https://www.secupy.com/dashboard/accounts/signup/) to obtain an api token.

> **Warning**
> Without the registration you can only encrypt one file that will last 24 hours.

> **Note**
> With the registration, you can obtain a free token to build a daily valid software or production token with no limit for our builded software. An api token is a 40 character lenght string.


Install secupy from pip:

```bash
$ pip install secupy
```

Activate your host `secupy activate --token <api token>`

```bash
$ secupy activate --token X123456789Y123456789Z123456789K123456789
```

Build you software `secupy build -s <source code directory> -d <destination directory>`

```bash
$ secupy build -s . -d ./build 
```

And finally run it assuming we call a module called `entrypoint` in the `build` directory:

```bash
$ cd build
$ secupy -m entrypoint
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://secupy.com/",
    "name": "secupy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">3.7",
    "maintainer_email": "",
    "keywords": "encryption source aes remote",
    "author": "Di2MA",
    "author_email": "secupy@di2ma.com",
    "download_url": "",
    "platform": null,
    "description": "Secupy!\n=======\n\nWe protect your Python source code and your business.\nHigh End Encryption for your Python Source Code. Secupy is the most efficiente and cost effective solution to protect your Intellectual Property. The decryption process takes place during module import, with no impact on the performance of the running application. It works on any platform, with any framework or code.\n\n\nQuick Start\n===========\n\nFirst of all you need an account. [Registre](https://www.secupy.com/dashboard/accounts/signup/) to obtain an api token.\n\n> **Warning**\n> Without the registration you can only encrypt one file that will last 24 hours.\n\n> **Note**\n> With the registration, you can obtain a free token to build a daily valid software or production token with no limit for our builded software. An api token is a 40 character lenght string.\n\n\nInstall secupy from pip:\n\n```bash\n$ pip install secupy\n```\n\nActivate your host `secupy activate --token <api token>`\n\n```bash\n$ secupy activate --token X123456789Y123456789Z123456789K123456789\n```\n\nBuild you software `secupy build -s <source code directory> -d <destination directory>`\n\n```bash\n$ secupy build -s . -d ./build \n```\n\nAnd finally run it assuming we call a module called `entrypoint` in the `build` directory:\n\n```bash\n$ cd build\n$ secupy -m entrypoint\n```\n",
    "bugtrack_url": null,
    "license": "Other/Proprietary License",
    "summary": "Advanced encryption protecting your python codebase.",
    "version": "1.2.0",
    "project_urls": {
        "Dashboard": "https://secupy.com/",
        "Homepage": "https://secupy.com/"
    },
    "split_keywords": [
        "encryption",
        "source",
        "aes",
        "remote"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dfa2c487d5d4cc529e07f53b7669315dd57f6211e120fd3ca8da60fd3d078f9b",
                "md5": "d45abb41ff803c927cd87dd2597de427",
                "sha256": "cab1db46bea2f0ca8a8dac9b56be3f8a96983ce4be2bae7fcf33b82f86ffad92"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d45abb41ff803c927cd87dd2597de427",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">3.7",
            "size": 437374,
            "upload_time": "2024-02-23T14:01:16",
            "upload_time_iso_8601": "2024-02-23T14:01:16.740268Z",
            "url": "https://files.pythonhosted.org/packages/df/a2/c487d5d4cc529e07f53b7669315dd57f6211e120fd3ca8da60fd3d078f9b/secupy-1.2.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6a9f52b73656dda339d53841b5588f1a388eae36bfd44be6e8389a7b1c224e34",
                "md5": "5ee7996afcf174bc7a3127bde12969c2",
                "sha256": "265264c02834a9296d936e9aa35273746af82ccca5d7c53bb2e0a56547bdd992"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "5ee7996afcf174bc7a3127bde12969c2",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">3.7",
            "size": 407355,
            "upload_time": "2024-02-23T14:01:18",
            "upload_time_iso_8601": "2024-02-23T14:01:18.802012Z",
            "url": "https://files.pythonhosted.org/packages/6a/9f/52b73656dda339d53841b5588f1a388eae36bfd44be6e8389a7b1c224e34/secupy-1.2.0-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "121218c23e03044926ec2366227526edd9c21d0b2fafc179bb8cefa89a6a83f5",
                "md5": "3e7cb083d38d82d8ef7a9c03598b82cd",
                "sha256": "640f36205b3cf6e7e14929cae0bd22304307e55174888501b4360f86f20f2db1"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "3e7cb083d38d82d8ef7a9c03598b82cd",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">3.7",
            "size": 462658,
            "upload_time": "2024-02-23T14:01:20",
            "upload_time_iso_8601": "2024-02-23T14:01:20.776633Z",
            "url": "https://files.pythonhosted.org/packages/12/12/18c23e03044926ec2366227526edd9c21d0b2fafc179bb8cefa89a6a83f5/secupy-1.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "90696580f2cd7d3710223839ff80b3987d7bf6cd37caca4bef883a5f0b070273",
                "md5": "40b3861aa097852ce10669969e8990a6",
                "sha256": "a411dc7a8740c3b98019acb3cd376c94e934be1118c34fb758f4edfd4b7f187e"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "40b3861aa097852ce10669969e8990a6",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">3.7",
            "size": 517537,
            "upload_time": "2024-02-23T14:01:22",
            "upload_time_iso_8601": "2024-02-23T14:01:22.873679Z",
            "url": "https://files.pythonhosted.org/packages/90/69/6580f2cd7d3710223839ff80b3987d7bf6cd37caca4bef883a5f0b070273/secupy-1.2.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a9af04d0bd9813906813109d9f421889add227106bc4d11de3a14f5cc2a0dbc4",
                "md5": "172a295eb4ac925d24117f2129ae0621",
                "sha256": "c8fd13a7a961e65b8e35e17728d91d1760b2a26fc04e633dbc66a2f11930d49b"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "172a295eb4ac925d24117f2129ae0621",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">3.7",
            "size": 480415,
            "upload_time": "2024-02-23T14:01:24",
            "upload_time_iso_8601": "2024-02-23T14:01:24.793836Z",
            "url": "https://files.pythonhosted.org/packages/a9/af/04d0bd9813906813109d9f421889add227106bc4d11de3a14f5cc2a0dbc4/secupy-1.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4d465f828a3344b103ccd18d3bad736de09b238a7c588b4f4c7065813071323a",
                "md5": "3b44cb578b8c273cb8b0e1d7fe146473",
                "sha256": "49848531ecf1d626bfeae4a38e21dc2d182807b61e5e35a8d00d7d1b8c7b8f12"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp310-cp310-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "3b44cb578b8c273cb8b0e1d7fe146473",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">3.7",
            "size": 968402,
            "upload_time": "2024-02-23T14:01:28",
            "upload_time_iso_8601": "2024-02-23T14:01:28.572680Z",
            "url": "https://files.pythonhosted.org/packages/4d/46/5f828a3344b103ccd18d3bad736de09b238a7c588b4f4c7065813071323a/secupy-1.2.0-cp310-cp310-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fa40840410b7d41140850e3a0438566825fb4aba174b409723c8f4c5477750d0",
                "md5": "98063add796112096474c0c413a6c4d5",
                "sha256": "d7d4d66b2b4f925b4c9a908a453a47be319c6679cdc388d583badacadda395ad"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp310-cp310-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "98063add796112096474c0c413a6c4d5",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">3.7",
            "size": 1084246,
            "upload_time": "2024-02-23T14:01:30",
            "upload_time_iso_8601": "2024-02-23T14:01:30.222447Z",
            "url": "https://files.pythonhosted.org/packages/fa/40/840410b7d41140850e3a0438566825fb4aba174b409723c8f4c5477750d0/secupy-1.2.0-cp310-cp310-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "51e8f709e5141ca3f1a7739314e1443ccc019da45746621b5fcd0825a46ca56b",
                "md5": "2422f618dd73d79453d9a959a2c685d9",
                "sha256": "fb5ca7276a67d681ea9942243a01bf67381b0e371e0cc5659c74187f03983537"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2422f618dd73d79453d9a959a2c685d9",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">3.7",
            "size": 991689,
            "upload_time": "2024-02-23T14:01:31",
            "upload_time_iso_8601": "2024-02-23T14:01:31.686919Z",
            "url": "https://files.pythonhosted.org/packages/51/e8/f709e5141ca3f1a7739314e1443ccc019da45746621b5fcd0825a46ca56b/secupy-1.2.0-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d74aa94c3d58f11006a5b11fd2ec7753d07319b272a74b4a0f287617bf747dcb",
                "md5": "41571293f3d70b75ec8eccbf630e578c",
                "sha256": "7ad21395fed19d155896b98a0a1fd53274d7a73180dea7ba9c060e5f2a1dd49a"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "41571293f3d70b75ec8eccbf630e578c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">3.7",
            "size": 443220,
            "upload_time": "2024-02-23T14:01:34",
            "upload_time_iso_8601": "2024-02-23T14:01:34.514852Z",
            "url": "https://files.pythonhosted.org/packages/d7/4a/a94c3d58f11006a5b11fd2ec7753d07319b272a74b4a0f287617bf747dcb/secupy-1.2.0-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b7465f6ec5f367f44094cac59171ad1f26e0ba31d581d2d09eb87ca6b43a18d9",
                "md5": "98cc795de742d42934e926c344a13b50",
                "sha256": "6be501f0be2db41aed941bb1b16da15c84dacba0dbe39a75f54cd19b896e9c7e"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "98cc795de742d42934e926c344a13b50",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">3.7",
            "size": 531697,
            "upload_time": "2024-02-23T14:01:36",
            "upload_time_iso_8601": "2024-02-23T14:01:36.948282Z",
            "url": "https://files.pythonhosted.org/packages/b7/46/5f6ec5f367f44094cac59171ad1f26e0ba31d581d2d09eb87ca6b43a18d9/secupy-1.2.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "25edd1d0a7f8102d77be6c969c7f272859dc8105d82fb386f5c7474ae005ec82",
                "md5": "895c99cabfb51e2fac1ded27c8a8ebac",
                "sha256": "439e8a7fbb84dab047b9e5257bab398096a6388a3b3556c4f152c2c9208a6de9"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp310-cp310-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "895c99cabfb51e2fac1ded27c8a8ebac",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">3.7",
            "size": 708800,
            "upload_time": "2024-02-23T14:01:38",
            "upload_time_iso_8601": "2024-02-23T14:01:38.718164Z",
            "url": "https://files.pythonhosted.org/packages/25/ed/d1d0a7f8102d77be6c969c7f272859dc8105d82fb386f5c7474ae005ec82/secupy-1.2.0-cp310-cp310-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fd56ae6eaa6ec0932c2868ca71d8e9166f4ab02b532a98f9726080a2dfe62565",
                "md5": "6e338c40c6979039526227db38fda731",
                "sha256": "5c7e4dbd496892f9f35ec0c2f14f3d93e12c1b6d1fb7d11cc7f83755c66fac87"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6e338c40c6979039526227db38fda731",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">3.7",
            "size": 438366,
            "upload_time": "2024-02-23T14:01:40",
            "upload_time_iso_8601": "2024-02-23T14:01:40.113459Z",
            "url": "https://files.pythonhosted.org/packages/fd/56/ae6eaa6ec0932c2868ca71d8e9166f4ab02b532a98f9726080a2dfe62565/secupy-1.2.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "48c733bf68b08c8d20d496f68ba56cb3ac9a5d222c3621786b3c103faf6a66c5",
                "md5": "cc9a7742bde7a2ac35053bb489c5b09f",
                "sha256": "91cc1c58ff68269f6550e1c613aaaf85d45ecbc4b646bcc55f355a03ceceb7f2"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "cc9a7742bde7a2ac35053bb489c5b09f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">3.7",
            "size": 407867,
            "upload_time": "2024-02-23T14:01:41",
            "upload_time_iso_8601": "2024-02-23T14:01:41.943215Z",
            "url": "https://files.pythonhosted.org/packages/48/c7/33bf68b08c8d20d496f68ba56cb3ac9a5d222c3621786b3c103faf6a66c5/secupy-1.2.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9fc51ff8ee07a7d1818c073c9500a318ed8ce1731549ecf18e0c60e2844062c0",
                "md5": "bb80a840d5afa4beaa7d81ec777925f7",
                "sha256": "50845eeb7ad3789eba962de49db8bd80cf5198153a54c363ec274d775afc0e4e"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "bb80a840d5afa4beaa7d81ec777925f7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">3.7",
            "size": 463299,
            "upload_time": "2024-02-23T14:01:43",
            "upload_time_iso_8601": "2024-02-23T14:01:43.298714Z",
            "url": "https://files.pythonhosted.org/packages/9f/c5/1ff8ee07a7d1818c073c9500a318ed8ce1731549ecf18e0c60e2844062c0/secupy-1.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e18f970ab9649eeaf98afd716d6723e52cf671d82213f54d986705dfd1f69e2b",
                "md5": "65707bcc9054fd552f3d01805809d8af",
                "sha256": "c036df9d348523956035172672b825a576636772b36dcccfef165fb65e0b64c9"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "65707bcc9054fd552f3d01805809d8af",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">3.7",
            "size": 518340,
            "upload_time": "2024-02-23T14:01:44",
            "upload_time_iso_8601": "2024-02-23T14:01:44.713746Z",
            "url": "https://files.pythonhosted.org/packages/e1/8f/970ab9649eeaf98afd716d6723e52cf671d82213f54d986705dfd1f69e2b/secupy-1.2.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "400fbf95176de5ee0bbcbdf3ca73468d122641dee604d7b5a0511945bb9bc0c7",
                "md5": "6e9f6711768ab2d6b03c0bdd5ec4ed42",
                "sha256": "563ab03c7fe6c528ac0aca586070ee8963cb6aa97abe606848f91a01d2fdeb2e"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6e9f6711768ab2d6b03c0bdd5ec4ed42",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">3.7",
            "size": 481671,
            "upload_time": "2024-02-23T14:01:49",
            "upload_time_iso_8601": "2024-02-23T14:01:49.331906Z",
            "url": "https://files.pythonhosted.org/packages/40/0f/bf95176de5ee0bbcbdf3ca73468d122641dee604d7b5a0511945bb9bc0c7/secupy-1.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8420e3eaaf5c15fd4337551d9a9031ca982ecc182d7255260d55f12af490c0c4",
                "md5": "acfa491e356549256cc621fa51a45052",
                "sha256": "907ee70ed9964f57b48a5756483ca53ba13a1ea9fcc383ab97ddcb4a87073359"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp311-cp311-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "acfa491e356549256cc621fa51a45052",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">3.7",
            "size": 969212,
            "upload_time": "2024-02-23T14:01:51",
            "upload_time_iso_8601": "2024-02-23T14:01:51.194696Z",
            "url": "https://files.pythonhosted.org/packages/84/20/e3eaaf5c15fd4337551d9a9031ca982ecc182d7255260d55f12af490c0c4/secupy-1.2.0-cp311-cp311-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a38237d1a4aa86af51a8c4fc7ea977cd841cdf6a03a73cde91113ac0410add6f",
                "md5": "cd825481fa4166367ff9de60045cbe60",
                "sha256": "d347568d0752a2d29a9fddb0a1811bd3d6a95bfee4f5119fde5c82e51d3e67ef"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp311-cp311-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "cd825481fa4166367ff9de60045cbe60",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">3.7",
            "size": 1085807,
            "upload_time": "2024-02-23T14:01:52",
            "upload_time_iso_8601": "2024-02-23T14:01:52.947539Z",
            "url": "https://files.pythonhosted.org/packages/a3/82/37d1a4aa86af51a8c4fc7ea977cd841cdf6a03a73cde91113ac0410add6f/secupy-1.2.0-cp311-cp311-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0c5b28b12d1713936bb01a6e10578c1bb6a9a5e2d694e5603e62f37f99e0f5d7",
                "md5": "1de8eb38d4d718a68c9cb6b25afc1593",
                "sha256": "72b92e5dd50c30ee8237247cd3748f906c8f3bc583b87332f643b166eb1c8350"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1de8eb38d4d718a68c9cb6b25afc1593",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">3.7",
            "size": 992618,
            "upload_time": "2024-02-23T14:01:54",
            "upload_time_iso_8601": "2024-02-23T14:01:54.679116Z",
            "url": "https://files.pythonhosted.org/packages/0c/5b/28b12d1713936bb01a6e10578c1bb6a9a5e2d694e5603e62f37f99e0f5d7/secupy-1.2.0-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f55b7222ee42f180b049eb835ec89d6b4bc6de2d59e325c8eed03d1824bcca77",
                "md5": "a23e2c3b4cbbe3bbd606a882c86046f1",
                "sha256": "f2a123b43badcd81bcea31979c2748a7005986c3dfccf26c505c487c927abd28"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "a23e2c3b4cbbe3bbd606a882c86046f1",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">3.7",
            "size": 443784,
            "upload_time": "2024-02-23T14:01:56",
            "upload_time_iso_8601": "2024-02-23T14:01:56.247120Z",
            "url": "https://files.pythonhosted.org/packages/f5/5b/7222ee42f180b049eb835ec89d6b4bc6de2d59e325c8eed03d1824bcca77/secupy-1.2.0-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b72f016abf973237f0371e7bc25255c8ae3d71598f5a68b0827b33593cf84578",
                "md5": "d3fcf2a14ea1703fc685109e0aeccb75",
                "sha256": "9c240c108ca654ba6a22b1fbec2a067dda4a94eaa061556f3446d489dd322439"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d3fcf2a14ea1703fc685109e0aeccb75",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">3.7",
            "size": 533103,
            "upload_time": "2024-02-23T14:01:58",
            "upload_time_iso_8601": "2024-02-23T14:01:58.696277Z",
            "url": "https://files.pythonhosted.org/packages/b7/2f/016abf973237f0371e7bc25255c8ae3d71598f5a68b0827b33593cf84578/secupy-1.2.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "669dd260e74525b40f69bdf91b1fec6c1dcb7368468774fc699fa4aa383def74",
                "md5": "d2d6ceb07f553cc0a19c9d29f1c19395",
                "sha256": "beeaf4dfe4e5efa9716559b821041dd01f66effad84009a84ef87218c4e0a14c"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp311-cp311-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "d2d6ceb07f553cc0a19c9d29f1c19395",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">3.7",
            "size": 710322,
            "upload_time": "2024-02-23T14:02:00",
            "upload_time_iso_8601": "2024-02-23T14:02:00.763276Z",
            "url": "https://files.pythonhosted.org/packages/66/9d/d260e74525b40f69bdf91b1fec6c1dcb7368468774fc699fa4aa383def74/secupy-1.2.0-cp311-cp311-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c6e76e1c7913f1728ed0d8e580587ed5a1ab8ffa969446447d48c059b8048f01",
                "md5": "39f83283efc5d1694882cd6941a0a117",
                "sha256": "7e67cdd97b358036c791d1240f20975b13d5709254008e612c6abf8c5d3f5d5a"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "39f83283efc5d1694882cd6941a0a117",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">3.7",
            "size": 441891,
            "upload_time": "2024-02-23T14:02:02",
            "upload_time_iso_8601": "2024-02-23T14:02:02.932757Z",
            "url": "https://files.pythonhosted.org/packages/c6/e7/6e1c7913f1728ed0d8e580587ed5a1ab8ffa969446447d48c059b8048f01/secupy-1.2.0-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4f67d7b161e6d6a58f2733568212c52d61da8e8e070cb188348486b5dc371495",
                "md5": "66f3e50e859e378b625cbf5d863591d4",
                "sha256": "1e65b857f61fed03d3de14be377ae894ee858955a7d286188a0ef8fac30de6a7"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "66f3e50e859e378b625cbf5d863591d4",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">3.7",
            "size": 409369,
            "upload_time": "2024-02-23T14:02:04",
            "upload_time_iso_8601": "2024-02-23T14:02:04.452265Z",
            "url": "https://files.pythonhosted.org/packages/4f/67/d7b161e6d6a58f2733568212c52d61da8e8e070cb188348486b5dc371495/secupy-1.2.0-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fe8759cf9d9f9faa974ee304fe81c6ca4f802c753a21e01e0de72e370bd69085",
                "md5": "096fd7ebc5b5f271b7a850bf4ba84698",
                "sha256": "8060a5f4056bdee0413b5bff4a8080d28b16e4aadb5ab805c89a73875a29301d"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "096fd7ebc5b5f271b7a850bf4ba84698",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">3.7",
            "size": 462697,
            "upload_time": "2024-02-23T14:02:06",
            "upload_time_iso_8601": "2024-02-23T14:02:06.066800Z",
            "url": "https://files.pythonhosted.org/packages/fe/87/59cf9d9f9faa974ee304fe81c6ca4f802c753a21e01e0de72e370bd69085/secupy-1.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2f057a8ade8ac0380aadf322926477041c8c4d75b91478a5ae60612a6e4201a5",
                "md5": "00df3a36717ad753f3e7ca5c2669f646",
                "sha256": "5d6b8195ba4fbfe3dd46303893a7ca45b39b4e44ae5f3a2e3cad4347a949190a"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "00df3a36717ad753f3e7ca5c2669f646",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">3.7",
            "size": 521471,
            "upload_time": "2024-02-23T14:02:07",
            "upload_time_iso_8601": "2024-02-23T14:02:07.745245Z",
            "url": "https://files.pythonhosted.org/packages/2f/05/7a8ade8ac0380aadf322926477041c8c4d75b91478a5ae60612a6e4201a5/secupy-1.2.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "87bc20b0ecd8b81fc3ba975bee40f8419d5c4f220c1f8a3a9e2717b8d60a0335",
                "md5": "347c5dd0fc92c4f4f6ce73ca7210cce9",
                "sha256": "f94bf289d67acb1650abf42fffbdbcb6d3fa9f7cc9b6a07fb55af982d6c9ec0c"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "347c5dd0fc92c4f4f6ce73ca7210cce9",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">3.7",
            "size": 480646,
            "upload_time": "2024-02-23T14:02:10",
            "upload_time_iso_8601": "2024-02-23T14:02:10.845083Z",
            "url": "https://files.pythonhosted.org/packages/87/bc/20b0ecd8b81fc3ba975bee40f8419d5c4f220c1f8a3a9e2717b8d60a0335/secupy-1.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a6237b85c0c8cdc655fdde261c1e776611e0d20a1e1d5054ed3c669480beacdb",
                "md5": "9ca0747b73787120dd0b809799e30e59",
                "sha256": "29bd8c1c0d6d8f5708f40a68d1c80e98abfebeb304190b051a87c5007ec41348"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp312-cp312-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "9ca0747b73787120dd0b809799e30e59",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">3.7",
            "size": 967135,
            "upload_time": "2024-02-23T14:02:12",
            "upload_time_iso_8601": "2024-02-23T14:02:12.788883Z",
            "url": "https://files.pythonhosted.org/packages/a6/23/7b85c0c8cdc655fdde261c1e776611e0d20a1e1d5054ed3c669480beacdb/secupy-1.2.0-cp312-cp312-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ab7d9c5073ed4ecd350d0aa983c2aa88c4784cfaf24947be773699de6711670b",
                "md5": "71c32cdee0280f8861bb07133d39786b",
                "sha256": "87057d6cf9089ea9724b27a7dfa7bed9a56b64480b7e64dcd632ffe1d342d065"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp312-cp312-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "71c32cdee0280f8861bb07133d39786b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">3.7",
            "size": 1082260,
            "upload_time": "2024-02-23T14:02:14",
            "upload_time_iso_8601": "2024-02-23T14:02:14.900438Z",
            "url": "https://files.pythonhosted.org/packages/ab/7d/9c5073ed4ecd350d0aa983c2aa88c4784cfaf24947be773699de6711670b/secupy-1.2.0-cp312-cp312-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7c1836d3d3b8f66b6c4618f58a0a5aa9b514952dbe538fe70b2b17438cddb62c",
                "md5": "e5f3dc0e03d9285d92ce6469ce46a8f4",
                "sha256": "817f45426ec243d6eb434b78e81a13bc15207525db879d29b015f9f71fd2593c"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp312-cp312-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e5f3dc0e03d9285d92ce6469ce46a8f4",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">3.7",
            "size": 990257,
            "upload_time": "2024-02-23T14:02:16",
            "upload_time_iso_8601": "2024-02-23T14:02:16.740724Z",
            "url": "https://files.pythonhosted.org/packages/7c/18/36d3d3b8f66b6c4618f58a0a5aa9b514952dbe538fe70b2b17438cddb62c/secupy-1.2.0-cp312-cp312-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cace4800998918e43cb7443c9ab68fd642e4463d9eb662a17fd69f175204b59b",
                "md5": "a90e845635f5de0406d01a857cf64fe3",
                "sha256": "de9f5426fe70cb6ca219a3ce6c9c7a34f6d98de0c824643742388480753d58f7"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "a90e845635f5de0406d01a857cf64fe3",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">3.7",
            "size": 441368,
            "upload_time": "2024-02-23T14:02:22",
            "upload_time_iso_8601": "2024-02-23T14:02:22.338960Z",
            "url": "https://files.pythonhosted.org/packages/ca/ce/4800998918e43cb7443c9ab68fd642e4463d9eb662a17fd69f175204b59b/secupy-1.2.0-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "df675ea5724a702b83612ceacf5a564ef705fdb8771934b582f9c59a9dc9cdf6",
                "md5": "7bacc29a3343283c057efe133d6969c7",
                "sha256": "b7496a5addfe7be8adf94b339cd4b972e9d6e53f461d6c1d5a8e37c95dfcd333"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "7bacc29a3343283c057efe133d6969c7",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">3.7",
            "size": 531593,
            "upload_time": "2024-02-23T14:02:24",
            "upload_time_iso_8601": "2024-02-23T14:02:24.920846Z",
            "url": "https://files.pythonhosted.org/packages/df/67/5ea5724a702b83612ceacf5a564ef705fdb8771934b582f9c59a9dc9cdf6/secupy-1.2.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5735a31535bc2614418a0fa090872172e0ea99515f067635332180a76f1b5843",
                "md5": "44e1721a3814dd1821cfda9e58cf91ca",
                "sha256": "8e5510d20dae6efb39aed9099706eb05e05c2ff4d91521e160247437543fc516"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp312-cp312-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "44e1721a3814dd1821cfda9e58cf91ca",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">3.7",
            "size": 709676,
            "upload_time": "2024-02-23T14:02:27",
            "upload_time_iso_8601": "2024-02-23T14:02:27.808409Z",
            "url": "https://files.pythonhosted.org/packages/57/35/a31535bc2614418a0fa090872172e0ea99515f067635332180a76f1b5843/secupy-1.2.0-cp312-cp312-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4edaa75b9716c2623d92d1745ab4f44caf8d9818f7371d6e80c1418e644376fe",
                "md5": "02983ee517811fb3a01920ab5deaf056",
                "sha256": "872519c5f4c62d440890c1e66a27e304e53d040df22966f6fc696ea4fd6a66b5"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "02983ee517811fb3a01920ab5deaf056",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">3.7",
            "size": 435776,
            "upload_time": "2024-02-23T14:02:29",
            "upload_time_iso_8601": "2024-02-23T14:02:29.688051Z",
            "url": "https://files.pythonhosted.org/packages/4e/da/a75b9716c2623d92d1745ab4f44caf8d9818f7371d6e80c1418e644376fe/secupy-1.2.0-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b59d147e83ef35dad7efc1cf9ee68ffe2063d5add2ab9121ce8dbc88bbff3931",
                "md5": "ab0ee6c2fa2d7bf4777e27084e8928e0",
                "sha256": "433de785f4f276ddecfca7fd31d3920e0ce0804caac6ed67e6ef161f8bd867f9"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "ab0ee6c2fa2d7bf4777e27084e8928e0",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">3.7",
            "size": 406773,
            "upload_time": "2024-02-23T14:02:31",
            "upload_time_iso_8601": "2024-02-23T14:02:31.257153Z",
            "url": "https://files.pythonhosted.org/packages/b5/9d/147e83ef35dad7efc1cf9ee68ffe2063d5add2ab9121ce8dbc88bbff3931/secupy-1.2.0-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b74a9e9ba24f5cd670e09b286745994713508839c1d95e5f5307ab87f508755c",
                "md5": "079f652b3a7669c91c1a89b8b116fcb1",
                "sha256": "bcc224acbcb282f0913286c6e78255cd8cd786c7ba4d76d0f2b7f1b2118d245b"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "079f652b3a7669c91c1a89b8b116fcb1",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">3.7",
            "size": 462492,
            "upload_time": "2024-02-23T14:02:32",
            "upload_time_iso_8601": "2024-02-23T14:02:32.824159Z",
            "url": "https://files.pythonhosted.org/packages/b7/4a/9e9ba24f5cd670e09b286745994713508839c1d95e5f5307ab87f508755c/secupy-1.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ee6f20b3795f7394914b1c2cb256426bd22236970315345e3bc24a05255cec3d",
                "md5": "8d3e27cd6dcd3965efb4c8db5fc7245d",
                "sha256": "fb9ab68f43fd7c1b7aecfe2a7b4f870e868d8fe736e21367b63ebb92f2dba801"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "8d3e27cd6dcd3965efb4c8db5fc7245d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">3.7",
            "size": 514876,
            "upload_time": "2024-02-23T14:02:34",
            "upload_time_iso_8601": "2024-02-23T14:02:34.376630Z",
            "url": "https://files.pythonhosted.org/packages/ee/6f/20b3795f7394914b1c2cb256426bd22236970315345e3bc24a05255cec3d/secupy-1.2.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "93acdf2b4e32214f71f34f6eff0095a0e3ab0dff90af67569aad5666335e46a4",
                "md5": "894ec6d6e34bceb99478e6f504891cd8",
                "sha256": "8795cc422d135aa708a832edfc35802aec15dde16e02a28214caa3c469f78e06"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "894ec6d6e34bceb99478e6f504891cd8",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">3.7",
            "size": 479739,
            "upload_time": "2024-02-23T14:02:36",
            "upload_time_iso_8601": "2024-02-23T14:02:36.118775Z",
            "url": "https://files.pythonhosted.org/packages/93/ac/df2b4e32214f71f34f6eff0095a0e3ab0dff90af67569aad5666335e46a4/secupy-1.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3b54e3c49ef155746348f8ae332a042f92667996c7c4ec07f5d43e0c32142f7b",
                "md5": "2720116d9651a9c85ae3d2da4a6ebd19",
                "sha256": "4f8fd90f748fa8dff0595e423de23222f90f15edd2210de40cfe1f5aa2e5577e"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp38-cp38-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "2720116d9651a9c85ae3d2da4a6ebd19",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">3.7",
            "size": 967799,
            "upload_time": "2024-02-23T14:02:38",
            "upload_time_iso_8601": "2024-02-23T14:02:38.502964Z",
            "url": "https://files.pythonhosted.org/packages/3b/54/e3c49ef155746348f8ae332a042f92667996c7c4ec07f5d43e0c32142f7b/secupy-1.2.0-cp38-cp38-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "83ab31398a2dd924c05f94653ae89a961b523333521eafcf34933dfb94810919",
                "md5": "1df578de2c684b329493b554b2f40524",
                "sha256": "7b07271c00de0d322a51692cd997dc2aae9b043e41040bffa6aa7d402624735c"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp38-cp38-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "1df578de2c684b329493b554b2f40524",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">3.7",
            "size": 1081995,
            "upload_time": "2024-02-23T14:02:41",
            "upload_time_iso_8601": "2024-02-23T14:02:41.885764Z",
            "url": "https://files.pythonhosted.org/packages/83/ab/31398a2dd924c05f94653ae89a961b523333521eafcf34933dfb94810919/secupy-1.2.0-cp38-cp38-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0e5452795712e47819cbe7c347b4b6eb27e4025475ab6bd348cb87bc75b607d2",
                "md5": "e6ab504b2472977208d73ca097451b62",
                "sha256": "ca62e7dff61dd1a06bbd8cfcd60a70563af6d3999e28fe4ba50c4c0c60ba92ae"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp38-cp38-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e6ab504b2472977208d73ca097451b62",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">3.7",
            "size": 990604,
            "upload_time": "2024-02-23T14:02:44",
            "upload_time_iso_8601": "2024-02-23T14:02:44.265773Z",
            "url": "https://files.pythonhosted.org/packages/0e/54/52795712e47819cbe7c347b4b6eb27e4025475ab6bd348cb87bc75b607d2/secupy-1.2.0-cp38-cp38-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1d7a843543f9a6fde51bd647619327e86dce89644f8703b6134b297cee05bf32",
                "md5": "9572090b9f165e1a92875640328fa5a7",
                "sha256": "707691ece0561928426bbbfeee143a70cb6250b82598966b6ce06d37e806d2a0"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "9572090b9f165e1a92875640328fa5a7",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">3.7",
            "size": 443203,
            "upload_time": "2024-02-23T14:02:46",
            "upload_time_iso_8601": "2024-02-23T14:02:46.386616Z",
            "url": "https://files.pythonhosted.org/packages/1d/7a/843543f9a6fde51bd647619327e86dce89644f8703b6134b297cee05bf32/secupy-1.2.0-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2e21e90624a4e2034c900d5af86e4f02391f2e13fe03fc61e89ac292e4e88541",
                "md5": "e098eddf4dbc85f8a58f2b147cf3af34",
                "sha256": "d0014aa8449a8e01bde3eb59e65da5af5eaaa5065429a252942fbeba9746ea80"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "e098eddf4dbc85f8a58f2b147cf3af34",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">3.7",
            "size": 557176,
            "upload_time": "2024-02-23T14:02:47",
            "upload_time_iso_8601": "2024-02-23T14:02:47.981247Z",
            "url": "https://files.pythonhosted.org/packages/2e/21/e90624a4e2034c900d5af86e4f02391f2e13fe03fc61e89ac292e4e88541/secupy-1.2.0-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "36d0ac20cd25c7ded468c0de255b40575e49dc67d6ccbdf8fb90efec2c0f3c9c",
                "md5": "8c7630f7af824bf0655003c7ec23eb8b",
                "sha256": "af1c41a5d7f1eb3166b708b362629132c01e2f5653d762f9bafeb32a34a0606f"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8c7630f7af824bf0655003c7ec23eb8b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">3.7",
            "size": 435917,
            "upload_time": "2024-02-23T14:02:49",
            "upload_time_iso_8601": "2024-02-23T14:02:49.600019Z",
            "url": "https://files.pythonhosted.org/packages/36/d0/ac20cd25c7ded468c0de255b40575e49dc67d6ccbdf8fb90efec2c0f3c9c/secupy-1.2.0-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a43c11eb8094e6e5b6974d5c0e09d4d70a55c149625565a128cb4fd31e20d0d5",
                "md5": "51941782c8580c908ab99477a221ea2f",
                "sha256": "c099dc91e08524c01971e8499b185d9191a93dfda0001e22d6e88a9c1e5eda39"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "51941782c8580c908ab99477a221ea2f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">3.7",
            "size": 407057,
            "upload_time": "2024-02-23T14:02:50",
            "upload_time_iso_8601": "2024-02-23T14:02:50.950556Z",
            "url": "https://files.pythonhosted.org/packages/a4/3c/11eb8094e6e5b6974d5c0e09d4d70a55c149625565a128cb4fd31e20d0d5/secupy-1.2.0-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d36b2459c0ed98930e95a522e53b1ac9ff44832dffdf58d8d4c55508df075c81",
                "md5": "2de9863dedcd3153c72c827b2df4cc82",
                "sha256": "04ddd9ba9ecba4aa2bd144083ac31a6c5cb295e21bcea133755f22c6bb6465ac"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "2de9863dedcd3153c72c827b2df4cc82",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">3.7",
            "size": 462683,
            "upload_time": "2024-02-23T14:02:52",
            "upload_time_iso_8601": "2024-02-23T14:02:52.895750Z",
            "url": "https://files.pythonhosted.org/packages/d3/6b/2459c0ed98930e95a522e53b1ac9ff44832dffdf58d8d4c55508df075c81/secupy-1.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "68546e0bcbc639e87edc5c1ac68b8568a01a1c4d7d071b7e868f9935c4659043",
                "md5": "e26da98a08da06b85405ee4fd59af7f7",
                "sha256": "1d835b0a9771f5e1e1560b837bbe9108418d88e3e79a6274dade195b7da932ff"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "e26da98a08da06b85405ee4fd59af7f7",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">3.7",
            "size": 515592,
            "upload_time": "2024-02-23T14:02:56",
            "upload_time_iso_8601": "2024-02-23T14:02:56.021071Z",
            "url": "https://files.pythonhosted.org/packages/68/54/6e0bcbc639e87edc5c1ac68b8568a01a1c4d7d071b7e868f9935c4659043/secupy-1.2.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "176445f15f14db70a5c298966cbe2c9605fb9af52563ffe8bbe303c62750ebb5",
                "md5": "50c3c2fd8baa4ba3eb314d5e91e354d9",
                "sha256": "546b20005322f0639efed71a58ea82bb44944e7bff459e60ebf930dd853806fc"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "50c3c2fd8baa4ba3eb314d5e91e354d9",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">3.7",
            "size": 480290,
            "upload_time": "2024-02-23T14:03:00",
            "upload_time_iso_8601": "2024-02-23T14:03:00.390080Z",
            "url": "https://files.pythonhosted.org/packages/17/64/45f15f14db70a5c298966cbe2c9605fb9af52563ffe8bbe303c62750ebb5/secupy-1.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5c29648b10985bebad2b534b7604e9e2be4c48284c2b6a1e4f21d3c6f2f2c503",
                "md5": "236ab1c2f64085bd0bb930ab331576b5",
                "sha256": "742dec915397277a394151297a7877c13658192281468d69fbdf6ad2ba78df9a"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp39-cp39-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "236ab1c2f64085bd0bb930ab331576b5",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">3.7",
            "size": 968301,
            "upload_time": "2024-02-23T14:03:02",
            "upload_time_iso_8601": "2024-02-23T14:03:02.972878Z",
            "url": "https://files.pythonhosted.org/packages/5c/29/648b10985bebad2b534b7604e9e2be4c48284c2b6a1e4f21d3c6f2f2c503/secupy-1.2.0-cp39-cp39-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0429f1a5510043eadfe8b98180be1af760913064e7f4ce8f4cd65765d24d7d0b",
                "md5": "5e5d01400b12af8bb1c49c9ff5f5a885",
                "sha256": "e4d3c0dcfca899962fc75887c6744694f41ed3f73bb83648abeabcb5637f92e7"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp39-cp39-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "5e5d01400b12af8bb1c49c9ff5f5a885",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">3.7",
            "size": 1082295,
            "upload_time": "2024-02-23T14:03:07",
            "upload_time_iso_8601": "2024-02-23T14:03:07.082045Z",
            "url": "https://files.pythonhosted.org/packages/04/29/f1a5510043eadfe8b98180be1af760913064e7f4ce8f4cd65765d24d7d0b/secupy-1.2.0-cp39-cp39-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e8dd76bafda14fabb355401c2e78631912bac790036eb4a390ec4fceadcddfa5",
                "md5": "6ed9cafbef52ca8b584b95b964ccbabc",
                "sha256": "b797ac0eff85328aab3cc7894c56176e45b86b5af5d26ab941fc948808a5053d"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp39-cp39-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6ed9cafbef52ca8b584b95b964ccbabc",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">3.7",
            "size": 990941,
            "upload_time": "2024-02-23T14:03:10",
            "upload_time_iso_8601": "2024-02-23T14:03:10.551304Z",
            "url": "https://files.pythonhosted.org/packages/e8/dd/76bafda14fabb355401c2e78631912bac790036eb4a390ec4fceadcddfa5/secupy-1.2.0-cp39-cp39-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a2380f6923310833b17eb1010f67c2856e5cbfbe2786d72f7941f1c5318afe9b",
                "md5": "d5663517e9b44cf8745bef1b8fce2a5c",
                "sha256": "a1d9fbe1205c449161523e4e9bf9af154d6f3de9846b4b5bb1bd68b2bacb4f60"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "d5663517e9b44cf8745bef1b8fce2a5c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">3.7",
            "size": 443363,
            "upload_time": "2024-02-23T14:03:12",
            "upload_time_iso_8601": "2024-02-23T14:03:12.751626Z",
            "url": "https://files.pythonhosted.org/packages/a2/38/0f6923310833b17eb1010f67c2856e5cbfbe2786d72f7941f1c5318afe9b/secupy-1.2.0-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d90fed6064ec95251995205bbbf5879258c0f56d7b4fc49989cc08e921d44a76",
                "md5": "cd21b7f55dae2e0e7fccfdd54a2f1b7c",
                "sha256": "2b548689a1627c6f2ebf9b9e259aa3713d139b71ff5c7256de3687f520748de0"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "cd21b7f55dae2e0e7fccfdd54a2f1b7c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">3.7",
            "size": 529173,
            "upload_time": "2024-02-23T14:03:14",
            "upload_time_iso_8601": "2024-02-23T14:03:14.222497Z",
            "url": "https://files.pythonhosted.org/packages/d9/0f/ed6064ec95251995205bbbf5879258c0f56d7b4fc49989cc08e921d44a76/secupy-1.2.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c9361826cba92a8d0e76b51a25c676c4cf45d5145e219b521fae251b1df9698b",
                "md5": "0a06f6990eb87a073fce034d0b8ba150",
                "sha256": "c4c2ead05b87a9d812697847761b616d7ea4c56b318067b4ae82949413a29da5"
            },
            "downloads": -1,
            "filename": "secupy-1.2.0-cp39-cp39-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "0a06f6990eb87a073fce034d0b8ba150",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">3.7",
            "size": 708037,
            "upload_time": "2024-02-23T14:03:15",
            "upload_time_iso_8601": "2024-02-23T14:03:15.830328Z",
            "url": "https://files.pythonhosted.org/packages/c9/36/1826cba92a8d0e76b51a25c676c4cf45d5145e219b521fae251b1df9698b/secupy-1.2.0-cp39-cp39-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-23 14:01:16",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "secupy"
}
        
Elapsed time: 0.18519s