Skip to main content

SQL-style querying for static HTML with a deterministic node model.

Project description

MarkQL logo

MarkQL

SQL-style query engine for HTML

Build wheels GitHub tag PyPI version PyPI downloads License

MarkQL is a SQL-style query engine for HTML that lets you select precisely what you need, filter to the relevant parts of a page, and extract structured fields using the familiar SELECT ... FROM ... WHERE ... flow, rather than relying on brittle, ad-hoc scraping logic.

Demo Video

MarkQL demo GIF

Quick Start

Prerequisites:

  • CMake 3.16+
  • A C++20 compiler
  • Boost (multiprecision); set -DXSQL_ENABLE_KHMER_NUMBER=OFF to skip Boost
  • Optional dependencies: libxml2, curl, nlohmann_json, arrow/parquet

Ubuntu/Debian/WSL (minimal packages):

sudo apt update
sudo apt install -y \
  git ca-certificates pkg-config \
  build-essential cmake ninja-build \
  libboost-dev

Optional feature packages:

sudo apt install -y libxml2-dev libcurl4-openssl-dev nlohmann-json3-dev

Arrow/Parquet packages (often missing on older distros):

sudo apt install -y libarrow-dev libparquet-dev

macOS (Homebrew):

xcode-select --install
brew install cmake ninja pkg-config boost

Optional feature packages:

brew install libxml2 curl nlohmann-json

Arrow/Parquet:

brew install apache-arrow

Build (project default):

./build.sh

Minimal build when optional dependencies are unavailable:

cmake -S . -B build \
  -DXSQL_WITH_LIBXML2=OFF \
  -DXSQL_WITH_CURL=OFF \
  -DXSQL_WITH_ARROW=OFF \
  -DXSQL_WITH_NLOHMANN_JSON=OFF
cmake --build build

To build without Boost, add -DXSQL_ENABLE_KHMER_NUMBER=OFF.

Run one query:

./build/markql --query "SELECT div FROM doc LIMIT 5;" --input ./data/index.html

Run interactive REPL:

./build/markql --interactive --input ./data/index.html

CLI Notes

  • Primary CLI binary is ./build/markql.
  • Legacy compatibility binary ./build/xsql is still generated.
  • doc and document are both valid sources in FROM.
  • If --input is omitted, the CLI reads HTML from stdin.
  • URL sources (FROM 'https://...') require XSQL_WITH_CURL=ON.
  • TO PARQUET(...) requires XSQL_WITH_ARROW=ON.
  • INNER_HTML(...) returns minified HTML by default. Use RAW_INNER_HTML(...) for unmodified raw output.
  • TO TABLE(...) supports explicit trimming/sparse options: TRIM_EMPTY_ROWS, TRIM_EMPTY_COLS, EMPTY_IS, STOP_AFTER_EMPTY_ROWS, FORMAT, SPARSE_SHAPE, and HEADER_NORMALIZE.

Testing

C++ tests:

cmake --build build --target xsql_tests
ctest --test-dir build --output-on-failure

Python package/tests (optional):

./install_python.sh
./test_python.sh

Documentation

License

Apache License 2.0. See LICENSE.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

pyxsql-1.12.2-cp314-cp314t-win_amd64.whl (392.1 kB view details)

Uploaded CPython 3.14tWindows x86-64

pyxsql-1.12.2-cp314-cp314t-win32.whl (333.7 kB view details)

Uploaded CPython 3.14tWindows x86

pyxsql-1.12.2-cp314-cp314t-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

pyxsql-1.12.2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (648.6 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

pyxsql-1.12.2-cp314-cp314t-macosx_11_0_arm64.whl (432.3 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

pyxsql-1.12.2-cp314-cp314-win_amd64.whl (386.1 kB view details)

Uploaded CPython 3.14Windows x86-64

pyxsql-1.12.2-cp314-cp314-win32.whl (329.4 kB view details)

Uploaded CPython 3.14Windows x86

pyxsql-1.12.2-cp314-cp314-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

pyxsql-1.12.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (647.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

pyxsql-1.12.2-cp314-cp314-macosx_11_0_arm64.whl (428.3 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pyxsql-1.12.2-cp313-cp313-win_amd64.whl (376.1 kB view details)

Uploaded CPython 3.13Windows x86-64

pyxsql-1.12.2-cp313-cp313-win32.whl (321.5 kB view details)

Uploaded CPython 3.13Windows x86

pyxsql-1.12.2-cp313-cp313-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pyxsql-1.12.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (647.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

pyxsql-1.12.2-cp313-cp313-macosx_11_0_arm64.whl (428.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pyxsql-1.12.2-cp312-cp312-win_amd64.whl (376.1 kB view details)

Uploaded CPython 3.12Windows x86-64

pyxsql-1.12.2-cp312-cp312-win32.whl (321.4 kB view details)

Uploaded CPython 3.12Windows x86

pyxsql-1.12.2-cp312-cp312-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pyxsql-1.12.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (647.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

pyxsql-1.12.2-cp312-cp312-macosx_11_0_arm64.whl (428.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pyxsql-1.12.2-cp311-cp311-win_amd64.whl (375.3 kB view details)

Uploaded CPython 3.11Windows x86-64

pyxsql-1.12.2-cp311-cp311-win32.whl (320.9 kB view details)

Uploaded CPython 3.11Windows x86

pyxsql-1.12.2-cp311-cp311-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pyxsql-1.12.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (647.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

pyxsql-1.12.2-cp311-cp311-macosx_11_0_arm64.whl (427.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pyxsql-1.12.2-cp310-cp310-win_amd64.whl (374.4 kB view details)

Uploaded CPython 3.10Windows x86-64

pyxsql-1.12.2-cp310-cp310-win32.whl (319.9 kB view details)

Uploaded CPython 3.10Windows x86

pyxsql-1.12.2-cp310-cp310-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pyxsql-1.12.2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (646.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

pyxsql-1.12.2-cp310-cp310-macosx_11_0_arm64.whl (426.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pyxsql-1.12.2-cp39-cp39-win_amd64.whl (375.4 kB view details)

Uploaded CPython 3.9Windows x86-64

pyxsql-1.12.2-cp39-cp39-win32.whl (320.1 kB view details)

Uploaded CPython 3.9Windows x86

pyxsql-1.12.2-cp39-cp39-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

pyxsql-1.12.2-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (646.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

pyxsql-1.12.2-cp39-cp39-macosx_11_0_arm64.whl (426.3 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

Details for the file pyxsql-1.12.2-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: pyxsql-1.12.2-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 392.1 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyxsql-1.12.2-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 6d36b049f9859400194333bdf19e4236964255b2ccbc570e0c87ed8b14aea5d0
MD5 95b714fd8319a3c456c04ca85d288a0e
BLAKE2b-256 c0b4fa0827c4f4f7acab91294cc5a3dd3bc00070cfbc9ee06b22348a9017fc64

See more details on using hashes here.

File details

Details for the file pyxsql-1.12.2-cp314-cp314t-win32.whl.

File metadata

  • Download URL: pyxsql-1.12.2-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 333.7 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyxsql-1.12.2-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 b42f255583cc16e4d683fcabecde530cd08487dda5320171785452edbe735f01
MD5 6927c47e22c442e5612de01a22b828e6
BLAKE2b-256 48c9e80c9b04199302ab4e61d44fa8b82e727d530985974edfe531ca0690ebaf

See more details on using hashes here.

File details

Details for the file pyxsql-1.12.2-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyxsql-1.12.2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d6bd9250479185dbbae506acba244c1fa5c68095bba8551e5ae0819ae198a66a
MD5 10ed222dc69e9f6e4767526f46c89e43
BLAKE2b-256 27d5ca13bec571966c57b5cc5b675255ff2171b54dbeacda53776400a3a4e566

See more details on using hashes here.

File details

Details for the file pyxsql-1.12.2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyxsql-1.12.2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4e5be46161fa638bf73cff22718320e9dc7739bc10d48205b5a54efb195fb9c3
MD5 d663e2dd7851e5ce95ea6b2216cb2946
BLAKE2b-256 17ad9ffc5225af928497de0b816afa3cd9410d19263e529abdead93c12b068fa

See more details on using hashes here.

File details

Details for the file pyxsql-1.12.2-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyxsql-1.12.2-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 83459daabb293e66686f7d3a9533690e71e5a3f34f7037e6c32bc741047512b6
MD5 176d452814b3214df082248f98ce40c3
BLAKE2b-256 8bc510304ea107046bacf70131e0ffb9bdef709bab9c278687d10976cf4a0267

See more details on using hashes here.

File details

Details for the file pyxsql-1.12.2-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: pyxsql-1.12.2-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 386.1 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyxsql-1.12.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 a27b635ae002a27d8dab7475c5d79346b5a99df47c80499f505421b0c360905d
MD5 b1a25e49357967dca0c665cede78b61d
BLAKE2b-256 7cc565af25b42f8c1fea6f46eec8c5053a39b2bb73317be7d780827faeec7686

See more details on using hashes here.

File details

Details for the file pyxsql-1.12.2-cp314-cp314-win32.whl.

File metadata

  • Download URL: pyxsql-1.12.2-cp314-cp314-win32.whl
  • Upload date:
  • Size: 329.4 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyxsql-1.12.2-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 e008e222da25cacc814e09850c81219b93c9a86f2fa96bd1d83ed4d03756ad12
MD5 44887bf7c4f7d4753028630dfb809706
BLAKE2b-256 3759eb2905e65a431d830e49491ee1d5888cbf5346ddb94d49f705c4adf61529

See more details on using hashes here.

File details

Details for the file pyxsql-1.12.2-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyxsql-1.12.2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0de4ac68630200af3f56ed687c2cf2ac62a948603f9c0c0a47a67c72f904cec3
MD5 6c44d273fd88657b513db6c73c56c268
BLAKE2b-256 85f02eb83a12473c61a7bf3c0b8b50ed8b41f1ea9e6dcc984e4c7a3e4536cbd4

See more details on using hashes here.

File details

Details for the file pyxsql-1.12.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyxsql-1.12.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0e733bae982f08c82051249be1f5e252487b1f1339e02ab8006eed37abcf41ba
MD5 4d104d06d0dc8b9f7a87bcf971001638
BLAKE2b-256 71321ff09325f3ab1977be67be542629f55cffe6aa6e3e29838a4936541566a9

See more details on using hashes here.

File details

Details for the file pyxsql-1.12.2-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyxsql-1.12.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 318d4786efdddced464a25c80f3a57cbfd65c8bb74029ba2f567e5e260db3a67
MD5 554a97b313ba16d173023e9d19f2d112
BLAKE2b-256 2c8f4ba8d0fb4239f5d0986f3435305cfac6c284fcabd5f8f25b9746d4053170

See more details on using hashes here.

File details

Details for the file pyxsql-1.12.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pyxsql-1.12.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 376.1 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyxsql-1.12.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 7f6d4c027d723c4e49411282f0e0ada7bd30fad7599893fde3c7f988873c94e1
MD5 cc9eceafbab7184dd29dfb4263923a04
BLAKE2b-256 b119f73938c39abe6dff022fbf205a0959417ee51e88028ea441c08a53e4d6f1

See more details on using hashes here.

File details

Details for the file pyxsql-1.12.2-cp313-cp313-win32.whl.

File metadata

  • Download URL: pyxsql-1.12.2-cp313-cp313-win32.whl
  • Upload date:
  • Size: 321.5 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyxsql-1.12.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 6d0541777dce15c357957ce15b9a37135f51fa3381fb01a9a6798db8a82e72b2
MD5 f6abd8bcfde665a97e9c6336408923fa
BLAKE2b-256 e2aa3412b5e071311a795f9fd9f5c991eb0c33ba766496ea22e32b9604b9d865

See more details on using hashes here.

File details

Details for the file pyxsql-1.12.2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyxsql-1.12.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d0afcc8855daf11e483cd632f7224d8607ba366b7f007a3ba1a416f3e01cb14d
MD5 e2c3d9ca21f12ecc22663bec11a4807b
BLAKE2b-256 a75b7ded379c48f366c78c0d406e85550724d7ebf42531a466848caf80f99b27

See more details on using hashes here.

File details

Details for the file pyxsql-1.12.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyxsql-1.12.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 870670ca0df74a2d990ec8e20d06d73d3b1b0e48c9657f72ea965c30fdcef7d9
MD5 374ef9ad5589bec3a61725d87e0baed0
BLAKE2b-256 eef960cb29d158d4c5335b3ec2454c44613be202b3c9038789bd2c6c7bb77671

See more details on using hashes here.

File details

Details for the file pyxsql-1.12.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyxsql-1.12.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e9332eda416bfc95ef1e26b5349a2502f9f9d7cafe8ab760de6624ce3629c5d4
MD5 53cb4ea7ea3d28c5cfb45f0f2cc65aad
BLAKE2b-256 16d206fcd896b653f4dd77c2565b0ded85d748ff64493200500101a526af66a7

See more details on using hashes here.

File details

Details for the file pyxsql-1.12.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pyxsql-1.12.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 376.1 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyxsql-1.12.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6371f6d34a9dde0b2dee0ccc292006ac2f2077f29111412893cabd2e7dad79bb
MD5 05eedfc31eca0d6de50e89554c577437
BLAKE2b-256 dee73498637d23707d45688b20672bd827b0e6fe478b6c119cd014751dfdbf3e

See more details on using hashes here.

File details

Details for the file pyxsql-1.12.2-cp312-cp312-win32.whl.

File metadata

  • Download URL: pyxsql-1.12.2-cp312-cp312-win32.whl
  • Upload date:
  • Size: 321.4 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyxsql-1.12.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 ed7f932d0600a30fbb447dff63af05e1a6f309ad8756e0f259206e4370146eec
MD5 bc3174f51dfbef1be59dcd0da05e9ead
BLAKE2b-256 6da44eef73214dd97d344dc28b9162d7341b138c10656f61299707511e33da36

See more details on using hashes here.

File details

Details for the file pyxsql-1.12.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyxsql-1.12.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dcbe3a889f1c6f80948e8aaa0f4229e9470e19b3b854359f1727d3fd2b4ec4cf
MD5 a4345adec33d6711b41395eb2583e22c
BLAKE2b-256 da7a70c6c9bf489c1f424a53d75af667baf6c0659f4f264e4028a22d2adef315

See more details on using hashes here.

File details

Details for the file pyxsql-1.12.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyxsql-1.12.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6e5a9b20b390d15e747afde50e295ed6b3f22359e32f88dd1661e4a9104e21c8
MD5 e7165d9a1453dda02f61ff5dce44492a
BLAKE2b-256 68945529be438ac425e708e92cadcc3d49c4022b6b0b83deb729adcf6abe9e52

See more details on using hashes here.

File details

Details for the file pyxsql-1.12.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyxsql-1.12.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e4676f102eaab160d06ddf687b0b9781212d8425ef03b76df735d3652093ab84
MD5 aeb767575a824201e9f8c628feb2fd2b
BLAKE2b-256 4ee4bdcdbad1f88ba0adb625f289b7d3d4aab90da44a9eb4a5525db57fcae5e9

See more details on using hashes here.

File details

Details for the file pyxsql-1.12.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pyxsql-1.12.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 375.3 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyxsql-1.12.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9bc8d73031248389ea08f49a4c78f205f9bf4333dae13769f6f5a0711f18c599
MD5 6ad73432abf77a3466e508eb2958485e
BLAKE2b-256 7458581dcb31f4522d3a150650c62c1a093a874159fc3b7437a55eec30e9f725

See more details on using hashes here.

File details

Details for the file pyxsql-1.12.2-cp311-cp311-win32.whl.

File metadata

  • Download URL: pyxsql-1.12.2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 320.9 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyxsql-1.12.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 e6a54ee6fbb4d333b92d2e71e648142aceff22ec110be48a7186be1f522e5ed2
MD5 f420089372b122d22c459defc0852689
BLAKE2b-256 78940c14954c4cd94131f8a7da527057c87bc4231957903dbfb19fc82dbeecfc

See more details on using hashes here.

File details

Details for the file pyxsql-1.12.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyxsql-1.12.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d0886220e46c898d976b65d9f48fb9d2374f30273576be1dd297b8c128c0c963
MD5 a7669dfb18f6cae2d917f0190ad4af66
BLAKE2b-256 cde1a8d4fd1681af87368d0c04ab22b260d420a2b570c477925df5d9f6a4ca62

See more details on using hashes here.

File details

Details for the file pyxsql-1.12.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyxsql-1.12.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f8ed31b5ede1a81b197fa65524370b4da93629724a6224c8a3d8e094004a8527
MD5 3b494104f148ab45536b582f681a5bf7
BLAKE2b-256 c6db2a4171d7dfabccbcb541c3f005634801eafd0c1050fc26b20bd286cdbe8e

See more details on using hashes here.

File details

Details for the file pyxsql-1.12.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyxsql-1.12.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3684918bbcc256ff114fed19b59cebe21b451b4ef02d9b67e3ff86307ae44db1
MD5 edeb988d6cfe4653e243db6ea42142a0
BLAKE2b-256 bd7de02de7fd2078de7676a2154c968e451c9da1b59c5a7a4f27614b3ef368a4

See more details on using hashes here.

File details

Details for the file pyxsql-1.12.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pyxsql-1.12.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 374.4 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyxsql-1.12.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 44a27f300f459df5534c9da75b64240b4eb2519c7e8d484386f66e0e039f510f
MD5 7d467cac5fdaefde251c869a166b545a
BLAKE2b-256 14e411300f52fb9fb5013bf5591ccac0557a9f994628c9f8c1fa1c3e1badb05e

See more details on using hashes here.

File details

Details for the file pyxsql-1.12.2-cp310-cp310-win32.whl.

File metadata

  • Download URL: pyxsql-1.12.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 319.9 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyxsql-1.12.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 dc02396a118f55f59fb95c815788abd1be3450339e3d404789985a06baf232d9
MD5 57340630fdc420c46687bbf1c213b79a
BLAKE2b-256 612ecf6ea21c96def139ac94066edd1db1cec91744858813132f0f2d800732bd

See more details on using hashes here.

File details

Details for the file pyxsql-1.12.2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyxsql-1.12.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c66767527fd8d2370472fb1b66bea04424a8843d819a684268facb3dc21be5f6
MD5 4bbe11769ff5e091ea8d2a111d0d8d8c
BLAKE2b-256 f6a2381b418804ec12f6af7c995570204258a82e1238d1484454c664b9c0a877

See more details on using hashes here.

File details

Details for the file pyxsql-1.12.2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyxsql-1.12.2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7283c6284050e126db43b8ebb0adf613feb493d847b13558f036e05947f4963a
MD5 0d2cf334d34f1c9609de3d9f8d7de2d2
BLAKE2b-256 b5ccb7c9bf4195ceeda23014bdbe6596c4e6d6a9049fce2655d149973ad89837

See more details on using hashes here.

File details

Details for the file pyxsql-1.12.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyxsql-1.12.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 61601bdeb7f3b5d6103e320bcbdccfa09fcf87bcef5d406de39f4a3e6364a2be
MD5 533b963141b84c02817e1bf49907740e
BLAKE2b-256 e3f518186ad6483c048cc3325af4ae2f74c09d5b1c3047a00c5a39e3f7e75e9a

See more details on using hashes here.

File details

Details for the file pyxsql-1.12.2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pyxsql-1.12.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 375.4 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyxsql-1.12.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 bf0345c767123fb3cf2f0022748f92fbe13347660af4aeb6b836d6d33a613850
MD5 2ece64015cfff31a536dc935e5d7ee33
BLAKE2b-256 2b01e9abeb2584fdb43336e95da5cbf86d287c2cd90d54c72aeaca73fd0845bc

See more details on using hashes here.

File details

Details for the file pyxsql-1.12.2-cp39-cp39-win32.whl.

File metadata

  • Download URL: pyxsql-1.12.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 320.1 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyxsql-1.12.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 e1da08ba1f9456aa87f1f0f8ada6b64a548050d986e633acff80061be39f8169
MD5 258d5966c9065ea4c1af1df00f39f54b
BLAKE2b-256 7461a1600fc8d3bc51262e44dfa8531bc81e87b10a18214166c282dff4d7d049

See more details on using hashes here.

File details

Details for the file pyxsql-1.12.2-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyxsql-1.12.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 442d68e65496e7b2fb0ffd6741cd185c56c56ee95b0da140eb68fc3c3706a611
MD5 4a3c45d4ac145402be8fc55b10b45a4a
BLAKE2b-256 80bbf7635c5ce8426de9a8e569affdf59c28b12fe0dca004d5141fc54653b6a4

See more details on using hashes here.

File details

Details for the file pyxsql-1.12.2-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyxsql-1.12.2-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2481b2010002ea888c95a2eea3ce5a76baa07d87596b48c4d6d22de650967162
MD5 b739ecd52355ff8cb9d70b82ca1fd8e1
BLAKE2b-256 006454ba47a5c45bb145ab1bbaec17d379ce4961c40149dec5745cfdbd550586

See more details on using hashes here.

File details

Details for the file pyxsql-1.12.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyxsql-1.12.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 25d36c05b167342184a7a99ee8bd7110243d5050b1d5517d6d954dbe6cc9e0d6
MD5 bef1eea404c73174f22d00bf3d781d35
BLAKE2b-256 165851424b111423f96a596a6276845e87fe842ecf22dc7563d77a81ba581ea4

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