Skip to main content

DB-API 2.0 interface for Sqlite 3.x, pre-compiled wheels available for win/linux/macos.

Project description

pysqlite3

This library takes the SQLite module from Python 3 and packages it as a separately-installable module. The binary package is statically compiled which make it easy to embedded the library in certain circumstances.

This may be useful for creating SQLite modules capable of working with other versions of SQLite (via the amalgamation option). Meanwhile, the included SQLite library is compiled with all features enabled, that user may benefit from more features, like the score based database FTS (Full-Text Search).

Additional features:

  • User-defined window functions (requires SQLite >= 3.25)
  • Flags and VFS an be specified when opening connection
  • Incremental BLOB I/O, bpo-24905
  • Improved error messages, bpo-16379
  • Simplified detection of DML statements via sqlite3_stmt_readonly.
  • Sqlite native backup API (also present in standard library 3.7 and newer).

A completely self-contained binary package (wheel) is available for versions 0.4.1 and newer as pysqlite3-binary. This package contains the latest release of SQLite compiled with numerous extensions, and requires no external dependencies.

Building with System SQLite

To build pysqlite3 linked against the system SQLite, run:

$ python setup.py build

Building a statically-linked library

To build pysqlite3 statically-linked against a particular version of SQLite, you need to obtain the SQLite3 source code and copy sqlite3.c and sqlite3.h into the source tree.

# Download the latest release of SQLite source code and build the source
# amalgamation files (sqlite3.c and sqlite3.h).
$ wget https://www.sqlite.org/src/tarball/sqlite.tar.gz?r=release \
    -O sqlite.tar.gz
$ tar xzf sqlite.tar.gz
$ cd sqlite/
$ ./configure
$ make sqlite3.c

# Copy the sqlite3 amalgamation files into the root of the pysqlite3 checkout
# and run build_static + build:
$ cp sqlite/sqlite3.[ch] pysqlite3/
$ cd pysqlite3
$ python setup.py build_static build

You now have a statically-linked, completely self-contained pysqlite3.

Using the binary package

A binary package (wheel) is available for linux with a completely self-contained pysqlite3, statically-linked against the most recent release of SQLite.

$ pip install pysqlite3-binary

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

pysqlite-binary-0.5.1.3380300.tar.gz (2.4 MB view details)

Uploaded Source

Built Distributions

pysqlite_binary-0.5.1.3380300-cp310-cp310-win_amd64.whl (827.1 kB view details)

Uploaded CPython 3.10 Windows x86-64

pysqlite_binary-0.5.1.3380300-cp310-cp310-win32.whl (662.9 kB view details)

Uploaded CPython 3.10 Windows x86

pysqlite_binary-0.5.1.3380300-cp310-cp310-musllinux_1_1_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

pysqlite_binary-0.5.1.3380300-cp310-cp310-musllinux_1_1_i686.whl (3.9 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

pysqlite_binary-0.5.1.3380300-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pysqlite_binary-0.5.1.3380300-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.9 MB view details)

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

pysqlite_binary-0.5.1.3380300-cp310-cp310-macosx_10_9_x86_64.whl (970.2 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pysqlite_binary-0.5.1.3380300-cp39-cp39-win_amd64.whl (827.1 kB view details)

Uploaded CPython 3.9 Windows x86-64

pysqlite_binary-0.5.1.3380300-cp39-cp39-win32.whl (662.9 kB view details)

Uploaded CPython 3.9 Windows x86

pysqlite_binary-0.5.1.3380300-cp39-cp39-musllinux_1_1_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

pysqlite_binary-0.5.1.3380300-cp39-cp39-musllinux_1_1_i686.whl (3.9 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

pysqlite_binary-0.5.1.3380300-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pysqlite_binary-0.5.1.3380300-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.9 MB view details)

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

pysqlite_binary-0.5.1.3380300-cp39-cp39-macosx_10_9_x86_64.whl (970.3 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pysqlite_binary-0.5.1.3380300-cp38-cp38-win_amd64.whl (827.2 kB view details)

Uploaded CPython 3.8 Windows x86-64

pysqlite_binary-0.5.1.3380300-cp38-cp38-win32.whl (662.9 kB view details)

Uploaded CPython 3.8 Windows x86

pysqlite_binary-0.5.1.3380300-cp38-cp38-musllinux_1_1_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

pysqlite_binary-0.5.1.3380300-cp38-cp38-musllinux_1_1_i686.whl (3.9 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

pysqlite_binary-0.5.1.3380300-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pysqlite_binary-0.5.1.3380300-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.9 MB view details)

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

pysqlite_binary-0.5.1.3380300-cp38-cp38-macosx_10_9_x86_64.whl (970.2 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pysqlite_binary-0.5.1.3380300-cp37-cp37m-win_amd64.whl (827.4 kB view details)

Uploaded CPython 3.7m Windows x86-64

pysqlite_binary-0.5.1.3380300-cp37-cp37m-win32.whl (662.8 kB view details)

Uploaded CPython 3.7m Windows x86

pysqlite_binary-0.5.1.3380300-cp37-cp37m-musllinux_1_1_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

pysqlite_binary-0.5.1.3380300-cp37-cp37m-musllinux_1_1_i686.whl (3.8 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

pysqlite_binary-0.5.1.3380300-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

pysqlite_binary-0.5.1.3380300-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.9 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

pysqlite_binary-0.5.1.3380300-cp37-cp37m-macosx_10_9_x86_64.whl (969.8 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pysqlite_binary-0.5.1.3380300-cp36-cp36m-win_amd64.whl (905.9 kB view details)

Uploaded CPython 3.6m Windows x86-64

pysqlite_binary-0.5.1.3380300-cp36-cp36m-win32.whl (715.8 kB view details)

Uploaded CPython 3.6m Windows x86

pysqlite_binary-0.5.1.3380300-cp36-cp36m-musllinux_1_1_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ x86-64

pysqlite_binary-0.5.1.3380300-cp36-cp36m-musllinux_1_1_i686.whl (3.8 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

pysqlite_binary-0.5.1.3380300-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ x86-64

pysqlite_binary-0.5.1.3380300-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.9 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

pysqlite_binary-0.5.1.3380300-cp36-cp36m-macosx_10_9_x86_64.whl (969.4 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file pysqlite-binary-0.5.1.3380300.tar.gz.

File metadata

File hashes

Hashes for pysqlite-binary-0.5.1.3380300.tar.gz
Algorithm Hash digest
SHA256 bc869079d69f9e41fa79bc67c508c0b716d7f4ae5780eb6686989f42509562e9
MD5 ce00c40790d233bc674e4aaa26c9a4ab
BLAKE2b-256 2b94c036051ad48f89940c701da64bf63bbd9f2effbbbb0ff0e4df4de366e787

See more details on using hashes here.

File details

Details for the file pysqlite_binary-0.5.1.3380300-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for pysqlite_binary-0.5.1.3380300-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 80614e222392cea482ea17b6ee15a543207ca95e950da17db2cc747390658ef9
MD5 eca3e4b7adb2d1733debc2ecb9991216
BLAKE2b-256 9f53072ffb7e7cc9e14aba29e2e47a70d0c2f050f986f1972d7b44435a7aacd5

See more details on using hashes here.

File details

Details for the file pysqlite_binary-0.5.1.3380300-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for pysqlite_binary-0.5.1.3380300-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 1ef06fce24d35d5e89dfc3db9f75e9fc36475ec9f0657a51afc3d1f96b7fcee6
MD5 c69712b68a1c7e8be7bcffb4c5fbecfc
BLAKE2b-256 6c05e7bc33ee4e9f82b83a6941643e28deb5e34e398a4eb678779ca8966b311a

See more details on using hashes here.

File details

Details for the file pysqlite_binary-0.5.1.3380300-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pysqlite_binary-0.5.1.3380300-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7d76fe46dbeffdc7939c918459e13ac514521ef275ce84019569d8a1a510b2b0
MD5 7866896581d37a834ff5a5caed3c72e3
BLAKE2b-256 e60c29e1e7b45eacf84fcd0eae9cdd61d19f1d64be045e63768a4f2ae3050d6b

See more details on using hashes here.

File details

Details for the file pysqlite_binary-0.5.1.3380300-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pysqlite_binary-0.5.1.3380300-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 6dcf65eebc14c9586bce82e342237c89c3e96d85995ac662bf9114206d7adbb7
MD5 0827d1f884a53a787978e0ec543af97a
BLAKE2b-256 5f06e4a6d37c95dbf705f6c24bbe53920cf3928c10bc7782d85d1cbf9090a0a6

See more details on using hashes here.

File details

Details for the file pysqlite_binary-0.5.1.3380300-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pysqlite_binary-0.5.1.3380300-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c1be9efa8cfece41f28b78fc211b3e1d251c1fbc995d23ddc7b10f1d54881e6f
MD5 93eeb6a4698a63ef547b70ba0aaf2d60
BLAKE2b-256 0e4aef68a2c56f4153e0471532745cf03ff6034af41032f735dadbcea09ffdc8

See more details on using hashes here.

File details

Details for the file pysqlite_binary-0.5.1.3380300-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pysqlite_binary-0.5.1.3380300-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a26e529bb4912d1dfb02d90c446ffb896558e045111a0e21bfda420c56d89357
MD5 f0b9ae24fc8ff242224e8a9171bd4bb5
BLAKE2b-256 f5e0c86b058633edff0cef1941505b6f008eddefae05c17487e25cbdceeabcaf

See more details on using hashes here.

File details

Details for the file pysqlite_binary-0.5.1.3380300-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pysqlite_binary-0.5.1.3380300-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f962225a8d64ce491d65b1d4e6fa8b37a880cd24a0883719b3e61adefbf606e2
MD5 db8ff382e3c13448c9b6116a8eb7ecc2
BLAKE2b-256 15efd0921fbfe64d746f5f59801a97b86767478968ed84261baa7fc1e95fc7d6

See more details on using hashes here.

File details

Details for the file pysqlite_binary-0.5.1.3380300-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for pysqlite_binary-0.5.1.3380300-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 236f945428f94d7049aecaf39b3402d80ac4051040625683999acf62d1bd59c1
MD5 4782ae6eb1d2ea19d790f3b3481d22da
BLAKE2b-256 89bd228dd17d5e82d4ccc3a5d795601bbfcf634a909b1564d469985aae7a966e

See more details on using hashes here.

File details

Details for the file pysqlite_binary-0.5.1.3380300-cp39-cp39-win32.whl.

File metadata

File hashes

Hashes for pysqlite_binary-0.5.1.3380300-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 278584e033f9e92148a08f3e64177b4a4eb8c327b735560d8e2779f708efa56b
MD5 203afb0942354558cb0c8296d34eaf74
BLAKE2b-256 3a7c5733c1fffb8da57f36d0d44f06f88e8f235569a5f54dcdd9a02e541030be

See more details on using hashes here.

File details

Details for the file pysqlite_binary-0.5.1.3380300-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pysqlite_binary-0.5.1.3380300-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e3f732f73c57c300f968f7410bb9ffb0d84a7fc5999cd6f3064bb5d1bc122284
MD5 df73d830498b938e22f8e656966cee82
BLAKE2b-256 a20e21a3c58594eebbc11c0cfdcccda5e0e77099d6cbc41808b8962d634485c4

See more details on using hashes here.

File details

Details for the file pysqlite_binary-0.5.1.3380300-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pysqlite_binary-0.5.1.3380300-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 872d3c4f86eb1dbccde24f230108b96ddf44a814db8f29b7ebb899e946fee5f6
MD5 98c58b960135e737362e22bfbb4d146d
BLAKE2b-256 0825fd3c77202d0f3e8e94b9c32d1fa5a5e85c02fe96a4c327332beefc200f6c

See more details on using hashes here.

File details

Details for the file pysqlite_binary-0.5.1.3380300-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pysqlite_binary-0.5.1.3380300-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bf02d42ba77f22fcf235759cd5085b3e6118d4ec3fe5013ef111bf7a53528dc7
MD5 eb3f36dc4647d60380ca215af00d8595
BLAKE2b-256 9ad6894fbba9304951ad147b94683ace3b6e3a6743d68f513072c2eab42fe09a

See more details on using hashes here.

File details

Details for the file pysqlite_binary-0.5.1.3380300-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pysqlite_binary-0.5.1.3380300-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 92a39ed248fccdb6dd1d2209288f3bafb3e24717c612b89a0db92954b893c02b
MD5 9647ffa6f7277660f712cbc4ebe7f35b
BLAKE2b-256 25821f611afba74acd835fc8724634e347b97761265493403a8959d2ff5ceb3b

See more details on using hashes here.

File details

Details for the file pysqlite_binary-0.5.1.3380300-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pysqlite_binary-0.5.1.3380300-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 376a26da8b79dc9a86bc819dba91e0f4fe1a9016c448bcd08bcc3bb54cf37f62
MD5 03166e1f262cc86cbf127999401024c5
BLAKE2b-256 1fc317096c8126750c29f2b57ea00633e28b034d742c6e9198e62e1094441f2c

See more details on using hashes here.

File details

Details for the file pysqlite_binary-0.5.1.3380300-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for pysqlite_binary-0.5.1.3380300-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 442feab95f28c7e147497aaedd5078aa59a28f55ca6b309122d7424b578a61e0
MD5 d87dfa878c4133062bedbb7a16a861fd
BLAKE2b-256 3df745cb7af42fefe2f87817a53a54856246be71c3854ccd25d4e22d89c9fecb

See more details on using hashes here.

File details

Details for the file pysqlite_binary-0.5.1.3380300-cp38-cp38-win32.whl.

File metadata

File hashes

Hashes for pysqlite_binary-0.5.1.3380300-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 66e350faf31b663cd362f37b1c4ff5db21d2c0e7b1e914fb2498adca1ebfd3d7
MD5 cab3bf9838fd921dccf26cc7d3423f8e
BLAKE2b-256 c8c068088a01135bd168efb97b306df7a316a7ae1818210049404557f7540d52

See more details on using hashes here.

File details

Details for the file pysqlite_binary-0.5.1.3380300-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pysqlite_binary-0.5.1.3380300-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d5fa2ae4f5570ce0bd2903088812cea5ebaa3b1f142a4b3e3bb7111ca06c9e8c
MD5 32bfa7ee497472cebc32ec9015f7462e
BLAKE2b-256 ecb97e3c6dcde2d37be4aa3f3315cb5ee89e643444ae1fb77be1efc74f54919e

See more details on using hashes here.

File details

Details for the file pysqlite_binary-0.5.1.3380300-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pysqlite_binary-0.5.1.3380300-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 49031b1b505f9e9dd7439b3dfafd3b829b2fc720be9402cb297ffc04dd1adf91
MD5 ea9cc47177e0794f9dc044908a0dc4f7
BLAKE2b-256 7f567e5fe0338d55bf2faaf47dd2cb7efb9119ea0f98677bc72b50ceb30f68a1

See more details on using hashes here.

File details

Details for the file pysqlite_binary-0.5.1.3380300-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pysqlite_binary-0.5.1.3380300-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c5cd84e343f0dacbd5ebeeeb4f408d10dcbe72cf395e9452feb3387648eb50df
MD5 ec41fddc4c4f75e4cfae884f57d2944c
BLAKE2b-256 640d4f8966fa26a4ad66b7258ee936e8c38a30e2080fe222cba08371452747e9

See more details on using hashes here.

File details

Details for the file pysqlite_binary-0.5.1.3380300-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pysqlite_binary-0.5.1.3380300-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8a4c53677e28163a45daf986e62cad15dacb808a6298d224eec4c72c1c5ee9dd
MD5 0834b9bc2f63316edbdf53839708f1ff
BLAKE2b-256 1e528c455db516cb0bb67772e7ba819d49403f964f06b3e335fe685a689f86fe

See more details on using hashes here.

File details

Details for the file pysqlite_binary-0.5.1.3380300-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pysqlite_binary-0.5.1.3380300-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 16e72c588c680586fdd5e9952212abbd2466a6fb9d21943382943b28d8c2e451
MD5 0066eb0ef5766d30b3dd5822a5df74b7
BLAKE2b-256 425146d5c575348a2c1bf20280ecf8c99892eff916aedfb348405ae18707fa49

See more details on using hashes here.

File details

Details for the file pysqlite_binary-0.5.1.3380300-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for pysqlite_binary-0.5.1.3380300-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 fecc2d32da3c7d0144dec749d2c518ee3b20004d706329276ada2aebe94bd724
MD5 3e526b7faaaa1ee79495681b0e47baf9
BLAKE2b-256 9ff81eb0881a909c60c464f2fe890b1d4e3ded099eee290cb93fbff56c20078a

See more details on using hashes here.

File details

Details for the file pysqlite_binary-0.5.1.3380300-cp37-cp37m-win32.whl.

File metadata

File hashes

Hashes for pysqlite_binary-0.5.1.3380300-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 00fb5efc7f07adced7dfb7a177910dbb99750ddf66103211c6e0403c75c00ac1
MD5 1240f1c1802a44f13f83429441d7d141
BLAKE2b-256 34b84758f04a4af73d361fe68fab8636f2ba34406e13deba62d0d106fb65daa4

See more details on using hashes here.

File details

Details for the file pysqlite_binary-0.5.1.3380300-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pysqlite_binary-0.5.1.3380300-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 11d6f3f51bdf7f124c18e844e397e1501eb5abc1f70db6df0dcdfee8aff51b77
MD5 1f46b91a4080a9f26a8d4e1313aa92cf
BLAKE2b-256 548cfb6e76acc596617599e29293e15c0d2ad5153152bccb05948484f99562b1

See more details on using hashes here.

File details

Details for the file pysqlite_binary-0.5.1.3380300-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pysqlite_binary-0.5.1.3380300-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 3e8245bd7acacf471925150bf6f70a9f44ba084ee840ec9311fd40f393897d0b
MD5 42c4ae8eaf103306b6f18971a2650576
BLAKE2b-256 1da602d0d80d6c68d47b905534e45bc12cb2a729a7eb4ae556305d9bcd88d3bf

See more details on using hashes here.

File details

Details for the file pysqlite_binary-0.5.1.3380300-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pysqlite_binary-0.5.1.3380300-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 85d005a468ebf45547c1bb62fe4d4612701ec2f950e29b9e83cedccf1fac8b33
MD5 24ccb6f44add318a8ac3b11fd6659a21
BLAKE2b-256 c25c3b1daab9dfb8d6261b8493028a4780a072fda7bd3a3e862acd068197d790

See more details on using hashes here.

File details

Details for the file pysqlite_binary-0.5.1.3380300-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pysqlite_binary-0.5.1.3380300-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a591b1684c8148da992d6e642855e918718b8ad4c823db86d4e958e29e852666
MD5 2b6a3f6301019780d3042717167cc018
BLAKE2b-256 f97998629a167130b889c97959bda7d132198eac3663097c57eeee76e2f536d9

See more details on using hashes here.

File details

Details for the file pysqlite_binary-0.5.1.3380300-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pysqlite_binary-0.5.1.3380300-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 487afe9854f25e4bc45ccd65db6ebec764f35d4aec33144371712c3957fe691d
MD5 6f2511b7929573649118ecc9f45a1494
BLAKE2b-256 eb975ed1035a760e36c4e6a62c98e3872426353ffd049f11063aee6cc12cc3bc

See more details on using hashes here.

File details

Details for the file pysqlite_binary-0.5.1.3380300-cp36-cp36m-win_amd64.whl.

File metadata

File hashes

Hashes for pysqlite_binary-0.5.1.3380300-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 563d9bfe3d1136f4df550687c505fc9f5ae321a56bf03573359279d920273903
MD5 0da3bd1b56ee59b131b21c6200e53ae5
BLAKE2b-256 d327416b6c40266d13d55c283d30f1202ef7a4c72d20b7fbbd97b05c4e66a753

See more details on using hashes here.

File details

Details for the file pysqlite_binary-0.5.1.3380300-cp36-cp36m-win32.whl.

File metadata

File hashes

Hashes for pysqlite_binary-0.5.1.3380300-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 22db573455c093548771f21d536e04416b5bd841377ca9d0697215c943760b84
MD5 030287b9dfd35a317cc7e9dd3631c03c
BLAKE2b-256 8a4e57bbad6e2fd4e4c1828dbcea2aa2869f5c89becf6eb8021af68cf11ff8d3

See more details on using hashes here.

File details

Details for the file pysqlite_binary-0.5.1.3380300-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pysqlite_binary-0.5.1.3380300-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d3725d2639c169f1c8d4f594fa5caefaf6e0ef181adcac4be6ae765a44875b8d
MD5 c0421a3e10a1ddceb8e0d074b43581dd
BLAKE2b-256 0231ba9f6ed24b6a5eda3d5d8a28bc83b2108328888d7110744b159b5e694ef2

See more details on using hashes here.

File details

Details for the file pysqlite_binary-0.5.1.3380300-cp36-cp36m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pysqlite_binary-0.5.1.3380300-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 df9b4c90f3db76c4029efb82429f1a951d2fb17752840e4ab17efd1a4d00dc11
MD5 880c9da5386e9a0645a40d63a3a4ca91
BLAKE2b-256 27fe6865e948383d9fb87b1b6a24000282161d3092f0189402001e73eabc233f

See more details on using hashes here.

File details

Details for the file pysqlite_binary-0.5.1.3380300-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pysqlite_binary-0.5.1.3380300-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e84f1cfa3adf02605af6c2a25106c6d707b7d5d0a26cf3498fd9a442e68de761
MD5 e9070664250b8cc71bf7788fee24af81
BLAKE2b-256 dc474b583035aaaff5586634fa830029e3641a87c6a2263b0deeea6ab76fac35

See more details on using hashes here.

File details

Details for the file pysqlite_binary-0.5.1.3380300-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pysqlite_binary-0.5.1.3380300-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a4c1513342d2c85ded9e9f08d9ed8a54de69427775410d09fbc5aefd129338c5
MD5 5c280ab560f103a018c28710c82d91c4
BLAKE2b-256 88af64a98e4c855940279a983a01d5921a96e2a1563375e394f52de4a81c8300

See more details on using hashes here.

File details

Details for the file pysqlite_binary-0.5.1.3380300-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pysqlite_binary-0.5.1.3380300-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f8d840a3043181049567c782d02a581ebef0b79524d599061707015bfebbd08d
MD5 c612045637e89bd12550d2ebafdc8261
BLAKE2b-256 2fdcf254738cd2aeff9cf06a406d43c92ea29e2da92ac2ab2963f21c6f58d5c4

See more details on using hashes here.

Supported by

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