pyuwsgi


Namepyuwsgi JSON
Version 2.0.23.post0 PyPI version JSON
download
home_pagehttps://uwsgi-docs.readthedocs.io/en/latest/
SummaryThe uWSGI server
upload_time2024-01-10 22:29:47
maintainer
docs_urlNone
authorUnbit
requires_python
licenseGPL2
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# The uWSGI server as a Python module

## Install

```
pip install pyuwsgi
```

## Run

uWSGI will get installed to your Python path with a console script named `pyuwsgi`. To
make it a full drop-in replacement it will install a script named `uwsgi` as well.

You can also call it directly in your Python code with a list of valid uWSGI options:

```python
import pyuwsgi
pyuwsgi.run(["--help"])
```

## Differences from uWSGI

This is built from uWSGI's source without any modifications.
A different [`setup.py`](https://github.com/unbit/uwsgi/blob/uwsgi-2.0/setup.pyuwsgi.py)
is used to make the project a friendlier part of the Python ecosystem. It allows it
to be imported as a Python module and distributed using the
[wheel format](https://www.python.org/dev/peps/pep-0427/). The pre-packaged wheels
include the following common libraries used by uWSGI:

* [zlib](https://zlib.net/)
* [pcre](https://www.pcre.org/)
* [jansson](http://www.digip.org/jansson/)

SSL is intentionally excluded for security reasons. If you need SSL support, you can
force a wheel to be built locally with the `pip` flag `--no-binary=pyuwsgi`.

In addition to the default plugins, the [`stats_pusher_statsd`](https://uwsgi-docs.readthedocs.io/en/latest/Metrics.html#statsd)
plugin is included by default in `pyuwsgi` where it is typically optional for uWSGI.

The full uWSGI documentation can be found at
[https://uwsgi-docs.readthedocs.io](https://uwsgi-docs.readthedocs.io).

## License

uWSGI is licensed [GPLv2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt) with
a [linking exception](https://en.wikipedia.org/wiki/GPL_linking_exception) which means
you are allowed to use uWSGI (or pyuwsgi) unmodified in a proprietary or otherwise non-GPL
licensed project without invoking the GPL on the rest of the code.

The [full license](https://github.com/unbit/uwsgi/blob/uwsgi-2.0/LICENSE) can be found
on GitHub.

---

[![Lincoln Loop](https://cldup.com/gyNz5rfTkR.png)](https://lincolnloop.com)

`pyuwsgi` is sponsored by [Lincoln Loop](https://lincolnloop.com).

[![Unbit](https://cldup.com/TTNag1Zlcw.png)](http://unbit.com/)

`uwsgi` is the creation of [Unbit](http://unbit.com/).


            

Raw data

            {
    "_id": null,
    "home_page": "https://uwsgi-docs.readthedocs.io/en/latest/",
    "name": "pyuwsgi",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Unbit",
    "author_email": "info@unbit.it",
    "download_url": "https://files.pythonhosted.org/packages/68/0b/ea6abe180caec0dac65daaa38d27f79539fb2b4d8a9283aa05bf76724132/pyuwsgi-2.0.23.post0.tar.gz",
    "platform": null,
    "description": "\n# The uWSGI server as a Python module\n\n## Install\n\n```\npip install pyuwsgi\n```\n\n## Run\n\nuWSGI will get installed to your Python path with a console script named `pyuwsgi`. To\nmake it a full drop-in replacement it will install a script named `uwsgi` as well.\n\nYou can also call it directly in your Python code with a list of valid uWSGI options:\n\n```python\nimport pyuwsgi\npyuwsgi.run([\"--help\"])\n```\n\n## Differences from uWSGI\n\nThis is built from uWSGI's source without any modifications.\nA different [`setup.py`](https://github.com/unbit/uwsgi/blob/uwsgi-2.0/setup.pyuwsgi.py)\nis used to make the project a friendlier part of the Python ecosystem. It allows it\nto be imported as a Python module and distributed using the\n[wheel format](https://www.python.org/dev/peps/pep-0427/). The pre-packaged wheels\ninclude the following common libraries used by uWSGI:\n\n* [zlib](https://zlib.net/)\n* [pcre](https://www.pcre.org/)\n* [jansson](http://www.digip.org/jansson/)\n\nSSL is intentionally excluded for security reasons. If you need SSL support, you can\nforce a wheel to be built locally with the `pip` flag `--no-binary=pyuwsgi`.\n\nIn addition to the default plugins, the [`stats_pusher_statsd`](https://uwsgi-docs.readthedocs.io/en/latest/Metrics.html#statsd)\nplugin is included by default in `pyuwsgi` where it is typically optional for uWSGI.\n\nThe full uWSGI documentation can be found at\n[https://uwsgi-docs.readthedocs.io](https://uwsgi-docs.readthedocs.io).\n\n## License\n\nuWSGI is licensed [GPLv2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt) with\na [linking exception](https://en.wikipedia.org/wiki/GPL_linking_exception) which means\nyou are allowed to use uWSGI (or pyuwsgi) unmodified in a proprietary or otherwise non-GPL\nlicensed project without invoking the GPL on the rest of the code.\n\nThe [full license](https://github.com/unbit/uwsgi/blob/uwsgi-2.0/LICENSE) can be found\non GitHub.\n\n---\n\n[![Lincoln Loop](https://cldup.com/gyNz5rfTkR.png)](https://lincolnloop.com)\n\n`pyuwsgi` is sponsored by [Lincoln Loop](https://lincolnloop.com).\n\n[![Unbit](https://cldup.com/TTNag1Zlcw.png)](http://unbit.com/)\n\n`uwsgi` is the creation of [Unbit](http://unbit.com/).\n\n",
    "bugtrack_url": null,
    "license": "GPL2",
    "summary": "The uWSGI server",
    "version": "2.0.23.post0",
    "project_urls": {
        "Homepage": "https://uwsgi-docs.readthedocs.io/en/latest/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6da5bd6c23b3f8bbcbc70aec649ecab9faa07149411517639f5eb6ec8a60dca5",
                "md5": "4dafc51debfc60a97a1ec05f6567da11",
                "sha256": "49dfe43726f4a71d3440f7a36eb3ba5b361e04807164d34ececda138e2dc2375"
            },
            "downloads": -1,
            "filename": "pyuwsgi-2.0.23.post0-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4dafc51debfc60a97a1ec05f6567da11",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 576271,
            "upload_time": "2024-01-10T22:28:23",
            "upload_time_iso_8601": "2024-01-10T22:28:23.542575Z",
            "url": "https://files.pythonhosted.org/packages/6d/a5/bd6c23b3f8bbcbc70aec649ecab9faa07149411517639f5eb6ec8a60dca5/pyuwsgi-2.0.23.post0-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "113ded18fc1be11f096bd46bad2a694809cece403f9a1bcd59ab4e33dfc65f7b",
                "md5": "086bb7017f70c120d77023c1a3852249",
                "sha256": "65420b185003dd5b66f41a6d1aa03d63d953a18e818bd4a013fc8e9d580f11cb"
            },
            "downloads": -1,
            "filename": "pyuwsgi-2.0.23.post0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "086bb7017f70c120d77023c1a3852249",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 927355,
            "upload_time": "2024-01-10T22:28:25",
            "upload_time_iso_8601": "2024-01-10T22:28:25.923944Z",
            "url": "https://files.pythonhosted.org/packages/11/3d/ed18fc1be11f096bd46bad2a694809cece403f9a1bcd59ab4e33dfc65f7b/pyuwsgi-2.0.23.post0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "081cd66164923aa05fc1840cb8af5012ea46b63c6e6404783f08bacc5a516a9c",
                "md5": "cb2a72cfccdba699b6d0f0e2809636cd",
                "sha256": "7bc7c60d8e1242b3a638754d2487c505112c642010c460442993be85f3ca9ec7"
            },
            "downloads": -1,
            "filename": "pyuwsgi-2.0.23.post0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "cb2a72cfccdba699b6d0f0e2809636cd",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 975955,
            "upload_time": "2024-01-10T22:28:27",
            "upload_time_iso_8601": "2024-01-10T22:28:27.733629Z",
            "url": "https://files.pythonhosted.org/packages/08/1c/d66164923aa05fc1840cb8af5012ea46b63c6e6404783f08bacc5a516a9c/pyuwsgi-2.0.23.post0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8d88a7904fd5812932df2c346db3da5938530601025c0ca1e1cd8ebe0e5a5b75",
                "md5": "f3d92d9d0947048f61ec11dfef7f9dd0",
                "sha256": "f1ae2abaa47cb9c0018c790935897aec8001fb709dfac54286a37ab2e0b88dca"
            },
            "downloads": -1,
            "filename": "pyuwsgi-2.0.23.post0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f3d92d9d0947048f61ec11dfef7f9dd0",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 930677,
            "upload_time": "2024-01-10T22:28:30",
            "upload_time_iso_8601": "2024-01-10T22:28:30.241302Z",
            "url": "https://files.pythonhosted.org/packages/8d/88/a7904fd5812932df2c346db3da5938530601025c0ca1e1cd8ebe0e5a5b75/pyuwsgi-2.0.23.post0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a72778807a2205ef6b9ee65933500a163a4adee5a8e66262013851c454130d66",
                "md5": "e0570b8d01990b65ce70a022b08730af",
                "sha256": "af376cafca1501b2d4b8184c427c55b32c1a3dcb6070dc27115ca552898c7ff8"
            },
            "downloads": -1,
            "filename": "pyuwsgi-2.0.23.post0-cp310-cp310-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e0570b8d01990b65ce70a022b08730af",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 909912,
            "upload_time": "2024-01-10T22:28:32",
            "upload_time_iso_8601": "2024-01-10T22:28:32.466938Z",
            "url": "https://files.pythonhosted.org/packages/a7/27/78807a2205ef6b9ee65933500a163a4adee5a8e66262013851c454130d66/pyuwsgi-2.0.23.post0-cp310-cp310-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d74ad2a619aa78d2cd5b45060f9f6dee02685551863b275492292336db92fc1b",
                "md5": "199ae18bdf4e19dd86142ec612d39a4e",
                "sha256": "f56a729808ed7aa1d7973d6f900a75bc36b976b7ab6c8867064f36e34cdafd4e"
            },
            "downloads": -1,
            "filename": "pyuwsgi-2.0.23.post0-cp310-cp310-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "199ae18bdf4e19dd86142ec612d39a4e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 952377,
            "upload_time": "2024-01-10T22:28:34",
            "upload_time_iso_8601": "2024-01-10T22:28:34.740818Z",
            "url": "https://files.pythonhosted.org/packages/d7/4a/d2a619aa78d2cd5b45060f9f6dee02685551863b275492292336db92fc1b/pyuwsgi-2.0.23.post0-cp310-cp310-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8ab1cae10ad1edc3d150f8bd4cddb7eb98c490756e79e2efc16ae5de3faee4fb",
                "md5": "f1aad8c2774f9296090610e31b045ff3",
                "sha256": "4270e68bb2633b0fc132aad6d415e4e0cde67093a97e64dd84bd186264a8c083"
            },
            "downloads": -1,
            "filename": "pyuwsgi-2.0.23.post0-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f1aad8c2774f9296090610e31b045ff3",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 912712,
            "upload_time": "2024-01-10T22:28:36",
            "upload_time_iso_8601": "2024-01-10T22:28:36.364368Z",
            "url": "https://files.pythonhosted.org/packages/8a/b1/cae10ad1edc3d150f8bd4cddb7eb98c490756e79e2efc16ae5de3faee4fb/pyuwsgi-2.0.23.post0-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "61c2fe9731ee119d949d532f84b952bd1cf6d48c1e5165e74ca821019eaee0fb",
                "md5": "285cbe153a94b53e932f2ee00d59f9d8",
                "sha256": "97c940a69242dc45658dba3330e64d809f34e33d9631547b6928fd20075b4bb9"
            },
            "downloads": -1,
            "filename": "pyuwsgi-2.0.23.post0-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "285cbe153a94b53e932f2ee00d59f9d8",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 576346,
            "upload_time": "2024-01-10T22:28:38",
            "upload_time_iso_8601": "2024-01-10T22:28:38.620672Z",
            "url": "https://files.pythonhosted.org/packages/61/c2/fe9731ee119d949d532f84b952bd1cf6d48c1e5165e74ca821019eaee0fb/pyuwsgi-2.0.23.post0-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2ae8f316c07461f087c142a22e61ee12f1e6b6410f7209ac07c676242295d872",
                "md5": "81ad7720c4436be75b6db5a9af0dc167",
                "sha256": "8cac396c2e8e0d199bde9bb8fc90538c82207d0c3d722d08b9a63619b41945d6"
            },
            "downloads": -1,
            "filename": "pyuwsgi-2.0.23.post0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "81ad7720c4436be75b6db5a9af0dc167",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 927263,
            "upload_time": "2024-01-10T22:28:40",
            "upload_time_iso_8601": "2024-01-10T22:28:40.899417Z",
            "url": "https://files.pythonhosted.org/packages/2a/e8/f316c07461f087c142a22e61ee12f1e6b6410f7209ac07c676242295d872/pyuwsgi-2.0.23.post0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b5e1d00f5215625ef0a86f38762048b005b6609a37191cd335c1db1aca964104",
                "md5": "13608380d683b03b353233571320f780",
                "sha256": "59d6a718ad42be54b2b80c8c236b728b8b83fb93438786e95f63fc259229ccd7"
            },
            "downloads": -1,
            "filename": "pyuwsgi-2.0.23.post0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "13608380d683b03b353233571320f780",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 975878,
            "upload_time": "2024-01-10T22:28:42",
            "upload_time_iso_8601": "2024-01-10T22:28:42.802496Z",
            "url": "https://files.pythonhosted.org/packages/b5/e1/d00f5215625ef0a86f38762048b005b6609a37191cd335c1db1aca964104/pyuwsgi-2.0.23.post0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "581b0ca6590c4cb25d67bfb187b0c548949d77c81d00e8c7a2b6720c20ec331b",
                "md5": "cca4f3e9fe889efe4b93361384b73a0e",
                "sha256": "c38b5bb59e1bf59030f2d43a3e67aa18e6089c8e7f43e9c5f2099567466d35f4"
            },
            "downloads": -1,
            "filename": "pyuwsgi-2.0.23.post0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "cca4f3e9fe889efe4b93361384b73a0e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 930610,
            "upload_time": "2024-01-10T22:28:45",
            "upload_time_iso_8601": "2024-01-10T22:28:45.465164Z",
            "url": "https://files.pythonhosted.org/packages/58/1b/0ca6590c4cb25d67bfb187b0c548949d77c81d00e8c7a2b6720c20ec331b/pyuwsgi-2.0.23.post0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6562540bca56e7e8431fcf5e40f99aaf84e6c8a93d5044340520fb0e107994b1",
                "md5": "9ce2c0766edf6706ad54889a5d724c35",
                "sha256": "7199009447770812056a5b417c4847bd44db1b0230d4bb64c48a4ffacd4e96f0"
            },
            "downloads": -1,
            "filename": "pyuwsgi-2.0.23.post0-cp311-cp311-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "9ce2c0766edf6706ad54889a5d724c35",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 909803,
            "upload_time": "2024-01-10T22:28:47",
            "upload_time_iso_8601": "2024-01-10T22:28:47.267678Z",
            "url": "https://files.pythonhosted.org/packages/65/62/540bca56e7e8431fcf5e40f99aaf84e6c8a93d5044340520fb0e107994b1/pyuwsgi-2.0.23.post0-cp311-cp311-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "736789b670183b076b99844a587824ae9c6d86813cdd86107b98a59fc67a1196",
                "md5": "1ca30d623fdda5d5ce94de4a5a3f07a0",
                "sha256": "f361d168cf175796fe36ab6a88dee079245a2f08e587e8190a38bd1b33238fa8"
            },
            "downloads": -1,
            "filename": "pyuwsgi-2.0.23.post0-cp311-cp311-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "1ca30d623fdda5d5ce94de4a5a3f07a0",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 952350,
            "upload_time": "2024-01-10T22:28:48",
            "upload_time_iso_8601": "2024-01-10T22:28:48.767462Z",
            "url": "https://files.pythonhosted.org/packages/73/67/89b670183b076b99844a587824ae9c6d86813cdd86107b98a59fc67a1196/pyuwsgi-2.0.23.post0-cp311-cp311-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9ce13b62e4923cd6b61c89fa9d375213a6ccc13d6204d2c09567fca0b323aae3",
                "md5": "030c54a16e4abae4e9033a7f25f99cad",
                "sha256": "52a45e98fe746ae9c9437c5b6f0cdb6117f979c8800f09c8e4dae2997786affd"
            },
            "downloads": -1,
            "filename": "pyuwsgi-2.0.23.post0-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "030c54a16e4abae4e9033a7f25f99cad",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 912739,
            "upload_time": "2024-01-10T22:28:51",
            "upload_time_iso_8601": "2024-01-10T22:28:51.041860Z",
            "url": "https://files.pythonhosted.org/packages/9c/e1/3b62e4923cd6b61c89fa9d375213a6ccc13d6204d2c09567fca0b323aae3/pyuwsgi-2.0.23.post0-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8e42b091bc4053e8aebbd21f812ee4e8df3c299198583bb9a83d3d6105efebc8",
                "md5": "a128e0575002de34539358c4488086e3",
                "sha256": "f7455976abfa1dd43b5f3376f7f04a925c16babba1c3fc6edcdd81f5c0f24383"
            },
            "downloads": -1,
            "filename": "pyuwsgi-2.0.23.post0-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a128e0575002de34539358c4488086e3",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 578231,
            "upload_time": "2024-01-10T22:28:52",
            "upload_time_iso_8601": "2024-01-10T22:28:52.587735Z",
            "url": "https://files.pythonhosted.org/packages/8e/42/b091bc4053e8aebbd21f812ee4e8df3c299198583bb9a83d3d6105efebc8/pyuwsgi-2.0.23.post0-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d7964717cf2a10bd3f38ae1eca9c662cc080914279b1eb6e576a4c94174bd3a2",
                "md5": "b5ea9f52e79d3936c8234653c54f84fa",
                "sha256": "508f5d84cd677cecc640d0e321badc61080c40c61843cd130b32f356729a599f"
            },
            "downloads": -1,
            "filename": "pyuwsgi-2.0.23.post0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "b5ea9f52e79d3936c8234653c54f84fa",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 928099,
            "upload_time": "2024-01-10T22:28:54",
            "upload_time_iso_8601": "2024-01-10T22:28:54.946808Z",
            "url": "https://files.pythonhosted.org/packages/d7/96/4717cf2a10bd3f38ae1eca9c662cc080914279b1eb6e576a4c94174bd3a2/pyuwsgi-2.0.23.post0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "25eae4e06dcaa472150d87400b94bd37395756454d76c75642120d71d67b484b",
                "md5": "c8b21ff676dc5d0860bfee0a63e310af",
                "sha256": "dcf93afec49f5cf29b0a68f4d2fb3e44a3ad1f205704ab2f41f9db47dacb8e13"
            },
            "downloads": -1,
            "filename": "pyuwsgi-2.0.23.post0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "c8b21ff676dc5d0860bfee0a63e310af",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 977336,
            "upload_time": "2024-01-10T22:28:57",
            "upload_time_iso_8601": "2024-01-10T22:28:57.190068Z",
            "url": "https://files.pythonhosted.org/packages/25/ea/e4e06dcaa472150d87400b94bd37395756454d76c75642120d71d67b484b/pyuwsgi-2.0.23.post0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "72a0cdab3d7986df918d8552128c4e669dcc87a20882d29fc8d5565094bc700a",
                "md5": "6722c6f0dc8949ae3aa7e2872e071596",
                "sha256": "a19ab0d5c43bc179a70cb079feb7804e39be6326bf98ec38808fcea5e7d44bd0"
            },
            "downloads": -1,
            "filename": "pyuwsgi-2.0.23.post0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6722c6f0dc8949ae3aa7e2872e071596",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 931841,
            "upload_time": "2024-01-10T22:28:59",
            "upload_time_iso_8601": "2024-01-10T22:28:59.443115Z",
            "url": "https://files.pythonhosted.org/packages/72/a0/cdab3d7986df918d8552128c4e669dcc87a20882d29fc8d5565094bc700a/pyuwsgi-2.0.23.post0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "67fdc2698ce92a8697937ba267771d38dd51af903d11c602cecc2271ca4bbb74",
                "md5": "97bf2de1bc63413a49450100f2e90770",
                "sha256": "8c5283e38c4fd3130cd7384d57535d60435c63b81a41a6463f26f340efeda9de"
            },
            "downloads": -1,
            "filename": "pyuwsgi-2.0.23.post0-cp312-cp312-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "97bf2de1bc63413a49450100f2e90770",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 911107,
            "upload_time": "2024-01-10T22:29:01",
            "upload_time_iso_8601": "2024-01-10T22:29:01.261693Z",
            "url": "https://files.pythonhosted.org/packages/67/fd/c2698ce92a8697937ba267771d38dd51af903d11c602cecc2271ca4bbb74/pyuwsgi-2.0.23.post0-cp312-cp312-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2ebec12e648d33396cbb4f77056d75daef3d7a60c1803bafddbb4fd930e4825f",
                "md5": "7bb1d7cf825b3bef9d611833205941e2",
                "sha256": "0d9dfb79bffa552e5985385bc114ecec1d4079b95ce24796f577ef0df727da06"
            },
            "downloads": -1,
            "filename": "pyuwsgi-2.0.23.post0-cp312-cp312-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "7bb1d7cf825b3bef9d611833205941e2",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 953275,
            "upload_time": "2024-01-10T22:29:03",
            "upload_time_iso_8601": "2024-01-10T22:29:03.477903Z",
            "url": "https://files.pythonhosted.org/packages/2e/be/c12e648d33396cbb4f77056d75daef3d7a60c1803bafddbb4fd930e4825f/pyuwsgi-2.0.23.post0-cp312-cp312-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2c345305b1caaa6f9d26b101981df3e3ea5993cdd1f1450884dee0ee19d89d12",
                "md5": "e20b48cd740853785f6d9e0c022f4c76",
                "sha256": "b531ac80155b6c839215d05f95569b34e614e97aab055072c74112b1d2a45546"
            },
            "downloads": -1,
            "filename": "pyuwsgi-2.0.23.post0-cp312-cp312-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e20b48cd740853785f6d9e0c022f4c76",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 913873,
            "upload_time": "2024-01-10T22:29:05",
            "upload_time_iso_8601": "2024-01-10T22:29:05.630180Z",
            "url": "https://files.pythonhosted.org/packages/2c/34/5305b1caaa6f9d26b101981df3e3ea5993cdd1f1450884dee0ee19d89d12/pyuwsgi-2.0.23.post0-cp312-cp312-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "364b084892e3a65bc33eb1a951c58271825b338268c7927da096b02d9038df4d",
                "md5": "a5b710afb222b329f21a17057d2b21f8",
                "sha256": "eae183104f3fa26f3d9c28fe75f2ad914e3a365103a6a66e329c0f59f9e461d4"
            },
            "downloads": -1,
            "filename": "pyuwsgi-2.0.23.post0-cp37-cp37m-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a5b710afb222b329f21a17057d2b21f8",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 575455,
            "upload_time": "2024-01-10T22:29:07",
            "upload_time_iso_8601": "2024-01-10T22:29:07.079224Z",
            "url": "https://files.pythonhosted.org/packages/36/4b/084892e3a65bc33eb1a951c58271825b338268c7927da096b02d9038df4d/pyuwsgi-2.0.23.post0-cp37-cp37m-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0e806d287af45a139f810f6dbed54febce9a153b2fbc0edb076cca6590813fde",
                "md5": "565131ae5804c39599d6919d4f6470d0",
                "sha256": "4a34ab2863ff0120c6e0e75c63c9ced462bfb4777e6b8237e4e1df60fb34af51"
            },
            "downloads": -1,
            "filename": "pyuwsgi-2.0.23.post0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "565131ae5804c39599d6919d4f6470d0",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 926655,
            "upload_time": "2024-01-10T22:29:08",
            "upload_time_iso_8601": "2024-01-10T22:29:08.538889Z",
            "url": "https://files.pythonhosted.org/packages/0e/80/6d287af45a139f810f6dbed54febce9a153b2fbc0edb076cca6590813fde/pyuwsgi-2.0.23.post0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8fd2b2dcde3e6333ec1f42eab90c0a683eb07a755ac5c11a69c5ad43a91c280f",
                "md5": "3951351a99014fa58811fc59a09a17d3",
                "sha256": "fc18481f336be63e80fc983aaa1a040e7c69c25c3145edcf93f0e6de2f1ad0d6"
            },
            "downloads": -1,
            "filename": "pyuwsgi-2.0.23.post0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "3951351a99014fa58811fc59a09a17d3",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 974808,
            "upload_time": "2024-01-10T22:29:10",
            "upload_time_iso_8601": "2024-01-10T22:29:10.664816Z",
            "url": "https://files.pythonhosted.org/packages/8f/d2/b2dcde3e6333ec1f42eab90c0a683eb07a755ac5c11a69c5ad43a91c280f/pyuwsgi-2.0.23.post0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "913bba64fae33f5ddd98230de4d760f31e0ff106ab9977317ba99fe1c3a3e710",
                "md5": "e6ffbb479a3cd40aa6b78b76011e7a54",
                "sha256": "245da016b424c261d148bbb83d2407aac77e6d5793cbd4e23a17f7e3a8aa061f"
            },
            "downloads": -1,
            "filename": "pyuwsgi-2.0.23.post0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e6ffbb479a3cd40aa6b78b76011e7a54",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 929166,
            "upload_time": "2024-01-10T22:29:13",
            "upload_time_iso_8601": "2024-01-10T22:29:13.003731Z",
            "url": "https://files.pythonhosted.org/packages/91/3b/ba64fae33f5ddd98230de4d760f31e0ff106ab9977317ba99fe1c3a3e710/pyuwsgi-2.0.23.post0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d7f6b35c2a4b3faec17725501cdc6358bb6d9549abc6a22e6aae87c531210501",
                "md5": "4dc37423ba2ddaea646489f09934df7f",
                "sha256": "8de1d975be958cff9122ecc82bf393bf7f41fff6f1047e76ed972047763bbd31"
            },
            "downloads": -1,
            "filename": "pyuwsgi-2.0.23.post0-cp37-cp37m-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "4dc37423ba2ddaea646489f09934df7f",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 908978,
            "upload_time": "2024-01-10T22:29:15",
            "upload_time_iso_8601": "2024-01-10T22:29:15.247217Z",
            "url": "https://files.pythonhosted.org/packages/d7/f6/b35c2a4b3faec17725501cdc6358bb6d9549abc6a22e6aae87c531210501/pyuwsgi-2.0.23.post0-cp37-cp37m-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0824e842d047eeda3ec03d78f60fdb844d73232bcb13d4d31f447e0e6a6c13c6",
                "md5": "0ea20d7bcc073d044077f8b781d8a562",
                "sha256": "d75859311605a510a6050ec622ec4beb9f2f8cce5f090e5cea70a1ff74133f8b"
            },
            "downloads": -1,
            "filename": "pyuwsgi-2.0.23.post0-cp37-cp37m-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "0ea20d7bcc073d044077f8b781d8a562",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 951529,
            "upload_time": "2024-01-10T22:29:17",
            "upload_time_iso_8601": "2024-01-10T22:29:17.509429Z",
            "url": "https://files.pythonhosted.org/packages/08/24/e842d047eeda3ec03d78f60fdb844d73232bcb13d4d31f447e0e6a6c13c6/pyuwsgi-2.0.23.post0-cp37-cp37m-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2c8686c14114264266c46a32187a2c8c30dbed491fc26888f67738b3f11103ca",
                "md5": "d439977a6fdfff1ae510cf0fe4605715",
                "sha256": "d3ad00212ffbb208b7146744ad3710b908734f844b5e2bf533fb09fc44726f37"
            },
            "downloads": -1,
            "filename": "pyuwsgi-2.0.23.post0-cp37-cp37m-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d439977a6fdfff1ae510cf0fe4605715",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 911631,
            "upload_time": "2024-01-10T22:29:19",
            "upload_time_iso_8601": "2024-01-10T22:29:19.069468Z",
            "url": "https://files.pythonhosted.org/packages/2c/86/86c14114264266c46a32187a2c8c30dbed491fc26888f67738b3f11103ca/pyuwsgi-2.0.23.post0-cp37-cp37m-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0329a778a42d209f6d8d8e1f4718879c1980f69f2ec093f9a7ffad9989854bea",
                "md5": "6bce5c7ec840f83b82879499680eaa70",
                "sha256": "374142b106de187c4572b4441a367fa3466d9ea5aaabe475da42bb9f2202a690"
            },
            "downloads": -1,
            "filename": "pyuwsgi-2.0.23.post0-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6bce5c7ec840f83b82879499680eaa70",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 576253,
            "upload_time": "2024-01-10T22:29:20",
            "upload_time_iso_8601": "2024-01-10T22:29:20.505242Z",
            "url": "https://files.pythonhosted.org/packages/03/29/a778a42d209f6d8d8e1f4718879c1980f69f2ec093f9a7ffad9989854bea/pyuwsgi-2.0.23.post0-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "81ec7de138ce89752e8ec719ecbe9d9fba83e19d09f6aaaf858a683e117f51fd",
                "md5": "5efb9c82bb83917bd87d54820cb71a8e",
                "sha256": "137db348bd5f585e8e5a609046d3ac9ef58483bba93de1e3c568c1a860c31b9c"
            },
            "downloads": -1,
            "filename": "pyuwsgi-2.0.23.post0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "5efb9c82bb83917bd87d54820cb71a8e",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 927186,
            "upload_time": "2024-01-10T22:29:22",
            "upload_time_iso_8601": "2024-01-10T22:29:22.316962Z",
            "url": "https://files.pythonhosted.org/packages/81/ec/7de138ce89752e8ec719ecbe9d9fba83e19d09f6aaaf858a683e117f51fd/pyuwsgi-2.0.23.post0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a99793c39e3d0072a5e00b32e37505ae89924ae5ecb8a2b272ca6eabfd5a5e04",
                "md5": "044e4c7c159e44e8728265705e5277ae",
                "sha256": "52b7a837dbc8702b245481514a32c88418a42df7b5ee68d45695eba457abd3ee"
            },
            "downloads": -1,
            "filename": "pyuwsgi-2.0.23.post0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "044e4c7c159e44e8728265705e5277ae",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 976082,
            "upload_time": "2024-01-10T22:29:24",
            "upload_time_iso_8601": "2024-01-10T22:29:24.446493Z",
            "url": "https://files.pythonhosted.org/packages/a9/97/93c39e3d0072a5e00b32e37505ae89924ae5ecb8a2b272ca6eabfd5a5e04/pyuwsgi-2.0.23.post0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "beffe2664af1bc7eb7907a4fb42ae5a25ce22022c2394ae25b62be258129d687",
                "md5": "e4293894273508cca22eaff61cdd7112",
                "sha256": "cfcfeb1eaca5f4dd0e6ed9194e7ec98dcb3a8ac108e8f0414ed7c28d608517ef"
            },
            "downloads": -1,
            "filename": "pyuwsgi-2.0.23.post0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e4293894273508cca22eaff61cdd7112",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 930646,
            "upload_time": "2024-01-10T22:29:26",
            "upload_time_iso_8601": "2024-01-10T22:29:26.370021Z",
            "url": "https://files.pythonhosted.org/packages/be/ff/e2664af1bc7eb7907a4fb42ae5a25ce22022c2394ae25b62be258129d687/pyuwsgi-2.0.23.post0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2e3f18daa279a0dd810cdfacd33122ac1319e107c3a0a3891863a68b0013edb0",
                "md5": "786375aa60d07e5d5ae8c78ae6673bf7",
                "sha256": "7887c2acc8262223ff9cdce974851da0917818c12ef3ec0f49ec11a9943731fe"
            },
            "downloads": -1,
            "filename": "pyuwsgi-2.0.23.post0-cp38-cp38-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "786375aa60d07e5d5ae8c78ae6673bf7",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 909958,
            "upload_time": "2024-01-10T22:29:28",
            "upload_time_iso_8601": "2024-01-10T22:29:28.136039Z",
            "url": "https://files.pythonhosted.org/packages/2e/3f/18daa279a0dd810cdfacd33122ac1319e107c3a0a3891863a68b0013edb0/pyuwsgi-2.0.23.post0-cp38-cp38-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b8ccb5b65d0072189d9d64b76025f82bd98702a5266d5603e653f86cc6228738",
                "md5": "70d6ec6c8591a71fe6ba66a88a6b5794",
                "sha256": "bae72689ddf8e0bdd1a974a364ed052dd19d7897f1d5c3efcf8d9010c60f56ef"
            },
            "downloads": -1,
            "filename": "pyuwsgi-2.0.23.post0-cp38-cp38-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "70d6ec6c8591a71fe6ba66a88a6b5794",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 952245,
            "upload_time": "2024-01-10T22:29:30",
            "upload_time_iso_8601": "2024-01-10T22:29:30.406706Z",
            "url": "https://files.pythonhosted.org/packages/b8/cc/b5b65d0072189d9d64b76025f82bd98702a5266d5603e653f86cc6228738/pyuwsgi-2.0.23.post0-cp38-cp38-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ae6965390e7f6183bd2cbd53f9d2dd061cffc622eb089a61502483ac2381bb40",
                "md5": "0da932a546f1ced6091af5f16eb0964d",
                "sha256": "9565569474f9e9f02f6fa490d96d8c5c7e3004829c01c0446cdb74c618b6a433"
            },
            "downloads": -1,
            "filename": "pyuwsgi-2.0.23.post0-cp38-cp38-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0da932a546f1ced6091af5f16eb0964d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 912833,
            "upload_time": "2024-01-10T22:29:32",
            "upload_time_iso_8601": "2024-01-10T22:29:32.699188Z",
            "url": "https://files.pythonhosted.org/packages/ae/69/65390e7f6183bd2cbd53f9d2dd061cffc622eb089a61502483ac2381bb40/pyuwsgi-2.0.23.post0-cp38-cp38-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1ead089c1c79bccdd88ff24f28c14d5af2540a3ccccbe958530c79128def78b0",
                "md5": "6cca0868301d65f72e258e1d22ca01cf",
                "sha256": "6ba86c6aa815635eefe7728b9b219af281a4e956bab240c5871db6c151c300a8"
            },
            "downloads": -1,
            "filename": "pyuwsgi-2.0.23.post0-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6cca0868301d65f72e258e1d22ca01cf",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 576277,
            "upload_time": "2024-01-10T22:29:34",
            "upload_time_iso_8601": "2024-01-10T22:29:34.222396Z",
            "url": "https://files.pythonhosted.org/packages/1e/ad/089c1c79bccdd88ff24f28c14d5af2540a3ccccbe958530c79128def78b0/pyuwsgi-2.0.23.post0-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4fb9a21560dc5d7d65940dd0df3b819f86e286e51e150fca2041fea9c984b414",
                "md5": "78e9704ea506f716b3bfdcc5336cdd68",
                "sha256": "29ab8a02e812fbc34026ddb79f274a574c96fc488f384f320d3af37bd7edf932"
            },
            "downloads": -1,
            "filename": "pyuwsgi-2.0.23.post0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "78e9704ea506f716b3bfdcc5336cdd68",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 927353,
            "upload_time": "2024-01-10T22:29:35",
            "upload_time_iso_8601": "2024-01-10T22:29:35.788836Z",
            "url": "https://files.pythonhosted.org/packages/4f/b9/a21560dc5d7d65940dd0df3b819f86e286e51e150fca2041fea9c984b414/pyuwsgi-2.0.23.post0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f6d37ec4c21afa7f7ca6d86747237ec488dfa5187c6c6f18c0208a11fdb2384c",
                "md5": "9e0b14ab6d9c8faed928fbae510d52e2",
                "sha256": "f4f9c0694a11d8dfbbe2814b8b242a7c4dfa143b63e01447fabce9966a90fa60"
            },
            "downloads": -1,
            "filename": "pyuwsgi-2.0.23.post0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "9e0b14ab6d9c8faed928fbae510d52e2",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 975952,
            "upload_time": "2024-01-10T22:29:37",
            "upload_time_iso_8601": "2024-01-10T22:29:37.302935Z",
            "url": "https://files.pythonhosted.org/packages/f6/d3/7ec4c21afa7f7ca6d86747237ec488dfa5187c6c6f18c0208a11fdb2384c/pyuwsgi-2.0.23.post0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1f2e7e914925581598f52466d0146801b66a27034c314d3e18234bd31af516a6",
                "md5": "ca1bff3f9ac504bda7fc50baf5f6485b",
                "sha256": "f75e45e14462cbb94fc32242378eef7bda97173de57a68a5d46e4053677a7547"
            },
            "downloads": -1,
            "filename": "pyuwsgi-2.0.23.post0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ca1bff3f9ac504bda7fc50baf5f6485b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 930677,
            "upload_time": "2024-01-10T22:29:38",
            "upload_time_iso_8601": "2024-01-10T22:29:38.744104Z",
            "url": "https://files.pythonhosted.org/packages/1f/2e/7e914925581598f52466d0146801b66a27034c314d3e18234bd31af516a6/pyuwsgi-2.0.23.post0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bcaaeceac4406cc9f04594f396c1977c65def27b624f02e8eccb04183d7b7532",
                "md5": "eb323eb73a93bb8531cf69ba00261ede",
                "sha256": "e7140fc3548cd9d0f02c4511b679ba47d26593d2cceb249d2d147c9901d90022"
            },
            "downloads": -1,
            "filename": "pyuwsgi-2.0.23.post0-cp39-cp39-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "eb323eb73a93bb8531cf69ba00261ede",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 909909,
            "upload_time": "2024-01-10T22:29:41",
            "upload_time_iso_8601": "2024-01-10T22:29:41.450976Z",
            "url": "https://files.pythonhosted.org/packages/bc/aa/eceac4406cc9f04594f396c1977c65def27b624f02e8eccb04183d7b7532/pyuwsgi-2.0.23.post0-cp39-cp39-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "019a2dbaa431ac21888c35c54a1e3626de55d44d5160451f47685741c7e01764",
                "md5": "0cdb5a6b7b479e1994a664b8ec25e0d4",
                "sha256": "ed348cc4c5a4964c8e8fa61ab0ef50c00f7676179a6c0cb0f55f0122db1db1c2"
            },
            "downloads": -1,
            "filename": "pyuwsgi-2.0.23.post0-cp39-cp39-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "0cdb5a6b7b479e1994a664b8ec25e0d4",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 952380,
            "upload_time": "2024-01-10T22:29:42",
            "upload_time_iso_8601": "2024-01-10T22:29:42.968130Z",
            "url": "https://files.pythonhosted.org/packages/01/9a/2dbaa431ac21888c35c54a1e3626de55d44d5160451f47685741c7e01764/pyuwsgi-2.0.23.post0-cp39-cp39-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6f9a5b8520d663ff953dbc0be33b6eb69c2ba820564d2856bd205c54b43448ef",
                "md5": "6fa868d517b1a0a0aeac0e6aad3f18d3",
                "sha256": "17a8818ec98f92e7935cf0ff56ed4f02a069362e10554df969f70fcdf78d9199"
            },
            "downloads": -1,
            "filename": "pyuwsgi-2.0.23.post0-cp39-cp39-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6fa868d517b1a0a0aeac0e6aad3f18d3",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 912715,
            "upload_time": "2024-01-10T22:29:45",
            "upload_time_iso_8601": "2024-01-10T22:29:45.065131Z",
            "url": "https://files.pythonhosted.org/packages/6f/9a/5b8520d663ff953dbc0be33b6eb69c2ba820564d2856bd205c54b43448ef/pyuwsgi-2.0.23.post0-cp39-cp39-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "680bea6abe180caec0dac65daaa38d27f79539fb2b4d8a9283aa05bf76724132",
                "md5": "50f77cda1d698976808991ae443389ef",
                "sha256": "04ec79c4a3acad21002ebf1479050c3208605d27cc6659008df51092951eeb8e"
            },
            "downloads": -1,
            "filename": "pyuwsgi-2.0.23.post0.tar.gz",
            "has_sig": false,
            "md5_digest": "50f77cda1d698976808991ae443389ef",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 850478,
            "upload_time": "2024-01-10T22:29:47",
            "upload_time_iso_8601": "2024-01-10T22:29:47.264243Z",
            "url": "https://files.pythonhosted.org/packages/68/0b/ea6abe180caec0dac65daaa38d27f79539fb2b4d8a9283aa05bf76724132/pyuwsgi-2.0.23.post0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-10 22:29:47",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pyuwsgi"
}
        
Elapsed time: 0.42380s