Skip to main content

JACK and PortAudio integration for Python

Project description

outjack

JACK and PortAudio integration for Python

Install

These are generic installation instructions.

To use, permanently

The quickest way to get started is to install the current release from PyPI:

pip3 install --user outjack

To use, temporarily

If you prefer to keep .local clean, install to a virtualenv:

python3 -m venv venvname
venvname/bin/pip install outjack
. venvname/bin/activate

To develop

First clone the repo using HTTP or SSH:

git clone https://github.com/combatopera/outjack.git
git clone git@github.com:combatopera/outjack.git

Now use pyven's pipify to create a setup.py, which pip can then use to install the project editably:

python3 -m venv pyvenvenv
pyvenvenv/bin/pip install pyven
pyvenvenv/bin/pipify outjack

python3 -m venv venvname
venvname/bin/pip install -e outjack
. venvname/bin/activate

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

outjack-15.tar.gz (136.6 kB view details)

Uploaded Source

Built Distributions

outjack-15-cp39-cp39-manylinux2014_x86_64.whl (315.2 kB view details)

Uploaded CPython 3.9

outjack-15-cp39-cp39-manylinux2010_x86_64.whl (318.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

outjack-15-cp39-cp39-manylinux2010_i686.whl (307.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

outjack-15-cp39-cp39-manylinux1_x86_64.whl (247.4 kB view details)

Uploaded CPython 3.9

outjack-15-cp39-cp39-manylinux1_i686.whl (238.9 kB view details)

Uploaded CPython 3.9

outjack-15-cp38-cp38-manylinux2014_x86_64.whl (330.9 kB view details)

Uploaded CPython 3.8

outjack-15-cp38-cp38-manylinux2010_x86_64.whl (332.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

outjack-15-cp38-cp38-manylinux2010_i686.whl (321.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

outjack-15-cp38-cp38-manylinux1_x86_64.whl (257.7 kB view details)

Uploaded CPython 3.8

outjack-15-cp38-cp38-manylinux1_i686.whl (246.8 kB view details)

Uploaded CPython 3.8

outjack-15-cp37-cp37m-manylinux2014_x86_64.whl (306.8 kB view details)

Uploaded CPython 3.7m

outjack-15-cp37-cp37m-manylinux2010_x86_64.whl (306.6 kB view details)

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

outjack-15-cp37-cp37m-manylinux2010_i686.whl (297.2 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

outjack-15-cp37-cp37m-manylinux1_x86_64.whl (251.3 kB view details)

Uploaded CPython 3.7m

outjack-15-cp37-cp37m-manylinux1_i686.whl (241.4 kB view details)

Uploaded CPython 3.7m

outjack-15-cp36-cp36m-manylinux2014_x86_64.whl (298.2 kB view details)

Uploaded CPython 3.6m

outjack-15-cp36-cp36m-manylinux2010_x86_64.whl (299.3 kB view details)

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

outjack-15-cp36-cp36m-manylinux2010_i686.whl (288.9 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

outjack-15-cp36-cp36m-manylinux1_x86_64.whl (248.6 kB view details)

Uploaded CPython 3.6m

outjack-15-cp36-cp36m-manylinux1_i686.whl (238.3 kB view details)

Uploaded CPython 3.6m

File details

Details for the file outjack-15.tar.gz.

File metadata

  • Download URL: outjack-15.tar.gz
  • Upload date:
  • Size: 136.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5

File hashes

Hashes for outjack-15.tar.gz
Algorithm Hash digest
SHA256 82fe53420b8e7ce3c520d52db1e668bbc944a54fd8c81f172f10ea231dcdbbc2
MD5 6485bca36002773c0e689e7050b1419b
BLAKE2b-256 22dbb038150fa35e1325f39ef99da880cefd45c2182473e38dfd6e9bf4b62887

See more details on using hashes here.

File details

Details for the file outjack-15-cp39-cp39-manylinux2014_x86_64.whl.

File metadata

  • Download URL: outjack-15-cp39-cp39-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 315.2 kB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5

File hashes

Hashes for outjack-15-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eb9a709132d68f37d17ea70f95335c39f35145ba61865cf663cfcdd0c89caf25
MD5 a67aa811ef7e986f8cefffcfc42f1f74
BLAKE2b-256 9a252bfcb55c7478c4a59ee4e8c8aa310c749f4e932ca94a500ede54a8fe7b16

See more details on using hashes here.

File details

Details for the file outjack-15-cp39-cp39-manylinux2010_x86_64.whl.

File metadata

  • Download URL: outjack-15-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 318.0 kB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5

File hashes

Hashes for outjack-15-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 62d002b16f5b3e6ffccc0ccce07319e0a09a72de0cb760befc80d5f72df7c8a9
MD5 28cb7edced0bd4def07aa27177a346bb
BLAKE2b-256 439e3437951285090cb9f1ca0c45788ff960805613411c91a0e76ec15f74299f

See more details on using hashes here.

File details

Details for the file outjack-15-cp39-cp39-manylinux2010_i686.whl.

File metadata

  • Download URL: outjack-15-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 307.1 kB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5

File hashes

Hashes for outjack-15-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 6d90371b26598a392337dde1e25872ad531711a79ca86d272571000bdd5bebfd
MD5 d8fb9867992f0d20374b55811e1f24dd
BLAKE2b-256 31bcd0d5e5fab388e830a8dbcbaa31c8e5e684bb8c0e05012304f4f19454d7ac

See more details on using hashes here.

File details

Details for the file outjack-15-cp39-cp39-manylinux1_x86_64.whl.

File metadata

  • Download URL: outjack-15-cp39-cp39-manylinux1_x86_64.whl
  • Upload date:
  • Size: 247.4 kB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5

File hashes

Hashes for outjack-15-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 7caffeb966e2e664536ab84ea83dc470faa2381f9f5e7a6b520634a3914074ad
MD5 74f986a344ebcd997fb249e9b9c903b2
BLAKE2b-256 4baa4b1b4708855c225d3dfb6b8450c3820be6b3edf8c653d9952d2b15138f73

See more details on using hashes here.

File details

Details for the file outjack-15-cp39-cp39-manylinux1_i686.whl.

File metadata

  • Download URL: outjack-15-cp39-cp39-manylinux1_i686.whl
  • Upload date:
  • Size: 238.9 kB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5

File hashes

Hashes for outjack-15-cp39-cp39-manylinux1_i686.whl
Algorithm Hash digest
SHA256 f657ead1111460cc97cd8e7c8e31d379523d1a65a74cae3b550d4bec5f954103
MD5 d445007edecc4e79da2cc88d2ebf189f
BLAKE2b-256 acb0fa0f77f097e26f457a88bafa48cbf0ebabaaffa3926a18c2aaf0ea0aba76

See more details on using hashes here.

File details

Details for the file outjack-15-cp38-cp38-manylinux2014_x86_64.whl.

File metadata

  • Download URL: outjack-15-cp38-cp38-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 330.9 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5

File hashes

Hashes for outjack-15-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7551cb2d84a477e197b5e8cf7af35cf1213183c8c2d305af862042e00d03dd5c
MD5 c8552296975ec49de2a8129f539dc371
BLAKE2b-256 5d55cbde2ceae51b1165912fe8e3fdb57e23d4ebeb831f1a6e02289894ad94dd

See more details on using hashes here.

File details

Details for the file outjack-15-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: outjack-15-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 332.5 kB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5

File hashes

Hashes for outjack-15-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 7f583011da1f04c914b5da3e1df2d2c51975563bed4a811fd17febe315cb64e9
MD5 ae7067830a066edb6bf521a8643c8aab
BLAKE2b-256 ec1b20aa62bbe907c2e4966dc0af3368ec2ba2e7ec8fddcaca3860d822297d55

See more details on using hashes here.

File details

Details for the file outjack-15-cp38-cp38-manylinux2010_i686.whl.

File metadata

  • Download URL: outjack-15-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 321.1 kB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5

File hashes

Hashes for outjack-15-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 d89876928a78808454c6cc8615e79405aa3e0fc34950aa5ef9a9d4626d1f1e07
MD5 9c45a780de229c3e416b50bf2d104534
BLAKE2b-256 d35211357d96dca1ef6703304e8322ece943dc1d684f0a60dcdffe9992a4f244

See more details on using hashes here.

File details

Details for the file outjack-15-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: outjack-15-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 257.7 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5

File hashes

Hashes for outjack-15-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 0a3f507a061aa0ecd4660d55b7ab260db1912edf2878084ec186c07482fc1e47
MD5 25e326d5e155e28e1d5a4a4b92bdfccc
BLAKE2b-256 442314aabb59b3b77c55cb6c01985c73f91d96032498ed1543003bf045969b40

See more details on using hashes here.

File details

Details for the file outjack-15-cp38-cp38-manylinux1_i686.whl.

File metadata

  • Download URL: outjack-15-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 246.8 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5

File hashes

Hashes for outjack-15-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 c4c123d9a8d90b7bac5b9816bd6ee7ae2f9d1c4390bd276cbd1ee77059d8201a
MD5 6b61e578ea21933875b1f206b8674f10
BLAKE2b-256 85794d426388dc7417c4e75c08f087b0a79277bd392e5eff2ad7719450147ee0

See more details on using hashes here.

File details

Details for the file outjack-15-cp37-cp37m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: outjack-15-cp37-cp37m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 306.8 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5

File hashes

Hashes for outjack-15-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 65e1b5bff6fe69e48ffd83f860abbbc61f6069e4e426404a4a6183020164eb66
MD5 5831af5b6d0ad41ce79b51a8c1c58c60
BLAKE2b-256 7b3e2f4b3b3b963f1bc9e0983306a08a025d4d53e96735788d53ae11f746c88d

See more details on using hashes here.

File details

Details for the file outjack-15-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: outjack-15-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 306.6 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5

File hashes

Hashes for outjack-15-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9cb53e0ff93202d5e58990e547a5d1385f8538981ae7c5cacd0932d13477dc0a
MD5 b0a52489b40525193ba5a3727d4d8363
BLAKE2b-256 8f43b28d8372d0144840806e3f011d0876b49bd866616ff40cf81eb17bba12e2

See more details on using hashes here.

File details

Details for the file outjack-15-cp37-cp37m-manylinux2010_i686.whl.

File metadata

  • Download URL: outjack-15-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 297.2 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5

File hashes

Hashes for outjack-15-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 c7fe06863cd9517534ec82f727cad7b2f726c34e74a7171c4e81fe6a344e780b
MD5 1cf9331ca904cbb46d4484f5689c8422
BLAKE2b-256 6bc2ef8f9c2de830ad171e5a0fcfb3d484d82b6f941743d1309c588a667db8bb

See more details on using hashes here.

File details

Details for the file outjack-15-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: outjack-15-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 251.3 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5

File hashes

Hashes for outjack-15-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 9b7f3270dea4137df8e329d9fa8f57f491015298fd0e37c0292313d523c9e646
MD5 41dbdada0eaf8660c9b4ad2b30ec602d
BLAKE2b-256 29f49d0f22e69a46a1546b03bbba9054dd10f498f34ce61e5b2cf301295debf9

See more details on using hashes here.

File details

Details for the file outjack-15-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: outjack-15-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 241.4 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5

File hashes

Hashes for outjack-15-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 456e2dc083b1588c5b7a3a4d1080d60f9a0f0da77ae6466f188e00f7ffbae28c
MD5 0828db48604ff333d208408eeb78340a
BLAKE2b-256 3712ff7454742766f6d2f9554d912972a23d5341866f37e6e1b9bc1fc8aadbd0

See more details on using hashes here.

File details

Details for the file outjack-15-cp36-cp36m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: outjack-15-cp36-cp36m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 298.2 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5

File hashes

Hashes for outjack-15-cp36-cp36m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6785ad221f74c1023b4c35d3f71419c73940a0b248153e576664612fa194bc7d
MD5 29df75cf57cb597ff0bcf521480fced8
BLAKE2b-256 809478b9dea4003bff69c96280e9ee769bcbb3c36d1bf2e84ec20e508989bf04

See more details on using hashes here.

File details

Details for the file outjack-15-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: outjack-15-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 299.3 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5

File hashes

Hashes for outjack-15-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 8481a9636da6fea709ad8f0e968109db2055a82fce513688ee210c9bfc89b028
MD5 3a9a5a781c804b28eecde1db433d610b
BLAKE2b-256 2fb85606ffd882a62602dc782fca8cbaab0625d81881e2e6855439570d6435f9

See more details on using hashes here.

File details

Details for the file outjack-15-cp36-cp36m-manylinux2010_i686.whl.

File metadata

  • Download URL: outjack-15-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 288.9 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5

File hashes

Hashes for outjack-15-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 738959e1956c61863284d2baec8e2e679ec5d186aa42ecb4765b1adc05924d12
MD5 8527784abee279f58d6b3c8f1def7d3e
BLAKE2b-256 407e97de3305442ff6decdb64b94306d0a170a4314ea596751dad8a7b215d234

See more details on using hashes here.

File details

Details for the file outjack-15-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: outjack-15-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 248.6 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5

File hashes

Hashes for outjack-15-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 e8866ea4838a89842486b7c30f5ecf433b5d0c8ac6c8e517bdc0cc8cbb71cb00
MD5 66b1757ce8f9bbbcae54c8d7b1455f2c
BLAKE2b-256 33df92ddd83e53b17ed8bb5814e72669c4a0ad662b73182316dd1f7fb7ed2a5d

See more details on using hashes here.

File details

Details for the file outjack-15-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: outjack-15-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 238.3 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5

File hashes

Hashes for outjack-15-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 7d60b6e79198c671ab6f1e3543d70bd4b913c541fe680bbdae7960c9ea9d967c
MD5 a88bc816d0d92193dc6773bd10db4622
BLAKE2b-256 976baebfafc349f98a32ee41d3d084cef3ccce0c74c7e9a423d060ff87be64d8

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