apsw


Nameapsw JSON
Version 3.49.0.0 PyPI version JSON
download
home_pagehttps://github.com/rogerbinns/apsw
SummaryAnother Python SQLite Wrapper
upload_time2025-02-07 18:39:53
maintainerNone
docs_urlNone
authorRoger Binns
requires_python>=3.9
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.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/73/6a/0657b333330884272a8af12513f13655ea71fa819d2ed87e7ac1029364b8/apsw-3.49.0.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": "OSI Approved",
    "summary": "Another Python SQLite Wrapper",
    "version": "3.49.0.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": "10c6fa1ec36c4d2a4abf8aa8b43016f00d331461497ce2885091bf9e889c47c7",
                "md5": "5813f2c2388f2224a3de6334bd6e8147",
                "sha256": "945b7410fb78893ebc8cc5539d4a051fd12e1fbc7bd2b2a0636b6de34207b964"
            },
            "downloads": -1,
            "filename": "apsw-3.49.0.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5813f2c2388f2224a3de6334bd6e8147",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1835806,
            "upload_time": "2025-02-07T18:37:49",
            "upload_time_iso_8601": "2025-02-07T18:37:49.688701Z",
            "url": "https://files.pythonhosted.org/packages/10/c6/fa1ec36c4d2a4abf8aa8b43016f00d331461497ce2885091bf9e889c47c7/apsw-3.49.0.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0a2bb6504a773281a4cf5c7217f7adea82f462ce7cc9406933866650158a5099",
                "md5": "8afdcd8538d8b2664afbec63b9065fc4",
                "sha256": "ea4591271c3ebdbdb412303793c3845a5b993e3c9f6630d303650b7b3353f0fa"
            },
            "downloads": -1,
            "filename": "apsw-3.49.0.0-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "8afdcd8538d8b2664afbec63b9065fc4",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1773816,
            "upload_time": "2025-02-07T18:37:56",
            "upload_time_iso_8601": "2025-02-07T18:37:56.037361Z",
            "url": "https://files.pythonhosted.org/packages/0a/2b/b6504a773281a4cf5c7217f7adea82f462ce7cc9406933866650158a5099/apsw-3.49.0.0-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0eaa7070d04269278f289166acb68bc74d461e0c77e7cac89e1fee860eb09721",
                "md5": "d15e5185760a9075e6473ad86b5c5af1",
                "sha256": "71d3f9cadddce3c11d3693e1cc0b0756fcc10edb1123451c86475a04b9bd8f35"
            },
            "downloads": -1,
            "filename": "apsw-3.49.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "d15e5185760a9075e6473ad86b5c5af1",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 6320713,
            "upload_time": "2025-02-07T18:37:59",
            "upload_time_iso_8601": "2025-02-07T18:37:59.264203Z",
            "url": "https://files.pythonhosted.org/packages/0e/aa/7070d04269278f289166acb68bc74d461e0c77e7cac89e1fee860eb09721/apsw-3.49.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a462d32058ab448b6aa68442dcfadb71cf8e4ea8f5b3f35a384014437a4ef612",
                "md5": "a8b76dbce909f1e5146949cb725bb211",
                "sha256": "d91773491dc176ada315573deb2556026024b79f770241769cc0ef67269c820d"
            },
            "downloads": -1,
            "filename": "apsw-3.49.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a8b76dbce909f1e5146949cb725bb211",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 6243281,
            "upload_time": "2025-02-07T18:38:02",
            "upload_time_iso_8601": "2025-02-07T18:38:02.702622Z",
            "url": "https://files.pythonhosted.org/packages/a4/62/d32058ab448b6aa68442dcfadb71cf8e4ea8f5b3f35a384014437a4ef612/apsw-3.49.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "42ef0538be054167a6ccf139a2befd6ff0d80b5ff410e884b844311798d469f3",
                "md5": "7ee02e32044b001fd302f7250f45bcf3",
                "sha256": "548d649e3a48e44cf5aba4e5542927d33f87f1756880d4bae11b62499dbce1a8"
            },
            "downloads": -1,
            "filename": "apsw-3.49.0.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "7ee02e32044b001fd302f7250f45bcf3",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 6209377,
            "upload_time": "2025-02-07T18:38:04",
            "upload_time_iso_8601": "2025-02-07T18:38:04.957541Z",
            "url": "https://files.pythonhosted.org/packages/42/ef/0538be054167a6ccf139a2befd6ff0d80b5ff410e884b844311798d469f3/apsw-3.49.0.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "504f73b7a00e499164f838ce9b2d24d8793ce29d36021b87fc6e3b2bdf7a86ae",
                "md5": "a314703c49a8186564f6a971bbf2f1b1",
                "sha256": "dfb362fda10b32a3529543f0c32fbddcf1d3e394194cde793e00ce9f9d5524fd"
            },
            "downloads": -1,
            "filename": "apsw-3.49.0.0-cp310-cp310-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "a314703c49a8186564f6a971bbf2f1b1",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 6378152,
            "upload_time": "2025-02-07T18:38:06",
            "upload_time_iso_8601": "2025-02-07T18:38:06.995089Z",
            "url": "https://files.pythonhosted.org/packages/50/4f/73b7a00e499164f838ce9b2d24d8793ce29d36021b87fc6e3b2bdf7a86ae/apsw-3.49.0.0-cp310-cp310-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "915e57483965aa32f0da1328a8279d1fdbf3baa45e8f98c97ad71691f69def17",
                "md5": "8e0c615654a75893d4fdd115e6de6a4d",
                "sha256": "93037e223baae21a834f3942aae3b3ffdc163de52b9a487dc67d07ce8c8cac11"
            },
            "downloads": -1,
            "filename": "apsw-3.49.0.0-cp310-cp310-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "8e0c615654a75893d4fdd115e6de6a4d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 6337157,
            "upload_time": "2025-02-07T18:38:10",
            "upload_time_iso_8601": "2025-02-07T18:38:10.400552Z",
            "url": "https://files.pythonhosted.org/packages/91/5e/57483965aa32f0da1328a8279d1fdbf3baa45e8f98c97ad71691f69def17/apsw-3.49.0.0-cp310-cp310-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e18eb79cffd8ab93ec9aee45d598cc01c0ad8fd53f5efdb189c5a19d8a0212ee",
                "md5": "9953f4a90bc85ce24af8ebdfb6376d9c",
                "sha256": "797da03a87d409a0046e74823a416e5cd22b4ff69bab055a90464c58077506b6"
            },
            "downloads": -1,
            "filename": "apsw-3.49.0.0-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9953f4a90bc85ce24af8ebdfb6376d9c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 6305474,
            "upload_time": "2025-02-07T18:38:13",
            "upload_time_iso_8601": "2025-02-07T18:38:13.059299Z",
            "url": "https://files.pythonhosted.org/packages/e1/8e/b79cffd8ab93ec9aee45d598cc01c0ad8fd53f5efdb189c5a19d8a0212ee/apsw-3.49.0.0-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "069f34197a8933284af91ecec537f76d9a2323d279e0c6892777dfce468271b9",
                "md5": "70241a8f4faca06e72bf0e833f85b54c",
                "sha256": "619a80bd2c5fa50fce94d7f2a85f76724ca4d9dcfe83562309233052e3ee7d12"
            },
            "downloads": -1,
            "filename": "apsw-3.49.0.0-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "70241a8f4faca06e72bf0e833f85b54c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1504480,
            "upload_time": "2025-02-07T18:38:15",
            "upload_time_iso_8601": "2025-02-07T18:38:15.942308Z",
            "url": "https://files.pythonhosted.org/packages/06/9f/34197a8933284af91ecec537f76d9a2323d279e0c6892777dfce468271b9/apsw-3.49.0.0-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3e2adc288c155a2fc7f5de4002adbeb98d80a966f565d152b1867afea9f67dc5",
                "md5": "8f4640c5919ed1360490cb9cac369193",
                "sha256": "8983142aa1d4ffc30f377cc2ba129d7fdd77b33359c01bd323f1b9cb13444289"
            },
            "downloads": -1,
            "filename": "apsw-3.49.0.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "8f4640c5919ed1360490cb9cac369193",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1665203,
            "upload_time": "2025-02-07T18:38:17",
            "upload_time_iso_8601": "2025-02-07T18:38:17.599866Z",
            "url": "https://files.pythonhosted.org/packages/3e/2a/dc288c155a2fc7f5de4002adbeb98d80a966f565d152b1867afea9f67dc5/apsw-3.49.0.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5706b6be1cedaa02faa8b95830fa4b5da4f98a6b533969c7265df98dcf798e72",
                "md5": "b8fa1b375b06ef29e13d6a21feb95ca2",
                "sha256": "c566d51d960e8bbf9da03051f3b4002cd124d2157740d2c38ceefa6dff04d849"
            },
            "downloads": -1,
            "filename": "apsw-3.49.0.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b8fa1b375b06ef29e13d6a21feb95ca2",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1837784,
            "upload_time": "2025-02-07T18:38:19",
            "upload_time_iso_8601": "2025-02-07T18:38:19.897941Z",
            "url": "https://files.pythonhosted.org/packages/57/06/b6be1cedaa02faa8b95830fa4b5da4f98a6b533969c7265df98dcf798e72/apsw-3.49.0.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ee432208d4ec35a298802fa98b5b3a29785a82bd4f02db91b5a614297506a473",
                "md5": "2435143f8f9ab358c104a26cee23ac2d",
                "sha256": "927b422006c55392d768045d33569ad5a77229f904c744a73107727f881d4095"
            },
            "downloads": -1,
            "filename": "apsw-3.49.0.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "2435143f8f9ab358c104a26cee23ac2d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1775580,
            "upload_time": "2025-02-07T18:38:21",
            "upload_time_iso_8601": "2025-02-07T18:38:21.633115Z",
            "url": "https://files.pythonhosted.org/packages/ee/43/2208d4ec35a298802fa98b5b3a29785a82bd4f02db91b5a614297506a473/apsw-3.49.0.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4dd03dfb35161009be954a191aeefcdf3c5c89b6a0baff17e2f44376ea1d8a33",
                "md5": "ffe7cd4ad75698b72abc255662fbfa02",
                "sha256": "ef56aee1b778a939c5c1e49359e5c5da84906bfd4a3e0c6caf2a051b83f85830"
            },
            "downloads": -1,
            "filename": "apsw-3.49.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ffe7cd4ad75698b72abc255662fbfa02",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 6530324,
            "upload_time": "2025-02-07T18:38:24",
            "upload_time_iso_8601": "2025-02-07T18:38:24.159363Z",
            "url": "https://files.pythonhosted.org/packages/4d/d0/3dfb35161009be954a191aeefcdf3c5c89b6a0baff17e2f44376ea1d8a33/apsw-3.49.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "de4a02e9e426dbd9e886b50634bc86410642e12363bece85e220826424e66feb",
                "md5": "ba451bf6c8323284a7177642cf5c4c3e",
                "sha256": "e7474173d908074a9efbe6f769d0aebac0f24c5101248887640d5fae7709e399"
            },
            "downloads": -1,
            "filename": "apsw-3.49.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ba451bf6c8323284a7177642cf5c4c3e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 6437932,
            "upload_time": "2025-02-07T18:38:26",
            "upload_time_iso_8601": "2025-02-07T18:38:26.355077Z",
            "url": "https://files.pythonhosted.org/packages/de/4a/02e9e426dbd9e886b50634bc86410642e12363bece85e220826424e66feb/apsw-3.49.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bd4f93155dec4f652672891bed611324a6395962e8208be3df221e9cf95dd787",
                "md5": "9da1c60f7f1da8856e81c05365189ea7",
                "sha256": "2d2ca7b09d75b91855281e73ccff708c4802533c33e41606bcaeffdbb803a482"
            },
            "downloads": -1,
            "filename": "apsw-3.49.0.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "9da1c60f7f1da8856e81c05365189ea7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 6400317,
            "upload_time": "2025-02-07T18:38:29",
            "upload_time_iso_8601": "2025-02-07T18:38:29.252846Z",
            "url": "https://files.pythonhosted.org/packages/bd/4f/93155dec4f652672891bed611324a6395962e8208be3df221e9cf95dd787/apsw-3.49.0.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d6840c1de9ee23dc22a0226a946d2dd7b10adc5413e043be92513d2d8a0b96ab",
                "md5": "8213dff161df1a7c0750ee377324b46f",
                "sha256": "ea7d8d71a7f0c1363886af72ced3c2ba641fed6444ca1dddba87de789c2c6e38"
            },
            "downloads": -1,
            "filename": "apsw-3.49.0.0-cp311-cp311-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "8213dff161df1a7c0750ee377324b46f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 6547257,
            "upload_time": "2025-02-07T18:38:31",
            "upload_time_iso_8601": "2025-02-07T18:38:31.391195Z",
            "url": "https://files.pythonhosted.org/packages/d6/84/0c1de9ee23dc22a0226a946d2dd7b10adc5413e043be92513d2d8a0b96ab/apsw-3.49.0.0-cp311-cp311-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dc2c3cf7c00dbaa30d58b4f84e9c059b23cb3cca0d78ede78ff4e41eed6c57d9",
                "md5": "ea2512d1471815b61522adeb979d86e4",
                "sha256": "d41bb4e8fbf3f7394fa6692d37f2a17dabc8722320453f08a946d9c43ce13377"
            },
            "downloads": -1,
            "filename": "apsw-3.49.0.0-cp311-cp311-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "ea2512d1471815b61522adeb979d86e4",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 6459551,
            "upload_time": "2025-02-07T18:38:34",
            "upload_time_iso_8601": "2025-02-07T18:38:34.252927Z",
            "url": "https://files.pythonhosted.org/packages/dc/2c/3cf7c00dbaa30d58b4f84e9c059b23cb3cca0d78ede78ff4e41eed6c57d9/apsw-3.49.0.0-cp311-cp311-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f18e35b53a1a12d7822e4c3c4475037c5b17b04c23efb26acb9f4d11d5ea06fb",
                "md5": "4f605c94bbd6147016ba45456f8ac041",
                "sha256": "b93257142813180131e8901c6c6a0cebd08fcb08d4562bfe4fc49ab50d23a589"
            },
            "downloads": -1,
            "filename": "apsw-3.49.0.0-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4f605c94bbd6147016ba45456f8ac041",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 6420459,
            "upload_time": "2025-02-07T18:38:36",
            "upload_time_iso_8601": "2025-02-07T18:38:36.297092Z",
            "url": "https://files.pythonhosted.org/packages/f1/8e/35b53a1a12d7822e4c3c4475037c5b17b04c23efb26acb9f4d11d5ea06fb/apsw-3.49.0.0-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d32d931f15b788db61822672295db5752f7cfcffbf543e2f57b97f4df04dc329",
                "md5": "3c1a268d88d075af01b553651c0c7672",
                "sha256": "6b4d1f38fca7ec2b20889a37b716c7fafdfefce3df395c102f9a7abd50e464c0"
            },
            "downloads": -1,
            "filename": "apsw-3.49.0.0-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "3c1a268d88d075af01b553651c0c7672",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1498553,
            "upload_time": "2025-02-07T18:38:38",
            "upload_time_iso_8601": "2025-02-07T18:38:38.989788Z",
            "url": "https://files.pythonhosted.org/packages/d3/2d/931f15b788db61822672295db5752f7cfcffbf543e2f57b97f4df04dc329/apsw-3.49.0.0-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "55f0de8406c01bffe0f3c339449f523e30789f05225ed48a9d6cf9534db3506e",
                "md5": "363da538a323ef0bdc45fe72a74b32be",
                "sha256": "13ab3b70a6ad2ccf4424eacd0730e5763c061c9f8cd6713b8e22af9bb16609cb"
            },
            "downloads": -1,
            "filename": "apsw-3.49.0.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "363da538a323ef0bdc45fe72a74b32be",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1661975,
            "upload_time": "2025-02-07T18:38:40",
            "upload_time_iso_8601": "2025-02-07T18:38:40.839385Z",
            "url": "https://files.pythonhosted.org/packages/55/f0/de8406c01bffe0f3c339449f523e30789f05225ed48a9d6cf9534db3506e/apsw-3.49.0.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b0ea2dac2b6a5bb9889689d64ae018d61e9713719c766db75c575520830eda7b",
                "md5": "f1560ddbcd433a6602d63aeb43695b47",
                "sha256": "16163fa77daba75c0e96d9fda0f333bfc06cbd5f617a8aa96e662212cb163fb9"
            },
            "downloads": -1,
            "filename": "apsw-3.49.0.0-cp312-cp312-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f1560ddbcd433a6602d63aeb43695b47",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1838543,
            "upload_time": "2025-02-07T18:38:43",
            "upload_time_iso_8601": "2025-02-07T18:38:43.438433Z",
            "url": "https://files.pythonhosted.org/packages/b0/ea/2dac2b6a5bb9889689d64ae018d61e9713719c766db75c575520830eda7b/apsw-3.49.0.0-cp312-cp312-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "20eb29c5351e6159819dd642362f11c33c027325c0f242ccf7f7bcd25f5a2e10",
                "md5": "82cc67306ab183e845131555eb4ae1ac",
                "sha256": "c791030377c5e0c6c055bdad8fc8b771082000496c9a985c5dc247ad404d827e"
            },
            "downloads": -1,
            "filename": "apsw-3.49.0.0-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "82cc67306ab183e845131555eb4ae1ac",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1776081,
            "upload_time": "2025-02-07T18:38:45",
            "upload_time_iso_8601": "2025-02-07T18:38:45.260413Z",
            "url": "https://files.pythonhosted.org/packages/20/eb/29c5351e6159819dd642362f11c33c027325c0f242ccf7f7bcd25f5a2e10/apsw-3.49.0.0-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7949d1ac8297e1ec8865c1d1a19dc4fa76e44b2199d6bf8ad1c4300bc1c5040d",
                "md5": "54f524c9cfc67808fd9dee75eba33d0d",
                "sha256": "a99efff812a7817b50841b873f3957e06b476f42c526537e0f60c2491d77d9a1"
            },
            "downloads": -1,
            "filename": "apsw-3.49.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "54f524c9cfc67808fd9dee75eba33d0d",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 6523336,
            "upload_time": "2025-02-07T18:38:47",
            "upload_time_iso_8601": "2025-02-07T18:38:47.200147Z",
            "url": "https://files.pythonhosted.org/packages/79/49/d1ac8297e1ec8865c1d1a19dc4fa76e44b2199d6bf8ad1c4300bc1c5040d/apsw-3.49.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f6ee2012faf7f7e219d757245385cd3e38dba6e36c0b9fc229ee364090621029",
                "md5": "a2f4b92bc735d8540440bd5fe3c75412",
                "sha256": "41c7591da475d2d1a7b1eac4d982a001d9c6365d5fd859cd833e11eea82c2fe3"
            },
            "downloads": -1,
            "filename": "apsw-3.49.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a2f4b92bc735d8540440bd5fe3c75412",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 6434667,
            "upload_time": "2025-02-07T18:38:49",
            "upload_time_iso_8601": "2025-02-07T18:38:49.452656Z",
            "url": "https://files.pythonhosted.org/packages/f6/ee/2012faf7f7e219d757245385cd3e38dba6e36c0b9fc229ee364090621029/apsw-3.49.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b5395eacbdad8ea4896d52e3c9ad0de18ba522f3dff30ae965d58d9f81ffe65e",
                "md5": "8727fb12ca2c0fbcf9a3787924605c0a",
                "sha256": "c44778a6d2b85ea254bb08548a3279d65e8ffb807b449e0b5dbcad610e42d364"
            },
            "downloads": -1,
            "filename": "apsw-3.49.0.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "8727fb12ca2c0fbcf9a3787924605c0a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 6386733,
            "upload_time": "2025-02-07T18:38:51",
            "upload_time_iso_8601": "2025-02-07T18:38:51.790538Z",
            "url": "https://files.pythonhosted.org/packages/b5/39/5eacbdad8ea4896d52e3c9ad0de18ba522f3dff30ae965d58d9f81ffe65e/apsw-3.49.0.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e0c5eb2c12a0219ecc03491764175b46fa2aef4376d346c80af58b4f720bf821",
                "md5": "16c7d71b83604d824ccb03ec14fea729",
                "sha256": "16f086c75672add63f6625bb6ec1855aeeddb07db81b1b061e90fd1a9f5511dd"
            },
            "downloads": -1,
            "filename": "apsw-3.49.0.0-cp312-cp312-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "16c7d71b83604d824ccb03ec14fea729",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 6533580,
            "upload_time": "2025-02-07T18:38:53",
            "upload_time_iso_8601": "2025-02-07T18:38:53.959625Z",
            "url": "https://files.pythonhosted.org/packages/e0/c5/eb2c12a0219ecc03491764175b46fa2aef4376d346c80af58b4f720bf821/apsw-3.49.0.0-cp312-cp312-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "33813911e898f2ad4999348b3279fb4a211921f802136be311c7bcd4cdf2ba83",
                "md5": "4e6249ce5681f0c26388d4e608220e3b",
                "sha256": "065a86cae8ab9eebed93f112e71ee07109ad9583e5616c7fabb60a300329ce61"
            },
            "downloads": -1,
            "filename": "apsw-3.49.0.0-cp312-cp312-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "4e6249ce5681f0c26388d4e608220e3b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 6442793,
            "upload_time": "2025-02-07T18:38:55",
            "upload_time_iso_8601": "2025-02-07T18:38:55.999064Z",
            "url": "https://files.pythonhosted.org/packages/33/81/3911e898f2ad4999348b3279fb4a211921f802136be311c7bcd4cdf2ba83/apsw-3.49.0.0-cp312-cp312-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dcbc1fdfbe8454324fdec4b2f68d3e81b185bc7a33929bca66187de6fa1503c5",
                "md5": "1c07e14d91b4aa897cc0945fee58e61e",
                "sha256": "95765f3772dbdae73902c46c84469e0e7ae1a218536b8258719f7a952661f6b1"
            },
            "downloads": -1,
            "filename": "apsw-3.49.0.0-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1c07e14d91b4aa897cc0945fee58e61e",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 6418897,
            "upload_time": "2025-02-07T18:38:58",
            "upload_time_iso_8601": "2025-02-07T18:38:58.060056Z",
            "url": "https://files.pythonhosted.org/packages/dc/bc/1fdfbe8454324fdec4b2f68d3e81b185bc7a33929bca66187de6fa1503c5/apsw-3.49.0.0-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d0e94c9b649bd07c1e52ce612bd5e8e86c15252f688fcc19cba5b5116f4ff91b",
                "md5": "618cb8f9804192822a5c5af090271032",
                "sha256": "9608bc69e518a5d00dfecb3d4e337a2651da420c112f294b32c4e851ae299108"
            },
            "downloads": -1,
            "filename": "apsw-3.49.0.0-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "618cb8f9804192822a5c5af090271032",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1498429,
            "upload_time": "2025-02-07T18:39:00",
            "upload_time_iso_8601": "2025-02-07T18:39:00.357048Z",
            "url": "https://files.pythonhosted.org/packages/d0/e9/4c9b649bd07c1e52ce612bd5e8e86c15252f688fcc19cba5b5116f4ff91b/apsw-3.49.0.0-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9007ec44fc379d085e8d8d3ce241b74a33c076b79611db98539281c8827236d8",
                "md5": "95c5b0369611e7904b853dd222f88f4e",
                "sha256": "3f92732859fc0989bdb9801d695d37a3355a661b1d2371958b025f46234d3778"
            },
            "downloads": -1,
            "filename": "apsw-3.49.0.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "95c5b0369611e7904b853dd222f88f4e",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1660906,
            "upload_time": "2025-02-07T18:39:03",
            "upload_time_iso_8601": "2025-02-07T18:39:03.780765Z",
            "url": "https://files.pythonhosted.org/packages/90/07/ec44fc379d085e8d8d3ce241b74a33c076b79611db98539281c8827236d8/apsw-3.49.0.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ef0684a9d213ed4bee5acbe1e7888e41074a322371ccea5550a9c6d1d5a60bd0",
                "md5": "ec2eedc2f80e58b8417e2999c05786ea",
                "sha256": "f655d3629f8e6401d973155d40aed364e4955474748bc90cdc5e5124aae52c8c"
            },
            "downloads": -1,
            "filename": "apsw-3.49.0.0-cp313-cp313-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ec2eedc2f80e58b8417e2999c05786ea",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1836680,
            "upload_time": "2025-02-07T18:39:05",
            "upload_time_iso_8601": "2025-02-07T18:39:05.546344Z",
            "url": "https://files.pythonhosted.org/packages/ef/06/84a9d213ed4bee5acbe1e7888e41074a322371ccea5550a9c6d1d5a60bd0/apsw-3.49.0.0-cp313-cp313-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "385d01902b4981e1da408fd787319b33e84f33d64bf26790d3df08f438f59f0c",
                "md5": "e2c514bd31a401e38341c83db54d0b30",
                "sha256": "8202578a64122c60fef168c3b491bc1990b780dee701e2b08d1d6f70dd85386c"
            },
            "downloads": -1,
            "filename": "apsw-3.49.0.0-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "e2c514bd31a401e38341c83db54d0b30",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1774442,
            "upload_time": "2025-02-07T18:39:08",
            "upload_time_iso_8601": "2025-02-07T18:39:08.035552Z",
            "url": "https://files.pythonhosted.org/packages/38/5d/01902b4981e1da408fd787319b33e84f33d64bf26790d3df08f438f59f0c/apsw-3.49.0.0-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4ec4b33974f7e3e61876e590e95f9acac5203776bf51fe2375bcd0e20260bb98",
                "md5": "2779d85aa4fc8722d0509fe56894761e",
                "sha256": "17e0b68dd7a0f63ea6c9649daf007cf25510d8d650dd32c31152683b3259c82b"
            },
            "downloads": -1,
            "filename": "apsw-3.49.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "2779d85aa4fc8722d0509fe56894761e",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 6531083,
            "upload_time": "2025-02-07T18:39:10",
            "upload_time_iso_8601": "2025-02-07T18:39:10.253316Z",
            "url": "https://files.pythonhosted.org/packages/4e/c4/b33974f7e3e61876e590e95f9acac5203776bf51fe2375bcd0e20260bb98/apsw-3.49.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2b24153734b7e06cd9d71760fe01d32aa851949c4f5b01d7f81d34327a91f3f2",
                "md5": "e70c41034c750db3f345c18346755fa2",
                "sha256": "16804ad2707fdaec2f0f0a8f8398b660b745624e62414479f04a40e984dfcb6a"
            },
            "downloads": -1,
            "filename": "apsw-3.49.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e70c41034c750db3f345c18346755fa2",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 6445742,
            "upload_time": "2025-02-07T18:39:12",
            "upload_time_iso_8601": "2025-02-07T18:39:12.972653Z",
            "url": "https://files.pythonhosted.org/packages/2b/24/153734b7e06cd9d71760fe01d32aa851949c4f5b01d7f81d34327a91f3f2/apsw-3.49.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d274da355fdb1edad28cabc257a873325177a6140aebf289b31c47f394b354b4",
                "md5": "43e05c2e6823eff77dc0a87d4e776223",
                "sha256": "c91e12f2c429128da98949b21ac6df16582dc9b4cbee3f3c8f8ea26bb7ddebe2"
            },
            "downloads": -1,
            "filename": "apsw-3.49.0.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "43e05c2e6823eff77dc0a87d4e776223",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 6398716,
            "upload_time": "2025-02-07T18:39:15",
            "upload_time_iso_8601": "2025-02-07T18:39:15.774452Z",
            "url": "https://files.pythonhosted.org/packages/d2/74/da355fdb1edad28cabc257a873325177a6140aebf289b31c47f394b354b4/apsw-3.49.0.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "34e54539222fcf7db8ba32f15a2a5ff2bd57a826c132ef37d1219f7fceedc798",
                "md5": "e00eb8df4865b0ba07582ad6a5e6cd9b",
                "sha256": "ccfc1d3b0deed0845fc2ea60cd9b90d118f7235235beb8a6075fbca2f2aeba2d"
            },
            "downloads": -1,
            "filename": "apsw-3.49.0.0-cp313-cp313-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e00eb8df4865b0ba07582ad6a5e6cd9b",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 6544892,
            "upload_time": "2025-02-07T18:39:19",
            "upload_time_iso_8601": "2025-02-07T18:39:19.897957Z",
            "url": "https://files.pythonhosted.org/packages/34/e5/4539222fcf7db8ba32f15a2a5ff2bd57a826c132ef37d1219f7fceedc798/apsw-3.49.0.0-cp313-cp313-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8c49704b44c4cfe55dfed17ef10fdb249f139bb1f2ed9a6359643ba7bd8db8ae",
                "md5": "19269bc3d50437137098f356f85cca48",
                "sha256": "cbd2f331902238b4519695c20d19b2bfe8c20f36b1fea0283195e645e63ac830"
            },
            "downloads": -1,
            "filename": "apsw-3.49.0.0-cp313-cp313-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "19269bc3d50437137098f356f85cca48",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 6452959,
            "upload_time": "2025-02-07T18:39:22",
            "upload_time_iso_8601": "2025-02-07T18:39:22.512274Z",
            "url": "https://files.pythonhosted.org/packages/8c/49/704b44c4cfe55dfed17ef10fdb249f139bb1f2ed9a6359643ba7bd8db8ae/apsw-3.49.0.0-cp313-cp313-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "af3f9491102e913d316da7f041d2d68a17e79c5738a32879327e7ea2a4768056",
                "md5": "fdaded77bd97d74bbbeb993866186e18",
                "sha256": "7ad9d74b85375d287e66f2e3e01d5c0769691118859b6d17e36efe8fa1e08b30"
            },
            "downloads": -1,
            "filename": "apsw-3.49.0.0-cp313-cp313-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fdaded77bd97d74bbbeb993866186e18",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 6430412,
            "upload_time": "2025-02-07T18:39:25",
            "upload_time_iso_8601": "2025-02-07T18:39:25.365923Z",
            "url": "https://files.pythonhosted.org/packages/af/3f/9491102e913d316da7f041d2d68a17e79c5738a32879327e7ea2a4768056/apsw-3.49.0.0-cp313-cp313-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6c5b7db775de8e4afeabc36320657d836b976576ffda9517839a38b7b5378b71",
                "md5": "b5287aefcf97e070a429b17d65b3f45c",
                "sha256": "62dd4ba8c0dec0c20ef17322dec9ec9651d64aed1adf98bf9f5594ec9ba11efd"
            },
            "downloads": -1,
            "filename": "apsw-3.49.0.0-cp313-cp313-win32.whl",
            "has_sig": false,
            "md5_digest": "b5287aefcf97e070a429b17d65b3f45c",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1497394,
            "upload_time": "2025-02-07T18:39:27",
            "upload_time_iso_8601": "2025-02-07T18:39:27.477386Z",
            "url": "https://files.pythonhosted.org/packages/6c/5b/7db775de8e4afeabc36320657d836b976576ffda9517839a38b7b5378b71/apsw-3.49.0.0-cp313-cp313-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7ac34bb808f779683f6ede90af5cd7b5ca3e19377ef81c9ec56d5e64d81f4781",
                "md5": "2c1001ee122612fbfbf6fdba2a0fb048",
                "sha256": "6e68629504726092a49e32fd4e7f4791a732a545f6af7ad991c8d47fa639c0fd"
            },
            "downloads": -1,
            "filename": "apsw-3.49.0.0-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "2c1001ee122612fbfbf6fdba2a0fb048",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1659581,
            "upload_time": "2025-02-07T18:39:29",
            "upload_time_iso_8601": "2025-02-07T18:39:29.852281Z",
            "url": "https://files.pythonhosted.org/packages/7a/c3/4bb808f779683f6ede90af5cd7b5ca3e19377ef81c9ec56d5e64d81f4781/apsw-3.49.0.0-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2ae064cf9d6d277999d4e868ecea5e1861a9fa0a6de4c6b42b3c82f8fab31e78",
                "md5": "a6edab91712fb682fd1fe86d775a8d77",
                "sha256": "d2d7be0174e58f4b9bcbc96b68e77dd603295d893c01b7f13d8428f5cffc53df"
            },
            "downloads": -1,
            "filename": "apsw-3.49.0.0-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a6edab91712fb682fd1fe86d775a8d77",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1835725,
            "upload_time": "2025-02-07T18:39:31",
            "upload_time_iso_8601": "2025-02-07T18:39:31.745324Z",
            "url": "https://files.pythonhosted.org/packages/2a/e0/64cf9d6d277999d4e868ecea5e1861a9fa0a6de4c6b42b3c82f8fab31e78/apsw-3.49.0.0-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d6dc54a5bd74e34c72aec9aac2a59fc2246ed0c0ae8d42cccbf8f1d39a6b31ea",
                "md5": "6f1df812719a3fae874de94c7981084f",
                "sha256": "261dc77236e83c41d409f49735aa3a4c97c7c54c695e50aee1dde9868b570b78"
            },
            "downloads": -1,
            "filename": "apsw-3.49.0.0-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "6f1df812719a3fae874de94c7981084f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1773836,
            "upload_time": "2025-02-07T18:39:34",
            "upload_time_iso_8601": "2025-02-07T18:39:34.033896Z",
            "url": "https://files.pythonhosted.org/packages/d6/dc/54a5bd74e34c72aec9aac2a59fc2246ed0c0ae8d42cccbf8f1d39a6b31ea/apsw-3.49.0.0-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "46f4df85379f71d5297dc6e3d4bf25587a4f41b5d9547d9fed3126c402b6980a",
                "md5": "6b47195e7c0ec164ee40999d6cde39a6",
                "sha256": "ac44f278c13ab83b6789076d004cae269693d7a1e96cb9bcf098ab9888bc9714"
            },
            "downloads": -1,
            "filename": "apsw-3.49.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "6b47195e7c0ec164ee40999d6cde39a6",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 6322477,
            "upload_time": "2025-02-07T18:39:36",
            "upload_time_iso_8601": "2025-02-07T18:39:36.001920Z",
            "url": "https://files.pythonhosted.org/packages/46/f4/df85379f71d5297dc6e3d4bf25587a4f41b5d9547d9fed3126c402b6980a/apsw-3.49.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7e24285cb2fb8eee76ff82cffc9c5e7fbff639056fc2d57b3647c9198b7de305",
                "md5": "11a945b2db7b24523775bd33b35de79a",
                "sha256": "7af814907abec8d1fbde6f1c462908353f401991c055a3dbc33bae82fa960687"
            },
            "downloads": -1,
            "filename": "apsw-3.49.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "11a945b2db7b24523775bd33b35de79a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 6247795,
            "upload_time": "2025-02-07T18:39:38",
            "upload_time_iso_8601": "2025-02-07T18:39:38.896424Z",
            "url": "https://files.pythonhosted.org/packages/7e/24/285cb2fb8eee76ff82cffc9c5e7fbff639056fc2d57b3647c9198b7de305/apsw-3.49.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "85027598595bb0c90385e0ba616c30548116b69de4fad4936e38a4a02907affb",
                "md5": "b61b3b73d82eb10b562f7b30e67e534e",
                "sha256": "229bb77b2661ce440596d7d80f4eeaf1d94d6e96242f6a8002dc8f7481421862"
            },
            "downloads": -1,
            "filename": "apsw-3.49.0.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "b61b3b73d82eb10b562f7b30e67e534e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 6213415,
            "upload_time": "2025-02-07T18:39:41",
            "upload_time_iso_8601": "2025-02-07T18:39:41.201999Z",
            "url": "https://files.pythonhosted.org/packages/85/02/7598595bb0c90385e0ba616c30548116b69de4fad4936e38a4a02907affb/apsw-3.49.0.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "95db614051a8452eabe02b17f0e5b5a1a33b777d2c917d0d74474f01073fc53f",
                "md5": "177460405532daddfd958996d738797f",
                "sha256": "4b575c90fe243ea57203c067723ea4070ce72ae700989ada487f8d6c49239512"
            },
            "downloads": -1,
            "filename": "apsw-3.49.0.0-cp39-cp39-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "177460405532daddfd958996d738797f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 6381889,
            "upload_time": "2025-02-07T18:39:43",
            "upload_time_iso_8601": "2025-02-07T18:39:43.250485Z",
            "url": "https://files.pythonhosted.org/packages/95/db/614051a8452eabe02b17f0e5b5a1a33b777d2c917d0d74474f01073fc53f/apsw-3.49.0.0-cp39-cp39-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e3b87c67f83bfb0bca14408d0c1c94bcde079fa14783e7612220dcf45f92389b",
                "md5": "8e91c0e37d9d17d4a397e1bbd36da389",
                "sha256": "d31fd4493cbcf28e42312d9344ca9b94c8ddeaede38a67da1f6febeb0c6a711c"
            },
            "downloads": -1,
            "filename": "apsw-3.49.0.0-cp39-cp39-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "8e91c0e37d9d17d4a397e1bbd36da389",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 6340402,
            "upload_time": "2025-02-07T18:39:45",
            "upload_time_iso_8601": "2025-02-07T18:39:45.362662Z",
            "url": "https://files.pythonhosted.org/packages/e3/b8/7c67f83bfb0bca14408d0c1c94bcde079fa14783e7612220dcf45f92389b/apsw-3.49.0.0-cp39-cp39-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "25d89dcb09336d71ddfc6aaac819b3f8e607679ba80fb36517666f88bd5cd111",
                "md5": "81f7400eaeaa1a9713043ba76df11915",
                "sha256": "427cd66b5f236a2f87acf4b285ca29b47d9d7cff8aa8fef2f3062c03b8611636"
            },
            "downloads": -1,
            "filename": "apsw-3.49.0.0-cp39-cp39-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "81f7400eaeaa1a9713043ba76df11915",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 6309505,
            "upload_time": "2025-02-07T18:39:47",
            "upload_time_iso_8601": "2025-02-07T18:39:47.356433Z",
            "url": "https://files.pythonhosted.org/packages/25/d8/9dcb09336d71ddfc6aaac819b3f8e607679ba80fb36517666f88bd5cd111/apsw-3.49.0.0-cp39-cp39-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0a0d23a177e8a630ce153bcfd64f7497925fcc2597caa5cf64e8a498eb218ee1",
                "md5": "4f1f323d437f51dd2a5e7d113dae8d60",
                "sha256": "062d38f616e7305f6e63097ed9c28442bf4ae4de6b0f749b1778e5fed7ab9f38"
            },
            "downloads": -1,
            "filename": "apsw-3.49.0.0-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "4f1f323d437f51dd2a5e7d113dae8d60",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1504954,
            "upload_time": "2025-02-07T18:39:50",
            "upload_time_iso_8601": "2025-02-07T18:39:50.110595Z",
            "url": "https://files.pythonhosted.org/packages/0a/0d/23a177e8a630ce153bcfd64f7497925fcc2597caa5cf64e8a498eb218ee1/apsw-3.49.0.0-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "eb96115a72449676267344efa3ce292ab6b9382ae49858bdd3ba1854fbf0bc39",
                "md5": "103acbbb20964eac1c8a274d3ccae6d5",
                "sha256": "1d400cb763a8d86f2ebfa7f7c91ec0934589211c8ab4996e2f3dacf0429dcafc"
            },
            "downloads": -1,
            "filename": "apsw-3.49.0.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "103acbbb20964eac1c8a274d3ccae6d5",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1666183,
            "upload_time": "2025-02-07T18:39:51",
            "upload_time_iso_8601": "2025-02-07T18:39:51.621487Z",
            "url": "https://files.pythonhosted.org/packages/eb/96/115a72449676267344efa3ce292ab6b9382ae49858bdd3ba1854fbf0bc39/apsw-3.49.0.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "736a0657b333330884272a8af12513f13655ea71fa819d2ed87e7ac1029364b8",
                "md5": "f43616dee46d53a6a9f5f0ed1fbbda56",
                "sha256": "ac7a38a74ceadc820df66709dd7169d94f0f2cfba95670148602a96198f79c84"
            },
            "downloads": -1,
            "filename": "apsw-3.49.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "f43616dee46d53a6a9f5f0ed1fbbda56",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 1044346,
            "upload_time": "2025-02-07T18:39:53",
            "upload_time_iso_8601": "2025-02-07T18:39:53.115729Z",
            "url": "https://files.pythonhosted.org/packages/73/6a/0657b333330884272a8af12513f13655ea71fa819d2ed87e7ac1029364b8/apsw-3.49.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-07 18:39:53",
    "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.42984s