.. image:: https://raw.githubusercontent.com/rogerbinns/apsw/master/doc/apswlogo.png
:width: 215 px
:align: left
:alt: APSW logo - links to documentation
:target: https://rogerbinns.github.io/apsw/
APSW stands for **A**\ nother **P**\ ython **S**\ QLite **W**\ rapper. APSW
supports CPython 3.9 onwards.
About
=====
APSW lets you get the most out of the `SQLite <https://sqlite.org/>`__
embedded relational database engine from Python, and the most out of
Python from SQLite. APSW glues together the complete `SQLite C API
<https://sqlite.org/c3ref/intro.html>`__ and `Python's C API
<https://docs.python.org/3/c-api/index.html>`__, staying up to date
with both SQLite and Python. This includes `full text search
<https://rogerbinns.github.io/apsw/textsearch.html>`__.
It is recommended to use the builtin `sqlite3 module
<https://docs.python.org/3/library/sqlite3.html>`__ if you want SQLite
to appear interchangeable with the other database drivers.
Use APSW when you want to use SQLite fully, and have an improved
developer experience. The `documentation
<https://rogerbinns.github.io/apsw/pysqlite.html>`__ has a section on
the differences between APSW and sqlite3.
Help/Documentation
==================
There is a tour and example code using APSW at
https://rogerbinns.github.io/apsw/example.html
The latest documentation is at https://rogerbinns.github.io/apsw/
Mailing lists/contacts
======================
* `Python SQLite discussion group
<https://groups.google.com/group/python-sqlite>`__ (preferred)
* `Github discussions <https://github.com/rogerbinns/apsw/discussions>`__
* You can also email the author at `rogerb@rogerbinns.com
<mailto:rogerb@rogerbinns.com>`__
Releases and Changes
====================
Releases are made to `PyPI <https://pypi.org/project/apsw/>`__
(install using pip) and `Github
<https://github.com/rogerbinns/apsw/releases>`__
New release announcements are sent to the `Python SQLite discussion
group <https://groups.google.com/group/python-sqlite>`__ and there is
an `RSS feed from PyPI
<https://pypi.org/rss/project/apsw/releases.xml>`__.
`Full detailed list of changes
<https://rogerbinns.github.io/apsw/changes.html>`__
Bugs
====
You can find existing and fixed bugs by clicking on `Issues
<https://github.com/rogerbinns/apsw/issues>`__ and using "New Issue"
to report previously unknown issues.
License
=======
See `LICENSE
<https://github.com/rogerbinns/apsw/blob/master/LICENSE>`__ - in
essence any OSI approved open source license.
Raw data
{
"_id": null,
"home_page": "https://github.com/rogerbinns/apsw",
"name": "apsw",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "database, sqlite",
"author": "Roger Binns",
"author_email": "rogerb@rogerbinns.com",
"download_url": "https://files.pythonhosted.org/packages/02/ea/7469e89d75a07972255aac4c1b98675bfbc74df32a19dd5dc8ba87aa552b/apsw-3.50.4.0.tar.gz",
"platform": "any",
"description": ".. image:: https://raw.githubusercontent.com/rogerbinns/apsw/master/doc/apswlogo.png\n :width: 215 px\n :align: left\n :alt: APSW logo - links to documentation\n :target: https://rogerbinns.github.io/apsw/\n\nAPSW stands for **A**\\ nother **P**\\ ython **S**\\ QLite **W**\\ rapper. APSW\nsupports CPython 3.9 onwards.\n\nAbout\n=====\n\nAPSW lets you get the most out of the `SQLite <https://sqlite.org/>`__\nembedded relational database engine from Python, and the most out of\nPython from SQLite. APSW glues together the complete `SQLite C API\n<https://sqlite.org/c3ref/intro.html>`__ and `Python's C API\n<https://docs.python.org/3/c-api/index.html>`__, staying up to date\nwith both SQLite and Python. This includes `full text search\n<https://rogerbinns.github.io/apsw/textsearch.html>`__.\n\n\nIt is recommended to use the builtin `sqlite3 module\n<https://docs.python.org/3/library/sqlite3.html>`__ if you want SQLite\nto appear interchangeable with the other database drivers.\n\nUse APSW when you want to use SQLite fully, and have an improved\ndeveloper experience. The `documentation\n<https://rogerbinns.github.io/apsw/pysqlite.html>`__ has a section on\nthe differences between APSW and sqlite3.\n\nHelp/Documentation\n==================\n\nThere is a tour and example code using APSW at\nhttps://rogerbinns.github.io/apsw/example.html\n\nThe latest documentation is at https://rogerbinns.github.io/apsw/\n\nMailing lists/contacts\n======================\n\n* `Python SQLite discussion group\n <https://groups.google.com/group/python-sqlite>`__ (preferred)\n* `Github discussions <https://github.com/rogerbinns/apsw/discussions>`__\n* You can also email the author at `rogerb@rogerbinns.com\n <mailto:rogerb@rogerbinns.com>`__\n\nReleases and Changes\n====================\n\nReleases are made to `PyPI <https://pypi.org/project/apsw/>`__\n(install using pip) and `Github\n<https://github.com/rogerbinns/apsw/releases>`__\n\nNew release announcements are sent to the `Python SQLite discussion\ngroup <https://groups.google.com/group/python-sqlite>`__ and there is\nan `RSS feed from PyPI\n<https://pypi.org/rss/project/apsw/releases.xml>`__.\n\n`Full detailed list of changes\n<https://rogerbinns.github.io/apsw/changes.html>`__\n\nBugs\n====\n\nYou can find existing and fixed bugs by clicking on `Issues\n<https://github.com/rogerbinns/apsw/issues>`__ and using \"New Issue\"\nto report previously unknown issues.\n\nLicense\n=======\n\nSee `LICENSE\n<https://github.com/rogerbinns/apsw/blob/master/LICENSE>`__ - in\nessence any OSI approved open source license.\n",
"bugtrack_url": null,
"license": "any-OSI",
"summary": "Another Python SQLite Wrapper",
"version": "3.50.4.0",
"project_urls": {
"Changelog": "https://rogerbinns.github.io/apsw/changes.html",
"Code": "https://github.com/rogerbinns/apsw",
"Documentation": "https://rogerbinns.github.io/apsw/",
"Example": "https://rogerbinns.github.io/apsw/example.html",
"Homepage": "https://github.com/rogerbinns/apsw",
"Issue Tracker": "https://github.com/rogerbinns/apsw/issues"
},
"split_keywords": [
"database",
" sqlite"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "4cdd80bd8f24dd88a3b646c83e7ce9e84f1264be4046e89aaae1fc3d84805a8e",
"md5": "fb7ae8b426211e2e41c61e1e6504a050",
"sha256": "6a6a3a7c11669f040cc50903548146b7e3ae402cacc71e7bd9483c9a875d94f3"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp310-cp310-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "fb7ae8b426211e2e41c61e1e6504a050",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 1937222,
"upload_time": "2025-07-31T15:34:44",
"upload_time_iso_8601": "2025-07-31T15:34:44.613296Z",
"url": "https://files.pythonhosted.org/packages/4c/dd/80bd8f24dd88a3b646c83e7ce9e84f1264be4046e89aaae1fc3d84805a8e/apsw-3.50.4.0-cp310-cp310-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2abd3b177b54eabfb83b5f42f3ce6d861568049e31e0f58be0225eb83b2dd165",
"md5": "d72d7896bb10d67575fdc90d4b1a5a17",
"sha256": "0ed916cab40aae949a858cd410ab3e4b8bb22c418cd5767d536041844c145d95"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp310-cp310-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "d72d7896bb10d67575fdc90d4b1a5a17",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 1865730,
"upload_time": "2025-07-31T15:34:46",
"upload_time_iso_8601": "2025-07-31T15:34:46.877252Z",
"url": "https://files.pythonhosted.org/packages/2a/bd/3b177b54eabfb83b5f42f3ce6d861568049e31e0f58be0225eb83b2dd165/apsw-3.50.4.0-cp310-cp310-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5e6cf847748bf7f5a0cbf49f34ebe7cd657a6e33fbcc672dd6160d416bbcd887",
"md5": "38f49077ecbf3b2b7658f3f39cd68b04",
"sha256": "e915332f37ef83d1cd203e28052b7330e470e1fd8062977ead0bc4ef2fd95c8d"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp310-cp310-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "38f49077ecbf3b2b7658f3f39cd68b04",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 6907121,
"upload_time": "2025-07-31T15:34:48",
"upload_time_iso_8601": "2025-07-31T15:34:48.510696Z",
"url": "https://files.pythonhosted.org/packages/5e/6c/f847748bf7f5a0cbf49f34ebe7cd657a6e33fbcc672dd6160d416bbcd887/apsw-3.50.4.0-cp310-cp310-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b4a0f325e5bcda3a55c17333283e468113923f4f83a3cf9fa63e6c3044f8bb27",
"md5": "3597b6356cd259b73db0f6a8b44fb649",
"sha256": "6cefbf0ecb1a31c4b465673b4b05f31754e59d04cdd98c610cf6c2abe341e8fa"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp310-cp310-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl",
"has_sig": false,
"md5_digest": "3597b6356cd259b73db0f6a8b44fb649",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 6623837,
"upload_time": "2025-07-31T15:34:50",
"upload_time_iso_8601": "2025-07-31T15:34:50.859541Z",
"url": "https://files.pythonhosted.org/packages/b4/a0/f325e5bcda3a55c17333283e468113923f4f83a3cf9fa63e6c3044f8bb27/apsw-3.50.4.0-cp310-cp310-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f2e0c5a45e533d09590d5d3deb33aea09c7d64f69f6f6c56a8bf42d9a3bd472e",
"md5": "3ac9c0a00e36cd1eee12a374cf9cff83",
"sha256": "e039e4929dd587195b43754fa159a85b9ed1e96f454a53eee95da3c21e14a75a"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp310-cp310-manylinux_2_28_i686.whl",
"has_sig": false,
"md5_digest": "3ac9c0a00e36cd1eee12a374cf9cff83",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 6825942,
"upload_time": "2025-07-31T15:34:52",
"upload_time_iso_8601": "2025-07-31T15:34:52.758904Z",
"url": "https://files.pythonhosted.org/packages/f2/e0/c5a45e533d09590d5d3deb33aea09c7d64f69f6f6c56a8bf42d9a3bd472e/apsw-3.50.4.0-cp310-cp310-manylinux_2_28_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "15df9b2821988c10924124b7881a2e81002cc98a6af7c89c7ebbd774c96b6103",
"md5": "4bb634bc3badce11ac07780396fd8dec",
"sha256": "38e25f912cf6903bfeea770731386334d11f1c3f343c4badfbba1bc1df4d9bca"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp310-cp310-manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "4bb634bc3badce11ac07780396fd8dec",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 6945683,
"upload_time": "2025-07-31T15:34:57",
"upload_time_iso_8601": "2025-07-31T15:34:57.636639Z",
"url": "https://files.pythonhosted.org/packages/15/df/9b2821988c10924124b7881a2e81002cc98a6af7c89c7ebbd774c96b6103/apsw-3.50.4.0-cp310-cp310-manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "bd625da525a6d8d886ba157fb290feefcbe14f4e04a6240d8d85c158bf011ca5",
"md5": "e5cc6195a7c63d88ed2c9c87aa84ccb3",
"sha256": "c8143094744ddeafa5542d5c2238092a8cbc84f4c11ca13284ff6045a2f07234"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp310-cp310-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "e5cc6195a7c63d88ed2c9c87aa84ccb3",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 6869462,
"upload_time": "2025-07-31T15:34:59",
"upload_time_iso_8601": "2025-07-31T15:34:59.266720Z",
"url": "https://files.pythonhosted.org/packages/bd/62/5da525a6d8d886ba157fb290feefcbe14f4e04a6240d8d85c158bf011ca5/apsw-3.50.4.0-cp310-cp310-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "37570c688aef613d31b190a20fd3611318b9026e630285d8fd3b6f7b5606ca67",
"md5": "1230879288477b938cd57c01300b77e4",
"sha256": "598b0ada3be913192d48beffef1a3d087db5a3c34079b3aeb8b74b76ac51a96e"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp310-cp310-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "1230879288477b938cd57c01300b77e4",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 6764586,
"upload_time": "2025-07-31T15:35:01",
"upload_time_iso_8601": "2025-07-31T15:35:01.622332Z",
"url": "https://files.pythonhosted.org/packages/37/57/0c688aef613d31b190a20fd3611318b9026e630285d8fd3b6f7b5606ca67/apsw-3.50.4.0-cp310-cp310-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "636d80ef3adfecb7c27184e413cbd64ec2ff5d9222a00ea049744caaa301f362",
"md5": "d268e4c5d45cee791f46849529f0808c",
"sha256": "6c6ab1a39981959a330595787938bf03a5ecb92e8ee2eb4113ee6407a52d9231"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp310-cp310-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "d268e4c5d45cee791f46849529f0808c",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 6891339,
"upload_time": "2025-07-31T15:35:03",
"upload_time_iso_8601": "2025-07-31T15:35:03.101490Z",
"url": "https://files.pythonhosted.org/packages/63/6d/80ef3adfecb7c27184e413cbd64ec2ff5d9222a00ea049744caaa301f362/apsw-3.50.4.0-cp310-cp310-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "64e40f25f51cded0d8e77e5e154898537f71e6387710bc0707d4748544050412",
"md5": "9bc28fb6c25b62556fbda1cd0ca0d8a1",
"sha256": "8b45914d674567b89168999a6d98b9f3b06b26a8b9d09a47f37f6110980622e6"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp310-cp310-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "9bc28fb6c25b62556fbda1cd0ca0d8a1",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 6940246,
"upload_time": "2025-07-31T15:35:05",
"upload_time_iso_8601": "2025-07-31T15:35:05.002597Z",
"url": "https://files.pythonhosted.org/packages/64/e4/0f25f51cded0d8e77e5e154898537f71e6387710bc0707d4748544050412/apsw-3.50.4.0-cp310-cp310-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "fa51a9b51dab91ef706325754f65c18c817eae820c7e2c83e8a5c9f0c17279f6",
"md5": "068758821890ed2b5bdb344359c00325",
"sha256": "f73060e9afbe9d80932466ecec9ef3b292872b43aac28ee65b1bcb362ec3969d"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp310-cp310-win32.whl",
"has_sig": false,
"md5_digest": "068758821890ed2b5bdb344359c00325",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 1578526,
"upload_time": "2025-07-31T15:35:06",
"upload_time_iso_8601": "2025-07-31T15:35:06.542959Z",
"url": "https://files.pythonhosted.org/packages/fa/51/a9b51dab91ef706325754f65c18c817eae820c7e2c83e8a5c9f0c17279f6/apsw-3.50.4.0-cp310-cp310-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b24d4717cfc9ae29970fd91946219feffffd1cf6607bf054e8eba9083c65548d",
"md5": "31fef02f6f9ea8ab9cfd6ac9c8d2a396",
"sha256": "1afe18aac37dcdc2e3735afc9a1bae7c7c4975f4cd4ae62a179cd370c75c78b0"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "31fef02f6f9ea8ab9cfd6ac9c8d2a396",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 1767544,
"upload_time": "2025-07-31T15:35:07",
"upload_time_iso_8601": "2025-07-31T15:35:07.937665Z",
"url": "https://files.pythonhosted.org/packages/b2/4d/4717cfc9ae29970fd91946219feffffd1cf6607bf054e8eba9083c65548d/apsw-3.50.4.0-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "75434f3233dbb2b24ec75753ce70d7311abb57cf703a7fa083fe86cadd5a341d",
"md5": "e63a26248ccd8bd83aba3a4a097e07c1",
"sha256": "647cefef80bbc79aa43a901caa71f16a354cb8339359fe4f39ff7b5d6b8a4111"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp310-cp310-win_arm64.whl",
"has_sig": false,
"md5_digest": "e63a26248ccd8bd83aba3a4a097e07c1",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 1588755,
"upload_time": "2025-07-31T15:35:09",
"upload_time_iso_8601": "2025-07-31T15:35:09.285367Z",
"url": "https://files.pythonhosted.org/packages/75/43/4f3233dbb2b24ec75753ce70d7311abb57cf703a7fa083fe86cadd5a341d/apsw-3.50.4.0-cp310-cp310-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "167f7c883e06273c6d598e3aa6148d1e731686c2c3643238d05cbae9b9ab9b58",
"md5": "549e6690b3147fdda0eedbed8b4c23ab",
"sha256": "af5886799a819b757eee9fbd427d321f0982cf85c7e85eda9954151e010e6c90"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp311-cp311-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "549e6690b3147fdda0eedbed8b4c23ab",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 1939370,
"upload_time": "2025-07-31T15:35:10",
"upload_time_iso_8601": "2025-07-31T15:35:10.636682Z",
"url": "https://files.pythonhosted.org/packages/16/7f/7c883e06273c6d598e3aa6148d1e731686c2c3643238d05cbae9b9ab9b58/apsw-3.50.4.0-cp311-cp311-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2e05f46533826182b8902b31bacdf7e51c44e12a4af8261282d99fe3f848f8f1",
"md5": "d4cd836aeb04c9b0998b669b1d30cad2",
"sha256": "62c7f20952e8c8f11775cb27f644248653f342faecd2eef60b72e37709b7bdc7"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "d4cd836aeb04c9b0998b669b1d30cad2",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 1867589,
"upload_time": "2025-07-31T15:35:12",
"upload_time_iso_8601": "2025-07-31T15:35:12.023954Z",
"url": "https://files.pythonhosted.org/packages/2e/05/f46533826182b8902b31bacdf7e51c44e12a4af8261282d99fe3f848f8f1/apsw-3.50.4.0-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e64149946539b5164157a4354a0ac89a72c5cc241d2fd1e2693767b84051cfee",
"md5": "f2772491bf8c9c3ed5399f51fd29261f",
"sha256": "ed4afd33517d4597c19f739aeca5c3ec9d6787b67964884370296ad6a3ef97f8"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp311-cp311-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "f2772491bf8c9c3ed5399f51fd29261f",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 7097826,
"upload_time": "2025-07-31T15:35:13",
"upload_time_iso_8601": "2025-07-31T15:35:13.904601Z",
"url": "https://files.pythonhosted.org/packages/e6/41/49946539b5164157a4354a0ac89a72c5cc241d2fd1e2693767b84051cfee/apsw-3.50.4.0-cp311-cp311-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8e48090fd8edebe4fdaf31154713a652e0c28a6d77ffff3cddc2a4c9a8ac7fd0",
"md5": "67bf175e23e219407cd1bdc9fcf1c1de",
"sha256": "353fbdc89354c35b5fc4e1765bc037e66210b26f23dae32458ef0953cbda7295"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp311-cp311-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl",
"has_sig": false,
"md5_digest": "67bf175e23e219407cd1bdc9fcf1c1de",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 6793738,
"upload_time": "2025-07-31T15:35:15",
"upload_time_iso_8601": "2025-07-31T15:35:15.497332Z",
"url": "https://files.pythonhosted.org/packages/8e/48/090fd8edebe4fdaf31154713a652e0c28a6d77ffff3cddc2a4c9a8ac7fd0/apsw-3.50.4.0-cp311-cp311-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3046908d6567ff728e6aa8b37a1a9c9179f5b37085a7f2814b9d07044a4e09f6",
"md5": "d38b43a3d917d2c8d956505425c0adc3",
"sha256": "3d8d128bdd018b3e2f5343832d056739b20158d8b3587be3984e0aa8e5137ab3"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp311-cp311-manylinux_2_28_i686.whl",
"has_sig": false,
"md5_digest": "d38b43a3d917d2c8d956505425c0adc3",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 6954867,
"upload_time": "2025-07-31T15:35:17",
"upload_time_iso_8601": "2025-07-31T15:35:17.033082Z",
"url": "https://files.pythonhosted.org/packages/30/46/908d6567ff728e6aa8b37a1a9c9179f5b37085a7f2814b9d07044a4e09f6/apsw-3.50.4.0-cp311-cp311-manylinux_2_28_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "65adee5a804dbe7885fd33f0daedd4938cebc03ffb6dd8d896d4761303d58b82",
"md5": "7cee50db2ea846d3497c4b66ae0438e8",
"sha256": "d5e8adf21b3781bcaf86a9e72c38398a236bcaa4c9d666382c03d81729fd0805"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp311-cp311-manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "7cee50db2ea846d3497c4b66ae0438e8",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 7083690,
"upload_time": "2025-07-31T15:35:19",
"upload_time_iso_8601": "2025-07-31T15:35:19.434213Z",
"url": "https://files.pythonhosted.org/packages/65/ad/ee5a804dbe7885fd33f0daedd4938cebc03ffb6dd8d896d4761303d58b82/apsw-3.50.4.0-cp311-cp311-manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "348233702e68797610d1a7d1e0ac17432c40e8b48ff1391d33039f4d1ae02444",
"md5": "4f87c87ee5c11f0a85f57ec7863df79c",
"sha256": "8f4d8c66abfb7525feb9899a395db4c6d2a87df85e41681a3e3323c9f0ed440b"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp311-cp311-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "4f87c87ee5c11f0a85f57ec7863df79c",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 7047752,
"upload_time": "2025-07-31T15:35:21",
"upload_time_iso_8601": "2025-07-31T15:35:21.648519Z",
"url": "https://files.pythonhosted.org/packages/34/82/33702e68797610d1a7d1e0ac17432c40e8b48ff1391d33039f4d1ae02444/apsw-3.50.4.0-cp311-cp311-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b750c42c7ac88b2882038fae6385474b5765b24626dda27e614c28c904dc894a",
"md5": "57920b47eebf3155c404de8b3fbd487a",
"sha256": "a6505f2cde93a1b342a9c1634c50ed62977b51814326cb4f544e42f80ac3cc47"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp311-cp311-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "57920b47eebf3155c404de8b3fbd487a",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 6933991,
"upload_time": "2025-07-31T15:35:23",
"upload_time_iso_8601": "2025-07-31T15:35:23.647899Z",
"url": "https://files.pythonhosted.org/packages/b7/50/c42c7ac88b2882038fae6385474b5765b24626dda27e614c28c904dc894a/apsw-3.50.4.0-cp311-cp311-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "df0f8ec5e44b0c34f52fb66c9063b27599387d8c77a93301c9b45e4db1f72c20",
"md5": "95e58a468da48dea6c2e0ac28c42f24a",
"sha256": "ca1f1da1d06147c34d69d4f67d0082f689d40e202d487af77c8202ddb024fa03"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp311-cp311-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "95e58a468da48dea6c2e0ac28c42f24a",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 7017634,
"upload_time": "2025-07-31T15:35:25",
"upload_time_iso_8601": "2025-07-31T15:35:25.366850Z",
"url": "https://files.pythonhosted.org/packages/df/0f/8ec5e44b0c34f52fb66c9063b27599387d8c77a93301c9b45e4db1f72c20/apsw-3.50.4.0-cp311-cp311-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ae58231b4f60ab8e60d4a77151cb4d1ecbbc51e64ae43948ce2e3743dba1f267",
"md5": "caf8f1f5cabd7cb7e071016f7b43a72c",
"sha256": "a5583977181a208772643d1afa0243ce0207ee2325b51f175b5060996b2b415b"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp311-cp311-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "caf8f1f5cabd7cb7e071016f7b43a72c",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 7074133,
"upload_time": "2025-07-31T15:35:26",
"upload_time_iso_8601": "2025-07-31T15:35:26.985958Z",
"url": "https://files.pythonhosted.org/packages/ae/58/231b4f60ab8e60d4a77151cb4d1ecbbc51e64ae43948ce2e3743dba1f267/apsw-3.50.4.0-cp311-cp311-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "72c9c501f630ffa1c54aa7ef914a1ac468b3f5393af893e04fcd4b872ff5e94b",
"md5": "2ff022ff6e5b5f9db5acc786908f86dc",
"sha256": "6fc93eaec6121ed44ca5d52a2985ae034899b48f386545ab91a17d85ed65c618"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp311-cp311-win32.whl",
"has_sig": false,
"md5_digest": "2ff022ff6e5b5f9db5acc786908f86dc",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 1572992,
"upload_time": "2025-07-31T15:35:28",
"upload_time_iso_8601": "2025-07-31T15:35:28.450992Z",
"url": "https://files.pythonhosted.org/packages/72/c9/c501f630ffa1c54aa7ef914a1ac468b3f5393af893e04fcd4b872ff5e94b/apsw-3.50.4.0-cp311-cp311-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1690298a54c36b9a42b7ac3bb14355829ab4943aa995681e82cb808a0792983d",
"md5": "7b503c2fd889566492c4b118ebfd244e",
"sha256": "e16c37ee66b6b5b6d778b6a734ff71e03476696ad6995964dcc46bb9dcc0ae1d"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "7b503c2fd889566492c4b118ebfd244e",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 1765131,
"upload_time": "2025-07-31T15:35:30",
"upload_time_iso_8601": "2025-07-31T15:35:30.213762Z",
"url": "https://files.pythonhosted.org/packages/16/90/298a54c36b9a42b7ac3bb14355829ab4943aa995681e82cb808a0792983d/apsw-3.50.4.0-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1c60adb7732b3092749833889a1d9c2b0412b2a399a0bafbb6476aa6157f7f05",
"md5": "ca589a1e650fcd8b91f618959289f799",
"sha256": "6df1a3e85b13c8785e6ec95e35ed6b1a5c5e6d68ba010f7b3885f15971a678e4"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp311-cp311-win_arm64.whl",
"has_sig": false,
"md5_digest": "ca589a1e650fcd8b91f618959289f799",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 1589292,
"upload_time": "2025-07-31T15:35:31",
"upload_time_iso_8601": "2025-07-31T15:35:31.711637Z",
"url": "https://files.pythonhosted.org/packages/1c/60/adb7732b3092749833889a1d9c2b0412b2a399a0bafbb6476aa6157f7f05/apsw-3.50.4.0-cp311-cp311-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "30c7b871d1ecdbc5831acb39c568b4f59f441427af2d5568721f31da92f6c42b",
"md5": "8b960e14c67134fc10f1d163855ba871",
"sha256": "44456d26efa7bf5ac3b57a76f0ec6a9d292edb1b3ffb3341d7d4637c0484bcda"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp312-cp312-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "8b960e14c67134fc10f1d163855ba871",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 1941101,
"upload_time": "2025-07-31T15:35:34",
"upload_time_iso_8601": "2025-07-31T15:35:34.063415Z",
"url": "https://files.pythonhosted.org/packages/30/c7/b871d1ecdbc5831acb39c568b4f59f441427af2d5568721f31da92f6c42b/apsw-3.50.4.0-cp312-cp312-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8d1cc337681459ade58c3ea21c01397edad464319a2d54977c62dc44b742341d",
"md5": "29b6185dc21e814f80da341c45ede9c9",
"sha256": "065eef7160223627017a5f98f7ef5de825cdf1620233357534aba65ec76544c6"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "29b6185dc21e814f80da341c45ede9c9",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 1867547,
"upload_time": "2025-07-31T15:35:35",
"upload_time_iso_8601": "2025-07-31T15:35:35.502206Z",
"url": "https://files.pythonhosted.org/packages/8d/1c/c337681459ade58c3ea21c01397edad464319a2d54977c62dc44b742341d/apsw-3.50.4.0-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "fd39b99466754118e4c9cb3c19ce49aac812d6177fa744e7f21115a0b68e1d44",
"md5": "423fe195942779ce04cba7e33e301697",
"sha256": "f77d69f889b18b92a782cd20f18d6ff85a793c104e147c5b3e64d5e7bca47b61"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp312-cp312-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "423fe195942779ce04cba7e33e301697",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 7089973,
"upload_time": "2025-07-31T15:35:37",
"upload_time_iso_8601": "2025-07-31T15:35:37.012069Z",
"url": "https://files.pythonhosted.org/packages/fd/39/b99466754118e4c9cb3c19ce49aac812d6177fa744e7f21115a0b68e1d44/apsw-3.50.4.0-cp312-cp312-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "985d89a27b3907a356904412ba21c2e662d67f07a5fd3cc40e8e200d034447a5",
"md5": "74d6bb6de1c5f1d4764765c127c31e82",
"sha256": "dd79a18e60448fa7f6e4a9a8236d39d8baa08f9a5e8d01c2535a2a9f8fbb8851"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp312-cp312-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl",
"has_sig": false,
"md5_digest": "74d6bb6de1c5f1d4764765c127c31e82",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 6776696,
"upload_time": "2025-07-31T15:35:38",
"upload_time_iso_8601": "2025-07-31T15:35:38.612317Z",
"url": "https://files.pythonhosted.org/packages/98/5d/89a27b3907a356904412ba21c2e662d67f07a5fd3cc40e8e200d034447a5/apsw-3.50.4.0-cp312-cp312-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "bdbb0ed737d6975eefaf3c2684fa3f663ec40d833cd15d27a03419803c0906d5",
"md5": "0f37df522552561a2e725e52f58d156e",
"sha256": "f2ab6caca856614a7cba9a5b11d6db2ae9b1e169c7fded373cc0d7c59f2f164f"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp312-cp312-manylinux_2_28_i686.whl",
"has_sig": false,
"md5_digest": "0f37df522552561a2e725e52f58d156e",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 6933702,
"upload_time": "2025-07-31T15:35:42",
"upload_time_iso_8601": "2025-07-31T15:35:42.147743Z",
"url": "https://files.pythonhosted.org/packages/bd/bb/0ed737d6975eefaf3c2684fa3f663ec40d833cd15d27a03419803c0906d5/apsw-3.50.4.0-cp312-cp312-manylinux_2_28_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "430876e89c9b579f62636515a160796f776aefdb38da188479ed7eea733a4cbe",
"md5": "3403e33f0d48d61b1a2c1a5572380b05",
"sha256": "5cc2890bdd299804f410e193431cf32f01e7f22fa0cc91f0b4f8ec51260604b5"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp312-cp312-manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "3403e33f0d48d61b1a2c1a5572380b05",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 7078688,
"upload_time": "2025-07-31T15:35:43",
"upload_time_iso_8601": "2025-07-31T15:35:43.856945Z",
"url": "https://files.pythonhosted.org/packages/43/08/76e89c9b579f62636515a160796f776aefdb38da188479ed7eea733a4cbe/apsw-3.50.4.0-cp312-cp312-manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ef9e163a1a004fadeb65d4b683bbd3ed77354f38416655a12c0c5bd1b8790cdb",
"md5": "020a74a03430683b22dbac0b3e84b9d5",
"sha256": "2309675cf6cb548a308cf701b750af84f258449e4af8d07d5d7f31e9bda066f9"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp312-cp312-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "020a74a03430683b22dbac0b3e84b9d5",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 7036996,
"upload_time": "2025-07-31T15:35:45",
"upload_time_iso_8601": "2025-07-31T15:35:45.511926Z",
"url": "https://files.pythonhosted.org/packages/ef/9e/163a1a004fadeb65d4b683bbd3ed77354f38416655a12c0c5bd1b8790cdb/apsw-3.50.4.0-cp312-cp312-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8750a77a03c1401f07c4f44eb3200abeb2d7f0c56fd5734f3b753ef7c35cf816",
"md5": "dcf6b9d09b350e7e3d68366bb767c51e",
"sha256": "8127f5b25fd943909144bbcbc7b96a67975a3c889358f83aad29b6670913d327"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp312-cp312-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "dcf6b9d09b350e7e3d68366bb767c51e",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 6930574,
"upload_time": "2025-07-31T15:35:49",
"upload_time_iso_8601": "2025-07-31T15:35:49.073564Z",
"url": "https://files.pythonhosted.org/packages/87/50/a77a03c1401f07c4f44eb3200abeb2d7f0c56fd5734f3b753ef7c35cf816/apsw-3.50.4.0-cp312-cp312-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a56b29788b522cb64387634c8d25cec8269ccb0d58979c89cfa17f162b668210",
"md5": "1ba40517ac71a1b802bf7bc8db3f8686",
"sha256": "d0dcb73f7c5934fb93693b9d8eeaffc907975a6edbe1dcfd1e9984d47523b90c"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp312-cp312-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "1ba40517ac71a1b802bf7bc8db3f8686",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 6989916,
"upload_time": "2025-07-31T15:35:51",
"upload_time_iso_8601": "2025-07-31T15:35:51.051054Z",
"url": "https://files.pythonhosted.org/packages/a5/6b/29788b522cb64387634c8d25cec8269ccb0d58979c89cfa17f162b668210/apsw-3.50.4.0-cp312-cp312-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8fd6eda2753d6d3b05b4fa86d4424829dfa6a4a7c619a20880a2f286d698f2aa",
"md5": "9d5ad7e68e4e1ace6c565fa08588d0e3",
"sha256": "fb9dd0fc0664c60b254a0d2d52751bc2fbecda1581303c3e11a143a95972e159"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp312-cp312-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "9d5ad7e68e4e1ace6c565fa08588d0e3",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 7060592,
"upload_time": "2025-07-31T15:35:53",
"upload_time_iso_8601": "2025-07-31T15:35:53.142966Z",
"url": "https://files.pythonhosted.org/packages/8f/d6/eda2753d6d3b05b4fa86d4424829dfa6a4a7c619a20880a2f286d698f2aa/apsw-3.50.4.0-cp312-cp312-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ebbc5b1bf3c93a0d2966e3439f0eda42d0a1116c9cc6d4bad004cfcd96e813d3",
"md5": "026e159d177010e2bc093d28396efcc0",
"sha256": "b186b4d2ddaf2af468d69cde502a1b4ccabfbea7a4186fb0c90946ad06baf5dd"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp312-cp312-win32.whl",
"has_sig": false,
"md5_digest": "026e159d177010e2bc093d28396efcc0",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 1573040,
"upload_time": "2025-07-31T15:35:54",
"upload_time_iso_8601": "2025-07-31T15:35:54.681247Z",
"url": "https://files.pythonhosted.org/packages/eb/bc/5b1bf3c93a0d2966e3439f0eda42d0a1116c9cc6d4bad004cfcd96e813d3/apsw-3.50.4.0-cp312-cp312-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2b2dfd943a09518068b7bab230269d6b08d5f96ba8d2658a5a5dfdb760f8b0b0",
"md5": "d758b60a0e392297167678b8e4e91a2d",
"sha256": "639fc721e3e8acb8f60f9dfe75a8e5f160ce238867cede8f0652df9aa7789ebc"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "d758b60a0e392297167678b8e4e91a2d",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 1763902,
"upload_time": "2025-07-31T15:35:57",
"upload_time_iso_8601": "2025-07-31T15:35:57.098453Z",
"url": "https://files.pythonhosted.org/packages/2b/2d/fd943a09518068b7bab230269d6b08d5f96ba8d2658a5a5dfdb760f8b0b0/apsw-3.50.4.0-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c7e1484f5377c3b496edffeed59938d353279e281ed326e5a2ae494075f690aa",
"md5": "c704db1aa4b6b3cbfbfd9542f6f2ef33",
"sha256": "1a5b8fe9f34774e492eedc13f38274af66f3d5f2ebdb9ec222ba6b1602fee575"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp312-cp312-win_arm64.whl",
"has_sig": false,
"md5_digest": "c704db1aa4b6b3cbfbfd9542f6f2ef33",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 1589046,
"upload_time": "2025-07-31T15:35:58",
"upload_time_iso_8601": "2025-07-31T15:35:58.828173Z",
"url": "https://files.pythonhosted.org/packages/c7/e1/484f5377c3b496edffeed59938d353279e281ed326e5a2ae494075f690aa/apsw-3.50.4.0-cp312-cp312-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "95ac28dc1db60fc77e09bb7c144e0433bfef1d96fca28a6697462d33c1b7bee2",
"md5": "c47b67b7c9d4a80b86c639d56669e51f",
"sha256": "eaacd669db2252ee3e603289aaf94b03b9916497d5be40656e75ae2670af797e"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp313-cp313-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "c47b67b7c9d4a80b86c639d56669e51f",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 1939243,
"upload_time": "2025-07-31T15:36:00",
"upload_time_iso_8601": "2025-07-31T15:36:00.295373Z",
"url": "https://files.pythonhosted.org/packages/95/ac/28dc1db60fc77e09bb7c144e0433bfef1d96fca28a6697462d33c1b7bee2/apsw-3.50.4.0-cp313-cp313-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9c909ef3e703bb80ac7698ab81a66b5d1bf2ba41ac2d8e7068624a1a3a12392b",
"md5": "f93aad1f2f2187633cec7205989127b4",
"sha256": "f010c856b09532a855497574b35f12a8b10155531a0dab192bca98fed78fcc47"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp313-cp313-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "f93aad1f2f2187633cec7205989127b4",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 1865958,
"upload_time": "2025-07-31T15:36:01",
"upload_time_iso_8601": "2025-07-31T15:36:01.745166Z",
"url": "https://files.pythonhosted.org/packages/9c/90/9ef3e703bb80ac7698ab81a66b5d1bf2ba41ac2d8e7068624a1a3a12392b/apsw-3.50.4.0-cp313-cp313-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c51c2595f6770e6cc32ea38c9b9efeff6c92e4eac0c9789bbf639fee88392571",
"md5": "a6a338d72b1a24cf4f565bbc0469ae18",
"sha256": "018f9ed581042872686133a7baf74dce8a66a7eb471e362ef004684823037dd4"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp313-cp313-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "a6a338d72b1a24cf4f565bbc0469ae18",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 7101598,
"upload_time": "2025-07-31T15:36:03",
"upload_time_iso_8601": "2025-07-31T15:36:03.597082Z",
"url": "https://files.pythonhosted.org/packages/c5/1c/2595f6770e6cc32ea38c9b9efeff6c92e4eac0c9789bbf639fee88392571/apsw-3.50.4.0-cp313-cp313-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c10bc19464ceda95188b9b0e3c72c3277ea13cdaa9676c2089a0e68b251468d1",
"md5": "0e32034ae2d24a89c1bb5d0101951b36",
"sha256": "f23624417950713d999a0e4d5b36426eb549e7e6a48986e7b71c2e77964999fa"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp313-cp313-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl",
"has_sig": false,
"md5_digest": "0e32034ae2d24a89c1bb5d0101951b36",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 6796540,
"upload_time": "2025-07-31T15:36:05",
"upload_time_iso_8601": "2025-07-31T15:36:05.407390Z",
"url": "https://files.pythonhosted.org/packages/c1/0b/c19464ceda95188b9b0e3c72c3277ea13cdaa9676c2089a0e68b251468d1/apsw-3.50.4.0-cp313-cp313-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3cfbcb4c726b1183148619d435cdf291dcdb1bc88499e3977e25f2397ffc8bb0",
"md5": "b460e18197421aee91b89dff43df56f2",
"sha256": "44b46dda3ef23b533a53a35a52d5b485154df9a4a525f726e4f20a8f2c91dd7d"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp313-cp313-manylinux_2_28_i686.whl",
"has_sig": false,
"md5_digest": "b460e18197421aee91b89dff43df56f2",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 6940649,
"upload_time": "2025-07-31T15:36:07",
"upload_time_iso_8601": "2025-07-31T15:36:07.252602Z",
"url": "https://files.pythonhosted.org/packages/3c/fb/cb4c726b1183148619d435cdf291dcdb1bc88499e3977e25f2397ffc8bb0/apsw-3.50.4.0-cp313-cp313-manylinux_2_28_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f0cebe7b5c29f90ecd63f3c994601cda6fcfc3c45d7e1882a51b3231cc0a7675",
"md5": "8d8a17e8b45eddaade736e423ee86389",
"sha256": "8d7c26c594a5d1d483785d6841f06aeade664bdfc108ba42e89b1e8ed9d85d5d"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp313-cp313-manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "8d8a17e8b45eddaade736e423ee86389",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 7100240,
"upload_time": "2025-07-31T15:36:08",
"upload_time_iso_8601": "2025-07-31T15:36:08.977368Z",
"url": "https://files.pythonhosted.org/packages/f0/ce/be7b5c29f90ecd63f3c994601cda6fcfc3c45d7e1882a51b3231cc0a7675/apsw-3.50.4.0-cp313-cp313-manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4337095f2f5cb91c65f5524a0698c715e23b96d27ea7880f172c1edaf6bf353b",
"md5": "f7f725ac0270820f72c00a00d64fc1fc",
"sha256": "eda9cbe557450caa744dbc5022ae7110ff8b37252babf1e568ce53a1fce2d5b2"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp313-cp313-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "f7f725ac0270820f72c00a00d64fc1fc",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 7042082,
"upload_time": "2025-07-31T15:36:11",
"upload_time_iso_8601": "2025-07-31T15:36:11.855685Z",
"url": "https://files.pythonhosted.org/packages/43/37/095f2f5cb91c65f5524a0698c715e23b96d27ea7880f172c1edaf6bf353b/apsw-3.50.4.0-cp313-cp313-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3e5aa7ea6e3eef199f3f2d1e78686a710ba84c3a98b0030ab228de4b8a246e8d",
"md5": "967f2d79372f93d6aba33c33cf6a94d6",
"sha256": "efb4435c499623e888cf860c94092b44e33dfe4b4b2c7bb2baa21314960c1de7"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp313-cp313-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "967f2d79372f93d6aba33c33cf6a94d6",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 6938790,
"upload_time": "2025-07-31T15:36:13",
"upload_time_iso_8601": "2025-07-31T15:36:13.633858Z",
"url": "https://files.pythonhosted.org/packages/3e/5a/a7ea6e3eef199f3f2d1e78686a710ba84c3a98b0030ab228de4b8a246e8d/apsw-3.50.4.0-cp313-cp313-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a06c81c1043b3b8b66eb6c8600d6460c15ecc67c1f7c94dc89df0586c2885a58",
"md5": "ff4ca893d8714f35db334ee1c91451a5",
"sha256": "1cc812997fe27fed335f98cf56317413da9584d397e958df1993d44ed9d9d855"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp313-cp313-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "ff4ca893d8714f35db334ee1c91451a5",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 6999295,
"upload_time": "2025-07-31T15:36:15",
"upload_time_iso_8601": "2025-07-31T15:36:15.389777Z",
"url": "https://files.pythonhosted.org/packages/a0/6c/81c1043b3b8b66eb6c8600d6460c15ecc67c1f7c94dc89df0586c2885a58/apsw-3.50.4.0-cp313-cp313-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6f174b1dc50bc76345d17c112fc46da0d387b5c30c02c8f0d962f36a63d6b7b5",
"md5": "e5117eb9432e3d99dc17596d044d9c60",
"sha256": "c825aeb601bd0934a334ae89a8531f013a06d80fd21cc8051105baa8b3f7f681"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp313-cp313-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "e5117eb9432e3d99dc17596d044d9c60",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 7075717,
"upload_time": "2025-07-31T15:36:17",
"upload_time_iso_8601": "2025-07-31T15:36:17.221137Z",
"url": "https://files.pythonhosted.org/packages/6f/17/4b1dc50bc76345d17c112fc46da0d387b5c30c02c8f0d962f36a63d6b7b5/apsw-3.50.4.0-cp313-cp313-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "17748f10d53d695e49e7fd20f0068565d79a26d8b2a406ad2cc8e920f3d07c92",
"md5": "95d068fb95bc97484a5948dbeddeea97",
"sha256": "b58c1d648a026b59e8c9a38285fc6883a47e02b40225c9774dacb6bccbab667f"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp313-cp313-win32.whl",
"has_sig": false,
"md5_digest": "95d068fb95bc97484a5948dbeddeea97",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 1571940,
"upload_time": "2025-07-31T15:36:18",
"upload_time_iso_8601": "2025-07-31T15:36:18.836374Z",
"url": "https://files.pythonhosted.org/packages/17/74/8f10d53d695e49e7fd20f0068565d79a26d8b2a406ad2cc8e920f3d07c92/apsw-3.50.4.0-cp313-cp313-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d72b52544d020e72856062fd7373b1b4dc9a4d3def731335202d2095cc5a0acf",
"md5": "4a4543b4f3d9d6a2f82c4fe7022dcf2d",
"sha256": "6e7e353ef81c73e9983e8118e92b28c4492acab9481f0c3423ad10755abc54d6"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp313-cp313-win_amd64.whl",
"has_sig": false,
"md5_digest": "4a4543b4f3d9d6a2f82c4fe7022dcf2d",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 1762624,
"upload_time": "2025-07-31T15:36:20",
"upload_time_iso_8601": "2025-07-31T15:36:20.300164Z",
"url": "https://files.pythonhosted.org/packages/d7/2b/52544d020e72856062fd7373b1b4dc9a4d3def731335202d2095cc5a0acf/apsw-3.50.4.0-cp313-cp313-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "516668002c6fcb4071610d166f8206c80c62bb1fec247c6686e2402f771791ad",
"md5": "c422b51e54a8cb4ed575a7a870744e7c",
"sha256": "571c1b2f664bcb3a37e1ea7a9d06c3553479a5406293be3aba5b98c6af9a96e6"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp313-cp313-win_arm64.whl",
"has_sig": false,
"md5_digest": "c422b51e54a8cb4ed575a7a870744e7c",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 1587818,
"upload_time": "2025-07-31T15:36:21",
"upload_time_iso_8601": "2025-07-31T15:36:21.777365Z",
"url": "https://files.pythonhosted.org/packages/51/66/68002c6fcb4071610d166f8206c80c62bb1fec247c6686e2402f771791ad/apsw-3.50.4.0-cp313-cp313-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a8081dc83cfec535ed912857ff90e401bb258b96b73b4b75edbecd614917276f",
"md5": "faccad313cd8b08ff78a67649cc6a9dd",
"sha256": "5da1e3c74e65db10778ea6ee610ba1b17e79803da5149daef7738e5940d7399c"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp314-cp314-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "faccad313cd8b08ff78a67649cc6a9dd",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 1939046,
"upload_time": "2025-07-31T15:36:23",
"upload_time_iso_8601": "2025-07-31T15:36:23.452105Z",
"url": "https://files.pythonhosted.org/packages/a8/08/1dc83cfec535ed912857ff90e401bb258b96b73b4b75edbecd614917276f/apsw-3.50.4.0-cp314-cp314-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ab5fd0b698e835002975589dd3ccd3d38eb61a1c6feb5f6dd02074d75e1e8fbb",
"md5": "1998683f21cbdbab54988eebce89b67d",
"sha256": "10539ac4be08e6f3ddf14a3a9b2ca2efcb64ff38ed8a4aa5068d0d591a4d7f2d"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp314-cp314-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "1998683f21cbdbab54988eebce89b67d",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 1866097,
"upload_time": "2025-07-31T15:36:25",
"upload_time_iso_8601": "2025-07-31T15:36:25.265478Z",
"url": "https://files.pythonhosted.org/packages/ab/5f/d0b698e835002975589dd3ccd3d38eb61a1c6feb5f6dd02074d75e1e8fbb/apsw-3.50.4.0-cp314-cp314-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7df68a68b3322c073dadf4c63f798ebde292aaa24cefce79939afb73eb1eea82",
"md5": "6680819a4442b29b398eafaf757c992f",
"sha256": "9808e8549ab4ae85a57822cb6e82e2e1e7eca358be9ba0a1acb68a2cff236b5f"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp314-cp314-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "6680819a4442b29b398eafaf757c992f",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 7101401,
"upload_time": "2025-07-31T15:36:27",
"upload_time_iso_8601": "2025-07-31T15:36:27.124398Z",
"url": "https://files.pythonhosted.org/packages/7d/f6/8a68b3322c073dadf4c63f798ebde292aaa24cefce79939afb73eb1eea82/apsw-3.50.4.0-cp314-cp314-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "30e18f52ff453dc3debc6a9834c88952781f2ea2e1bcc96876dfa29617ac80cf",
"md5": "63c192d7bf6f4b7576d68c330102a129",
"sha256": "ccc3cfd0e17659e30b75c09ac639c8053b13dd6e5ddd1c2aa500fe9ec542532c"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp314-cp314-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl",
"has_sig": false,
"md5_digest": "63c192d7bf6f4b7576d68c330102a129",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 6792073,
"upload_time": "2025-07-31T15:36:28",
"upload_time_iso_8601": "2025-07-31T15:36:28.738937Z",
"url": "https://files.pythonhosted.org/packages/30/e1/8f52ff453dc3debc6a9834c88952781f2ea2e1bcc96876dfa29617ac80cf/apsw-3.50.4.0-cp314-cp314-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7e61dee5bfcfe4f3ffc98fb202f1a3557ee165870517c0989841c6db5bda5479",
"md5": "126e3b41c68a37369f4306c74a6f60e5",
"sha256": "025c12091229fef1d753d76dc3535676b7959cd4b2eb50810af1834d19ec5d4c"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp314-cp314-manylinux_2_28_i686.whl",
"has_sig": false,
"md5_digest": "126e3b41c68a37369f4306c74a6f60e5",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 6940537,
"upload_time": "2025-07-31T15:36:30",
"upload_time_iso_8601": "2025-07-31T15:36:30.679851Z",
"url": "https://files.pythonhosted.org/packages/7e/61/dee5bfcfe4f3ffc98fb202f1a3557ee165870517c0989841c6db5bda5479/apsw-3.50.4.0-cp314-cp314-manylinux_2_28_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "78afcf83c5c522d332d39c81a41f1d2be37b4e7c94e03c12c386e45e032e4158",
"md5": "fb9bfed3d78a72bb54127aebd02ec33b",
"sha256": "5a82fe22d8a0afdae2e47fa6f1c9c4a071787738474d76a102f2c2f1e4fa3699"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp314-cp314-manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "fb9bfed3d78a72bb54127aebd02ec33b",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 7096128,
"upload_time": "2025-07-31T15:36:32",
"upload_time_iso_8601": "2025-07-31T15:36:32.680573Z",
"url": "https://files.pythonhosted.org/packages/78/af/cf83c5c522d332d39c81a41f1d2be37b4e7c94e03c12c386e45e032e4158/apsw-3.50.4.0-cp314-cp314-manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2bd3250294e02a33944dc920a8dd6e20678b46771129fd113e7f735611aab86b",
"md5": "37be588d5982823d224d393f5eb962e3",
"sha256": "1565505fe1251c8d156b9aeaca6c75e3843f15ed0c0feb1f4f020d69437ce41b"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp314-cp314-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "37be588d5982823d224d393f5eb962e3",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 7041935,
"upload_time": "2025-07-31T15:36:34",
"upload_time_iso_8601": "2025-07-31T15:36:34.303084Z",
"url": "https://files.pythonhosted.org/packages/2b/d3/250294e02a33944dc920a8dd6e20678b46771129fd113e7f735611aab86b/apsw-3.50.4.0-cp314-cp314-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "aa0c1b516e08b74e237155f10e0525238fcbd25347b51365c7463ab3bea152d5",
"md5": "f8f6661cea3dbd83a3755aa08a9d7353",
"sha256": "a017849115df9209dc6039b98ab6ed3a2675d5a900a08b7deafa95f481c3e61a"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp314-cp314-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "f8f6661cea3dbd83a3755aa08a9d7353",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 6927924,
"upload_time": "2025-07-31T15:36:36",
"upload_time_iso_8601": "2025-07-31T15:36:36.117385Z",
"url": "https://files.pythonhosted.org/packages/aa/0c/1b516e08b74e237155f10e0525238fcbd25347b51365c7463ab3bea152d5/apsw-3.50.4.0-cp314-cp314-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2b8f3a3a0bc2537f29242bb8316574fd4c9e1b6075ea211a4e1aecd3f93c8a03",
"md5": "76176171426358894f985efffc90355b",
"sha256": "a56d8de5d2231cbb6be74d2fa4925edf71fa4ee5574bf860dca90751f50aec3f"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp314-cp314-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "76176171426358894f985efffc90355b",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 6999494,
"upload_time": "2025-07-31T15:36:37",
"upload_time_iso_8601": "2025-07-31T15:36:37.737810Z",
"url": "https://files.pythonhosted.org/packages/2b/8f/3a3a0bc2537f29242bb8316574fd4c9e1b6075ea211a4e1aecd3f93c8a03/apsw-3.50.4.0-cp314-cp314-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4704cb8040a03c74c2c54eb4a011834b0a22c103af6cf109ddc66e19de2b0046",
"md5": "d6cb5ca730894fb879c7a2b1ced2e5dd",
"sha256": "2d576ceaaccb4ce9d7e4425905ed26ac566c58f71f9cfa62ed2618e9025568f0"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp314-cp314-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "d6cb5ca730894fb879c7a2b1ced2e5dd",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 7073317,
"upload_time": "2025-07-31T15:36:39",
"upload_time_iso_8601": "2025-07-31T15:36:39.781470Z",
"url": "https://files.pythonhosted.org/packages/47/04/cb8040a03c74c2c54eb4a011834b0a22c103af6cf109ddc66e19de2b0046/apsw-3.50.4.0-cp314-cp314-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5822bb69dcbd7aad7b3e4c58f6cb5b9b65f2225edd9f79001633ef1357330a21",
"md5": "79dd3ce6a6248a54576c6a1bb8e09b5e",
"sha256": "b35e2f688c2f816ab844dc362849520a603069199da79d9e20ff4211f9e90163"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp314-cp314t-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "79dd3ce6a6248a54576c6a1bb8e09b5e",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 1943853,
"upload_time": "2025-07-31T15:36:46",
"upload_time_iso_8601": "2025-07-31T15:36:46.388128Z",
"url": "https://files.pythonhosted.org/packages/58/22/bb69dcbd7aad7b3e4c58f6cb5b9b65f2225edd9f79001633ef1357330a21/apsw-3.50.4.0-cp314-cp314t-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6d28778cb724e0d47a032ef45f44ca057a122bb151dd93a891597057da6a9446",
"md5": "b1dcb75b82a74d9ef20172524f4948fd",
"sha256": "521709c1d17e9b6e0a5c6461cd515873d0f9ed5b9cfc6fce7eeb98fe55e39b42"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp314-cp314t-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "b1dcb75b82a74d9ef20172524f4948fd",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 1872527,
"upload_time": "2025-07-31T15:36:48",
"upload_time_iso_8601": "2025-07-31T15:36:48.301608Z",
"url": "https://files.pythonhosted.org/packages/6d/28/778cb724e0d47a032ef45f44ca057a122bb151dd93a891597057da6a9446/apsw-3.50.4.0-cp314-cp314t-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "245ef419432b120ae7793c4137bf7df6220d7d8d5e531f72dc79c9ce1e22e20e",
"md5": "546b3d01748f5f6e3126179ccbedade1",
"sha256": "5c9d46e0cfc6e173db3417c9a55883a2661ff8f8eeb288fda2301a070c422083"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp314-cp314t-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "546b3d01748f5f6e3126179ccbedade1",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 7102195,
"upload_time": "2025-07-31T15:36:50",
"upload_time_iso_8601": "2025-07-31T15:36:50.255095Z",
"url": "https://files.pythonhosted.org/packages/24/5e/f419432b120ae7793c4137bf7df6220d7d8d5e531f72dc79c9ce1e22e20e/apsw-3.50.4.0-cp314-cp314t-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d710db4f48913642c11fdf622dc9a38649372d267c7feda344de82dbf20318b0",
"md5": "1f3c9bed9f28d605559b6f36afc78ebd",
"sha256": "3b4ea452dfd2f6ec442402887f7501e4b47038a40613e8de3bb5cf6ad055aab2"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp314-cp314t-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl",
"has_sig": false,
"md5_digest": "1f3c9bed9f28d605559b6f36afc78ebd",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 6781840,
"upload_time": "2025-07-31T15:36:51",
"upload_time_iso_8601": "2025-07-31T15:36:51.890917Z",
"url": "https://files.pythonhosted.org/packages/d7/10/db4f48913642c11fdf622dc9a38649372d267c7feda344de82dbf20318b0/apsw-3.50.4.0-cp314-cp314t-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "799409b84402cb8373ec9f4694fa528fd3cc1566f7cc3d8f44d85c6bf5d155f6",
"md5": "5efdd31a38314bb663be1efb934c7178",
"sha256": "a45b9fc0e502c8bb29173a1d1038b53bcfe19261856d09b2c93e5c2b46f7b469"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp314-cp314t-manylinux_2_28_i686.whl",
"has_sig": false,
"md5_digest": "5efdd31a38314bb663be1efb934c7178",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 6919902,
"upload_time": "2025-07-31T15:36:53",
"upload_time_iso_8601": "2025-07-31T15:36:53.545434Z",
"url": "https://files.pythonhosted.org/packages/79/94/09b84402cb8373ec9f4694fa528fd3cc1566f7cc3d8f44d85c6bf5d155f6/apsw-3.50.4.0-cp314-cp314t-manylinux_2_28_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "cd277c54320cdff6b8db1d869a5e076e910adc92f7b3d75409ffe5b3fff7be5d",
"md5": "844b860486582fa78c700657ff5a1b82",
"sha256": "7eb471732fafcf48677719e76be5f94d7763187ed34a5579050cc6dd3eaef0fd"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp314-cp314t-manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "844b860486582fa78c700657ff5a1b82",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 7086548,
"upload_time": "2025-07-31T15:36:55",
"upload_time_iso_8601": "2025-07-31T15:36:55.200561Z",
"url": "https://files.pythonhosted.org/packages/cd/27/7c54320cdff6b8db1d869a5e076e910adc92f7b3d75409ffe5b3fff7be5d/apsw-3.50.4.0-cp314-cp314t-manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7caed255fc777d7efe08cbf5e699a0d4615711a9ad2b1791da2c7e42259f49ca",
"md5": "aada7b2a3a73db25a143560079b0cb05",
"sha256": "6ac799f3d8fb29fe48d2bf31abe485827247419ccfd4c75ff0b0aa9eaa025e36"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp314-cp314t-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "aada7b2a3a73db25a143560079b0cb05",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 7047805,
"upload_time": "2025-07-31T15:36:57",
"upload_time_iso_8601": "2025-07-31T15:36:57.258167Z",
"url": "https://files.pythonhosted.org/packages/7c/ae/d255fc777d7efe08cbf5e699a0d4615711a9ad2b1791da2c7e42259f49ca/apsw-3.50.4.0-cp314-cp314t-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "648f27207f409e225a23ec8a84fff76d32070ade0920e0b6cd0a323c8e0ac322",
"md5": "d91fe1a5c4fc62ba78391b520a1f5b1c",
"sha256": "cf4951a3b594fa1cedc0684826847a6d39f471406a620080ca07aa9aa802e434"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp314-cp314t-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "d91fe1a5c4fc62ba78391b520a1f5b1c",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 6901041,
"upload_time": "2025-07-31T15:36:59",
"upload_time_iso_8601": "2025-07-31T15:36:59.384982Z",
"url": "https://files.pythonhosted.org/packages/64/8f/27207f409e225a23ec8a84fff76d32070ade0920e0b6cd0a323c8e0ac322/apsw-3.50.4.0-cp314-cp314t-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "11135cde5d903418f971b981750a2381f112e9ae70b67219c9656db9dc6e5528",
"md5": "637d63e05cd1d8e61dbd58b8f203aae4",
"sha256": "09064bca23111397ad750bb2e50b9eea4cd1ebcf80302eb81152a8cf8e65229e"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp314-cp314t-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "637d63e05cd1d8e61dbd58b8f203aae4",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 6964867,
"upload_time": "2025-07-31T15:37:01",
"upload_time_iso_8601": "2025-07-31T15:37:01.068410Z",
"url": "https://files.pythonhosted.org/packages/11/13/5cde5d903418f971b981750a2381f112e9ae70b67219c9656db9dc6e5528/apsw-3.50.4.0-cp314-cp314t-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "89182d0b8330d20386c963e69024e57bcc58f6e2e1fb5d19e778e242240a7eb3",
"md5": "f981de6e5c3561e6905ff0b0241f8e87",
"sha256": "2119b1b5f03c2434443a0bcaf25190f4c934ba95af5ad74685c91d9097ff816a"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp314-cp314t-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "f981de6e5c3561e6905ff0b0241f8e87",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 7051959,
"upload_time": "2025-07-31T15:37:02",
"upload_time_iso_8601": "2025-07-31T15:37:02.733951Z",
"url": "https://files.pythonhosted.org/packages/89/18/2d0b8330d20386c963e69024e57bcc58f6e2e1fb5d19e778e242240a7eb3/apsw-3.50.4.0-cp314-cp314t-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8310709daf89f4db470ab1ef9bf6f9d9fdf2d2cc94fd7ead9f5d438e4ee41c7b",
"md5": "0382258bc7b03dce43ffa092ec8dac98",
"sha256": "82dbe08db729027093ac5e802b7d3627f10e60b8cd9608411469f67ee911559a"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp314-cp314t-win32.whl",
"has_sig": false,
"md5_digest": "0382258bc7b03dce43ffa092ec8dac98",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 1617215,
"upload_time": "2025-07-31T15:37:04",
"upload_time_iso_8601": "2025-07-31T15:37:04.275886Z",
"url": "https://files.pythonhosted.org/packages/83/10/709daf89f4db470ab1ef9bf6f9d9fdf2d2cc94fd7ead9f5d438e4ee41c7b/apsw-3.50.4.0-cp314-cp314t-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d9a5574b091a4be0f78c7e3cb18e1a8d067d758addda8c5c5263638c79e9f59e",
"md5": "65701253525f88d0741cc93525356b21",
"sha256": "438a5a2deee9dfae7a8afbdf29e99c4a09626c7f8dab31b5ad68b212c531d1cd"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp314-cp314t-win_amd64.whl",
"has_sig": false,
"md5_digest": "65701253525f88d0741cc93525356b21",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 1820920,
"upload_time": "2025-07-31T15:37:05",
"upload_time_iso_8601": "2025-07-31T15:37:05.866897Z",
"url": "https://files.pythonhosted.org/packages/d9/a5/574b091a4be0f78c7e3cb18e1a8d067d758addda8c5c5263638c79e9f59e/apsw-3.50.4.0-cp314-cp314t-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3ec3e694cdf281459c2c39345608d3457ab2e8cf2588ff53835556b5895516c2",
"md5": "5c6efb0e7a3ed00402afe547eb148b0c",
"sha256": "8a8fc8d960de623003c25c86891cf3dc2eb56a388292a9ddf21ce2069702db9f"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp314-cp314t-win_arm64.whl",
"has_sig": false,
"md5_digest": "5c6efb0e7a3ed00402afe547eb148b0c",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 1630732,
"upload_time": "2025-07-31T15:37:07",
"upload_time_iso_8601": "2025-07-31T15:37:07.390879Z",
"url": "https://files.pythonhosted.org/packages/3e/c3/e694cdf281459c2c39345608d3457ab2e8cf2588ff53835556b5895516c2/apsw-3.50.4.0-cp314-cp314t-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e1040ebbb3ba0121da2b9a6cc5c8558cc0b8f74a2cce7be874eef5d525d774ed",
"md5": "831e86d1caab0fe4be729f5bcbe200ba",
"sha256": "7feae8a8fcdea498804e97f44eb7080f59d2ee21962a63683edc386d8769d580"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp314-cp314-win32.whl",
"has_sig": false,
"md5_digest": "831e86d1caab0fe4be729f5bcbe200ba",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 1606087,
"upload_time": "2025-07-31T15:36:41",
"upload_time_iso_8601": "2025-07-31T15:36:41.409477Z",
"url": "https://files.pythonhosted.org/packages/e1/04/0ebbb3ba0121da2b9a6cc5c8558cc0b8f74a2cce7be874eef5d525d774ed/apsw-3.50.4.0-cp314-cp314-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c9b46a50f49afd27c238a7caa5f5cf4e59efb52e9ed8b8e3095d2556e7900049",
"md5": "2f71c230a90caed0ec0a59c7065daeb4",
"sha256": "f0a748b5b12091f24eadee3c20473025618ed0b0cc55973a47a3f5c499721288"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp314-cp314-win_amd64.whl",
"has_sig": false,
"md5_digest": "2f71c230a90caed0ec0a59c7065daeb4",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 1806368,
"upload_time": "2025-07-31T15:36:42",
"upload_time_iso_8601": "2025-07-31T15:36:42.944013Z",
"url": "https://files.pythonhosted.org/packages/c9/b4/6a50f49afd27c238a7caa5f5cf4e59efb52e9ed8b8e3095d2556e7900049/apsw-3.50.4.0-cp314-cp314-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "159cacd0ca2fb75edda20bf43302508210ef2a21bfc68e74b88b36d72408fe9c",
"md5": "a3ea0146e8cbdd6c0e97c66b118f6db4",
"sha256": "1dd6d38456881c2d7d3e9455b0559da10581ee816810f1a78690f3cf5d66987b"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp314-cp314-win_arm64.whl",
"has_sig": false,
"md5_digest": "a3ea0146e8cbdd6c0e97c66b118f6db4",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 1626374,
"upload_time": "2025-07-31T15:36:44",
"upload_time_iso_8601": "2025-07-31T15:36:44.824318Z",
"url": "https://files.pythonhosted.org/packages/15/9c/acd0ca2fb75edda20bf43302508210ef2a21bfc68e74b88b36d72408fe9c/apsw-3.50.4.0-cp314-cp314-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "afe5eb3330bc1c5ff4826d07b5fb1f2205cfcf3b8591a41841c870a15863329c",
"md5": "c83e18ce58b25ac92334fff8863c8f20",
"sha256": "8108bab71ad6cf31004941ae697e78b1159571891ed4148647291719c628db76"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp39-cp39-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "c83e18ce58b25ac92334fff8863c8f20",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 1936953,
"upload_time": "2025-07-31T15:37:08",
"upload_time_iso_8601": "2025-07-31T15:37:08.979110Z",
"url": "https://files.pythonhosted.org/packages/af/e5/eb3330bc1c5ff4826d07b5fb1f2205cfcf3b8591a41841c870a15863329c/apsw-3.50.4.0-cp39-cp39-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "37117e18d85e4a610a3ccb85216d5428df9ded7eace1356919bdc738e86c0db7",
"md5": "7a2fa61712bdb5e4b645b5eed70485f0",
"sha256": "2ecc4c14d951c2e6e31b7bb0c7ee3d7e60f571ca32910f586f3514a8cfe60c3f"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp39-cp39-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "7a2fa61712bdb5e4b645b5eed70485f0",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 1865639,
"upload_time": "2025-07-31T15:37:10",
"upload_time_iso_8601": "2025-07-31T15:37:10.528804Z",
"url": "https://files.pythonhosted.org/packages/37/11/7e18d85e4a610a3ccb85216d5428df9ded7eace1356919bdc738e86c0db7/apsw-3.50.4.0-cp39-cp39-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "de9c5bc0680c43dfe7507e2b99b7b6825d3993de02c5117d423669b35ca8e5d1",
"md5": "22326e50eb5e3c3bea9783e798f05dd6",
"sha256": "80eef74d3df923ee90a9114d36c92fcd8c466a3f0476cb6e574d37c01df79448"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp39-cp39-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "22326e50eb5e3c3bea9783e798f05dd6",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 6910834,
"upload_time": "2025-07-31T15:37:12",
"upload_time_iso_8601": "2025-07-31T15:37:12.108585Z",
"url": "https://files.pythonhosted.org/packages/de/9c/5bc0680c43dfe7507e2b99b7b6825d3993de02c5117d423669b35ca8e5d1/apsw-3.50.4.0-cp39-cp39-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "56c892b23e85d1e7bc16ac196f56a86371031ef26b6627392f3de493baf27e9e",
"md5": "3d568ca8b65be17ad5446b618d51eb04",
"sha256": "cb336dfdf0664cba6e82eb9ca5e020caa18cc9196a71061cc13b1dc0b6b1e0c8"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp39-cp39-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl",
"has_sig": false,
"md5_digest": "3d568ca8b65be17ad5446b618d51eb04",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 6627011,
"upload_time": "2025-07-31T15:37:13",
"upload_time_iso_8601": "2025-07-31T15:37:13.800431Z",
"url": "https://files.pythonhosted.org/packages/56/c8/92b23e85d1e7bc16ac196f56a86371031ef26b6627392f3de493baf27e9e/apsw-3.50.4.0-cp39-cp39-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5eb599f8dcc0815f400a64db737bedf3b481c1c01b575e0cc9a436d4a6420684",
"md5": "cd8c8f34b2b575f9b7950f6b8731aaff",
"sha256": "b262d96ab6c87f55a45f351066e93e9d038908558db0cd6c62d8d4de7c48f532"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp39-cp39-manylinux_2_28_i686.whl",
"has_sig": false,
"md5_digest": "cd8c8f34b2b575f9b7950f6b8731aaff",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 6829800,
"upload_time": "2025-07-31T15:37:16",
"upload_time_iso_8601": "2025-07-31T15:37:16.058474Z",
"url": "https://files.pythonhosted.org/packages/5e/b5/99f8dcc0815f400a64db737bedf3b481c1c01b575e0cc9a436d4a6420684/apsw-3.50.4.0-cp39-cp39-manylinux_2_28_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "aba773f0d0181266555f91682c9833e12e63daacf909e683670b2430180b4408",
"md5": "e63cca5e4fd6ec1d4440d676121fb21d",
"sha256": "92c76d463e1e8fb7d907a4707818f0f9876528637f478cc7391f84f832fd6178"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp39-cp39-manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "e63cca5e4fd6ec1d4440d676121fb21d",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 6953131,
"upload_time": "2025-07-31T15:37:18",
"upload_time_iso_8601": "2025-07-31T15:37:18.045584Z",
"url": "https://files.pythonhosted.org/packages/ab/a7/73f0d0181266555f91682c9833e12e63daacf909e683670b2430180b4408/apsw-3.50.4.0-cp39-cp39-manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0d7c2a0c3d720399a112aeb4055a5553d5ef95ec4f4de27d366db164a9e127c8",
"md5": "6e86bb6432512334db93b9abcd6e3bc1",
"sha256": "c965f87e304e09b71c9a673f2657ea07ad6e9ef5eb4336b88847ec4f978ab876"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp39-cp39-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "6e86bb6432512334db93b9abcd6e3bc1",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 6874045,
"upload_time": "2025-07-31T15:37:20",
"upload_time_iso_8601": "2025-07-31T15:37:20.284489Z",
"url": "https://files.pythonhosted.org/packages/0d/7c/2a0c3d720399a112aeb4055a5553d5ef95ec4f4de27d366db164a9e127c8/apsw-3.50.4.0-cp39-cp39-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d133f1bd85f6cea1002fd30f1dfa9f973f85930f1a74b1c5d37902ef6db1f9fa",
"md5": "69a3c2b064575af60ca74705aaafccc0",
"sha256": "bd62ffed62b92e889d68d1c15759f7ba630489ef5183aab7bd4657f45c42e3c5"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp39-cp39-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "69a3c2b064575af60ca74705aaafccc0",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 6768560,
"upload_time": "2025-07-31T15:37:22",
"upload_time_iso_8601": "2025-07-31T15:37:22.430305Z",
"url": "https://files.pythonhosted.org/packages/d1/33/f1bd85f6cea1002fd30f1dfa9f973f85930f1a74b1c5d37902ef6db1f9fa/apsw-3.50.4.0-cp39-cp39-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "dea96304233141ba7131e17010344b9c6b23c25e218eb816f00a63b69523c063",
"md5": "8c4068adb4c7d06b99456e94e9fe82ff",
"sha256": "77c3c31d93fbc3db67b00dfbc3175278aae40cc656e2195e35459877ebaf74df"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp39-cp39-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "8c4068adb4c7d06b99456e94e9fe82ff",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 6893949,
"upload_time": "2025-07-31T15:37:24",
"upload_time_iso_8601": "2025-07-31T15:37:24.396481Z",
"url": "https://files.pythonhosted.org/packages/de/a9/6304233141ba7131e17010344b9c6b23c25e218eb816f00a63b69523c063/apsw-3.50.4.0-cp39-cp39-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "15ada6f1ee25e22ecec4b60e4b06f262477f593e393a132941d6f5410cfcc131",
"md5": "d974c9505b775ee010d6beae40ba66b2",
"sha256": "aa50335326e81efa3d5ad06cc251fb333a80f863bbf1acdefb469b3d63aa2456"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp39-cp39-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "d974c9505b775ee010d6beae40ba66b2",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 6941837,
"upload_time": "2025-07-31T15:37:26",
"upload_time_iso_8601": "2025-07-31T15:37:26.109918Z",
"url": "https://files.pythonhosted.org/packages/15/ad/a6f1ee25e22ecec4b60e4b06f262477f593e393a132941d6f5410cfcc131/apsw-3.50.4.0-cp39-cp39-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c83bc3417a7c19b5799d6ba0a1759f2ecdecf592e3d80305d771de14a8c157e3",
"md5": "20cf5a29688b2f920117cb1218e7a9d5",
"sha256": "fff7d851227cbb44242c3fd80715be8bd4e9cc0a0b3095ae510c4828cde967a2"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp39-cp39-win32.whl",
"has_sig": false,
"md5_digest": "20cf5a29688b2f920117cb1218e7a9d5",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 1578917,
"upload_time": "2025-07-31T15:37:27",
"upload_time_iso_8601": "2025-07-31T15:37:27.738964Z",
"url": "https://files.pythonhosted.org/packages/c8/3b/c3417a7c19b5799d6ba0a1759f2ecdecf592e3d80305d771de14a8c157e3/apsw-3.50.4.0-cp39-cp39-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b38a5738777427d116a093a760e9aa20ee571e026739cb305a6924a224335c6f",
"md5": "a532518cc9a6203961905b6e1bde4fe3",
"sha256": "761900c91fbad25521a532e41d5b27d5d6dc3c1137d2d5cc1204abde4ad0465d"
},
"downloads": -1,
"filename": "apsw-3.50.4.0-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "a532518cc9a6203961905b6e1bde4fe3",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 1768697,
"upload_time": "2025-07-31T15:37:29",
"upload_time_iso_8601": "2025-07-31T15:37:29.304663Z",
"url": "https://files.pythonhosted.org/packages/b3/8a/5738777427d116a093a760e9aa20ee571e026739cb305a6924a224335c6f/apsw-3.50.4.0-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "02ea7469e89d75a07972255aac4c1b98675bfbc74df32a19dd5dc8ba87aa552b",
"md5": "0b334d5d67f0bfeab65c6b53a34749b2",
"sha256": "a817c387ce2f4030ab7c3064cf21e9957911155f24f226c3ad4938df3a155e11"
},
"downloads": -1,
"filename": "apsw-3.50.4.0.tar.gz",
"has_sig": false,
"md5_digest": "0b334d5d67f0bfeab65c6b53a34749b2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 1093635,
"upload_time": "2025-07-31T15:37:30",
"upload_time_iso_8601": "2025-07-31T15:37:30.796098Z",
"url": "https://files.pythonhosted.org/packages/02/ea/7469e89d75a07972255aac4c1b98675bfbc74df32a19dd5dc8ba87aa552b/apsw-3.50.4.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-31 15:37:30",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "rogerbinns",
"github_project": "apsw",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "apsw"
}