# 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.
---
[](https://lincolnloop.com)
`pyuwsgi` is sponsored by [Lincoln Loop](https://lincolnloop.com).
[](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": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "Unbit",
"author_email": "info@unbit.it",
"download_url": "https://files.pythonhosted.org/packages/06/50/1438aa4b04a30b62280f2ac1a614f0ae3c6ef0327f84302c840249a2616d/pyuwsgi-2.0.28.post1.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[](https://lincolnloop.com)\n\n`pyuwsgi` is sponsored by [Lincoln Loop](https://lincolnloop.com).\n\n[](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.28.post1",
"project_urls": {
"Homepage": "https://uwsgi-docs.readthedocs.io/en/latest/"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "502a77fc32fcce2248bec1ddf94974dc9486f1ec8e11d74f158c80241bc97675",
"md5": "9b8e6dce8d51a03fef607ccc2e174b60",
"sha256": "611e6585a51b3a1f9619e1069dcdc1b8bf37ad7aa16b271fce2ca3e1440fc548"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp310-cp310-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "9b8e6dce8d51a03fef607ccc2e174b60",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 661224,
"upload_time": "2024-10-31T19:21:16",
"upload_time_iso_8601": "2024-10-31T19:21:16.377111Z",
"url": "https://files.pythonhosted.org/packages/50/2a/77fc32fcce2248bec1ddf94974dc9486f1ec8e11d74f158c80241bc97675/pyuwsgi-2.0.28.post1-cp310-cp310-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "267fd2ffbdc9b3bcf32b49bd30103af61b8c6e300f3360da9a43863bf347715e",
"md5": "edff687e8aec53e6a2fb98a8079ee654",
"sha256": "5c2caedcc6fd0cd217b65ab863a51e18032b3ce81316d0a079652ed43ed8ba68"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp310-cp310-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "edff687e8aec53e6a2fb98a8079ee654",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 588686,
"upload_time": "2024-10-31T19:21:18",
"upload_time_iso_8601": "2024-10-31T19:21:18.439572Z",
"url": "https://files.pythonhosted.org/packages/26/7f/d2ffbdc9b3bcf32b49bd30103af61b8c6e300f3360da9a43863bf347715e/pyuwsgi-2.0.28.post1-cp310-cp310-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "90adfb5e7209ae341eec90ecbaa87700093b8e9278c2cfde09def14942dd73c3",
"md5": "716ed21b2bf70e6d8b4de9b5ad2d450e",
"sha256": "a9382286b9cf94b5d826388cda7097235b0f1348c7549c8b71100ecfc8d74c58"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "716ed21b2bf70e6d8b4de9b5ad2d450e",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 880747,
"upload_time": "2024-10-31T19:21:20",
"upload_time_iso_8601": "2024-10-31T19:21:20.875399Z",
"url": "https://files.pythonhosted.org/packages/90/ad/fb5e7209ae341eec90ecbaa87700093b8e9278c2cfde09def14942dd73c3/pyuwsgi-2.0.28.post1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b0aff3603c02f93080abbfa172779403997e44d99b1fbf47c54179a750564134",
"md5": "c163c7f0da717ce39b54f54926c4c0c0",
"sha256": "30798db4c0c9b36a12fd831cfe621c69569e226d177b3c28c6a191e2a819604f"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "c163c7f0da717ce39b54f54926c4c0c0",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 938981,
"upload_time": "2024-10-31T19:21:23",
"upload_time_iso_8601": "2024-10-31T19:21:23.509542Z",
"url": "https://files.pythonhosted.org/packages/b0/af/f3603c02f93080abbfa172779403997e44d99b1fbf47c54179a750564134/pyuwsgi-2.0.28.post1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6ebfcf125119cd2e23f421539fadb92d38465e2184742d18b7dcee91ef5e347a",
"md5": "3c85a945a9dfc42b4eee890c64fa5fe4",
"sha256": "4a4fbc27ccbe24cffb65ce89fbb7cf2e8a0af625b7706179786a810688cefd7f"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "3c85a945a9dfc42b4eee890c64fa5fe4",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 888282,
"upload_time": "2024-10-31T19:21:26",
"upload_time_iso_8601": "2024-10-31T19:21:26.027925Z",
"url": "https://files.pythonhosted.org/packages/6e/bf/cf125119cd2e23f421539fadb92d38465e2184742d18b7dcee91ef5e347a/pyuwsgi-2.0.28.post1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4ba2350bb70fcd8eb1eae268a2cfffe9e19e7999fed2606b97c85d1799b5dc24",
"md5": "dee39a1d476d62519b3893999eae0c35",
"sha256": "e1289847ba14ae2ba4f918c57e9d257ecd82a43f6c7a026e155577596c6304f1"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp310-cp310-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "dee39a1d476d62519b3893999eae0c35",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 861436,
"upload_time": "2024-10-31T19:21:27",
"upload_time_iso_8601": "2024-10-31T19:21:27.581679Z",
"url": "https://files.pythonhosted.org/packages/4b/a2/350bb70fcd8eb1eae268a2cfffe9e19e7999fed2606b97c85d1799b5dc24/pyuwsgi-2.0.28.post1-cp310-cp310-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8d284722b7718ba3851d3d5e6abd0e995ef465f685ccb53e8dcf08094a09401f",
"md5": "5fd425347257ab13bba06ad5a76aee2d",
"sha256": "91bdc9fcd1e13088ef57f7e58e427c9539e9d2c6d75157f55b5d17ef599e61ee"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp310-cp310-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "5fd425347257ab13bba06ad5a76aee2d",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 932284,
"upload_time": "2024-10-31T19:21:29",
"upload_time_iso_8601": "2024-10-31T19:21:29.080311Z",
"url": "https://files.pythonhosted.org/packages/8d/28/4722b7718ba3851d3d5e6abd0e995ef465f685ccb53e8dcf08094a09401f/pyuwsgi-2.0.28.post1-cp310-cp310-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d53d68983962820949499a1a12737443515c95cfc9cc0a6fc420df064d2a6fe1",
"md5": "c058663b8916b9556c9f7f04a01407bf",
"sha256": "a1b0a27f1b9c63a1ac9788a068e5905b8ebedb1b460b9256ac85d1318fd6a9a6"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp310-cp310-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "c058663b8916b9556c9f7f04a01407bf",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 869889,
"upload_time": "2024-10-31T19:21:30",
"upload_time_iso_8601": "2024-10-31T19:21:30.587177Z",
"url": "https://files.pythonhosted.org/packages/d5/3d/68983962820949499a1a12737443515c95cfc9cc0a6fc420df064d2a6fe1/pyuwsgi-2.0.28.post1-cp310-cp310-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e685ebcd2b5eadd60da2d03a678932cbd21c6a66b608d7bf29f0df52d0e05e14",
"md5": "58a6f9765add0b129775dcfeb8990d6d",
"sha256": "36d9c628067fc1c58534b800aacbb7499813b214cabe9128fb5ba79ad32ff9b9"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp311-cp311-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "58a6f9765add0b129775dcfeb8990d6d",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 661260,
"upload_time": "2024-10-31T19:21:32",
"upload_time_iso_8601": "2024-10-31T19:21:32.077293Z",
"url": "https://files.pythonhosted.org/packages/e6/85/ebcd2b5eadd60da2d03a678932cbd21c6a66b608d7bf29f0df52d0e05e14/pyuwsgi-2.0.28.post1-cp311-cp311-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ddb20190fcc9716cc9e5137b1c3c241a7f856fb7a3c799d0a7e0df8f35a899c6",
"md5": "a8446abf055e9f519f2afe877f611aea",
"sha256": "219032fe8bb8306cb05e7bc509ff134c853cfcbd7d809a867d5b8ecd589bef5d"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "a8446abf055e9f519f2afe877f611aea",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 588654,
"upload_time": "2024-10-31T19:21:34",
"upload_time_iso_8601": "2024-10-31T19:21:34.127240Z",
"url": "https://files.pythonhosted.org/packages/dd/b2/0190fcc9716cc9e5137b1c3c241a7f856fb7a3c799d0a7e0df8f35a899c6/pyuwsgi-2.0.28.post1-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "53b839d6b9bdfebb9c2c81d79b4e0a97490402b233c5b715051d79ad8c08a090",
"md5": "69d3ef6f1812a5582d9cabc31c406c4a",
"sha256": "1573ac212201ccbfea00b93d88fde89205d3c2f0a4d0c973058aa0b8745d4a2d"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "69d3ef6f1812a5582d9cabc31c406c4a",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 880664,
"upload_time": "2024-10-31T19:21:35",
"upload_time_iso_8601": "2024-10-31T19:21:35.538028Z",
"url": "https://files.pythonhosted.org/packages/53/b8/39d6b9bdfebb9c2c81d79b4e0a97490402b233c5b715051d79ad8c08a090/pyuwsgi-2.0.28.post1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5f95722712bcac3710ef0498fa00a96de4584b8fb0be7f8c571650aa6564264e",
"md5": "c24f21fb79a59175f96b95c41da97040",
"sha256": "6105bd14fa2e61505dc116574ba79f3f6e0f425f206d3bec2337463457167aba"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "c24f21fb79a59175f96b95c41da97040",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 938941,
"upload_time": "2024-10-31T19:21:37",
"upload_time_iso_8601": "2024-10-31T19:21:37.123440Z",
"url": "https://files.pythonhosted.org/packages/5f/95/722712bcac3710ef0498fa00a96de4584b8fb0be7f8c571650aa6564264e/pyuwsgi-2.0.28.post1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0c2f50b95e12dc5c55dbd37aa15fa0fb2a8fe51d60b5593c66282d12982fc63b",
"md5": "8f743de58e037fca7e34df3694ba8d3d",
"sha256": "44bfebc678b2dde10382197b9199ce546b699a672e05e139a3827efb121e704f"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "8f743de58e037fca7e34df3694ba8d3d",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 888198,
"upload_time": "2024-10-31T19:21:39",
"upload_time_iso_8601": "2024-10-31T19:21:39.272352Z",
"url": "https://files.pythonhosted.org/packages/0c/2f/50b95e12dc5c55dbd37aa15fa0fb2a8fe51d60b5593c66282d12982fc63b/pyuwsgi-2.0.28.post1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "06be30faee05298a5fe09f8952ed2d92ce7254d3e77b23826172e23c8de0bfd2",
"md5": "47a4cc601bffb7aa557d68d8e5318e2e",
"sha256": "e4e4775246f2ab079ea4bcf69d70441ffe81eba82a88eb4da6ae9debf334511f"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp311-cp311-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "47a4cc601bffb7aa557d68d8e5318e2e",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 861391,
"upload_time": "2024-10-31T19:21:41",
"upload_time_iso_8601": "2024-10-31T19:21:41.367916Z",
"url": "https://files.pythonhosted.org/packages/06/be/30faee05298a5fe09f8952ed2d92ce7254d3e77b23826172e23c8de0bfd2/pyuwsgi-2.0.28.post1-cp311-cp311-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e26e52d85e117e25b3f8624efcdf6b3094b323f068ca157848b28d20b2567a70",
"md5": "92a80f46fad75a0b78393c124a1be5a9",
"sha256": "e227836984735fdfa26d3be4927a6ae060ad8a0d28ef4a6adcd4f47fbfd7e876"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp311-cp311-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "92a80f46fad75a0b78393c124a1be5a9",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 932305,
"upload_time": "2024-10-31T19:21:43",
"upload_time_iso_8601": "2024-10-31T19:21:43.516646Z",
"url": "https://files.pythonhosted.org/packages/e2/6e/52d85e117e25b3f8624efcdf6b3094b323f068ca157848b28d20b2567a70/pyuwsgi-2.0.28.post1-cp311-cp311-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b321c767c706990c0ba9bb634990ecb86bc69f6873e3c9c0d881561113bfae19",
"md5": "3d753c60d25c0e4e393ac64595188b3f",
"sha256": "cf4f03d8b74d9754efd8cc6b0566258ccc1123a8c2fe49a11835242a6fb27efc"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp311-cp311-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "3d753c60d25c0e4e393ac64595188b3f",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 869815,
"upload_time": "2024-10-31T19:21:45",
"upload_time_iso_8601": "2024-10-31T19:21:45.943379Z",
"url": "https://files.pythonhosted.org/packages/b3/21/c767c706990c0ba9bb634990ecb86bc69f6873e3c9c0d881561113bfae19/pyuwsgi-2.0.28.post1-cp311-cp311-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1cd363f8d35e445fccfccb9f7b568db7f96b16cdd06ea6615b474cf1f66337b3",
"md5": "9fb8ca7b2ac24e6ec04dac344063adb8",
"sha256": "9390e8a2297186ede814d5863a06fa98b91295c813fdd3d08fe1357793476486"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp312-cp312-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "9fb8ca7b2ac24e6ec04dac344063adb8",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": null,
"size": 663610,
"upload_time": "2024-10-31T19:21:47",
"upload_time_iso_8601": "2024-10-31T19:21:47.719792Z",
"url": "https://files.pythonhosted.org/packages/1c/d3/63f8d35e445fccfccb9f7b568db7f96b16cdd06ea6615b474cf1f66337b3/pyuwsgi-2.0.28.post1-cp312-cp312-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "219b5cc43eae61af2fcffe38dd9a1381ae1591a6058aaccaea72c6f5e29ca371",
"md5": "f2f4a68eae8e7682963d6844be4979d9",
"sha256": "06a0294910de374ff43032b41333f7f9b62d59308b7f3eea29bc64d78fb93613"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "f2f4a68eae8e7682963d6844be4979d9",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": null,
"size": 589468,
"upload_time": "2024-10-31T19:21:49",
"upload_time_iso_8601": "2024-10-31T19:21:49.101701Z",
"url": "https://files.pythonhosted.org/packages/21/9b/5cc43eae61af2fcffe38dd9a1381ae1591a6058aaccaea72c6f5e29ca371/pyuwsgi-2.0.28.post1-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4f2acc0a1927f10235d26008a5e348eb596d88a50a4a09c42cb54ebaa295a4ec",
"md5": "9b19171ccb56d5139cd0819f468f6215",
"sha256": "64b40503a87621e79efe4306b77595a0cbcb69afa4f3428a85e4e8ac46068d88"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "9b19171ccb56d5139cd0819f468f6215",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": null,
"size": 881465,
"upload_time": "2024-10-31T19:21:50",
"upload_time_iso_8601": "2024-10-31T19:21:50.608686Z",
"url": "https://files.pythonhosted.org/packages/4f/2a/cc0a1927f10235d26008a5e348eb596d88a50a4a09c42cb54ebaa295a4ec/pyuwsgi-2.0.28.post1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "aa6b2315b270787846f4e8dc3589d4a8201cb7aa99db57dc6d3a883210c754e9",
"md5": "fcaf3b2b11a2b7e0b2c5fb03ce2617bd",
"sha256": "1157f49bfb360c1883feec82553adbed1e4a447e5ced66f36525a92f0e46397e"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "fcaf3b2b11a2b7e0b2c5fb03ce2617bd",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": null,
"size": 940156,
"upload_time": "2024-10-31T19:21:52",
"upload_time_iso_8601": "2024-10-31T19:21:52.797408Z",
"url": "https://files.pythonhosted.org/packages/aa/6b/2315b270787846f4e8dc3589d4a8201cb7aa99db57dc6d3a883210c754e9/pyuwsgi-2.0.28.post1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "df137d73f07240fe26499188a4f630ab3292dcf32536aa491a43620cc852b380",
"md5": "eb65d7ac99dfcc50f1ed86a9fe191416",
"sha256": "941d44a67760dc173c0f8318f8b7bd1ef7927533d6efb4641b2ea9e934f09981"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "eb65d7ac99dfcc50f1ed86a9fe191416",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": null,
"size": 889417,
"upload_time": "2024-10-31T19:21:54",
"upload_time_iso_8601": "2024-10-31T19:21:54.148758Z",
"url": "https://files.pythonhosted.org/packages/df/13/7d73f07240fe26499188a4f630ab3292dcf32536aa491a43620cc852b380/pyuwsgi-2.0.28.post1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fb49a084bcf40a159bc0855447b3eab8b7710453342310cdc7d99803d15d8707",
"md5": "31bf31e1fca9e77568f3c607b7bf11cf",
"sha256": "5a90b72a25ba1a34299f4958237a12f18154b373a9a0a93a6267af5e8798c1ee"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp312-cp312-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "31bf31e1fca9e77568f3c607b7bf11cf",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": null,
"size": 861901,
"upload_time": "2024-10-31T19:21:55",
"upload_time_iso_8601": "2024-10-31T19:21:55.646775Z",
"url": "https://files.pythonhosted.org/packages/fb/49/a084bcf40a159bc0855447b3eab8b7710453342310cdc7d99803d15d8707/pyuwsgi-2.0.28.post1-cp312-cp312-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5648329628c988438ed709218332f9a08282cdd657b688c652d56167cb870cc1",
"md5": "ec25a5558a9996def19d0343b53449ff",
"sha256": "2c29fdf5baaff9d717aedb63e7b78b90bec561afc099f952db44699adcb0c575"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp312-cp312-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "ec25a5558a9996def19d0343b53449ff",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": null,
"size": 933175,
"upload_time": "2024-10-31T19:21:57",
"upload_time_iso_8601": "2024-10-31T19:21:57.154152Z",
"url": "https://files.pythonhosted.org/packages/56/48/329628c988438ed709218332f9a08282cdd657b688c652d56167cb870cc1/pyuwsgi-2.0.28.post1-cp312-cp312-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8f4207f42601ae6a8ff162317190f53ba59311fe0ebeedf523bd79b69ab667c5",
"md5": "8c3b0ce172bbb81ab2898574fb16e5a8",
"sha256": "7e8fd6f2116d2afce52965c940a96a939e9d9c7409f3e19ba445a25e33779f08"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp312-cp312-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "8c3b0ce172bbb81ab2898574fb16e5a8",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": null,
"size": 871006,
"upload_time": "2024-10-31T19:21:58",
"upload_time_iso_8601": "2024-10-31T19:21:58.636114Z",
"url": "https://files.pythonhosted.org/packages/8f/42/07f42601ae6a8ff162317190f53ba59311fe0ebeedf523bd79b69ab667c5/pyuwsgi-2.0.28.post1-cp312-cp312-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "547de591df9501dd2591629a2cff11d30047bdc25b51bac53ce81294e50ea6d5",
"md5": "05e1bafd9730a93ac05a7c9c11e4ed68",
"sha256": "787fd67086df87921bc8837ef018cd7cf02834136f4735811375c1e17b776b40"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp313-cp313-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "05e1bafd9730a93ac05a7c9c11e4ed68",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": null,
"size": 657834,
"upload_time": "2024-10-31T19:22:00",
"upload_time_iso_8601": "2024-10-31T19:22:00.131183Z",
"url": "https://files.pythonhosted.org/packages/54/7d/e591df9501dd2591629a2cff11d30047bdc25b51bac53ce81294e50ea6d5/pyuwsgi-2.0.28.post1-cp313-cp313-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f358c64c3e1ef751b3a8d7cdda17e1ec0fd4edfd03f8f8684af04754573004e1",
"md5": "8c56abe6b826778efa63fd0c80f2a990",
"sha256": "f27ee3445eab37fabbe3afc6af68220c8f0bd28c5228d6a2ec7886d080614ad4"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp313-cp313-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "8c56abe6b826778efa63fd0c80f2a990",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": null,
"size": 589465,
"upload_time": "2024-10-31T19:22:01",
"upload_time_iso_8601": "2024-10-31T19:22:01.747720Z",
"url": "https://files.pythonhosted.org/packages/f3/58/c64c3e1ef751b3a8d7cdda17e1ec0fd4edfd03f8f8684af04754573004e1/pyuwsgi-2.0.28.post1-cp313-cp313-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ffadfa5014f7653094006378a0c5e0c3349bdaaecdde4c90168bd3e8a1024da7",
"md5": "75575d268911ce5bdec484a526cebd7c",
"sha256": "5bdd7ec17f795049ef346dc10efbfce6c1a9500f3f39262c86107c70b9a83cb9"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "75575d268911ce5bdec484a526cebd7c",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": null,
"size": 881423,
"upload_time": "2024-10-31T19:22:03",
"upload_time_iso_8601": "2024-10-31T19:22:03.679724Z",
"url": "https://files.pythonhosted.org/packages/ff/ad/fa5014f7653094006378a0c5e0c3349bdaaecdde4c90168bd3e8a1024da7/pyuwsgi-2.0.28.post1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "174d14aa75acf80347c9dea087c8b9046c78977113bafdf9625998e5e1172a76",
"md5": "db6f1b1e2c5c79fb4411503a9e09338b",
"sha256": "f4563fa76d64a2c309eb902511a1fcdce66865a03785c61494db5c53136ffa7a"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "db6f1b1e2c5c79fb4411503a9e09338b",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": null,
"size": 940149,
"upload_time": "2024-10-31T19:22:05",
"upload_time_iso_8601": "2024-10-31T19:22:05.966246Z",
"url": "https://files.pythonhosted.org/packages/17/4d/14aa75acf80347c9dea087c8b9046c78977113bafdf9625998e5e1172a76/pyuwsgi-2.0.28.post1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5e5e872c6c20e71d971d7bc5ce15b28a7589efc0cf0ce8907c71cfccc83cd66b",
"md5": "2851120f1e946f6b8270675c504391d8",
"sha256": "32838668eab84ac6847876d9da72768552fca556e09a1fe3a63facb976bd12ad"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "2851120f1e946f6b8270675c504391d8",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": null,
"size": 889435,
"upload_time": "2024-10-31T19:22:07",
"upload_time_iso_8601": "2024-10-31T19:22:07.706309Z",
"url": "https://files.pythonhosted.org/packages/5e/5e/872c6c20e71d971d7bc5ce15b28a7589efc0cf0ce8907c71cfccc83cd66b/pyuwsgi-2.0.28.post1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "be42d6213e452801edf88a6d33d143940fba768e12077bfe2302fea97d40117e",
"md5": "69593e41fc811bc15536c4752d97a358",
"sha256": "c9feafdfa73a632767a0cb1bafd285e36fba925b9c9ddd2b3311f2963c917c9f"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp313-cp313-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "69593e41fc811bc15536c4752d97a358",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": null,
"size": 861908,
"upload_time": "2024-10-31T19:22:09",
"upload_time_iso_8601": "2024-10-31T19:22:09.535534Z",
"url": "https://files.pythonhosted.org/packages/be/42/d6213e452801edf88a6d33d143940fba768e12077bfe2302fea97d40117e/pyuwsgi-2.0.28.post1-cp313-cp313-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "cf764ff14815ee0fc3aea5c510dc4de8a487e5a1173a1bb2d81c03c52fc6491e",
"md5": "bd32a26ff21d2b6dacfcf8fd99fde54f",
"sha256": "20d23ddbf28a831543d586c9e5727c9c28d7be7bd7cb853c7db2e0c529f605bf"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp313-cp313-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "bd32a26ff21d2b6dacfcf8fd99fde54f",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": null,
"size": 933187,
"upload_time": "2024-10-31T19:22:11",
"upload_time_iso_8601": "2024-10-31T19:22:11.626064Z",
"url": "https://files.pythonhosted.org/packages/cf/76/4ff14815ee0fc3aea5c510dc4de8a487e5a1173a1bb2d81c03c52fc6491e/pyuwsgi-2.0.28.post1-cp313-cp313-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8c651d90d5baa3c0360d7524b7390fc2dae5d26be8f995fb3f9eda76cfb2fc2e",
"md5": "de9edf80a97059b5db3e72eed2190e96",
"sha256": "c0b1b09bdf836a6cacf35e2bb06f6ad4b7dff6c6ad48895e1b1c0b0d19bbbfcc"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp313-cp313-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "de9edf80a97059b5db3e72eed2190e96",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": null,
"size": 870991,
"upload_time": "2024-10-31T19:22:13",
"upload_time_iso_8601": "2024-10-31T19:22:13.047388Z",
"url": "https://files.pythonhosted.org/packages/8c/65/1d90d5baa3c0360d7524b7390fc2dae5d26be8f995fb3f9eda76cfb2fc2e/pyuwsgi-2.0.28.post1-cp313-cp313-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2abfba04bc3a2162df96e9ceb38d88003a23b26dca5805b9fadffa1e57cc50a1",
"md5": "5b230a625f304b5fb8e1fa617c7c44a0",
"sha256": "735861b77e607e133f9905a5e0ba6505ef6788df1cfdb6af06e6dfef07dfa9af"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp37-cp37m-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "5b230a625f304b5fb8e1fa617c7c44a0",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": null,
"size": 660514,
"upload_time": "2024-10-31T19:22:15",
"upload_time_iso_8601": "2024-10-31T19:22:15.177877Z",
"url": "https://files.pythonhosted.org/packages/2a/bf/ba04bc3a2162df96e9ceb38d88003a23b26dca5805b9fadffa1e57cc50a1/pyuwsgi-2.0.28.post1-cp37-cp37m-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "67906ef32bb5d5343e872e59908bc280093c2e3dc2f5eede716cfa208cfb2e24",
"md5": "ef172c881e3b590333b3962b4bc523dd",
"sha256": "1dbe7d0bb8184ef6c9bec1a3593a02bd27de0348807c97533069a7bca2603d19"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "ef172c881e3b590333b3962b4bc523dd",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": null,
"size": 880198,
"upload_time": "2024-10-31T19:22:16",
"upload_time_iso_8601": "2024-10-31T19:22:16.649796Z",
"url": "https://files.pythonhosted.org/packages/67/90/6ef32bb5d5343e872e59908bc280093c2e3dc2f5eede716cfa208cfb2e24/pyuwsgi-2.0.28.post1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2601edaf508196982f3cd7b9aa851c3acb0805fb0e1e4562340e8da5dedb1fc5",
"md5": "62f69517e983c1b12c198efa5ce8e3a5",
"sha256": "4fcf8a76ad40af8c3c1a1e98f11be03e999e4957f48da6a180f5b8fc40b963c4"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "62f69517e983c1b12c198efa5ce8e3a5",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": null,
"size": 937895,
"upload_time": "2024-10-31T19:22:18",
"upload_time_iso_8601": "2024-10-31T19:22:18.849323Z",
"url": "https://files.pythonhosted.org/packages/26/01/edaf508196982f3cd7b9aa851c3acb0805fb0e1e4562340e8da5dedb1fc5/pyuwsgi-2.0.28.post1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0fece209f2a8dccdfe767a1a1e2864f4d926dbc56f4794c05a5ce5706903f81a",
"md5": "ce83dfc87ed7bb67d48bf91d753aad09",
"sha256": "6c969668db4599b6a5c927ad4bc1d698ea8c57fb10a943b51402fe80a97cdfc9"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "ce83dfc87ed7bb67d48bf91d753aad09",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": null,
"size": 886760,
"upload_time": "2024-10-31T19:22:20",
"upload_time_iso_8601": "2024-10-31T19:22:20.338577Z",
"url": "https://files.pythonhosted.org/packages/0f/ec/e209f2a8dccdfe767a1a1e2864f4d926dbc56f4794c05a5ce5706903f81a/pyuwsgi-2.0.28.post1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9203236704d32be382d7f9808d368164954d5587a6189e7c10cdcfe8f36d6811",
"md5": "4dbec21a354fbf336777c843a6e20cfa",
"sha256": "5b6bec34ca5b200dfc8b10c74b0a9e3da051747f5faa300f681bbb46cf573fd0"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp37-cp37m-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "4dbec21a354fbf336777c843a6e20cfa",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": null,
"size": 860760,
"upload_time": "2024-10-31T19:22:22",
"upload_time_iso_8601": "2024-10-31T19:22:22.523129Z",
"url": "https://files.pythonhosted.org/packages/92/03/236704d32be382d7f9808d368164954d5587a6189e7c10cdcfe8f36d6811/pyuwsgi-2.0.28.post1-cp37-cp37m-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c8bc5a0bbd6e14520aa1b6e4739e73eb89355b73da8dc8f82d3f025a92f1366a",
"md5": "db27aad5d76e0f2e0b0250d473dd851a",
"sha256": "8dc521dd980ee431d4e6fc9a018ad1df4840c4551f281a598878083f3d155243"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp37-cp37m-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "db27aad5d76e0f2e0b0250d473dd851a",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": null,
"size": 931127,
"upload_time": "2024-10-31T19:22:24",
"upload_time_iso_8601": "2024-10-31T19:22:24.682212Z",
"url": "https://files.pythonhosted.org/packages/c8/bc/5a0bbd6e14520aa1b6e4739e73eb89355b73da8dc8f82d3f025a92f1366a/pyuwsgi-2.0.28.post1-cp37-cp37m-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3705bba955a0ad20d2effe102e496186136763298981fc8245dbb1d81ebe164e",
"md5": "7a5c0f2939f9d2464b780b62157b695a",
"sha256": "1e6afc8916098ca35119dc0c619f29ef572f72c6f4425f29604c17397ae313b2"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp37-cp37m-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "7a5c0f2939f9d2464b780b62157b695a",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": null,
"size": 868509,
"upload_time": "2024-10-31T19:22:26",
"upload_time_iso_8601": "2024-10-31T19:22:26.088433Z",
"url": "https://files.pythonhosted.org/packages/37/05/bba955a0ad20d2effe102e496186136763298981fc8245dbb1d81ebe164e/pyuwsgi-2.0.28.post1-cp37-cp37m-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1ad3c1e73a65e81b7b05f9bc6be205488feb412d131539b37f5949b1071c7bdb",
"md5": "b731cd117b13f28fba9ab5583b971dfc",
"sha256": "b2f118d7211e4afb7e8248cd380c1eac3e87604c1143bbccac1679c3a3642e22"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp38-cp38-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "b731cd117b13f28fba9ab5583b971dfc",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": null,
"size": 661293,
"upload_time": "2024-10-31T19:22:28",
"upload_time_iso_8601": "2024-10-31T19:22:28.369652Z",
"url": "https://files.pythonhosted.org/packages/1a/d3/c1e73a65e81b7b05f9bc6be205488feb412d131539b37f5949b1071c7bdb/pyuwsgi-2.0.28.post1-cp38-cp38-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2724ce28a54eb9f03b8e68a6b7cd0031bf1f1f91f51b23e5a14e947372402392",
"md5": "ca92af35e092b0e8dea3872dd4284eb3",
"sha256": "327800fa58bfba5d6f2bd19331e812e0e1250aaa681874f5b92998f68e6bab75"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "ca92af35e092b0e8dea3872dd4284eb3",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": null,
"size": 880719,
"upload_time": "2024-10-31T19:22:29",
"upload_time_iso_8601": "2024-10-31T19:22:29.920578Z",
"url": "https://files.pythonhosted.org/packages/27/24/ce28a54eb9f03b8e68a6b7cd0031bf1f1f91f51b23e5a14e947372402392/pyuwsgi-2.0.28.post1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4691aa836939b01597535f00809e860aacf00f8e23f1eba6f6f3c3404d5e1826",
"md5": "2174f1c50ddd9dbb346051ff7833e13c",
"sha256": "b351e76c9a18dc3e8a635994a98571b9ca7f10e371a0085ae3c8cd95f3db66cd"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "2174f1c50ddd9dbb346051ff7833e13c",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": null,
"size": 939152,
"upload_time": "2024-10-31T19:22:31",
"upload_time_iso_8601": "2024-10-31T19:22:31.558582Z",
"url": "https://files.pythonhosted.org/packages/46/91/aa836939b01597535f00809e860aacf00f8e23f1eba6f6f3c3404d5e1826/pyuwsgi-2.0.28.post1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fe961fb0edcc366a4e6b0371bb0d4e721517f1470acbc56c3e95ef8c0cb60f71",
"md5": "022f94f93017a1b9032f848cfbb779ad",
"sha256": "29c6f658625f2470d905276987aec898a690eee33f49c9c3961ca9d912abd046"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "022f94f93017a1b9032f848cfbb779ad",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": null,
"size": 888243,
"upload_time": "2024-10-31T19:22:32",
"upload_time_iso_8601": "2024-10-31T19:22:32.973689Z",
"url": "https://files.pythonhosted.org/packages/fe/96/1fb0edcc366a4e6b0371bb0d4e721517f1470acbc56c3e95ef8c0cb60f71/pyuwsgi-2.0.28.post1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "bedfd8222c97b3a73200827ae76882bfb72f21b02504b74c364acaa2b7b12979",
"md5": "bf08870df8b5493f56a33cc1efd97d18",
"sha256": "9436ac4450730e1bcca4591ebb781eabcfcf93462114e199b951118032144323"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp38-cp38-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "bf08870df8b5493f56a33cc1efd97d18",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": null,
"size": 861523,
"upload_time": "2024-10-31T19:22:34",
"upload_time_iso_8601": "2024-10-31T19:22:34.459246Z",
"url": "https://files.pythonhosted.org/packages/be/df/d8222c97b3a73200827ae76882bfb72f21b02504b74c364acaa2b7b12979/pyuwsgi-2.0.28.post1-cp38-cp38-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "37f7c2de822c4cd4edfc100cc88ec7937076636f26319dfaa44daa055c821a04",
"md5": "fde3a90e24bdb5c1c9d4572bfe2ea9d4",
"sha256": "0b1c131288b6b473e39c5b02e63c34b64422665749dcadee41ef98d64b5db5d0"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp38-cp38-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "fde3a90e24bdb5c1c9d4572bfe2ea9d4",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": null,
"size": 932316,
"upload_time": "2024-10-31T19:22:35",
"upload_time_iso_8601": "2024-10-31T19:22:35.998110Z",
"url": "https://files.pythonhosted.org/packages/37/f7/c2de822c4cd4edfc100cc88ec7937076636f26319dfaa44daa055c821a04/pyuwsgi-2.0.28.post1-cp38-cp38-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3cc6330142e1437b2140a070d6ccabe05f62fcf3599308d4a600bc4a3f4861c2",
"md5": "836774151526a814e6e91a8685cd2fb7",
"sha256": "a8a932c9d34b2f0007eabf04728ffae7be8bfb87a044daee50a82b6796ad5b34"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp38-cp38-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "836774151526a814e6e91a8685cd2fb7",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": null,
"size": 869998,
"upload_time": "2024-10-31T19:22:38",
"upload_time_iso_8601": "2024-10-31T19:22:38.196406Z",
"url": "https://files.pythonhosted.org/packages/3c/c6/330142e1437b2140a070d6ccabe05f62fcf3599308d4a600bc4a3f4861c2/pyuwsgi-2.0.28.post1-cp38-cp38-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1f9dc7586b7f1d741d0e06f766f06819196ec2570cc03c4c1eb5af6eb09add93",
"md5": "888dafac61ac5b03673e937a01deabeb",
"sha256": "f55071012ce5d728ac428be78c3710e986acc02dcfc1d72f3a76541b85e25cfb"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp39-cp39-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "888dafac61ac5b03673e937a01deabeb",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 661226,
"upload_time": "2024-10-31T19:22:39",
"upload_time_iso_8601": "2024-10-31T19:22:39.718116Z",
"url": "https://files.pythonhosted.org/packages/1f/9d/c7586b7f1d741d0e06f766f06819196ec2570cc03c4c1eb5af6eb09add93/pyuwsgi-2.0.28.post1-cp39-cp39-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d147751f5042ccf7579d05589fd3c62b32fc5b4b362cfd0ae5500d513cd89087",
"md5": "47b94104f84786378eaf4afa37201ccf",
"sha256": "fa60c4fb1e483c079d1f3767863bc41884f6322f0744ac5d6398b0e505e9d21e"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp39-cp39-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "47b94104f84786378eaf4afa37201ccf",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 588682,
"upload_time": "2024-10-31T19:22:41",
"upload_time_iso_8601": "2024-10-31T19:22:41.442468Z",
"url": "https://files.pythonhosted.org/packages/d1/47/751f5042ccf7579d05589fd3c62b32fc5b4b362cfd0ae5500d513cd89087/pyuwsgi-2.0.28.post1-cp39-cp39-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a5d4746a8ea469ee31d0806ae1d459564114386117f37e1cc1fb445355fbb6ae",
"md5": "51addb7e67c3f8389e0fc08b6ba8b00a",
"sha256": "ad20990917364f8f9b3fc62424edc6d9a992146bc5e15d37b1bbc9c3934ddf9b"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "51addb7e67c3f8389e0fc08b6ba8b00a",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 880746,
"upload_time": "2024-10-31T19:22:42",
"upload_time_iso_8601": "2024-10-31T19:22:42.963788Z",
"url": "https://files.pythonhosted.org/packages/a5/d4/746a8ea469ee31d0806ae1d459564114386117f37e1cc1fb445355fbb6ae/pyuwsgi-2.0.28.post1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7f1abaab2602eaf96221134484bd656ca4cfd40706bc8069b2667a530bf8ce02",
"md5": "b7e0b3eb29aa8478b188a94bb497d7a4",
"sha256": "167d05f635c46287ee8709b09f422fbc16310acad3c9bd100a267679c061fe62"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "b7e0b3eb29aa8478b188a94bb497d7a4",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 938974,
"upload_time": "2024-10-31T19:22:44",
"upload_time_iso_8601": "2024-10-31T19:22:44.626255Z",
"url": "https://files.pythonhosted.org/packages/7f/1a/baab2602eaf96221134484bd656ca4cfd40706bc8069b2667a530bf8ce02/pyuwsgi-2.0.28.post1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9d7ec31cfb1eabe56cea32ede6cae013d32670adb42b676ee83122415d858011",
"md5": "296375ab5849cb8e05053f51c7c68c57",
"sha256": "2300dba7037089a23b0eb4d2b037391be4d89b73e597671d0f23903a529cd552"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "296375ab5849cb8e05053f51c7c68c57",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 888290,
"upload_time": "2024-10-31T19:22:46",
"upload_time_iso_8601": "2024-10-31T19:22:46.863894Z",
"url": "https://files.pythonhosted.org/packages/9d/7e/c31cfb1eabe56cea32ede6cae013d32670adb42b676ee83122415d858011/pyuwsgi-2.0.28.post1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "64e1057b3de0ef25154ca34c9e9b44ead4f8776cbcc7f40edb09de4eb5c8a1c4",
"md5": "dc40cf5767e34bce4f5ca58a0b937c00",
"sha256": "f61adc1ab15da41675af36256feccd0cafb797c703499930fd5b3b381b0b6273"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp39-cp39-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "dc40cf5767e34bce4f5ca58a0b937c00",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 861434,
"upload_time": "2024-10-31T19:22:48",
"upload_time_iso_8601": "2024-10-31T19:22:48.494512Z",
"url": "https://files.pythonhosted.org/packages/64/e1/057b3de0ef25154ca34c9e9b44ead4f8776cbcc7f40edb09de4eb5c8a1c4/pyuwsgi-2.0.28.post1-cp39-cp39-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2b154ed4ac9f6fb6c07296cf542e38c701ecc466f4bc938a3ff25c012ea6c3a4",
"md5": "ddeffe8a8ff8b6fa34a856f53264c5ad",
"sha256": "dc85ba45af7a7b89e3a722cf9cbba724fabb2c3b5caf3c25d67286ab329df97c"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp39-cp39-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "ddeffe8a8ff8b6fa34a856f53264c5ad",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 932280,
"upload_time": "2024-10-31T19:22:50",
"upload_time_iso_8601": "2024-10-31T19:22:50.757447Z",
"url": "https://files.pythonhosted.org/packages/2b/15/4ed4ac9f6fb6c07296cf542e38c701ecc466f4bc938a3ff25c012ea6c3a4/pyuwsgi-2.0.28.post1-cp39-cp39-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "794bc6a09f09926b138fee8e1b4d224354d72d300ca1897923360846be5eaff6",
"md5": "2fc80d70f533c3dabe6060510df42003",
"sha256": "81e59789af3b568ed1c4484b4bac9e4b79810f4774d8d3ab9056eb3f500e1e94"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1-cp39-cp39-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "2fc80d70f533c3dabe6060510df42003",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 869894,
"upload_time": "2024-10-31T19:22:52",
"upload_time_iso_8601": "2024-10-31T19:22:52.466955Z",
"url": "https://files.pythonhosted.org/packages/79/4b/c6a09f09926b138fee8e1b4d224354d72d300ca1897923360846be5eaff6/pyuwsgi-2.0.28.post1-cp39-cp39-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "06501438aa4b04a30b62280f2ac1a614f0ae3c6ef0327f84302c840249a2616d",
"md5": "4cebf408e08cd63e2ad4ecdd71914e71",
"sha256": "3b85217fd489d623512066ffed0cfc4c95bd3321655e9c6ea13cf6c7f064c9b0"
},
"downloads": -1,
"filename": "pyuwsgi-2.0.28.post1.tar.gz",
"has_sig": false,
"md5_digest": "4cebf408e08cd63e2ad4ecdd71914e71",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 856346,
"upload_time": "2024-10-31T19:22:53",
"upload_time_iso_8601": "2024-10-31T19:22:53.953696Z",
"url": "https://files.pythonhosted.org/packages/06/50/1438aa4b04a30b62280f2ac1a614f0ae3c6ef0327f84302c840249a2616d/pyuwsgi-2.0.28.post1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-31 19:22:53",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "pyuwsgi"
}