apsw


Nameapsw JSON
Version 3.46.1.0 PyPI version JSON
download
home_pagehttps://github.com/rogerbinns/apsw/
SummaryAnother Python SQLite Wrapper
upload_time2024-08-13 23:40:23
maintainerNone
docs_urlNone
authorRoger Binns
requires_python>=3.8
licenseOSI Approved
keywords database sqlite
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. 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.8 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.


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.8",
    "maintainer_email": null,
    "keywords": "database, sqlite",
    "author": "Roger Binns",
    "author_email": "rogerb@rogerbinns.com",
    "download_url": "https://files.pythonhosted.org/packages/2e/9f/29be0326b2178cfe10d6d45de83163c70cd0b4985502f398fe32791943e2/apsw-3.46.1.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.8 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.\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": "OSI Approved",
    "summary": "Another Python SQLite Wrapper",
    "version": "3.46.1.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": "",
            "digests": {
                "blake2b_256": "2b9cb2930736e503ce58f2cea0c82ad1f1ab700bbaf13feb4bdbaae413f46b50",
                "md5": "049e639ddf876d467392400d53fb6c99",
                "sha256": "2ebfaf4d84bc61ecf79587acf31a31f732be72cb8fc8c999ce9453147a2e57dc"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "049e639ddf876d467392400d53fb6c99",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1328182,
            "upload_time": "2024-08-13T23:38:44",
            "upload_time_iso_8601": "2024-08-13T23:38:44.797822Z",
            "url": "https://files.pythonhosted.org/packages/2b/9c/b2930736e503ce58f2cea0c82ad1f1ab700bbaf13feb4bdbaae413f46b50/apsw-3.46.1.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b1c6d809b0a1fed5a88dffde6a0bc3bec7a128276845a0acf6c90c6f75e1c7e7",
                "md5": "daae71da924f02150011b985c93abfe6",
                "sha256": "2545b9c885f98d7dedf9c0f9c485f84d39c5a40352b8a3c3f05f99e1e1d2ae73"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "daae71da924f02150011b985c93abfe6",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1250100,
            "upload_time": "2024-08-13T23:38:46",
            "upload_time_iso_8601": "2024-08-13T23:38:46.938324Z",
            "url": "https://files.pythonhosted.org/packages/b1/c6/d809b0a1fed5a88dffde6a0bc3bec7a128276845a0acf6c90c6f75e1c7e7/apsw-3.46.1.0-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ce5054402ee4ea1ad6c4507c5f4079ddb15769b2e7068636bfa68155792da1df",
                "md5": "b942ec92f041b04117075dce70cc579f",
                "sha256": "b5b83967c1b68877976a06bb8a2eb314b1f8923d787f6d7cd41b48776847bfe6"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "b942ec92f041b04117075dce70cc579f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 5301659,
            "upload_time": "2024-08-13T23:38:48",
            "upload_time_iso_8601": "2024-08-13T23:38:48.689797Z",
            "url": "https://files.pythonhosted.org/packages/ce/50/54402ee4ea1ad6c4507c5f4079ddb15769b2e7068636bfa68155792da1df/apsw-3.46.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a280ef47105a4de7aa5e09552a5309e8f2e8240a5c7f016bb43e655256e6d9ec",
                "md5": "0dfc3f8ff0018b5bb01a52230399c823",
                "sha256": "110dae383750f75fc57d63ea14a759e4309886e1dd5243993db7eaa8f9d06d90"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0dfc3f8ff0018b5bb01a52230399c823",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 5345167,
            "upload_time": "2024-08-13T23:38:50",
            "upload_time_iso_8601": "2024-08-13T23:38:50.151350Z",
            "url": "https://files.pythonhosted.org/packages/a2/80/ef47105a4de7aa5e09552a5309e8f2e8240a5c7f016bb43e655256e6d9ec/apsw-3.46.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b7395a505f3e332f2fcbe325ad652990fbe8719d6dad9271f4cfb7d742c7fc23",
                "md5": "7f11c22763d9e5f92c1eabe786e58f71",
                "sha256": "e403aab2b5653152e85341218a49d73eed66319f0deccce5db21f7a89def394a"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "7f11c22763d9e5f92c1eabe786e58f71",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 5237045,
            "upload_time": "2024-08-13T23:38:51",
            "upload_time_iso_8601": "2024-08-13T23:38:51.551741Z",
            "url": "https://files.pythonhosted.org/packages/b7/39/5a505f3e332f2fcbe325ad652990fbe8719d6dad9271f4cfb7d742c7fc23/apsw-3.46.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "592496d32c14f76dc6a9dac2220144dd175f37e64a99943448566eaf30008f5f",
                "md5": "e12559b83d563d63df478376ccc32968",
                "sha256": "3382459357f0819b631087b32818a502da47c84ddea76132d76ec02aa473af45"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp310-cp310-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e12559b83d563d63df478376ccc32968",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 5333222,
            "upload_time": "2024-08-13T23:38:53",
            "upload_time_iso_8601": "2024-08-13T23:38:53.320664Z",
            "url": "https://files.pythonhosted.org/packages/59/24/96d32c14f76dc6a9dac2220144dd175f37e64a99943448566eaf30008f5f/apsw-3.46.1.0-cp310-cp310-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0875f0ada4be0049b5e7a01ee1a3f88afedb3e37fb92d354142dd92a3ab2d332",
                "md5": "4406af87172c125171c58b203be4e018",
                "sha256": "d43d80bbd497ddb86fa5774bd80df1825253a3765e01e707cbcc6242f06f21eb"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp310-cp310-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "4406af87172c125171c58b203be4e018",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 5316847,
            "upload_time": "2024-08-13T23:38:55",
            "upload_time_iso_8601": "2024-08-13T23:38:55.135406Z",
            "url": "https://files.pythonhosted.org/packages/08/75/f0ada4be0049b5e7a01ee1a3f88afedb3e37fb92d354142dd92a3ab2d332/apsw-3.46.1.0-cp310-cp310-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d93ebd6a7d1ec3e2e208c444d9b571354666532de2ab741179f5cebda3201440",
                "md5": "95619c42a7cd1d5ec273384b44802eed",
                "sha256": "402233ed77b7bd99f81c5b68bd8201dd1c4c1dedc40d12871f709b922842d5c6"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "95619c42a7cd1d5ec273384b44802eed",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 5389760,
            "upload_time": "2024-08-13T23:38:57",
            "upload_time_iso_8601": "2024-08-13T23:38:57.005281Z",
            "url": "https://files.pythonhosted.org/packages/d9/3e/bd6a7d1ec3e2e208c444d9b571354666532de2ab741179f5cebda3201440/apsw-3.46.1.0-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6eab9103802588795d0fcf3c7f7bc187d7680f43a5292e210a970c872d24af64",
                "md5": "1735f796b08aa87d790c462a2f385aee",
                "sha256": "c17dab34c487ee562f81672f6bf3c067493e017d1a8c816485e6de06ce25f620"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "1735f796b08aa87d790c462a2f385aee",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1028649,
            "upload_time": "2024-08-13T23:38:58",
            "upload_time_iso_8601": "2024-08-13T23:38:58.523330Z",
            "url": "https://files.pythonhosted.org/packages/6e/ab/9103802588795d0fcf3c7f7bc187d7680f43a5292e210a970c872d24af64/apsw-3.46.1.0-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "682e290fc730772b8cff78626b9ae243112efc6426cbc09b8362e87a36e5c725",
                "md5": "9ecf86a15babedd35c934babc8df0a9e",
                "sha256": "9484b47e792ad54b36fced07b9ff91b9ab32f0d7de44da3a9b5fa9d78e28ddae"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9ecf86a15babedd35c934babc8df0a9e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1200480,
            "upload_time": "2024-08-13T23:38:59",
            "upload_time_iso_8601": "2024-08-13T23:38:59.664853Z",
            "url": "https://files.pythonhosted.org/packages/68/2e/290fc730772b8cff78626b9ae243112efc6426cbc09b8362e87a36e5c725/apsw-3.46.1.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d064772661433d50473bf09b4f3e777cb5580dd29093461138e897f57402be51",
                "md5": "a22dd176fa65e977b2b3db4da74a6549",
                "sha256": "8acacf3a0187cbd4c82c9eaa2c7e2704c13997a351efdffbdfa69ea1778bda1f"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a22dd176fa65e977b2b3db4da74a6549",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1330000,
            "upload_time": "2024-08-13T23:39:01",
            "upload_time_iso_8601": "2024-08-13T23:39:01.318288Z",
            "url": "https://files.pythonhosted.org/packages/d0/64/772661433d50473bf09b4f3e777cb5580dd29093461138e897f57402be51/apsw-3.46.1.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "09082311678a00314fcf3c007d1b17780c0ba19084c09afca89c082353785616",
                "md5": "9642ddd844052ba79592b7b186fa30c8",
                "sha256": "2fcc5fd76a4a21fb1cc1694495e221206a46d932c675ba5dda8f070262347e0b"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "9642ddd844052ba79592b7b186fa30c8",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1252124,
            "upload_time": "2024-08-13T23:39:02",
            "upload_time_iso_8601": "2024-08-13T23:39:02.825105Z",
            "url": "https://files.pythonhosted.org/packages/09/08/2311678a00314fcf3c007d1b17780c0ba19084c09afca89c082353785616/apsw-3.46.1.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5101bf171dec627935691bcf8e900151031ad9b50689d488d9ef2069f5179aa2",
                "md5": "681d9bbd28c31ddb2be93babfe5c1224",
                "sha256": "ca319360995762fbed9e7d252c3ae4ea84af2d7bc1aef21adbcb4e088a416373"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "681d9bbd28c31ddb2be93babfe5c1224",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 5332494,
            "upload_time": "2024-08-13T23:39:04",
            "upload_time_iso_8601": "2024-08-13T23:39:04.414235Z",
            "url": "https://files.pythonhosted.org/packages/51/01/bf171dec627935691bcf8e900151031ad9b50689d488d9ef2069f5179aa2/apsw-3.46.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5e1dbe64af8c3043d2d39bab4fc6bfc55aadfa24bffc3d8bf522908b9b831a92",
                "md5": "f4b5690986b6978893fd9c5cf1f87baa",
                "sha256": "42036093f8b7dd66bbb18b717ef6dfa62c4a2acd9bcdf05fdf5caedf77a47c01"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f4b5690986b6978893fd9c5cf1f87baa",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 5380153,
            "upload_time": "2024-08-13T23:39:05",
            "upload_time_iso_8601": "2024-08-13T23:39:05.753078Z",
            "url": "https://files.pythonhosted.org/packages/5e/1d/be64af8c3043d2d39bab4fc6bfc55aadfa24bffc3d8bf522908b9b831a92/apsw-3.46.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0032d9ebff5ecc7fd0100e7cb62dbbebc9edbd70d3812c4cc811ee823ec1c33c",
                "md5": "3278ab562910a6ca270814cbeb64b532",
                "sha256": "4d54efc7d7d58b782dc84f29c5d25d190984dec20d8233484d3b092ded1241e1"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "3278ab562910a6ca270814cbeb64b532",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 5264455,
            "upload_time": "2024-08-13T23:39:07",
            "upload_time_iso_8601": "2024-08-13T23:39:07.832251Z",
            "url": "https://files.pythonhosted.org/packages/00/32/d9ebff5ecc7fd0100e7cb62dbbebc9edbd70d3812c4cc811ee823ec1c33c/apsw-3.46.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f946ebe89b57f229a0db9eb44eafa87077a1b23881d3f366dc035047327dbeac",
                "md5": "7177058144e898cfd8647135b098920a",
                "sha256": "3864151c23edd3a232e059925bd37044e2c1b90f20ba1d0b46005d0e5d97d10d"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp311-cp311-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "7177058144e898cfd8647135b098920a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 5361349,
            "upload_time": "2024-08-13T23:39:09",
            "upload_time_iso_8601": "2024-08-13T23:39:09.441928Z",
            "url": "https://files.pythonhosted.org/packages/f9/46/ebe89b57f229a0db9eb44eafa87077a1b23881d3f366dc035047327dbeac/apsw-3.46.1.0-cp311-cp311-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a27225955d7d36264e705d8be86fdc49b1ff4a5438a8a9ff8ce78f9a806b10d1",
                "md5": "ab7bb495d63c187bb04ab766da5fc742",
                "sha256": "3e42ebb5997fcd6234cdb888f641ca37a7e9d03c13c4f2e1e0ac66151a182e79"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp311-cp311-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "ab7bb495d63c187bb04ab766da5fc742",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 5351742,
            "upload_time": "2024-08-13T23:39:11",
            "upload_time_iso_8601": "2024-08-13T23:39:11.704588Z",
            "url": "https://files.pythonhosted.org/packages/a2/72/25955d7d36264e705d8be86fdc49b1ff4a5438a8a9ff8ce78f9a806b10d1/apsw-3.46.1.0-cp311-cp311-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "569ca15ed769f3b5f5012e9216598ed6db333c74bfbe3b197a217aa67c46094a",
                "md5": "f0f50948f7aeaf40e6e8cd64fb63c005",
                "sha256": "7ea887719b60d48ac569eb42594f7dd772ab2b2287aaae9c9a007789467aa26a"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f0f50948f7aeaf40e6e8cd64fb63c005",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 5423667,
            "upload_time": "2024-08-13T23:39:13",
            "upload_time_iso_8601": "2024-08-13T23:39:13.798389Z",
            "url": "https://files.pythonhosted.org/packages/56/9c/a15ed769f3b5f5012e9216598ed6db333c74bfbe3b197a217aa67c46094a/apsw-3.46.1.0-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a6eda1f3437764ae69efebff2b64de0e9e7e3169fe0e44b52763cb808dbb74c3",
                "md5": "a76c425fabc76274c39911701b56072b",
                "sha256": "67754bc4c0b2dda1a112f0adfdd6d25c2f724d8c086decb9690349056f799eed"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "a76c425fabc76274c39911701b56072b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1030732,
            "upload_time": "2024-08-13T23:39:15",
            "upload_time_iso_8601": "2024-08-13T23:39:15.848993Z",
            "url": "https://files.pythonhosted.org/packages/a6/ed/a1f3437764ae69efebff2b64de0e9e7e3169fe0e44b52763cb808dbb74c3/apsw-3.46.1.0-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8c05d3a57fd6da3093f12b1e92e93cf1a036e0293879198697fe2b500bfd8a17",
                "md5": "042e2ef72a3d0f5be588c30f8e352b96",
                "sha256": "fef6891bc388d92ac8208db2e6f5cd90bd75a64930147f515f2e28526a278c81"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "042e2ef72a3d0f5be588c30f8e352b96",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1203793,
            "upload_time": "2024-08-13T23:39:17",
            "upload_time_iso_8601": "2024-08-13T23:39:17.005963Z",
            "url": "https://files.pythonhosted.org/packages/8c/05/d3a57fd6da3093f12b1e92e93cf1a036e0293879198697fe2b500bfd8a17/apsw-3.46.1.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4f54efebcf27cedd308a6e39d4b159450544965913679e03b9f1afac96765d90",
                "md5": "cbe9921c8d1ed24aae5af22d99c4d013",
                "sha256": "a892c3dccbb2f96611a0707fb4cf1573c88a4a2898b45f013a202557f602faa8"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "cbe9921c8d1ed24aae5af22d99c4d013",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1330291,
            "upload_time": "2024-08-13T23:39:18",
            "upload_time_iso_8601": "2024-08-13T23:39:18.176838Z",
            "url": "https://files.pythonhosted.org/packages/4f/54/efebcf27cedd308a6e39d4b159450544965913679e03b9f1afac96765d90/apsw-3.46.1.0-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fbc96382df13216f524a8e4d37298d6dfe3a5ba0b67a4be91082ce4858a75b5f",
                "md5": "9b46f9339bf417483f8f6f3b25ced5fc",
                "sha256": "1e01e2cf7faae0d86540e9c638778c98cdd14b365136d9b11d2a0a7dfe4893f3"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "9b46f9339bf417483f8f6f3b25ced5fc",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1251560,
            "upload_time": "2024-08-13T23:39:19",
            "upload_time_iso_8601": "2024-08-13T23:39:19.409528Z",
            "url": "https://files.pythonhosted.org/packages/fb/c9/6382df13216f524a8e4d37298d6dfe3a5ba0b67a4be91082ce4858a75b5f/apsw-3.46.1.0-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "89824f6409346583232d49bbbe14ce0dd006ff9552c9e4e3f32dc132deb8fbe9",
                "md5": "2e798c36107cf5fba5a0a326eb6a1667",
                "sha256": "bf96999557f5ccc5c8424b0c8637447652994e26b4fe87b72626def24c53dcf1"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "2e798c36107cf5fba5a0a326eb6a1667",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 5322282,
            "upload_time": "2024-08-13T23:39:21",
            "upload_time_iso_8601": "2024-08-13T23:39:21.266563Z",
            "url": "https://files.pythonhosted.org/packages/89/82/4f6409346583232d49bbbe14ce0dd006ff9552c9e4e3f32dc132deb8fbe9/apsw-3.46.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "83e2ddb1cbe4d6e348e601c58e1d0b65b8f7bbc5b436c5820deb43e602eb918a",
                "md5": "f021f1ef4017d189c18fee258ce48781",
                "sha256": "925c01733c0de8adf7f3cbf299e4bcb38961b62de4436f8704e5ff9800523a7c"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f021f1ef4017d189c18fee258ce48781",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 5363048,
            "upload_time": "2024-08-13T23:39:22",
            "upload_time_iso_8601": "2024-08-13T23:39:22.891361Z",
            "url": "https://files.pythonhosted.org/packages/83/e2/ddb1cbe4d6e348e601c58e1d0b65b8f7bbc5b436c5820deb43e602eb918a/apsw-3.46.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f0c986a6ae3248773abe08b168c24a08fc02b4cbd55fcf013a604bc50191e908",
                "md5": "5f5727d05eb729e05e8960ddd10735bd",
                "sha256": "979f1fca9ec09c1e8bd466ad17fde25dffb06ea621bd8b7c08e404d042c4d362"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "5f5727d05eb729e05e8960ddd10735bd",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 5252462,
            "upload_time": "2024-08-13T23:39:24",
            "upload_time_iso_8601": "2024-08-13T23:39:24.755742Z",
            "url": "https://files.pythonhosted.org/packages/f0/c9/86a6ae3248773abe08b168c24a08fc02b4cbd55fcf013a604bc50191e908/apsw-3.46.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "934702a42f5889f897c4358b2c2c61c88eea80ba21dbdbd79f218a301aeb282b",
                "md5": "50ad3f9d44cf6ec9bb2137f742b2d0de",
                "sha256": "e02c614ca3afceb6c80349485dd2d49fea584a885794ca732513d8aa746781d7"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp312-cp312-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "50ad3f9d44cf6ec9bb2137f742b2d0de",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 5352619,
            "upload_time": "2024-08-13T23:39:26",
            "upload_time_iso_8601": "2024-08-13T23:39:26.078272Z",
            "url": "https://files.pythonhosted.org/packages/93/47/02a42f5889f897c4358b2c2c61c88eea80ba21dbdbd79f218a301aeb282b/apsw-3.46.1.0-cp312-cp312-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c408e989cc8b419de48c9eb07c23b780a70786ecee3bfc4525936c2fb4006ae4",
                "md5": "1f995aa92402bc2193a02685f13628a1",
                "sha256": "c9c130253eba2f70547253f54db05d0e6aa41962d9d712b9e1b8efba1ea2990b"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp312-cp312-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "1f995aa92402bc2193a02685f13628a1",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 5333787,
            "upload_time": "2024-08-13T23:39:27",
            "upload_time_iso_8601": "2024-08-13T23:39:27.601618Z",
            "url": "https://files.pythonhosted.org/packages/c4/08/e989cc8b419de48c9eb07c23b780a70786ecee3bfc4525936c2fb4006ae4/apsw-3.46.1.0-cp312-cp312-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "50157a1d05f1424f8bfb0f4d6bc070d97c2a416e94aca57d653a6b81d7c260eb",
                "md5": "2d7fd676eafdaabf39f993f48806e018",
                "sha256": "999f8fc2607a98ecfddb9d266bd746ae9a08dfa67841700ccfb0108a9cfe9104"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2d7fd676eafdaabf39f993f48806e018",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 5407568,
            "upload_time": "2024-08-13T23:39:29",
            "upload_time_iso_8601": "2024-08-13T23:39:29.019617Z",
            "url": "https://files.pythonhosted.org/packages/50/15/7a1d05f1424f8bfb0f4d6bc070d97c2a416e94aca57d653a6b81d7c260eb/apsw-3.46.1.0-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7657ce935c45e21f95faf956e8cd0c04a583324e226f1838980c5d344a9fb2ac",
                "md5": "5ba2ee06938c4eb593f16a6d755d4fdd",
                "sha256": "0f864580269c5cfe7aed899057a6e76f06940d2bc4134c2e32d36aadad0b3e29"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "5ba2ee06938c4eb593f16a6d755d4fdd",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1030498,
            "upload_time": "2024-08-13T23:39:30",
            "upload_time_iso_8601": "2024-08-13T23:39:30.545682Z",
            "url": "https://files.pythonhosted.org/packages/76/57/ce935c45e21f95faf956e8cd0c04a583324e226f1838980c5d344a9fb2ac/apsw-3.46.1.0-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fa39a99ddf2fd49ae794885d22f0ec9e7be56ad4794a393bfbe395b9711d9dc5",
                "md5": "e6d565d2ed9b9fc4080d60f1734e6e6e",
                "sha256": "fb770bbe185d3cd6609bb245e22108490c81a025e3be82cd278116b5e21cbbee"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "e6d565d2ed9b9fc4080d60f1734e6e6e",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1202387,
            "upload_time": "2024-08-13T23:39:31",
            "upload_time_iso_8601": "2024-08-13T23:39:31.650035Z",
            "url": "https://files.pythonhosted.org/packages/fa/39/a99ddf2fd49ae794885d22f0ec9e7be56ad4794a393bfbe395b9711d9dc5/apsw-3.46.1.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "01911dad0195b08a035b48fa278d3ccea1336d48e3b8a5a8be5bc0ebdc4cd5c1",
                "md5": "05ffce2339bb74a71ba81f1618fc1ec4",
                "sha256": "8113139847f1ad7023a2b8ab8cee15ceec2406c9fbc6709c64a029947485bc23"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp313-cp313-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "05ffce2339bb74a71ba81f1618fc1ec4",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1329935,
            "upload_time": "2024-08-13T23:39:32",
            "upload_time_iso_8601": "2024-08-13T23:39:32.922738Z",
            "url": "https://files.pythonhosted.org/packages/01/91/1dad0195b08a035b48fa278d3ccea1336d48e3b8a5a8be5bc0ebdc4cd5c1/apsw-3.46.1.0-cp313-cp313-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "004538c7f64d4d6567bc989fde6d39498c6cc6d4540c2094a38fd803662d1f06",
                "md5": "7119cd9522d1b666dc5d83edc085d719",
                "sha256": "038e9550dc24413a12fde36492ab275410c35982e97d33cc5fd7c18325bbc9e1"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "7119cd9522d1b666dc5d83edc085d719",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1249843,
            "upload_time": "2024-08-13T23:39:34",
            "upload_time_iso_8601": "2024-08-13T23:39:34.367180Z",
            "url": "https://files.pythonhosted.org/packages/00/45/38c7f64d4d6567bc989fde6d39498c6cc6d4540c2094a38fd803662d1f06/apsw-3.46.1.0-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7243dc5ed5a6ad6caad5874496f6ef5b31bfa309d0dc10435f0581486e63c419",
                "md5": "55be4da1b0e7070d9ffaa50912237381",
                "sha256": "1779f6d512d07b1fa914d268c42ac47170fd41aeae3352c3ce1c5c9f410496b9"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "55be4da1b0e7070d9ffaa50912237381",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 5323599,
            "upload_time": "2024-08-13T23:39:35",
            "upload_time_iso_8601": "2024-08-13T23:39:35.645314Z",
            "url": "https://files.pythonhosted.org/packages/72/43/dc5ed5a6ad6caad5874496f6ef5b31bfa309d0dc10435f0581486e63c419/apsw-3.46.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3d3c9b5ef3e9edb7b4864ae6365cad8c5b26c6490552d1b7a9896e6dd8c37f48",
                "md5": "937d2fc59059516bef8d75c98d7dd4de",
                "sha256": "5b2497696ccb5ac928ba3bbae988a82e00d0be3242b7bdd0553ce4447bdcc73b"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "937d2fc59059516bef8d75c98d7dd4de",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 5375717,
            "upload_time": "2024-08-13T23:39:37",
            "upload_time_iso_8601": "2024-08-13T23:39:37.197003Z",
            "url": "https://files.pythonhosted.org/packages/3d/3c/9b5ef3e9edb7b4864ae6365cad8c5b26c6490552d1b7a9896e6dd8c37f48/apsw-3.46.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dfeb09435de9918e2f4ff05c812ccbc6f3d857fa35835303c1028e92f0b3c630",
                "md5": "c578e18ffa351edd59342980d2e10747",
                "sha256": "1b182bafe729822f7a934d081d9190b76e0dae1f5f098efa7430fcdd38e3a315"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "c578e18ffa351edd59342980d2e10747",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 5263638,
            "upload_time": "2024-08-13T23:39:39",
            "upload_time_iso_8601": "2024-08-13T23:39:39.583103Z",
            "url": "https://files.pythonhosted.org/packages/df/eb/09435de9918e2f4ff05c812ccbc6f3d857fa35835303c1028e92f0b3c630/apsw-3.46.1.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1f8ad1be6a390d8b524bbacfe6b2d59d94391275a38dda87cc815fed7299511a",
                "md5": "97e3df94b5c3926d7c423addc725a145",
                "sha256": "d08cf0df8f58b4bdf8c0b7a4c8e70f2a8840be631f40dae848b384636a22fe0d"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp313-cp313-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "97e3df94b5c3926d7c423addc725a145",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 5357278,
            "upload_time": "2024-08-13T23:39:41",
            "upload_time_iso_8601": "2024-08-13T23:39:41.329440Z",
            "url": "https://files.pythonhosted.org/packages/1f/8a/d1be6a390d8b524bbacfe6b2d59d94391275a38dda87cc815fed7299511a/apsw-3.46.1.0-cp313-cp313-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "11f8b51d9b4bacec54fcafa042c24e58e2f349cc5eedcaab31e06f4862c6bcf5",
                "md5": "15192aef350b09a3aa0a99885c88e4cf",
                "sha256": "7d37e2f6e1a22bb1a82905237b4d433124ccc53a62f918b9cf7c42c6e49241d0"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp313-cp313-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "15192aef350b09a3aa0a99885c88e4cf",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 5335671,
            "upload_time": "2024-08-13T23:39:42",
            "upload_time_iso_8601": "2024-08-13T23:39:42.730458Z",
            "url": "https://files.pythonhosted.org/packages/11/f8/b51d9b4bacec54fcafa042c24e58e2f349cc5eedcaab31e06f4862c6bcf5/apsw-3.46.1.0-cp313-cp313-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a7356a7cfdb1275a2c84f5cf5e108f49da7c491bb20b8aa6e48e8dd5d6f84dc3",
                "md5": "edcd6720089587174c6b90cb197ef2cf",
                "sha256": "3d49e1996c13661011505cd53502e580c63062eafeebaebcd80ec34b435475c4"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp313-cp313-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "edcd6720089587174c6b90cb197ef2cf",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 5416144,
            "upload_time": "2024-08-13T23:39:44",
            "upload_time_iso_8601": "2024-08-13T23:39:44.223609Z",
            "url": "https://files.pythonhosted.org/packages/a7/35/6a7cfdb1275a2c84f5cf5e108f49da7c491bb20b8aa6e48e8dd5d6f84dc3/apsw-3.46.1.0-cp313-cp313-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aa8c91264d7fcc0e70a9c09aefac0794ee9aad2006ffd0183061fb1f462fe9bb",
                "md5": "a1985ceea10290020a09ae6dd1a2873d",
                "sha256": "42039f5d650ef1bb12e1304aebe47338c20bead38b41bae0f22f98e78cc6855c"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp313-cp313-win32.whl",
            "has_sig": false,
            "md5_digest": "a1985ceea10290020a09ae6dd1a2873d",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1029293,
            "upload_time": "2024-08-13T23:39:45",
            "upload_time_iso_8601": "2024-08-13T23:39:45.701992Z",
            "url": "https://files.pythonhosted.org/packages/aa/8c/91264d7fcc0e70a9c09aefac0794ee9aad2006ffd0183061fb1f462fe9bb/apsw-3.46.1.0-cp313-cp313-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ccd29a917ea97c2a13978e97c854d49d286060f028ad172d9958f33cb8e29e14",
                "md5": "4b5d5a144793e567f11967d2e2efe431",
                "sha256": "1c37abd9f344aefa11c3fe213738c1db4fe49bacef1aee360087fa1ac840b1c4"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "4b5d5a144793e567f11967d2e2efe431",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1200893,
            "upload_time": "2024-08-13T23:39:46",
            "upload_time_iso_8601": "2024-08-13T23:39:46.843354Z",
            "url": "https://files.pythonhosted.org/packages/cc/d2/9a917ea97c2a13978e97c854d49d286060f028ad172d9958f33cb8e29e14/apsw-3.46.1.0-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eeba02cf8f795fb461a7782d77100ce434546d094660d415f043866123a275f3",
                "md5": "631ecd6d62d9e38182bc36baf677765d",
                "sha256": "a8cd20bff7e1294d8b779153f2ff0fbd7821c4b479b31caef4b1427f3b443307"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "631ecd6d62d9e38182bc36baf677765d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1329843,
            "upload_time": "2024-08-13T23:39:48",
            "upload_time_iso_8601": "2024-08-13T23:39:48.040261Z",
            "url": "https://files.pythonhosted.org/packages/ee/ba/02cf8f795fb461a7782d77100ce434546d094660d415f043866123a275f3/apsw-3.46.1.0-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5788fa35ab60026b1cfca891f591fa933d25d8ff559fdc81d2c554b8b7f39660",
                "md5": "d8598518836e20814b2bd81290c916e2",
                "sha256": "9b7e6395b8b20681a9b4a5f9621c9b1800e32a332cf75010bc8fde1d43465610"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "d8598518836e20814b2bd81290c916e2",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1252243,
            "upload_time": "2024-08-13T23:39:49",
            "upload_time_iso_8601": "2024-08-13T23:39:49.767207Z",
            "url": "https://files.pythonhosted.org/packages/57/88/fa35ab60026b1cfca891f591fa933d25d8ff559fdc81d2c554b8b7f39660/apsw-3.46.1.0-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0933dcb1a73e9b1daafbf760a14598c73dd697bc749e3cbe03c69bd1dc1a5258",
                "md5": "4fc00e752d8c84a42ccf221989bd95cc",
                "sha256": "348c88254bf05527909494a690d846cae5a95dd87e2359788b4ccb4d4a56c64a"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "4fc00e752d8c84a42ccf221989bd95cc",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 5309491,
            "upload_time": "2024-08-13T23:39:51",
            "upload_time_iso_8601": "2024-08-13T23:39:51.163434Z",
            "url": "https://files.pythonhosted.org/packages/09/33/dcb1a73e9b1daafbf760a14598c73dd697bc749e3cbe03c69bd1dc1a5258/apsw-3.46.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a2623f6d5a879189c98d2c60b03e89de169ffe4da317598e2eba792e57453b8a",
                "md5": "e605f94b771931c8bcb9bf6e0856732a",
                "sha256": "d508bcbf81d0f8339572e8e9775cc45991d2548f19605a5445d8dc05f23910f4"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e605f94b771931c8bcb9bf6e0856732a",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 5359250,
            "upload_time": "2024-08-13T23:39:54",
            "upload_time_iso_8601": "2024-08-13T23:39:54.885084Z",
            "url": "https://files.pythonhosted.org/packages/a2/62/3f6d5a879189c98d2c60b03e89de169ffe4da317598e2eba792e57453b8a/apsw-3.46.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bd75c1a804702f468cd1217219de0a77598e6c89fbff751c07f96b9e97652e10",
                "md5": "9b8296734747e77451373852d25e9a49",
                "sha256": "ae7bf2ca987fcb136bdb23c241e0b18469a2c45255bee80d7884ff56bc6d5461"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "9b8296734747e77451373852d25e9a49",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 5247488,
            "upload_time": "2024-08-13T23:39:56",
            "upload_time_iso_8601": "2024-08-13T23:39:56.906867Z",
            "url": "https://files.pythonhosted.org/packages/bd/75/c1a804702f468cd1217219de0a77598e6c89fbff751c07f96b9e97652e10/apsw-3.46.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "42d8500ebbe8b9998ab80a78aaa1df7e8c7eb02d08fc0f4dd64167f94519d696",
                "md5": "99811caacfb1975879da040600abf404",
                "sha256": "81f7c3ca9267a290922ddef73293c86bc373afc128867412d6f844a4a271a381"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp38-cp38-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "99811caacfb1975879da040600abf404",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 5342020,
            "upload_time": "2024-08-13T23:39:58",
            "upload_time_iso_8601": "2024-08-13T23:39:58.393961Z",
            "url": "https://files.pythonhosted.org/packages/42/d8/500ebbe8b9998ab80a78aaa1df7e8c7eb02d08fc0f4dd64167f94519d696/apsw-3.46.1.0-cp38-cp38-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "75ec33023288a69b1fadcca075079080ff15a93fa0e21ce200559429408172e7",
                "md5": "723ac74801aacfe03d4c92c6fdaef1dd",
                "sha256": "63278cee066c2365327d5d5976570834a559b9f64068186038af29b08063ba5a"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp38-cp38-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "723ac74801aacfe03d4c92c6fdaef1dd",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 5324818,
            "upload_time": "2024-08-13T23:40:00",
            "upload_time_iso_8601": "2024-08-13T23:40:00.198185Z",
            "url": "https://files.pythonhosted.org/packages/75/ec/33023288a69b1fadcca075079080ff15a93fa0e21ce200559429408172e7/apsw-3.46.1.0-cp38-cp38-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "386e95611427d31d634c953ce9de49003210f1a7a206f0bfe065cb2bc22a8c01",
                "md5": "dfd5ce85e75664310136b2ce0a5c15af",
                "sha256": "f53f489ebb024464e9223de9d8a139a2e206d33de1ab0538a01962dfe40c6526"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp38-cp38-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "dfd5ce85e75664310136b2ce0a5c15af",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 5397623,
            "upload_time": "2024-08-13T23:40:01",
            "upload_time_iso_8601": "2024-08-13T23:40:01.781679Z",
            "url": "https://files.pythonhosted.org/packages/38/6e/95611427d31d634c953ce9de49003210f1a7a206f0bfe065cb2bc22a8c01/apsw-3.46.1.0-cp38-cp38-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "53004dcef9c5b3bfcff39d4d6a61f7db03a76545a776ab542635c31bafe0efb1",
                "md5": "daaa428b4e4ac4f101f2838ef1648020",
                "sha256": "fc60738ad5594f72eb611178f161869dc7ff02789468c963296c4da743415e55"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "daaa428b4e4ac4f101f2838ef1648020",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1029545,
            "upload_time": "2024-08-13T23:40:03",
            "upload_time_iso_8601": "2024-08-13T23:40:03.292430Z",
            "url": "https://files.pythonhosted.org/packages/53/00/4dcef9c5b3bfcff39d4d6a61f7db03a76545a776ab542635c31bafe0efb1/apsw-3.46.1.0-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8d22d32828856c77435dc27f3a5e25e5bad78b764045585650cd99b6f7c096d6",
                "md5": "bb43116ff4a48ef9b894216611fd6c55",
                "sha256": "d4f48ef4f7d061b819cc35878ac661835e84debe17886abbefa7b0f935a24b85"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "bb43116ff4a48ef9b894216611fd6c55",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1201629,
            "upload_time": "2024-08-13T23:40:04",
            "upload_time_iso_8601": "2024-08-13T23:40:04.494148Z",
            "url": "https://files.pythonhosted.org/packages/8d/22/d32828856c77435dc27f3a5e25e5bad78b764045585650cd99b6f7c096d6/apsw-3.46.1.0-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5d31d04e6e63acd4921fec5ab46ee22f4626e32bc9441f63d0f1b5fcd6aabca0",
                "md5": "faa03bad5cfe616f9e95fcc285c41ece",
                "sha256": "85552b0696342e601420e02beba02ef8b1544eeb92895d771d795c1e5e696285"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "faa03bad5cfe616f9e95fcc285c41ece",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1327991,
            "upload_time": "2024-08-13T23:40:05",
            "upload_time_iso_8601": "2024-08-13T23:40:05.659907Z",
            "url": "https://files.pythonhosted.org/packages/5d/31/d04e6e63acd4921fec5ab46ee22f4626e32bc9441f63d0f1b5fcd6aabca0/apsw-3.46.1.0-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8c122205f65d5e23b7f1a86f85594c00bcfe5b0ae4619f953e917bc0e86630b0",
                "md5": "068df18b24186b92e69146af86f57709",
                "sha256": "b0b71f1f76200907782c6bd17b6b623b4ccc95f6d4187f0361c8f5c1a3e9fd81"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "068df18b24186b92e69146af86f57709",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1250225,
            "upload_time": "2024-08-13T23:40:07",
            "upload_time_iso_8601": "2024-08-13T23:40:07.167857Z",
            "url": "https://files.pythonhosted.org/packages/8c/12/2205f65d5e23b7f1a86f85594c00bcfe5b0ae4619f953e917bc0e86630b0/apsw-3.46.1.0-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "28b6e7cc57e76ac2cdafdb301aef8e67f7a1d6a01bd79b0da51caa50e44b1975",
                "md5": "9a14b9eac1757f724758941700e927f4",
                "sha256": "755f0cd2a3b70436e69b347ffb0774cca32db96ca7cf9b8660f29226d8eec2b1"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "9a14b9eac1757f724758941700e927f4",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 5305516,
            "upload_time": "2024-08-13T23:40:08",
            "upload_time_iso_8601": "2024-08-13T23:40:08.544277Z",
            "url": "https://files.pythonhosted.org/packages/28/b6/e7cc57e76ac2cdafdb301aef8e67f7a1d6a01bd79b0da51caa50e44b1975/apsw-3.46.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8903f6be9fd9477fa95a0dcd63f6d1111b39bbfd673cbae85abe71710c3d2490",
                "md5": "b7c1acf4a971f52a9e528acddb71bc36",
                "sha256": "6c95adc014380489b37c97a70ab6ead31a1774d35f921e309407241a035d1485"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b7c1acf4a971f52a9e528acddb71bc36",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 5350027,
            "upload_time": "2024-08-13T23:40:10",
            "upload_time_iso_8601": "2024-08-13T23:40:10.303423Z",
            "url": "https://files.pythonhosted.org/packages/89/03/f6be9fd9477fa95a0dcd63f6d1111b39bbfd673cbae85abe71710c3d2490/apsw-3.46.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "02a2baafe830dcb7f3380c71757c67033e86190937a562df61daec872d938417",
                "md5": "720580b96a1f264050145ea5805083f5",
                "sha256": "029f03385379882a6ce5df9713ebed86dde1cdf0435181431c264d1333719d13"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "720580b96a1f264050145ea5805083f5",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 5240714,
            "upload_time": "2024-08-13T23:40:11",
            "upload_time_iso_8601": "2024-08-13T23:40:11.876833Z",
            "url": "https://files.pythonhosted.org/packages/02/a2/baafe830dcb7f3380c71757c67033e86190937a562df61daec872d938417/apsw-3.46.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fd2682aeef3817987292198b23aaee4fd465d8b2d80318e8777b724578cc993b",
                "md5": "8627ee7a4adc59b0503dd84234a19256",
                "sha256": "7fed308f151dab9ca3052ee9c35beedfb5fd788734b24514e6bedf58f6f86f5d"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp39-cp39-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "8627ee7a4adc59b0503dd84234a19256",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 5336147,
            "upload_time": "2024-08-13T23:40:13",
            "upload_time_iso_8601": "2024-08-13T23:40:13.424944Z",
            "url": "https://files.pythonhosted.org/packages/fd/26/82aeef3817987292198b23aaee4fd465d8b2d80318e8777b724578cc993b/apsw-3.46.1.0-cp39-cp39-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "61f28b45f2a3aed6dcae36d2e35935b9779a399290483be2f1532aef7e26982c",
                "md5": "9c78af7c66b784c4cbc1c2c09628c3de",
                "sha256": "66773bc9b0428a4178bb5dd0dbbca00104e184252832ec1bcd81712a29ef65ed"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp39-cp39-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "9c78af7c66b784c4cbc1c2c09628c3de",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 5318940,
            "upload_time": "2024-08-13T23:40:14",
            "upload_time_iso_8601": "2024-08-13T23:40:14.943292Z",
            "url": "https://files.pythonhosted.org/packages/61/f2/8b45f2a3aed6dcae36d2e35935b9779a399290483be2f1532aef7e26982c/apsw-3.46.1.0-cp39-cp39-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7ce0d4a7d64d099ecf65a11f182512ab22ea611488530ab6551e0bb61af29925",
                "md5": "68a0f277b9e4b67f5ea52ee8d9f479ef",
                "sha256": "55d248a9d55d39d366f532f4ae70bdf7f2b8269f5e75b71742e1bdf039853151"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp39-cp39-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "68a0f277b9e4b67f5ea52ee8d9f479ef",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 5394102,
            "upload_time": "2024-08-13T23:40:16",
            "upload_time_iso_8601": "2024-08-13T23:40:16.716283Z",
            "url": "https://files.pythonhosted.org/packages/7c/e0/d4a7d64d099ecf65a11f182512ab22ea611488530ab6551e0bb61af29925/apsw-3.46.1.0-cp39-cp39-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ae9cab49d9165107ff5d5b0577d5e7677f3e467c7329dba508e8d6d3ef7ffacf",
                "md5": "c6e1418ef9e0bce0756d637c8480f33b",
                "sha256": "4739482e35f5da3cc694959c43c813433b444ce865b60d5d78ba0734eb4a3840"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "c6e1418ef9e0bce0756d637c8480f33b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1029066,
            "upload_time": "2024-08-13T23:40:18",
            "upload_time_iso_8601": "2024-08-13T23:40:18.861988Z",
            "url": "https://files.pythonhosted.org/packages/ae/9c/ab49d9165107ff5d5b0577d5e7677f3e467c7329dba508e8d6d3ef7ffacf/apsw-3.46.1.0-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a138a75c02331b100a0f745200bcf75e1ace05579a5ce226b80c983c4155722a",
                "md5": "b00ca21d609c3d1c6ac5eade01152dcb",
                "sha256": "2bffff5cbfcd84ce7409d3ecb885b4707a264effbaa950f0ba5c68eaaca1ad5d"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "b00ca21d609c3d1c6ac5eade01152dcb",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1201100,
            "upload_time": "2024-08-13T23:40:21",
            "upload_time_iso_8601": "2024-08-13T23:40:21.339656Z",
            "url": "https://files.pythonhosted.org/packages/a1/38/a75c02331b100a0f745200bcf75e1ace05579a5ce226b80c983c4155722a/apsw-3.46.1.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2e9f29be0326b2178cfe10d6d45de83163c70cd0b4985502f398fe32791943e2",
                "md5": "f74b4689b0c58f1c1d0dd4b9037f91a9",
                "sha256": "96e3dfad1fd0cc77a778aa6b27468292041a8e9cb1f2dcf06bd773762c9b0c0c"
            },
            "downloads": -1,
            "filename": "apsw-3.46.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "f74b4689b0c58f1c1d0dd4b9037f91a9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 403954,
            "upload_time": "2024-08-13T23:40:23",
            "upload_time_iso_8601": "2024-08-13T23:40:23.057094Z",
            "url": "https://files.pythonhosted.org/packages/2e/9f/29be0326b2178cfe10d6d45de83163c70cd0b4985502f398fe32791943e2/apsw-3.46.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-13 23:40:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "rogerbinns",
    "github_project": "apsw",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "apsw"
}
        
Elapsed time: 0.66576s