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.0.tar.gz (372.0 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.0-cp311-cp311-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.11Windows x86-64

apsw-3.42.0.0-cp311-cp311-win32.whl (961.2 kB view details)

Uploaded CPython 3.11Windows x86

apsw-3.42.0.0-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.0-cp311-cp311-musllinux_1_1_i686.whl (4.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ i686

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

apsw-3.42.0.0-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.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

apsw-3.42.0.0-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.0-cp311-cp311-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

apsw-3.42.0.0-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.0-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.0-cp310-cp310-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.10Windows x86-64

apsw-3.42.0.0-cp310-cp310-win32.whl (961.1 kB view details)

Uploaded CPython 3.10Windows x86

apsw-3.42.0.0-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.0-cp310-cp310-musllinux_1_1_i686.whl (4.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ i686

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

apsw-3.42.0.0-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.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

apsw-3.42.0.0-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.0-cp310-cp310-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

apsw-3.42.0.0-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.0-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.0-cp39-cp39-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.9Windows x86-64

apsw-3.42.0.0-cp39-cp39-win32.whl (961.5 kB view details)

Uploaded CPython 3.9Windows x86

apsw-3.42.0.0-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.0-cp39-cp39-musllinux_1_1_i686.whl (4.7 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ i686

apsw-3.42.0.0-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.0-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.0-cp39-cp39-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

apsw-3.42.0.0-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.0-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.0-cp38-cp38-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.8Windows x86-64

apsw-3.42.0.0-cp38-cp38-win32.whl (961.5 kB view details)

Uploaded CPython 3.8Windows x86

apsw-3.42.0.0-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.0-cp38-cp38-musllinux_1_1_i686.whl (4.7 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ i686

apsw-3.42.0.0-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.0-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.0-cp38-cp38-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

apsw-3.42.0.0-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.0-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.0-cp37-cp37m-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.7mWindows x86-64

apsw-3.42.0.0-cp37-cp37m-win32.whl (960.5 kB view details)

Uploaded CPython 3.7mWindows x86

apsw-3.42.0.0-cp37-cp37m-musllinux_1_1_x86_64.whl (4.8 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.7mmusllinux: musl 1.1+ i686

apsw-3.42.0.0-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.0-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.0-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.0-cp36-cp36m-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.6mWindows x86-64

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

Uploaded CPython 3.6mWindows x86

apsw-3.42.0.0-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.0-cp36-cp36m-musllinux_1_1_i686.whl (4.7 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ i686

apsw-3.42.0.0-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.0-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.0-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.0.tar.gz.

File metadata

  • Download URL: apsw-3.42.0.0.tar.gz
  • Upload date:
  • Size: 372.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.1 CPython/3.11.3

File hashes

Hashes for apsw-3.42.0.0.tar.gz
Algorithm Hash digest
SHA256 8157920d1c11c072044aa14c7c0477ff6b1a36b5cd597127091a21fa10cf9208
MD5 86997a27c32ce3165e37162d7e7e346c
BLAKE2b-256 5cc8ca31fe17db798ad9da919a5b5e6f67b9e4acb7fa8d93ea7fce191f3eefd2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: apsw-3.42.0.0-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.1 CPython/3.11.3

File hashes

Hashes for apsw-3.42.0.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0104815633726213025c278661b45dd44d418f99e5f35f073153cbd884bac896
MD5 f65f0fd784327bb7e98f07cc0c407c01
BLAKE2b-256 ed66fe37a82cbfc2d77b97d895145a77fbc0a1a2cdf0909c4ebfaa35a0938e7d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: apsw-3.42.0.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 961.2 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.1 CPython/3.11.3

File hashes

Hashes for apsw-3.42.0.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 494134670706e9461efe861d1f759c01d1f448d9fa31752a611c4c36404f117a
MD5 db31f52c8464825af6608ca45ccbf57f
BLAKE2b-256 03ad8dd42b25ececb83dd8f63aa58078f2ae605114318d5159816095dafec083

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for apsw-3.42.0.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e4f597d3c0c10a19b80dd8bc0d361ee7b1c8ccc9ac72467d03ec59f95fc11061
MD5 a52f3cbab4c80b3d7c4847d5e4d60e3d
BLAKE2b-256 2378796830d2e1c36b0cd3d67bb47061996517b39589f4a39ed1d9b1dfba99fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for apsw-3.42.0.0-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e2a20deaee98fe6794cae7e8c1bf0b2d94dcc4a213f028fc8f46f24a83f43aae
MD5 22c14566743ca7acca0120c395afe354
BLAKE2b-256 5afbe9e676d8da942679d63f06be957c13a8765706a9ac6dd31a350cd7e956cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for apsw-3.42.0.0-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ac701ba9aed0c08b717a46d3489821d24a0a7113ae073bfd9732b60da074694f
MD5 b31d0463f3fc202f7584820ab0580e96
BLAKE2b-256 cbd306004bcaffcd6ebb8b14e052c20b933053a0310362890422411a6f88d2f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for apsw-3.42.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d12f627406538b8244a6019114e5d9a6c7bbff943e8cfdf51d04b268195f2f3f
MD5 0d2855624e2f92addd16ae79ef146421
BLAKE2b-256 cb5aa44376c9637c693ca1aeea42e8aea97cc2c11df1d9250a82680c81ae8dc3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for apsw-3.42.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9bf4e1e20f3604b2017c627aab407905bf1413e10fd2eb5e0fe9ce05616ccf6b
MD5 58dcaeb34b146602235873cac571900d
BLAKE2b-256 7dec44ee36714fd33bde9226b01eafc98866d0bcca39ed9fc88286fa7126dc51

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.0-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.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 11341655c31bed64a8e44276dff25ed033b8c8a1ba205a0df2fc74f619cec152
MD5 003caa077041244ce89401b2a97f355e
BLAKE2b-256 c09f447eb827723784e480eb8c2d7b48d726810d32d9a340482905f607eef66e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for apsw-3.42.0.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8dc2ec0a4cb4134e8748359ae9402f1885715d1cd1ec4119451b394519886873
MD5 b0858631a5dcb7a775c66cec80e9c0d8
BLAKE2b-256 bad81acf72a9b736a5101fb32310140d1f7f3ba39e66ec3c03c92a3428eac225

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for apsw-3.42.0.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 738865ca5111f794ca48920bdea5c2fc1b1cea06ee5e168afa67d5b746bcf4c0
MD5 b4175184879fc600e8499c7087d85ba4
BLAKE2b-256 879edae85cc9f2fa62ba8b2e2555145aa0dfae38f84a0affe0ca5d792cf53de7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for apsw-3.42.0.0-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 a96a806cf157f766226552dfcb0a7c953b799a90f396499903a5c7fbbf73c070
MD5 5c553d34ae2076c9148420c05ab42d22
BLAKE2b-256 96c955e5e4774ce6a08f7d1cebeede271518228360888b883ecf3fac435d71ed

See more details on using hashes here.

File details

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

File metadata

  • Download URL: apsw-3.42.0.0-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.1 CPython/3.11.3

File hashes

Hashes for apsw-3.42.0.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f366b40a722cfe60c73ddda34593f2ec786b757ef00a06587df277477604b53e
MD5 32210eca15562ab6fa8c0b3677bdafab
BLAKE2b-256 f42f2b96c94c393106eb98bd6224b7b6f42837b4dc354df15f89a9572587d589

See more details on using hashes here.

File details

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

File metadata

  • Download URL: apsw-3.42.0.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 961.1 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.1 CPython/3.11.3

File hashes

Hashes for apsw-3.42.0.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 c2f6f2b3ba5f5af02e10ec4138b7623d5ce57a47b1adc62045920f6cd01a4662
MD5 4b67c397784d8fe7dcbace25eda96640
BLAKE2b-256 59012863143f7263cd8971a22ff88cf5051f70bf992688aa091bd95e4bbbdb2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for apsw-3.42.0.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 730a90f037c58981a35128e7d96a9a504897c30ea43189545d3a65fe66b85c13
MD5 39d37cc8e9e2c6c5e301965884bd442b
BLAKE2b-256 c438c6bbfdd526bff07a4abadf81eaa1d598a7b8dbb1aa7988db0ca7204d33c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for apsw-3.42.0.0-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e66d6f417bb0ab6941aa78cfab658af23d7ec41e07c185d68c5866abcb821935
MD5 40ca036ad26446486428b056df738a4a
BLAKE2b-256 a8659d30aa82cd83b9b974fc72915e93cdfda4f3db93be622c3e481a100ef945

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for apsw-3.42.0.0-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 5469a7ece6a46c0a8d17bad190859c13fd158fd1c4ba72f7e7d1b0d3f94f4a4c
MD5 2621bf4f909c7fdfc68800f7da8a7399
BLAKE2b-256 a831de9877fd93e962e3473687ee33ae185bde377e457bb7fcc0b9e9273f2bd6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for apsw-3.42.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 32d169a80c272f509b06b222ab1108247adb30be685aecc0d9f66c4b086b925c
MD5 12e6289d9a436fe33801c00631876bb0
BLAKE2b-256 5826b5f37014508e2cd2256ff229635174c0fd0aa75fd9d3202d845c8d23b6c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for apsw-3.42.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6568e76e8685a38fa48aff7c0d809eaffa2d370b4c5dd4b204b442fcbb5b158f
MD5 56abcb844cbaaccc45ee33ee957ddfc9
BLAKE2b-256 038bab071bd7ccde1d631b10509553199221f68f326850c402e15702f1a5e9a6

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.0-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.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 71ea136f89d25047d0316054bbdfd84cdef0172b54c085fd356211a306afae72
MD5 d0ddb9395dec116d698f29a6d5e31ecf
BLAKE2b-256 a8f5a7a21c293a7e353bf75bbd754b4d2ce4dc9ccd56225f91e96003ffe8d60f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for apsw-3.42.0.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8d4d67d87f300c03796c2949279141d5bf1c6ad749c0218d90e55bd8e39c90c2
MD5 508bd989c219e61a4c6e3e01d4c270a9
BLAKE2b-256 bee0785980211907f80933d8d2ceb1430449ad222fd005cc7cc5c81a8c744c42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for apsw-3.42.0.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 419681532e039f37d1315a7f54a73f92820d87f9036d3471a37ebe439a414def
MD5 c71db725ee53c2cecc22bed9e5f9b87b
BLAKE2b-256 e916afd0ebd2239f4a6f460aec39293d2f7761f2791e32e804636e7a354d39b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for apsw-3.42.0.0-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 766cf5863ac91469c4ef28f7b4646c35c7438d20ddf3eaa28e929dd49be65e14
MD5 2717e09788282e8ebaad35e8a384470d
BLAKE2b-256 a5dfbd6b697a3746c7a6ac66c5410aafcae3b7a1e23085105307471c21eaf776

See more details on using hashes here.

File details

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

File metadata

  • Download URL: apsw-3.42.0.0-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.1 CPython/3.11.3

File hashes

Hashes for apsw-3.42.0.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 a2a677df92fffb2f6241a6d47970b9d19a333dedcf401dc2eb4e48df2800204f
MD5 07532e6afda988e59fa89d9ab05721c5
BLAKE2b-256 fecd79e54e763dff447931c86fbad13b820ee3561a6061ac944d8c01231a5955

See more details on using hashes here.

File details

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

File metadata

  • Download URL: apsw-3.42.0.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 961.5 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.1 CPython/3.11.3

File hashes

Hashes for apsw-3.42.0.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 fcd832044933347af4a33ed948f59fa9fc08774a598458383f315ae5aa586686
MD5 6dfb2ef4abbf64a2608d7a1755b417a2
BLAKE2b-256 e551239328ed6323a6bba3a52bc5ef467c22e53502c02ba7a224d78fe31b16ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for apsw-3.42.0.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 01f33240c4d97a9634abec8e5a773669b2015e36e20117b70a090edc06c17137
MD5 1d3c2361f929c873d401d8690373eefc
BLAKE2b-256 097e39fbb7472414539088b796144a324a241830a2fb60bcb6e5ac131c9a5351

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for apsw-3.42.0.0-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 94ac603cc4ab7922c9fde6fd7c0815361cfa336c3630c1d2f386736b75447b4c
MD5 669f7eb0c2dbdc987aa1bc409c2196aa
BLAKE2b-256 facb9ac926601d3b565127c588ebb139328e2973e5f623d6006bbe11966e57c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for apsw-3.42.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3d5b2aa7c998c7cacf744bb9dc2b11f5cab93286aa4f8ed1a823afcc228057ec
MD5 9249d19cb0d4af1d94a58e6c2af99b88
BLAKE2b-256 35f9cf8d34a36ed4fc7ca9474d6b294672a88cb5236070770e1f26ee90201217

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.0-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.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2830d5dd9c6ef56df9cf449710b26eaf5292b2ac52087f21eecfd6e0ea3840f4
MD5 62743f7f51262f7ef940c3a2615d07dd
BLAKE2b-256 55c92a65b1f64d07577447e8d061c62c4c8ab2491cfdabe7e0de0b9db04f1d30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for apsw-3.42.0.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f281a19e06a626e2ec60004aae993f3296ed32233f704cc09bcb085e60a817a1
MD5 74a2baddcccb22302e1d28c566ed2c9b
BLAKE2b-256 3be976b951f9c44f1c9be01a36d843cc6d30c24de0f5b9dbed1dc8a35b6b077b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for apsw-3.42.0.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4e0aab1d0af0b97f5c5eabbff0cb6c20bd42a16046ac8b23a9dadeeea4b35e56
MD5 2584effdb2588058f580a99e86d64fa9
BLAKE2b-256 1b52a490f6e318d7042bc03027cdbdb3a5cb21e135090159515f858114308d2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for apsw-3.42.0.0-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 1ecf47a43796112a3f0b4e8f9dbf4e878180f4504c9fd70eaef152f486ed66c7
MD5 18d17b2483c238e26ef43273f9067628
BLAKE2b-256 dbc3f20831acd5c177aa039a610cf832c32ddcc3df555bc91c1608fac1b64b17

See more details on using hashes here.

File details

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

File metadata

  • Download URL: apsw-3.42.0.0-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.1 CPython/3.11.3

File hashes

Hashes for apsw-3.42.0.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 654e69347944f17e822c46b4912fc049a6c9412907e3ee5e3f3f2580be1e0c06
MD5 1d128f0edfd3b7d6c54e94a2339f7558
BLAKE2b-256 deec7b27dfb9c9a52962f3845488a77768ee74df5971a1190129650b73c6c23b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: apsw-3.42.0.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 961.5 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.1 CPython/3.11.3

File hashes

Hashes for apsw-3.42.0.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 1510ad0044be25159c5c4dc273d9d37fc05141c020f43cf2ceea80b64917aa52
MD5 957983b0818719a073c510cada78cc08
BLAKE2b-256 cfd1af9f0cce54bb48e419a037d8e29f92d2eadd4419782a4a6418cea798f590

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for apsw-3.42.0.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d1bab29c051b48c7e8650e49c5b19fc6735e5d61c8d82bc82a81d510110a0024
MD5 3a740dee25b733b366dbb97b671b89db
BLAKE2b-256 a4c868bbbde941398e2250d44559da80a6d6a71569f067af1ff45eeb17f9cdfd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for apsw-3.42.0.0-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e02e4902bbb0f9f2d69dc9f523f6f7d4bf61c982443a6e5a6147e2a62fb656f9
MD5 db2884b232a51ee734f90b9403c728e7
BLAKE2b-256 7c5643719aafa3e114be9ecd5522805ac6cfc6b54e756cf3fe79d13f43478001

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for apsw-3.42.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5947f07ea137ed202376380c81455934346406798ccdee0ec85c353abf44b731
MD5 6fdcdcfbafade520b2f25517fde6dbeb
BLAKE2b-256 3253bccaeb670b6cf11306f4ce87d16f34b216277a663ddadfd268fe81e3fff0

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.0-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.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 963aa949db9a448d42c68e9873b6864afc1169cc2248b3d1119f1c8a6fc1f86d
MD5 39d3ebaec93be9c4f94f73f6764e6c7e
BLAKE2b-256 340073cf363fd0d54957f109fdcd3555ace245037aa5b9144cba6b5f8249562b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for apsw-3.42.0.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2ccea983289ab3b34a585429173f5db900a910841ef93e4b80b98a41ebda225d
MD5 8d01953da26793c0fa2bf795fbd518a6
BLAKE2b-256 9cf3fa29b527a54f646fb4af7369f5c75d8e75ff0e4ed9eb496e4b32cab3cfaa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for apsw-3.42.0.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 eb3fa6483baf8c10ca9d83234ab5220c60600eba32ac7ff6f8533ecd87fcd97c
MD5 0b77b28020445008c453ba7144f3322b
BLAKE2b-256 07b2e35c668290420d229f97a3f0f4016e71b61ffd1580234b8dee9e79277d9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for apsw-3.42.0.0-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 08c8eade86c5140608475a06110c63da6b8ac446ceffc55f66752d6c31cca202
MD5 a3ea38e98797d75379ee67b87bafe0b2
BLAKE2b-256 308805f0fc33d0d7f07317e7ff42a50125369a4a4a23dd1662451b382a9fcc2b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for apsw-3.42.0.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 805281b96df61fed4c5464aec81014ba12733d6d2a7ab40ac17bb19271e60bed
MD5 96eabadfb5e8882aa598645ace8a5d27
BLAKE2b-256 2db9482fcd337b9dbce8e7bde3618c834678f1e88aa26c840b66808e8429f652

See more details on using hashes here.

File details

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

File metadata

  • Download URL: apsw-3.42.0.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 960.5 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.1 CPython/3.11.3

File hashes

Hashes for apsw-3.42.0.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 1fe9321d3d73822203b0362eeaafade22a3ec09f3d428181780fec06095b165a
MD5 a7418facc3384839412a904b6b05c627
BLAKE2b-256 4ab9bd80a51079476f0c15e09506c2d03e0d6986261b374bad49e0050b52e557

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for apsw-3.42.0.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 79bc7c94422c75a81ca0d247490ee844ca5406fec50009663092c2ce6e72cc09
MD5 6df7bfddf6bd32b9310629a0f8d1df2b
BLAKE2b-256 8e5a3c65e3585b21dc2242ca41bb0f3b4f92d0362b213c00a7f384bdff1dc865

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for apsw-3.42.0.0-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 6c062e83eb51f1692502ea4acecf49d1d11b38c9b354ecd07e2db4928c92b6cf
MD5 d0a3e591027ebf3e01d84f25abdc8534
BLAKE2b-256 13c7b4890d5881cb3b94ca4f7e313744c1a2a001c77d939b9e10c8cd69ccf90f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for apsw-3.42.0.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 236e213b06da74c3f8a5921d93ad04201f3dc590b876ed42ea6158bda1aafcdd
MD5 aa71894ea4ae38774e5c28ab7e8a7569
BLAKE2b-256 cce3fecd0d3174d95786551c6f0d071829f0c787f04e040dc3d8b6608d5c1ecb

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.0-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.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b857c9ace415106d14c2974d10859d0239938d397a62780c88655d5458050634
MD5 77f2187b91d69c9b2e9167ffe2e95806
BLAKE2b-256 0318fa0caf49b7844975d8d98548bbefc4cb021827ed540807030be835172ad6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for apsw-3.42.0.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d940033230e975281ed3e8ea2a909ed1283c02b2efbd1865720449e93ed377c3
MD5 1accf2cba8215c0a65d77219888277ac
BLAKE2b-256 a1eeda70504b697b4a607c0e039f9baf9794d380a47eac3e8059fefc50084cba

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for apsw-3.42.0.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 0978dc02bf0f8209b8abb9b6c4c443e72e1407c62e973f4b886a06481ed717e6
MD5 cccf3f9b1fcbf72f36608bdb712b1670
BLAKE2b-256 24b16213a17789a9daacfc3370d366e8baa37f8551e9a78bdd49ab5721d2545d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: apsw-3.42.0.0-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.1 CPython/3.11.3

File hashes

Hashes for apsw-3.42.0.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 8d0fd969f55a21bff13485be972146fae7cae521f0dc5b34967788e8e6b78be1
MD5 be23a4a544445088860bfac655bd05e4
BLAKE2b-256 8ddad83e93a0595fec6b8ecd6fce59b7f5d3adc4a97681a8f2f70d3cd3a167a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for apsw-3.42.0.0-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8a02bd20dc086dbcdf309156a9095adbb0430cc255d03e9cd100aa65e971c48d
MD5 e10c1d1e62c2720270e7a77f511ef01f
BLAKE2b-256 5234ca33aadd089c840cb57f63a8d11855644f3463217c33ba510edc34972208

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for apsw-3.42.0.0-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f0b361cefafd2c6cb0ead46156e5a97579e85f24c4244e81bf326d1a5fcf689d
MD5 4eef97e72c2597a5391eb89095fd6793
BLAKE2b-256 7a8ab606565d87699a3dfeb840d572e64ff61f44200aa348a5a1f7d1ea93af77

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for apsw-3.42.0.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 298f551173f5ce9216385bfd60bd701f90357b81e281121007bd5eed96a5a93b
MD5 f7654a8c8330d7a69bb220d2f0e25035
BLAKE2b-256 ae9929107a05d75d38ccbf131e358096d77f32830f80522151db92b5936aa9d4

See more details on using hashes here.

File details

Details for the file apsw-3.42.0.0-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.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5cab8eba9095ae7c74c2d7f991927a7ab797f5f5ebcecb73e54fca88f18c328a
MD5 b2d1ce39061b8d9a3b7792e1c8262a0a
BLAKE2b-256 b2171b528f376cd9b6ab27d6c44b42a996d4f292ea38abb25b6df199a22685da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for apsw-3.42.0.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 768595f9216c9e4ac247a70e5101c9013be46b6081b7b3c87db0e1ee28e61325
MD5 b4b5aa06faa7e99f52d95dcd771c2c55
BLAKE2b-256 4d52fedba4ce179a939f58ff2c35fef72e496e1d39420b4d0bfa489f980f73b7

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