Skip to main content

Another Python SQLite Wrapper

Project description

APSW logo - links to documentation

APSW stands for Another Python SQLite Wrapper. APSW supports CPython 3.6 onwards.

About

APSW lets you get the most out of the SQLite embedded relational database engine from Python, and the most out of Python from SQLite. APSW glues together the complete SQLite C API and Python’s C API, staying up to date with both SQLite and Python.

It is recommended to use the builtin sqlite3 module 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 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

Releases and Changes

Releases are made to PyPI (install using pip) and Github

New release announcements are sent to the Python SQLite discussion group and there is an RSS feed from PyPI.

Full detailed list of changes

Bugs

You can find existing and fixed bugs by clicking on Issues and using “New Issue” to report previously unknown issues.

License

See LICENSE - in essence any OSI approved open source license.

Older Python versions

A release from January 2022 supports all CPython versions back to 2.3. The tips include more information about versions.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

apsw-3.42.0.1.tar.gz (382.9 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

apsw-3.42.0.1-cp311-cp311-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.11Windows x86-64

apsw-3.42.0.1-cp311-cp311-win32.whl (971.3 kB view details)

Uploaded CPython 3.11Windows x86

apsw-3.42.0.1-cp311-cp311-musllinux_1_1_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

apsw-3.42.0.1-cp311-cp311-musllinux_1_1_i686.whl (4.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ i686

apsw-3.42.0.1-cp311-cp311-musllinux_1_1_aarch64.whl (4.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

apsw-3.42.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

apsw-3.42.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

apsw-3.42.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (4.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

apsw-3.42.0.1-cp311-cp311-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

apsw-3.42.0.1-cp311-cp311-macosx_10_9_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

apsw-3.42.0.1-cp311-cp311-macosx_10_9_universal2.whl (2.3 MB view details)

Uploaded CPython 3.11macOS 10.9+ universal2 (ARM64, x86-64)

apsw-3.42.0.1-cp310-cp310-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.10Windows x86-64

apsw-3.42.0.1-cp310-cp310-win32.whl (971.3 kB view details)

Uploaded CPython 3.10Windows x86

apsw-3.42.0.1-cp310-cp310-musllinux_1_1_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

apsw-3.42.0.1-cp310-cp310-musllinux_1_1_i686.whl (4.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ i686

apsw-3.42.0.1-cp310-cp310-musllinux_1_1_aarch64.whl (4.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

apsw-3.42.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

apsw-3.42.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

apsw-3.42.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (4.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

apsw-3.42.0.1-cp310-cp310-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

apsw-3.42.0.1-cp310-cp310-macosx_10_9_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

apsw-3.42.0.1-cp310-cp310-macosx_10_9_universal2.whl (2.3 MB view details)

Uploaded CPython 3.10macOS 10.9+ universal2 (ARM64, x86-64)

apsw-3.42.0.1-cp39-cp39-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.9Windows x86-64

apsw-3.42.0.1-cp39-cp39-win32.whl (971.6 kB view details)

Uploaded CPython 3.9Windows x86

apsw-3.42.0.1-cp39-cp39-musllinux_1_1_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

apsw-3.42.0.1-cp39-cp39-musllinux_1_1_i686.whl (4.7 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ i686

apsw-3.42.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

apsw-3.42.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (4.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

apsw-3.42.0.1-cp39-cp39-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

apsw-3.42.0.1-cp39-cp39-macosx_10_9_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

apsw-3.42.0.1-cp39-cp39-macosx_10_9_universal2.whl (2.3 MB view details)

Uploaded CPython 3.9macOS 10.9+ universal2 (ARM64, x86-64)

apsw-3.42.0.1-cp38-cp38-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.8Windows x86-64

apsw-3.42.0.1-cp38-cp38-win32.whl (971.9 kB view details)

Uploaded CPython 3.8Windows x86

apsw-3.42.0.1-cp38-cp38-musllinux_1_1_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

apsw-3.42.0.1-cp38-cp38-musllinux_1_1_i686.whl (4.7 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ i686

apsw-3.42.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

apsw-3.42.0.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (4.8 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

apsw-3.42.0.1-cp38-cp38-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

apsw-3.42.0.1-cp38-cp38-macosx_10_9_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

apsw-3.42.0.1-cp38-cp38-macosx_10_9_universal2.whl (2.3 MB view details)

Uploaded CPython 3.8macOS 10.9+ universal2 (ARM64, x86-64)

apsw-3.42.0.1-cp37-cp37m-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.7mWindows x86-64

apsw-3.42.0.1-cp37-cp37m-win32.whl (970.8 kB view details)

Uploaded CPython 3.7mWindows x86

apsw-3.42.0.1-cp37-cp37m-musllinux_1_1_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

apsw-3.42.0.1-cp37-cp37m-musllinux_1_1_i686.whl (4.7 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ i686

apsw-3.42.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

apsw-3.42.0.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (4.8 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

apsw-3.42.0.1-cp37-cp37m-macosx_10_9_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

apsw-3.42.0.1-cp36-cp36m-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.6mWindows x86-64

apsw-3.42.0.1-cp36-cp36m-win32.whl (1.0 MB view details)

Uploaded CPython 3.6mWindows x86

apsw-3.42.0.1-cp36-cp36m-musllinux_1_1_x86_64.whl (4.8 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ x86-64

apsw-3.42.0.1-cp36-cp36m-musllinux_1_1_i686.whl (4.7 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ i686

apsw-3.42.0.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

apsw-3.42.0.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (4.8 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

apsw-3.42.0.1-cp36-cp36m-macosx_10_9_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

Details for the file apsw-3.42.0.1.tar.gz.

File metadata

  • Download URL: apsw-3.42.0.1.tar.gz
  • Upload date:
  • Size: 382.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for apsw-3.42.0.1.tar.gz
Algorithm Hash digest
SHA256 3c827af1725d690bca50032bde889a84527920423e80545c0da40bcef4d0e0ae
MD5 2104f7350d8fa2d992a7fd865003e254
BLAKE2b-256 815f121585db85769d09ed2fe9ac03ca81f818daa78762ce7d424d7c7aecdd70

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: apsw-3.42.0.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for apsw-3.42.0.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 15496be1c92bf7a2d6350d3e571b6d38d5b61935ef85193b97abefc1ed7fb919
MD5 e3a0c457c5e2317d84d5506a20a04dce
BLAKE2b-256 5de385ce26d70e47dc94f560078625f0b663f214296b0ac0a2d9abb9d95d52b0

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp311-cp311-win32.whl.

File metadata

  • Download URL: apsw-3.42.0.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 971.3 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for apsw-3.42.0.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 49582353844c52a49b959fe8cc7df7d7def10b3cc509b513057ba36336ac368b
MD5 750dc7d62c985e78dde42a0d9804f371
BLAKE2b-256 2cf659e0a728cc960646d9f7bf79ce909640a6b1185b5a811ccf8a8008ae03d6

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for apsw-3.42.0.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c44679a092895e97cfc42c7e694024f60d6de3191ff4d5f3efd191ca0766f3be
MD5 aa2fdaff2920cf074c1f3cfe5a0ae7c0
BLAKE2b-256 3ba72d455ee5d551b885426c84d897bd25fbf84f9b05f72a94becf7d88b1d6c7

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for apsw-3.42.0.1-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b2fb6df1439f183a1eda7278b48a884dc6f0a1b7459f9d80e62767feb8a8c96e
MD5 797475047afcd1684c59ee9b108c18da
BLAKE2b-256 e9335bb0b35ef9c801fd60da671d3d186f144c1e63f6547837d13f2a553c2f08

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for apsw-3.42.0.1-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 11f489fb23594b04a2e6843a0e972d9d1fb8d54d9ab863fc8521f2fd600e8e90
MD5 8a19284d79ad09f506fc652da818bb0f
BLAKE2b-256 053e0f581c807bc60accfc81d464f7dd7b85bbadecb73ffcaf80870c65f52a1e

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for apsw-3.42.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 94df0968b5026aa8705fe7c69b31aa03504418355517d4689302a76edc3d82ab
MD5 5a22f46b9a5a34fbf8ad35e3eafea7d0
BLAKE2b-256 71d0ee1c22758a448f069f66bbd7c83fdadfcf89f99f1490a35b0078fb350316

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for apsw-3.42.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 69359a27c083458477d2d3fa925dbabf5eb08ba538f17748ff5fbcc69f1bdc81
MD5 8d597650ab29a3434611d681ebc48698
BLAKE2b-256 cfb6df1535f002d58e073a7aa2f14057cf0ad84980c8a38dc0e473d9f6f61ba6

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for apsw-3.42.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 46b65f0f68997710d66cdd563f217c2cd609083643fb80af7930dbb32cf8e7b7
MD5 c3a6815702f397f6c0bfe4597530a348
BLAKE2b-256 a54d7fda8439a90caca6a12c18cba9f379e38536bd1e919f9ec4c1afcedfcbb8

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for apsw-3.42.0.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b47d15c75774636d8b68104d3be1582975e43a5e5375797ae7f94f252b868264
MD5 eb598b8c50ba6804d2da2622fc6cc20b
BLAKE2b-256 7ce2d4c342f57eaf202ad0aa3a2f813f58401b8b118ba56eb55e53e9f0307231

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for apsw-3.42.0.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 61b94a290ecdb20816a14ffb7d8bd53988d2487b49d684687bb86edcb89a9259
MD5 20c0931a0bb504c7159ad301cb2de4e4
BLAKE2b-256 aa298af823e42a1493b7fdff9e9901e5b1df135ca83e1414a4034721b2feef2a

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for apsw-3.42.0.1-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 e94ecde4c74f721afef8abbad9062e15db3a58841e78bed9ffe68898078d4618
MD5 742171ed2af50daea74c0625d5226b5d
BLAKE2b-256 0a97534d6ae9b5425f16828e253d4d221639cfbc0b48dd3cd894a73cc81cb485

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: apsw-3.42.0.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for apsw-3.42.0.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a30a92ae98e10a74ad5b50395e3c483f5fad5447afb806829601856f6ea56ea9
MD5 0c269a99f1f92bfe045d2b8fcb91d91a
BLAKE2b-256 9a84ad1aa819c53b8a94043d673118ddba787e9974f480ac3f3fbaf8a256a77b

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp310-cp310-win32.whl.

File metadata

  • Download URL: apsw-3.42.0.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 971.3 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for apsw-3.42.0.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 5898904267552b0faf0a5a045ab74ee11036de6de9e956d549a577533e73efe9
MD5 d7f115a52831fccb6254c6f8ae980a29
BLAKE2b-256 ce2dca75a7cc9827dbfcbf30fc00a03624ab7319c8837a338f988a09daeb863b

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for apsw-3.42.0.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2024caed605aaddb9edc7f3a7b77bd83b72860c7257e7004f3f096abfda1b60f
MD5 d8f1c6a3ddc6129d90c7aecbb147440c
BLAKE2b-256 1ad928d234c0ceca53c2c94afea2dd01abeec7c67a8a6cab29792fe31771a1f1

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for apsw-3.42.0.1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 d2b228ccc62558884118df2cfb82bc93acaacf1408880baded50a177ea66b237
MD5 0b41dc4111d3c93b98eaadbdf381d7a0
BLAKE2b-256 758c3d217e3fa3cc6432510e160d47439dabce25df7c69355844a81c2d0bcb73

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for apsw-3.42.0.1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f27efd40e8a3be5adb031badbf6c3c7329bff59e5d1e8c193a46e1a5d9d4b2e6
MD5 3971822d855723d9f65e2e62afeab8fd
BLAKE2b-256 6db22fab235b58b99f12316a78e46897c5f04126b8364a148ec31eb432e66906

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for apsw-3.42.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 602ec680805788ac583e3cdb195cbf092e4f626fafbefaeeea05e99dd6c3df92
MD5 ea1e03083270252a0b212071897f3060
BLAKE2b-256 dc7aea725de3f556bec80c7cf0cbfac36f18d1cae5cc76b7dd302e6b92baad29

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for apsw-3.42.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 34e718529feb61597507b532dbc97715636198b3f166e8cbf173062f055c6eb6
MD5 7bcf18b4a3b7efb770085ab298f93dca
BLAKE2b-256 1ea0878a9ef9acf6ad3877e99155b4a7d3c765f30ce24a6466ee7af78af1a005

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for apsw-3.42.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e38b247d0784644e487efe17e50d0c2ac5c36e4f1ba5f76a3b24a01254c53ffd
MD5 4c43d222d82338edddb4621e89413668
BLAKE2b-256 4b50d89c1d16afcddc01b93644bf4b3d0ff7fd4e3f53404d461ffc5f67545d14

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for apsw-3.42.0.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3e15f730b52754ef3976d18acdee174167e660653708c1b35a49c6d938038e86
MD5 7a815e7f3df9d8144f07bb8fb709a70a
BLAKE2b-256 624bccfdd0f1f759d8987afabce7890054f713840dddc36dee0670368e2764c2

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for apsw-3.42.0.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 da83b3de0c19dfc382c1c93de32c254f0b79950d7720104b7f64451e4f2137c5
MD5 dd1ce143a3a0da12fd41193291d30d7d
BLAKE2b-256 4301083a4f55a41818041a0809981d74d64490f748546a65214b050578355047

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for apsw-3.42.0.1-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 c3e206f63451ac3213cafd75948382e93d5535612765c42a5bec5a57ac05762a
MD5 f74298d4d4de76620bbbf6d4e0be487d
BLAKE2b-256 12754a426a313d48da246b7d86cd1540da93ddd23a92421232a3b6711804caa1

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: apsw-3.42.0.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for apsw-3.42.0.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d181e5fb606d080c55f2782ee957a784c5a8c1752861753e59f03ba033bbc442
MD5 f8d8d684d01e3dcb9bd59761f45a785a
BLAKE2b-256 72c409dfc19d96da9749e985e4f124bc1efd9349a5b68a8c0640390268edc9ae

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp39-cp39-win32.whl.

File metadata

  • Download URL: apsw-3.42.0.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 971.6 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for apsw-3.42.0.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 3134f7c7c4ac4d81a11055bbde2bd1ac6117c67a1392b8c3658637c227f2f3d0
MD5 94e822fa7a68d914ec9e41790afd074b
BLAKE2b-256 4984ec62348ec5d386e9eb17618e00af4974e74c73556876cabfc302cfda3db1

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for apsw-3.42.0.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 32e44aadcbe204fc400d0695e236fd641f84829325d3837d8451fae7feb9cf95
MD5 517a7f27537c68d9c2c0572978498810
BLAKE2b-256 9af1747d4145e04e1d20e43e72b5217e9506a1d03cc5e5ec3ccb4b7e5f7093bb

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for apsw-3.42.0.1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 3c2ea1a118dcfe3b018c9cb652af9e3229a628529075197dce9a3d9a01cbe85e
MD5 6fb7747628e4962db00494ff09952cf0
BLAKE2b-256 38ea71e5699f642518543e7321d5f5707fc9d0692485d58abe2d0f0a9b25ae83

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for apsw-3.42.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0cb2b10f85888e1293d39796abec33549fc79d35017862d8a84aae9bc97276d3
MD5 3fd3321037bf48e9e907d05ca30928f1
BLAKE2b-256 169460bd26b408d5957bc9972392c5228147ce2f3b4226fe33c1c91e40bf1dcd

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for apsw-3.42.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f8bd2eee6b07a2dd58bed8cfcfa5b5a0ae1a9df455552d232aab3e11a0637bce
MD5 ffd08f4515ab73333c8e417a61bd9f66
BLAKE2b-256 e577ff633c5b6b750165a4df0a2f8b1b8ee8eee80fe0fa71d87785ace1b61f4c

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for apsw-3.42.0.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dfaab95001adb13a0539ec79836ac61c00f030af1ac64d3ff06d673bee94a356
MD5 51345dfe32254de4134f7f809bdb45d3
BLAKE2b-256 5f379a3018cf81cb6755ed37f621bac385c75269ab0957a515bf2cf4ed9fc40c

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for apsw-3.42.0.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 184421379a9e30ad5a9d4fea2fbaa2b15449676260278b23cc9c7a25e8127578
MD5 3f56c3d25a9751ebf3cd68bbf5d175ec
BLAKE2b-256 d2fbaebc418ae18beea65d452b14c3f1be9aeeb95766a664413fa9ef58623339

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for apsw-3.42.0.1-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 0acea047dc4338591b3257fbee28a4094ba57f1918db3d7a2f7378f962bdf1d6
MD5 1389c2ce491635cc460bafd529be2611
BLAKE2b-256 438034694866f7a0f93320c0ff19330b1f95671491764d271b79d2d4d0704c66

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: apsw-3.42.0.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for apsw-3.42.0.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 7f0b4c2da1a5872b2cd4b557e97de81ff23d74e0f9ee445e1e1b98fb17b0e13e
MD5 77b242c6ae21ac9edfa475f553e2fbf9
BLAKE2b-256 4abe796663f7fce3afe67ba76345aeea2cb5a640778d0c04a4dad5498c43130f

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp38-cp38-win32.whl.

File metadata

  • Download URL: apsw-3.42.0.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 971.9 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for apsw-3.42.0.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 785af1b8683996e56f4e33b9779a68804afb97c9ea41ad581b9e0b82b9771a58
MD5 dab9489186fa6d752439a89fbc5d79a9
BLAKE2b-256 0c24497912e8979a095c43e8d2d583bbfd21f1631bc09dd6d909af4eb507808b

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for apsw-3.42.0.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 764891ace99ce7ab54a2d3abf78e53e8f9874041c8f926ffea8fcc44ecafecdc
MD5 1afcfcb2c61176d10a1f14d28fa3cf22
BLAKE2b-256 a3c294a7949d7ae8357f47c98d0d06c2387f03e3204dafe214cc567158991000

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for apsw-3.42.0.1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 9d7510911860d976e8e88fb7f240403cb87bed249b80811919df962271b29fed
MD5 1b4701c042ed9c94fcacc9d4a8f68a4f
BLAKE2b-256 230eb3302ea91feea94ac9ca5ee4bb180327a3e5f0eab25e6f0e169df77183e6

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for apsw-3.42.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 43dafc7643bb7406a9c8a142a36a8fbb4bfca86344a9fcd1ce357ff1c2a8486d
MD5 16bde2c3d67b85097c6ea0c5c5e37f7a
BLAKE2b-256 a613da3203fc437ce1fcff8857e72b52eeb2bd8cfc10fb76a06ec637ac7117ef

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for apsw-3.42.0.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9758b4c8225df0d9277c590d3c81add7967d4fc2e3169fb7c5e57b4001865405
MD5 edb247634ee06967a4aaacea2b41a825
BLAKE2b-256 97aa388b77fc283dffc6ec359182573fabca7e8872db220eebe8757a8e1feed3

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for apsw-3.42.0.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0b1fd8703c2a52a8ae151c096e0e14d288197638c9ad8b8bb5c3fdb1f966fd8f
MD5 1c69fc79821f17c15bdc6b2eec0bbfd1
BLAKE2b-256 0d5587be6faebeefacb54f3355c571bed8ed24ac6b93b7c2d6418a03ba8b3534

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for apsw-3.42.0.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9dcebafe6491c170660bd6f94c8fd8f59cc8778af6bebd9cb397da0b4383dc55
MD5 11b20225afc3886ed428f6dadb5b2486
BLAKE2b-256 1dd4e5f10888b58bcddcf294406531b06938d0bb01f25010e8854ab2a3e4464b

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for apsw-3.42.0.1-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 4977420cd04b8e2abb0fb9b7d5cc96f26487196ba943585c1a6dc0e77db8a343
MD5 c24c350569d4cd8f915fe4a048c5cf30
BLAKE2b-256 41b5857494979e1b8715e6864ef744afdb27dd6efaed02e5e7ed9f4d86f7196c

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: apsw-3.42.0.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for apsw-3.42.0.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 6061384ed20a085a824cd9b1b592d9a89f0894da68d5daf4855f69688c1bee48
MD5 7d2751c0659b4a35e8a3b7b762ec6a04
BLAKE2b-256 e24463c7c29a12deb3795ba7ef8506114934647610cf0c7e30242785acf054de

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp37-cp37m-win32.whl.

File metadata

  • Download URL: apsw-3.42.0.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 970.8 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for apsw-3.42.0.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 628da22883229a478af15da3f3f68ffeeff66f9bf4324c9df4c12d17661eadaa
MD5 6b2b16cb8584c8c6a626d3ee8067b187
BLAKE2b-256 ae24c45c61ee285c4d3b665e91e945b09f04bc8015138e431e05a8b8fc839016

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for apsw-3.42.0.1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b7113338e7801ce3269b509bf1c1bbaddb900929dea1d2108f066e215e70d75f
MD5 e8c20bd3bf8e1a2c579e2395fc8e0f2d
BLAKE2b-256 f630266bb06143f53f9e4a7fa4bc14da36c9b65c80119713e0c4e68ac614beb5

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for apsw-3.42.0.1-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 bc25f1e7b3c7b261274dfb046b01c73df39590ea8410127c3aa026dc6d121ddc
MD5 b02e7bb6e49f4e894fe8da47811bcbe5
BLAKE2b-256 63da2957532dcd7a17c26d0b0ba2c85fad91edbeb2ebcd24faf67e481c1a1df4

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for apsw-3.42.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 39ebedf9b2fd0aaf42bec2dbefbde646b3d1e79653cd813e812c7c5b3c9bc905
MD5 34bfd4108f1431f1820b1a24af6837ed
BLAKE2b-256 7e6067d047f63351fe70a401453828ba849e254d3003514e2ad2080fb1df21c9

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for apsw-3.42.0.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6fd7313e217d01386578e4b038ee5e7ae4080361627c5d53da107eb722e1e253
MD5 eb4326e496f43a090afd94f7636f8ebd
BLAKE2b-256 03e420a8ec7d4a44874336c2666813549885c04c1e0913a336fb1e85660ca955

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for apsw-3.42.0.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4a5f0c1c1b945ea936ed123d1ed26b199bbdd2863fdc3463ececa14ea5ae1074
MD5 eed6668d4155e4bb41ad0e58a4bcf691
BLAKE2b-256 ecc4933c14e42942cdd126225b3fe49682efa5e412720a1e670b8f368bb30860

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: apsw-3.42.0.1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for apsw-3.42.0.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 e6bbe2884d1998cf90d899bb8527b305aa3078db75c1383f332aed2ac3c9c452
MD5 cfe797628d7460aadded7518f48b960d
BLAKE2b-256 0fb0c72d0adfc0a448cc1c3b911e1eec246fe82d8fb1dc3176e999a16c3bc9d7

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp36-cp36m-win32.whl.

File metadata

  • Download URL: apsw-3.42.0.1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for apsw-3.42.0.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 a21829840958b16b61d81dbbb2f7158abe834bcabbc038cd142a08a3856323ee
MD5 813645448e496636ade434dc955eb7ed
BLAKE2b-256 d2c14a5d3d60311d0c7bb1c14f68a21a01c0668824ddcb81a2ee38861e133f29

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for apsw-3.42.0.1-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c06e3029b01e8b9386deefafa5826ee281b3058cdcd8c8f1b9302b5897d64b7e
MD5 3044430b109d3a1095cc1807b0300179
BLAKE2b-256 350a1fbbfbecd4113328b5368952b5656ae66a06afcedaa7efd6c193df8139e5

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp36-cp36m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for apsw-3.42.0.1-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 8bbaebfdc22b92e7146c6428771c6b0a40d58170431610f12c93c85e42a01307
MD5 485c025f718325e27d0fc09a5d937f07
BLAKE2b-256 a3a1e97b8ca6d40a758a5fcc53c8d747d59281d53906931543de83e519ebcff1

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for apsw-3.42.0.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 be7f662b84251530ab618bfeb45c63ce413a9157410604b906fe63ea67dc72b8
MD5 b87149fe10ea4a0514bf2c133a20e02f
BLAKE2b-256 08d75aa9404254a57e0e9bfc8c6edd8f51f45a43df963e01bfda5904c59d4305

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for apsw-3.42.0.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1d36e6377601274eff92ca1074c1aaf6f2352b09ebf40f48f87b5f745a3d54ca
MD5 23c1d31e7248f85790e7e3a2ad54fb71
BLAKE2b-256 97c6734ed2908fb4d5d932ca0c92507e05b7699e0fa6b95e6e75a8b0979519b0

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.1-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for apsw-3.42.0.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 725c75ef5bf8c5412b67914c49eea0f5a976920bdfa6a717efb21138a382844b
MD5 62003c70ddf8efe6f906bfc4b89d9261
BLAKE2b-256 32ebce67f8d2cb5676f47fa12b2d6ef9b0f8d3699379baecd4b226633e583eeb

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page