Skip to main content

PyDev.Debugger (used in PyDev, PyCharm and VSCode Python)

Reason this release was yanked:

bad print on module import

Project description

PyDev.Debugger

New

Latest 3.x version: the PyDev debugger now supports sys.monitoring which enables really fast tracing on Python 3.12 (so, if speed is an issue, make sure you upgrade).

Important

https://github.com/fabioz/PyDev.Debugger is the main repository for pydevd and the latest versions can always be used directly in:

  • PyDev for Eclipse: Enables the usage of pydevd in Eclipse (Open Source).

  • Python Debugger (PyDev) for VSCode: Enables the usage of pydevd in VSCode (note that while pydevd itself is open source, this extension is commercial and helps in the development of the Open Source version. It has a free trial and can be used by acquiring a license for PyDev for VSCode at: https://www.pydev.org/vscode/index.html).

    Note that the Python Debugger (PyDev) for VSCode may be used as a standalane extension for debugging Python by creating the proper configuration in a launch.json and launching it.

    Alternatively, PyDev for VSCode leverages it to offer additional features such as debugging of test cases.

History / Support

The PyDev Debugger (pydevd for short) is a Python debugger which historically was created to work with PyDev (in Eclipse).

Over the years (as it's open source -- EPL) it was adopted by other IDEs/companies (so, it was integrated into PyCharm and VSCode Python through debugpy, which also bundles pydevd).

Note that although it was adopted by other IDEs (and over the years companies of other commercial IDEs did provide backing), by far most of the work was done without any external backing and the ongoing work on the project relies on community support.

So, if you like using it, please consider becoming a backer of the project (this is done through the PyDev umbrella, so please see https://www.pydev.org/about.html for how to contribute to the project).

Source code / using

The sources for the PyDev.Debugger may be seen at:

https://github.com/fabioz/PyDev.Debugger

In general, the debugger backend should NOT be installed separately if you're using an IDE which already bundles it (such as PyDev for Eclipse, Python Debugger (PyDev) for VSCode, PyCharm or the Microsoft Python VSCode Extension, which uses debugpy, which is another debug adapter bundling pydevd to be used in the Microsoft VSCode Python Extension and Visual Studio Python).

It is however available in PyPi so that it can be installed for doing remote debugging with pip -- so, when debugging a process which runs in another machine, it's possible to pip install pydevd and in the code use pydevd.settrace(host="10.1.1.1") (in PyDev) or pydevd.settrace(host="10.1.1.1", protocol="dap") (in PyDev for VSCode) to connect the debugger backend to the debugger UI running in the IDE (whereas previously the sources had to be manually copied from the IDE installation).

For instructions on how to Remote Debug with PyDev, see: https://www.pydev.org/manual_adv_remote_debugger.html

For instructions on how to Remote Debug with PyDev for VSCode, see: https://marketplace.visualstudio.com/items?itemName=fabioz.vscode-pydev-python-debugger

pydevd is compatible with Python 3.8 onwards and is tested both with CPython as well as PyPy.

For Python 3.3 to 3.7 please keep using pydevd 2.10.0.

For Python 2 please keep using pydevd 2.8.0.

Recent versions contain speedup modules using Cython, which are generated with a few changes in the regular files to cythonize the files. To update and compile the cython sources (and generate some other auto-generated files), build_tools/build.py should be run -- note that the resulting .pyx and .c files should be commited.

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

pydevd-3.2.0.tar.gz (1.3 MB view details)

Uploaded Source

Built Distributions

pydevd-3.2.0-cp313-cp313-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.13 Windows x86-64

pydevd-3.2.0-cp313-cp313-musllinux_1_2_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

pydevd-3.2.0-cp313-cp313-musllinux_1_2_i686.whl (5.5 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ i686

pydevd-3.2.0-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

pydevd-3.2.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (4.3 MB view details)

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

pydevd-3.2.0-cp313-cp313-macosx_14_0_universal2.whl (2.7 MB view details)

Uploaded CPython 3.13 macOS 14.0+ universal2 (ARM64, x86-64)

pydevd-3.2.0-cp312-cp312-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.12 Windows x86-64

pydevd-3.2.0-cp312-cp312-musllinux_1_2_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

pydevd-3.2.0-cp312-cp312-musllinux_1_2_i686.whl (5.5 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

pydevd-3.2.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

pydevd-3.2.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (4.3 MB view details)

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

pydevd-3.2.0-cp312-cp312-macosx_14_0_universal2.whl (2.7 MB view details)

Uploaded CPython 3.12 macOS 14.0+ universal2 (ARM64, x86-64)

pydevd-3.2.0-cp311-cp311-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.11 Windows x86-64

pydevd-3.2.0-cp311-cp311-musllinux_1_2_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

pydevd-3.2.0-cp311-cp311-musllinux_1_2_i686.whl (4.3 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

pydevd-3.2.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

pydevd-3.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.2 MB view details)

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

pydevd-3.2.0-cp311-cp311-macosx_14_0_universal2.whl (2.2 MB view details)

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

pydevd-3.2.0-cp310-cp310-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.10 Windows x86-64

pydevd-3.2.0-cp310-cp310-musllinux_1_2_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

pydevd-3.2.0-cp310-cp310-musllinux_1_2_i686.whl (4.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

pydevd-3.2.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

pydevd-3.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

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

pydevd-3.2.0-cp310-cp310-macosx_14_0_universal2.whl (2.4 MB view details)

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

pydevd-3.2.0-cp39-cp39-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.9 Windows x86-64

pydevd-3.2.0-cp39-cp39-musllinux_1_2_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

pydevd-3.2.0-cp39-cp39-musllinux_1_2_i686.whl (4.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

pydevd-3.2.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

pydevd-3.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

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

pydevd-3.2.0-cp39-cp39-macosx_14_0_universal2.whl (2.4 MB view details)

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

pydevd-3.2.0-cp38-cp38-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.8 Windows x86-64

pydevd-3.2.0-cp38-cp38-musllinux_1_2_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

pydevd-3.2.0-cp38-cp38-musllinux_1_2_i686.whl (4.7 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

pydevd-3.2.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

pydevd-3.2.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

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

pydevd-3.2.0-cp38-cp38-macosx_14_0_universal2.whl (2.4 MB view details)

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

File details

Details for the file pydevd-3.2.0.tar.gz.

File metadata

  • Download URL: pydevd-3.2.0.tar.gz
  • Upload date:
  • Size: 1.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.13

File hashes

Hashes for pydevd-3.2.0.tar.gz
Algorithm Hash digest
SHA256 8f18d4cb47d0ba15162d924068c69e71d1dd4955fcdf97bb88f6227c761a7395
MD5 140daca1061f5b6307c372051344807c
BLAKE2b-256 e1548ecf0d860da91dabbe16a4673c0a5d6fbe9da689ca35e2a28bba7f339c19

See more details on using hashes here.

Provenance

File details

Details for the file pydevd-3.2.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pydevd-3.2.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0

File hashes

Hashes for pydevd-3.2.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c23ac76aa79c7dbd61bef098d48a833e0d90c34993d8532c7b419ddada8e237c
MD5 3bf7e7839a8fc444d73aaaaac874c645
BLAKE2b-256 cdf3d74e219e887200b7da22e30e218f978a1f5e4432e777b92a4eca0f57b1c2

See more details on using hashes here.

Provenance

File details

Details for the file pydevd-3.2.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pydevd-3.2.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7a6a331fbe270aeaa730bba57aaffe191811f59f577cc4584534f833e32b9f3b
MD5 18bfe2982c27d33a68e827774b1cbb9b
BLAKE2b-256 07740055739087e9ad5d8a6cdc5f4403e7881e6e3e7c3cb3d25009db90c9799c

See more details on using hashes here.

Provenance

File details

Details for the file pydevd-3.2.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pydevd-3.2.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 876a7d0fe2bf53692d9d1022cda342c816ddab5d091a69a2016a22a8a7bce499
MD5 c3ee2ddda4ce7580d26fbcc11ee7cb6e
BLAKE2b-256 dc2e8172057c2a95a8b5da9476bbb8bf083dc19c6fa4c27714d8040eeb6c2c8b

See more details on using hashes here.

Provenance

File details

Details for the file pydevd-3.2.0-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pydevd-3.2.0-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cc2653fbf37241311b234eb5321c1b947d31478230eac27d75cac72f55650401
MD5 9d45df14fdd6a369f5db456669d014d9
BLAKE2b-256 376ad08a0c9bdbcbcbfe26d3d4a513261845abba82f401281bea7d979290b729

See more details on using hashes here.

Provenance

File details

Details for the file pydevd-3.2.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pydevd-3.2.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6b2dc389c4f5b147ec4cc2d86ad271d08f6227df13a6ef4b8fbf8ac98e978fac
MD5 a66c0b160112f47c8c144963f864306c
BLAKE2b-256 6e9749a40fa2a3d3d8644d5874a3377415d8e58541b90dcd265b04fbcea86ce5

See more details on using hashes here.

Provenance

File details

Details for the file pydevd-3.2.0-cp313-cp313-macosx_14_0_universal2.whl.

File metadata

File hashes

Hashes for pydevd-3.2.0-cp313-cp313-macosx_14_0_universal2.whl
Algorithm Hash digest
SHA256 b37cacf3b1dd660d2c83d27a44684f21de72ca2f7d26602753ca6edc7d48235b
MD5 4199f6a1aff23e0603ea9d3ec5a6aab9
BLAKE2b-256 7beb8c35aa4425ab36f077abdd0e7b17ac0c58fcc398fd80af334e09bff94b74

See more details on using hashes here.

Provenance

File details

Details for the file pydevd-3.2.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pydevd-3.2.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for pydevd-3.2.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d528cc4d6ed7e0b9a24d2337a09675644a6335309ed108ccb8fbdc5c57d11ac4
MD5 dd9b244e999a916b839fc9aa2ca05622
BLAKE2b-256 7e06719822fc9c520c408260fc0d7bb5a16032294ed10de85357dede57f0afd1

See more details on using hashes here.

Provenance

File details

Details for the file pydevd-3.2.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pydevd-3.2.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1e578049708caa35619ebc79fe6b61bb52e291587cad8b0443e44451860bd770
MD5 192f2939133119208ea93cc55efed6db
BLAKE2b-256 6add52ef7e209ec95d33a715c0b09e0173c1504eb06bb167fdc7f4d8c2f54d93

See more details on using hashes here.

Provenance

File details

Details for the file pydevd-3.2.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pydevd-3.2.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 699e31a9a23f6368bcf42cdc829b589513bd59253d95411814cdfb7c754142b9
MD5 e61d911863f27228135d2e52b54ee0e1
BLAKE2b-256 f7fec7a88cf2b16476faf53131988c65ac507a02e5ba740c275a38dae95c22be

See more details on using hashes here.

Provenance

File details

Details for the file pydevd-3.2.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pydevd-3.2.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a5a9814ca82c39b0537fbbf93a9ae74615d8b07a688fdfff26e7fc160b6ee82a
MD5 9f3b5b7f64a620359474537045aabbb4
BLAKE2b-256 d77a2cdf549776850bbd3bc0525b3df550603cb39d3450135e6663b13aa0d666

See more details on using hashes here.

Provenance

File details

Details for the file pydevd-3.2.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pydevd-3.2.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ca23cbe40983d3521284e003b1b6ead72a71ed5acc3e607b56fe4c3a7d4b0b1a
MD5 eee6b68c772eed6a199f2077d6554e64
BLAKE2b-256 846f6b6e7e85e47f63fc045ad6c8e13c90fb6d2905889a9fec318d72cdc153a7

See more details on using hashes here.

Provenance

File details

Details for the file pydevd-3.2.0-cp312-cp312-macosx_14_0_universal2.whl.

File metadata

File hashes

Hashes for pydevd-3.2.0-cp312-cp312-macosx_14_0_universal2.whl
Algorithm Hash digest
SHA256 0555e3f5738de0453ffa75e705c16d331943d64f86734991a9ea0f3aa49b38ee
MD5 08191edb665cd7237d168752243a7238
BLAKE2b-256 032de808f7480245915f5aabf259459c9cf8b26613655d40439ecdd28f4e0848

See more details on using hashes here.

Provenance

File details

Details for the file pydevd-3.2.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pydevd-3.2.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for pydevd-3.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2bfe206e43756fe040f2319ac2f60daf304e1d3b404513876d38934f81f2adec
MD5 24f545a3504f349eb4f13f02b9b521d2
BLAKE2b-256 5446d639b7b7b915aea63422772a0c05334e40f5293d4ab1f3ea7ce79c310483

See more details on using hashes here.

Provenance

File details

Details for the file pydevd-3.2.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pydevd-3.2.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 432d31db1736d2e524d5a1f4e8aaa57c6c230a0e3d3266a787ad59c25893f937
MD5 7ad7fd7b15ac258cad7ec35983fa2f93
BLAKE2b-256 e491213ee0b70520cb231854c45efcabcd508f602727e7a6e481600130d6ae47

See more details on using hashes here.

Provenance

File details

Details for the file pydevd-3.2.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pydevd-3.2.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7b3ad76350e710f113836051546124b0268b4323cc2b370b9fb7792b111f0a26
MD5 35f77759e2821e2e7b54ead90ee837e3
BLAKE2b-256 79cb4fe52957d36b5a9b035a00bed0198cb114054ac95b2659e2df69b0da1993

See more details on using hashes here.

Provenance

File details

Details for the file pydevd-3.2.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pydevd-3.2.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7c36f96a870db1eabb2293e7f9a81df319015701d9857e4c4b5b4fc18a0cb05d
MD5 c310d8ee094ac374229c34ad8621e7d8
BLAKE2b-256 cc514c24a3f78a1937dbff9d7988a704dc733b39e0b472221256c1c11da32467

See more details on using hashes here.

Provenance

File details

Details for the file pydevd-3.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pydevd-3.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b96ea4cf0ab7dbb2f5c258746c59b24c2e20d09d9a50d68e080d504b4d29a187
MD5 aa2aae727a99ab36a1b15f56bdea9dad
BLAKE2b-256 8525642bb4b22204b63740f6adc042981c396848f3056c3fa26a0b47ccbdb440

See more details on using hashes here.

Provenance

File details

Details for the file pydevd-3.2.0-cp311-cp311-macosx_14_0_universal2.whl.

File metadata

File hashes

Hashes for pydevd-3.2.0-cp311-cp311-macosx_14_0_universal2.whl
Algorithm Hash digest
SHA256 aebfffea23dd6c47716974047d2497234e1a2f8a41772d6e615842b952cbe6bb
MD5 9ff5c9337575518455cb0ff48b1467e8
BLAKE2b-256 c992eda4cb43998d9c7392356fc8e56a975542dae2dd4f24fd1b4d5d6ae85d2d

See more details on using hashes here.

Provenance

File details

Details for the file pydevd-3.2.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pydevd-3.2.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.11

File hashes

Hashes for pydevd-3.2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 af24614548f81d2a60bb5f598ff8eca2bb42f8fe86ef390498b746b954fdef69
MD5 12a4b1dbc3b33af96da77857f08cc735
BLAKE2b-256 fa2d6bdf5ac48601ca04d506e43934a1d4ab11d8101f57038c1f92a8b14295a6

See more details on using hashes here.

Provenance

File details

Details for the file pydevd-3.2.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pydevd-3.2.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e77e5156105f443d938eedf790bde69a0375d8f84e7e03ef37a1e002b284349b
MD5 ef4bf230b766211d79fcf0081a45dab6
BLAKE2b-256 9ebd09fa76e6462085e44c49cd02662fee3fd32e99c815dba09cd73f8db60441

See more details on using hashes here.

Provenance

File details

Details for the file pydevd-3.2.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pydevd-3.2.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c4bae4c6954fb34cb443eeaabdda04af72f05abe09a539ba9102f20b550455af
MD5 5fa24374ce32287d9c8302c49d1a8c29
BLAKE2b-256 bffa2b9553b0f80259b1ebb9935658378155d7ab496cff0e58a287926ba08a45

See more details on using hashes here.

Provenance

File details

Details for the file pydevd-3.2.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pydevd-3.2.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 90e3476b6b4e04e437fc9ec1a4fd0f23b85d3079d779655db6c973c5ddccd812
MD5 26873d83b416e6fa3920630e2d761d71
BLAKE2b-256 b6c2199793cd35179b19c1556b6e57293032dcb5cd39977450539c6e02dd7018

See more details on using hashes here.

Provenance

File details

Details for the file pydevd-3.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pydevd-3.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 16fad30da82858a9c64a187a04af814b84e929cae3896f591d701ff6b4678255
MD5 60955995cac46b5035dc2b8764a65491
BLAKE2b-256 15445cefb1fdf8ae88160508d1b20a24b53c6eab1b61635d98dd68734b8dbd61

See more details on using hashes here.

Provenance

File details

Details for the file pydevd-3.2.0-cp310-cp310-macosx_14_0_universal2.whl.

File metadata

File hashes

Hashes for pydevd-3.2.0-cp310-cp310-macosx_14_0_universal2.whl
Algorithm Hash digest
SHA256 96aa0692c90c9927f6470a5ed5bc212906cff0fa6b87c14a95821ebc356adb22
MD5 6d305a155b26ab7a9770dbb131606710
BLAKE2b-256 963b210ba67371ef626a871ce82585e3f1990e26a032ed704019d20c4244c0b3

See more details on using hashes here.

Provenance

File details

Details for the file pydevd-3.2.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pydevd-3.2.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.13

File hashes

Hashes for pydevd-3.2.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 064331d19e177e468a79d8aeafefa8036de0e83f5a8a699bf79793aa4d8df8a7
MD5 f7d12a3f1e5c2d7297f044a7fd69202c
BLAKE2b-256 26538b9d6d945d544b97c42b204431993b1f51479cdd30a44538a7b0146d1a09

See more details on using hashes here.

Provenance

File details

Details for the file pydevd-3.2.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pydevd-3.2.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fb5c29bbaaddf28bcc2527ae358b7a8a67ac7a042bafcac5892d9d656ed7ae05
MD5 7571837a9d261fe2675bae67f3ddd645
BLAKE2b-256 5e994958b2b9d5c058832bf80945ff5e2e4ee76326d946ec707207be8223e55c

See more details on using hashes here.

Provenance

File details

Details for the file pydevd-3.2.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pydevd-3.2.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6023fed76cfa2d278d4513e2d35e0033f3cd717051ab63cb566bd54ba4e7c599
MD5 7961be04b168b6d9956d8651f6113245
BLAKE2b-256 6fb641afda2a72021f15833149986ed91489e55919c82f2cec9a259b5da63ad3

See more details on using hashes here.

Provenance

File details

Details for the file pydevd-3.2.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pydevd-3.2.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 862275b8864101a35d2a1cd8107169c9159a9f99631180f4b801bdd4cc24e45e
MD5 350c567870fcbaec3d02c1d28f57f26b
BLAKE2b-256 b28f67b11a0b0bc90de1e5c8ffa3314308c20d007e4e4a9c360846e46f6983bf

See more details on using hashes here.

Provenance

File details

Details for the file pydevd-3.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pydevd-3.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f2f1cb69a9b986be19ce99e07742d3064dd84a7b1aabdafd55f13f8922aed411
MD5 4debb8372804467d571bfca1513be80b
BLAKE2b-256 9595abf1b1c8ef1b9fba25892e647060417bd2f8b57458a81a65b5fbd46d3306

See more details on using hashes here.

Provenance

File details

Details for the file pydevd-3.2.0-cp39-cp39-macosx_14_0_universal2.whl.

File metadata

File hashes

Hashes for pydevd-3.2.0-cp39-cp39-macosx_14_0_universal2.whl
Algorithm Hash digest
SHA256 98f1c67ab996b46c0e899b6d73e83f4fc1b441877a86a3913885c0667f73d54a
MD5 b9465b0feeb649a1678a792edec79d44
BLAKE2b-256 709409441765803232599e48b805467549d47740526106928b47163fd63dd1aa

See more details on using hashes here.

Provenance

File details

Details for the file pydevd-3.2.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pydevd-3.2.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.8.10

File hashes

Hashes for pydevd-3.2.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 c797d003ee0a0e6b8ca1f73cfa0ac5c9e5e5dea44ef2ba7bf9e93a6a86de3d6b
MD5 de1ca34f02ad06c9a6304c79765deb31
BLAKE2b-256 a7b6ef46f66b79fecd383909aaa0ab3c458c651e1a44a2ceacf0f4b5052cc98b

See more details on using hashes here.

Provenance

File details

Details for the file pydevd-3.2.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pydevd-3.2.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fb157c74e2476f0a1e579075c88471666dcc052551102c8f507939c580cf9d7a
MD5 0a1d57f6f2525133a413ce34d8e3b726
BLAKE2b-256 ea77930363caab0e8ad076e5fe8a87a0bfb5bf058be61968e0decb683a52a431

See more details on using hashes here.

Provenance

File details

Details for the file pydevd-3.2.0-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pydevd-3.2.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6f679464f3249edcaff7b267a484e88cab70148e5cee66e517ae924e6cc0c7cf
MD5 abfa36bb7ef90d06d8359f7630ad57ee
BLAKE2b-256 2ac31689c49a81d4e718b9a429a64fe2d90b51bd6e951f11cdf5c2f5173ebf1f

See more details on using hashes here.

Provenance

File details

Details for the file pydevd-3.2.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pydevd-3.2.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d530e8555822bca056655ee487c78faedb748652a1142662710951e541d11bef
MD5 d1dc829245057e097ad220c750077ca0
BLAKE2b-256 ae40817468fd26fb855834db06985dd75baeb2cc57cceecbd0664e448824d7c7

See more details on using hashes here.

Provenance

File details

Details for the file pydevd-3.2.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pydevd-3.2.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b64cc69bd3c51430071c232b320f0da8d10124e3cdadedda326de777cd954f6f
MD5 04110be669917d424617bb063b6fb28e
BLAKE2b-256 893b0adec94eb719f2997e0e8276bb2c2e0583335174895d4c1e29e454a8145f

See more details on using hashes here.

Provenance

File details

Details for the file pydevd-3.2.0-cp38-cp38-macosx_14_0_universal2.whl.

File metadata

File hashes

Hashes for pydevd-3.2.0-cp38-cp38-macosx_14_0_universal2.whl
Algorithm Hash digest
SHA256 824f77a885dfa4b8012aa03dbe32c15d97fdc9f38417a3e01ffc45e03833478d
MD5 495454bb95234c40d0c9aa4273e9bbdf
BLAKE2b-256 6cc71593b90a3ce66295017a3434b78bb523521cf62b6b57857f2a77fb8f249e

See more details on using hashes here.

Provenance

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