Skip to main content

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

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.3.tar.gz (1.3 MB view details)

Uploaded Source

Built Distributions

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

Uploaded CPython 3.13 Windows x86-64

pydevd-3.2.3-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.3-cp313-cp313-musllinux_1_2_i686.whl (5.5 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ i686

pydevd-3.2.3-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.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (4.4 MB view details)

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

pydevd-3.2.3-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.3-cp312-cp312-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.12 Windows x86-64

pydevd-3.2.3-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.3-cp312-cp312-musllinux_1_2_i686.whl (5.5 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

pydevd-3.2.3-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.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (4.4 MB view details)

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

pydevd-3.2.3-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.3-cp311-cp311-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.11 Windows x86-64

pydevd-3.2.3-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.3-cp311-cp311-musllinux_1_2_i686.whl (4.3 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

pydevd-3.2.3-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.3-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.3-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.3-cp310-cp310-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.10 Windows x86-64

pydevd-3.2.3-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.3-cp310-cp310-musllinux_1_2_i686.whl (4.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

pydevd-3.2.3-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.3-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.3-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.3-cp39-cp39-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.9 Windows x86-64

pydevd-3.2.3-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.3-cp39-cp39-musllinux_1_2_i686.whl (4.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

pydevd-3.2.3-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.3-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.3-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.3-cp38-cp38-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.8 Windows x86-64

pydevd-3.2.3-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.3-cp38-cp38-musllinux_1_2_i686.whl (4.7 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

pydevd-3.2.3-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.3-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.3-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.3.tar.gz.

File metadata

  • Download URL: pydevd-3.2.3.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.3.tar.gz
Algorithm Hash digest
SHA256 54adc689a6bfb3508472b3517ee3e763da2774d6c554b8628ff208183d4c96a2
MD5 fef1b2a2c8f13a5119073c7d12d067ad
BLAKE2b-256 bb5cb910f07471c520fcde164f8d10d955e7b023bd4dd9d7c9e9be17c7f13925

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: pydevd-3.2.3-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.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 98400c90e39468f49d27426bf85a7549b432ca893ec8f9b67bca9f1952408a05
MD5 073ed9b99c658ec05087689f93f440e1
BLAKE2b-256 f0e0e71d051af754f6268a00d3b7835aa2bb533ad8aaaff1313ee1e28ead3f77

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pydevd-3.2.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 96d3cd3eaa601aa74dada5134e7679f678b25b8645cc3c182cbb253cc43d3b90
MD5 10451fb33615f7a2561bc386833d252a
BLAKE2b-256 70c55b25fa25e50b42b5d01fcb91220e7b47797ba0ceaf8403a8b5c833ae9c1f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pydevd-3.2.3-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 84ae4c25d600a328e7a2ca2e5e0246bd61137698e39bd285cfcb9fb0c35223d3
MD5 378e5499220c27c2e1cf096a4d5d9649
BLAKE2b-256 4ea23d29f93ad1b98a9be6ecc9ca12dba90edc5eb6039aca1c1ef01192244fc7

See more details on using hashes here.

Provenance

File details

Details for the file pydevd-3.2.3-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.3-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dc0fb536f71352814c7ab34a4cf4683c509d7a462f70b3b630b85b82ba9210d6
MD5 946a53f38a2c6d1eda38dc66a02b2ae1
BLAKE2b-256 c440c4d6e50f2da22f7b682adb067b24c3b9fa4752b2232fc807e357366a6d07

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pydevd-3.2.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8950c70e61ff2e3305d4b6fa0442eb7bc9714d6c9abbb365fb0bba872631cc84
MD5 11786fcb1f13f75483040726cb0745be
BLAKE2b-256 cd1ab89e18e28fddf145120aaf07c83929f87a23a276007be50b3b97eda31a5d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pydevd-3.2.3-cp313-cp313-macosx_14_0_universal2.whl
Algorithm Hash digest
SHA256 bb7493e091ca12cffed93f16723701d12790c29000c9ec9a1f9aa6823ac964e2
MD5 52e387da31d945c4ebe68a257d5244c8
BLAKE2b-256 e9fed915ab64f33fa95783c90db6c897d5f7a445ab23716f85016d4046c8247c

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: pydevd-3.2.3-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.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 798f2bb77c28ba7828bcd1d08cc3ce7ba5a038397b9fc96ea66d8edf4f806577
MD5 817ad9cd262387754b09e63a3d672247
BLAKE2b-256 a45f18310780b80178eef3496f7a6ae7b0760d4ce9f9c8ee51d2ce3a086352a5

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pydevd-3.2.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f6edf3145ff45edfd08a24f6784021b38db782be150ea39f74830242845d66d4
MD5 9272b2d93eed5d957a1268dd37468598
BLAKE2b-256 3691d8c4fb13d67e23c69fd9de0d615da912093a6bc4b099dff0ba58aac61b6a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pydevd-3.2.3-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a3824bf0014ced5c9449564740916073320995347ea78265c2b398e8b5ad96b0
MD5 55e36bfe4e8e0a9ac490672cfdbc68b8
BLAKE2b-256 3a9587742246fdda26a02758e1eae18bd4355a252a133df193b4f77dd6310e62

See more details on using hashes here.

Provenance

File details

Details for the file pydevd-3.2.3-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.3-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8bb6115db22af8c4b416b119f230222eabfa2913971de7a1e8a31003e09366a5
MD5 16a69eb0090e352da2eb6ae0d4961072
BLAKE2b-256 9aa70af2d2856474c62daf4fce725bbe36cb693c940a9fa61b8d9381f5cc6594

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pydevd-3.2.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7836088dc66117607e776c4ec74793f129e823eae83a3f92ec2f129dc4ad0d70
MD5 50a7d2955e9d298d6f2ab6c271fb234d
BLAKE2b-256 411c67c123d1e2a38b4f137415a87efeb0425adc30c09d8e0173833fbd9228ff

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pydevd-3.2.3-cp312-cp312-macosx_14_0_universal2.whl
Algorithm Hash digest
SHA256 07f78aec74b0b579dbfb404c89908c36f5f6f78f759f5e86fb2d7afbdeb5dd2c
MD5 b048631713f0b2ee3fd8a4e41a8d22f2
BLAKE2b-256 91a71184501ebf465ed8ddb567adf4456dc23244fa8b2e484d2165a2ce31b7e1

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: pydevd-3.2.3-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.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 824b389e38192143c84cc7f9aedb62712f0f4a4a839c8561d88462c2b1606417
MD5 43a7b133bfcf6b78afbb5f6570486bcd
BLAKE2b-256 b90d9032f33c267345fe8bc4fa98d46941910299fcacb3ac1da2714c8fe5fac8

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pydevd-3.2.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f1faf1dacde1a7057da7347a8ae00ce9db20cf70bb87fa38f1fa951424e10b31
MD5 f0610e49e7fde51a5d621c0a935712a5
BLAKE2b-256 fb1e79b0b89cc528c64808e101f00b5162d394eb472ca7a65a6f970e0f3c922c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pydevd-3.2.3-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 eede0158b0b0527fa149a733ecbe3a947e3505b603f8935edc4981d3184e07f8
MD5 419ea6908461511ded3c7f7cc8692944
BLAKE2b-256 0e0f76690e384722fa048115cbf77bf6d2060f51cf5cadbac4dec0532ae477f8

See more details on using hashes here.

Provenance

File details

Details for the file pydevd-3.2.3-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.3-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a9b4859ece94e950d577e293935ce44dbf85df067a4c9f7f3b3f0144479f70a0
MD5 419de45931cad6cd545e3c3bd741ee64
BLAKE2b-256 a9c2f260450e762c592906f1efc583ba58198db087441e56cde9111900e3fb89

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pydevd-3.2.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6ccbf10e2ced035b35cf91457fefb1c9d323a8e81695bec3e0eb769940fd19c7
MD5 aa1787cb7b7cca614227f6122092767e
BLAKE2b-256 d57c4f27cea61fcf13520d19f3541cbd0bd0c0bafbae3296e2b21fef25a6cda5

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pydevd-3.2.3-cp311-cp311-macosx_14_0_universal2.whl
Algorithm Hash digest
SHA256 7e564123669ea71f6c145f69f3e5dc42bc879125dd4446e3d2ec8414ff00c417
MD5 9d185ecc0ffecf9ea00f2653e7c0b1c3
BLAKE2b-256 7bcad46a4803ef6a1f74d36af39b8ca6df5eb9bce03aaf73a285316878b8b2ea

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: pydevd-3.2.3-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.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 520c0308d65585e8ea66091d0a7a1a1dfdfc22462c370f83f659797c19af5e64
MD5 e4871b47e2943ea793c373bfb46df464
BLAKE2b-256 1601a66536b4fbe61ca144f41ae863f75525024dea90d51fb81b087daae993aa

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pydevd-3.2.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7e1ae249a5fe7457c8e46a40156303646e1150c68e70beffa42211abb853ce8a
MD5 8638d0a226c5dc4dcb595f47303c5788
BLAKE2b-256 7156f44b638385e3209e27aa96db6a4483753afe13d618977f7545f1577f9674

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pydevd-3.2.3-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7c048d5dd4956dfb97c37b9720723ab92bd414e5beb8246d6248c8ec1da8465d
MD5 cc55a12a90e00a0744882a8aa97d9152
BLAKE2b-256 6846deb8ba66862d3f02027b99852bd67596d86bb04c9226d91ec3955e9c5bc1

See more details on using hashes here.

Provenance

File details

Details for the file pydevd-3.2.3-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.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b93cf2ef02c26540a65b6b06d7630f5059278aab06156fb54d17b44a873605bb
MD5 14509042480feffadd9c3cb2a7646856
BLAKE2b-256 005bb7f581f0a214b9769d57fc050d9717191fc7af1fea393e836de20e006175

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pydevd-3.2.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 541093ec04b4e2733003f508959014e20d9825eac68aa3b78337f1e16c0cefc9
MD5 1728d2fc2d96a05c542553e34ddfd6a1
BLAKE2b-256 761d19ce32003eec32f5fbf071d33ce4def7491b8783e6d04018f5f62b62103e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pydevd-3.2.3-cp310-cp310-macosx_14_0_universal2.whl
Algorithm Hash digest
SHA256 49ab46adb65e7816db387a836e6d761b2d091489f43376770942b048bf470568
MD5 5a65b14f4810bb06554bec6ed17a7dd2
BLAKE2b-256 4231df1c021eef561cfe7674ab52033e50f3bf616fc93be8c9975eb43214bae5

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: pydevd-3.2.3-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.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f65fcf9cc4faeac445c9c52948efbe2fafe45a9d800fb28e01f8f05958e5c0e2
MD5 6c9d37d3a2bc9b68acd40afe7790e899
BLAKE2b-256 8bbc9db83cc08b68f600f62328f4de22679e1bd2eba695b644bb1548d38609e0

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pydevd-3.2.3-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d65d02e39fd1fd4a2303d309eba379f49ac16470f83b7a92385d6be0b415e796
MD5 3bc5d637fd46e6e7a2c07a8764d837ba
BLAKE2b-256 d0b8fef926e6f16f7a97864fbd4d13c431796ffa7a883f4e4b53a8bb6ee20f24

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pydevd-3.2.3-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c00df573cca0e87a19995fc277693dd76cae969db8a2ec9e9077d5fe86837645
MD5 a007fdf4f20c3e6834b672dca8b387e4
BLAKE2b-256 d0e127eb7f89c24285f5c2a298c8e9f43c6df0bffaa846a13e15feb90df7eec6

See more details on using hashes here.

Provenance

File details

Details for the file pydevd-3.2.3-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.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eadb278d173876644751079777efb13606be9d9b7f154c13338883c1be2e7182
MD5 99b5984f7f1fef9e54519183bdc95cfa
BLAKE2b-256 607c3e3c334ce3dccba41dd251d0ab8488c4ca5d0c4060ffb0bf445507e14236

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pydevd-3.2.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fa19f2bb245c87cd96b767135f888dc68cf0defb19d769c20190d401a5c05cb5
MD5 f501aa41e0f61ee65b2b662dae37d22c
BLAKE2b-256 640f64f0ca25b541b74fb181aec1ac1b056239dc53c2b3ea4f77eaee2cea3ce2

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pydevd-3.2.3-cp39-cp39-macosx_14_0_universal2.whl
Algorithm Hash digest
SHA256 8f0497bd4a40c06117fabb7a0f21c181940a8622ccc4c4a4880bbe329ee285ba
MD5 4f2ba27539d9da1ea8b7976e69dc2a0a
BLAKE2b-256 9d36d0bca42d240c3911179f15a4ad5ba8a1a0bc13b738754ae0d0dc900fa5c6

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: pydevd-3.2.3-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.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ddbd6d237f515b97ad4a14ea811ffe66f17103054309c0618332c75098880659
MD5 ff330974ddf543b3a76a219f3317782a
BLAKE2b-256 6ce35e344bfa7805ae35cedcaa740c9eebc8bd15d0c5ccc704b4b08c576450af

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pydevd-3.2.3-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8bd64d485dbed999ebf1747c7fc0507519eca1ac14aa348b34e4dd81b4f98fa4
MD5 74136c9ba296a5603adf5cd267f82b09
BLAKE2b-256 5c9b54a922ae6aad6fb6c08f7b4f928c23777f0d72d5d793f6f78d052bb0ade5

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pydevd-3.2.3-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8527e6691e5abf14a7f789f22dddd150e7bd32eecc79c2b2a2871dfa7469bc9d
MD5 c08ab95efe98d98a1b9bc0f224d56567
BLAKE2b-256 1cbbdb52932734b5091b1ada901fa1a03d10933159c58593537418bb11115be6

See more details on using hashes here.

Provenance

File details

Details for the file pydevd-3.2.3-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.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c61db6f7286a5ceba661a557a51d76fa90cd224cd958c8a740ee001bc71cc51b
MD5 5a58c9240729cb218f2f6184f0930037
BLAKE2b-256 b853b965a11f682f37c6a7424e6e7a48cf6cced57b6c86d60d800664a6062c40

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pydevd-3.2.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9513697241b6700e149270eba07ca5f7acef57cfd01fe8422596db3516d3441b
MD5 356a76c14cbc78b64e8a330541de2482
BLAKE2b-256 edf86cc5261f4a8582f92643c33c1911699d4afaaa44b55d0d1b0fac719b0831

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pydevd-3.2.3-cp38-cp38-macosx_14_0_universal2.whl
Algorithm Hash digest
SHA256 fdea5d87436d6788edec901af84623e080861fe89f366d2d989a293ed2c7d569
MD5 5bdc298f2c75cf5be4b773a2f12075a2
BLAKE2b-256 1e57fd0c54cea8df6d0a002c20f47034b45b214e591156ef8f820bd67ab038f4

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