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

Uploaded Source

Built Distributions

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

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

Uploaded CPython 3.13Windows x86-64

pydevd-3.5.0-cp313-cp313-musllinux_1_2_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pydevd-3.5.0-cp313-cp313-musllinux_1_2_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pydevd-3.5.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pydevd-3.5.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.12Windows x86-64

pydevd-3.5.0-cp312-cp312-musllinux_1_2_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pydevd-3.5.0-cp312-cp312-musllinux_1_2_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pydevd-3.5.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pydevd-3.5.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.11Windows x86-64

pydevd-3.5.0-cp311-cp311-musllinux_1_2_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pydevd-3.5.0-cp311-cp311-musllinux_1_2_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pydevd-3.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pydevd-3.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.10Windows x86-64

pydevd-3.5.0-cp310-cp310-musllinux_1_2_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pydevd-3.5.0-cp310-cp310-musllinux_1_2_aarch64.whl (4.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pydevd-3.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pydevd-3.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.9Windows x86-64

pydevd-3.5.0-cp39-cp39-musllinux_1_2_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

pydevd-3.5.0-cp39-cp39-musllinux_1_2_aarch64.whl (4.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

pydevd-3.5.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pydevd-3.5.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

pydevd-3.5.0-cp39-cp39-macosx_14_0_universal2.whl (2.5 MB view details)

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

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

Uploaded CPython 3.8Windows x86-64

pydevd-3.5.0-cp38-cp38-musllinux_1_2_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

pydevd-3.5.0-cp38-cp38-musllinux_1_2_aarch64.whl (4.5 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

pydevd-3.5.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

pydevd-3.5.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

pydevd-3.5.0-cp38-cp38-macosx_14_0_universal2.whl (2.5 MB view details)

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

File details

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

File metadata

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

File hashes

Hashes for pydevd-3.5.0.tar.gz
Algorithm Hash digest
SHA256 2f0ef00281d6082a501cc3591fbb2e3ad32939007ebbe978f7c0cbfd95b71399
MD5 ab78581ccf26ca577b76e19c07ade0f3
BLAKE2b-256 6faed8020162aed46bef5394ce6a4cb5afaa4c3307371ff70339e3e61dd9b109

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pydevd-3.5.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/6.2.0 CPython/3.13.12

File hashes

Hashes for pydevd-3.5.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 bb5c289254fd5abf87c30da57ce275655e251fef68a99aec6579c360b1407dc9
MD5 8f2e34e4fc822892e6fb91af2457d594
BLAKE2b-256 eb44a00295055127b7b8a597318409a51e3db6dac48fbd26160589d2739ebe3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.5.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0729925ac1cebf5de00bdebfdb21e9b433734b0f6f3f0f4ba69a1abe250578dc
MD5 d4c583c52235002b0983d1d10d61db46
BLAKE2b-256 642aa797224291f494fd6d7b0e061aa1d0ceeb71c9544fd3dcbd54581600ebe3

See more details on using hashes here.

File details

Details for the file pydevd-3.5.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pydevd-3.5.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d28b93e1837f5e2f3409bf9907c8a2fa1340cdde9e2f07dadc48dba0fd2db7e0
MD5 c68f1e31c168ae9fef4a8b454e736eaf
BLAKE2b-256 3caf9b0cec9c4ec69e171caac91b9ff2fe9fafdf55a039d0ed8b5232f06cf489

See more details on using hashes here.

File details

Details for the file pydevd-3.5.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pydevd-3.5.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e52b9ea99e2841f34120a6a42977072d904829cacf2b77ff0e4d076dcbc32568
MD5 24cf86f0e3c32956d183c8535f1e72a2
BLAKE2b-256 cd5aae8b5e9d5c972972f9db3326b6ff067b63ec08f030bf003186bcdf2ba9f4

See more details on using hashes here.

File details

Details for the file pydevd-3.5.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pydevd-3.5.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e973c3f263401fdbbbb21acb2c2238d65bb8294aed924e222bbd1eaa561acba1
MD5 cf127ba85425d686873be01dc0791f75
BLAKE2b-256 d1427d6db3357a69392b8a9a0e844459c48efa1c151d686f4dc8aa9fcfcd3714

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.5.0-cp313-cp313-macosx_14_0_universal2.whl
Algorithm Hash digest
SHA256 cbb130f3ee344a1ac6a7517edaf2cfa0b7de27809d3e88a652ba491153f64aea
MD5 1159d9604b9466e0d33f4d4782e8739a
BLAKE2b-256 6d71bababdeb9fdcfe14169741bfc4b55c20ff9c86fd84cca9b1591bf59ebe10

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pydevd-3.5.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/6.2.0 CPython/3.12.10

File hashes

Hashes for pydevd-3.5.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7bf839e725e43c0cc4a069a5a2adf9917229e3e5b7c4f33da7c375810e3705ca
MD5 99d95943ae7c9d1d961f0482af82c529
BLAKE2b-256 a55484262e978b2cc530e5adf7d068677ced3823d6d6ccd7269b72b7e2b21f3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.5.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fe3da53c40015e4913654979eaf2b2d0b23e6181edac7478ba8ad681907c26bc
MD5 bc860236957bc7f4702558b04f913e4b
BLAKE2b-256 43c02b711e880d66bccc9859130f4e8204591c798ac521379799b3895b557c0e

See more details on using hashes here.

File details

Details for the file pydevd-3.5.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pydevd-3.5.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6c53fcceb15446adb72c5b1fb84b4908fa2625ca27c86f180cffafa99cffa98d
MD5 b98eee00b716805b3425c460e2b70da6
BLAKE2b-256 ade4a02ea218d400c676d6f6ecdd2c81afcab468cb662f76d8e6871b2abf986b

See more details on using hashes here.

File details

Details for the file pydevd-3.5.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pydevd-3.5.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 736aacbfba8468e121f77ecc2b16ac4489d5175c832ba0133eb006bc21367c9a
MD5 c68141b6f8ab62dd87c50a1a18b44725
BLAKE2b-256 f43f601d18a64d37e0d747e9eebc4bba6f889ea8b798e6dddec0ba8b3a19c3f1

See more details on using hashes here.

File details

Details for the file pydevd-3.5.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pydevd-3.5.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c2fddbcac62c8266db3dd9cb69d13f4dcbac476b281f4000b4e8bec195e80d1d
MD5 23ac2907ed9b5d2e2cef07b4933815c7
BLAKE2b-256 8878e3aa512d1cf612c398b4b71a30de1bf80fb503415f001f87cacddb8526dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.5.0-cp312-cp312-macosx_14_0_universal2.whl
Algorithm Hash digest
SHA256 aae4e816c75ecde770d44b383b07b40936c93afe7f1857335f05c55e73e27631
MD5 54e6586828a92722aafd71bf1a4aaf27
BLAKE2b-256 2c83188817deb69c555292870ca87e94a9d7fc66d0c7cd5a66814f7a266918b7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pydevd-3.5.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/6.2.0 CPython/3.11.9

File hashes

Hashes for pydevd-3.5.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 71d22dea6e06480ec7dbbb0beaebd69ffb371b8467abb15fc09f4b9890338e4c
MD5 013ddb4bb6ee6570134abed861fd2857
BLAKE2b-256 b120afe7ea9050953f1bd9d45a0f4a483642dcb8b2d91435cb68653179eadc5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.5.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cbd3cebac0b8b1136f1e943852b8d41248a49d9dc1b4633f17901bdf808a7444
MD5 6f592447a724f45159cddd15deb17bed
BLAKE2b-256 66707187c49a69394c4f22002fd6bbbcbe2ca3e396164da342a6ac7f7eea6cd4

See more details on using hashes here.

File details

Details for the file pydevd-3.5.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pydevd-3.5.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e625a920dbd8c91d9f6c6f389fc79dff6b9a8fb3c0f49cf2dc73e84e96a8ea73
MD5 8ea9f3f7ff7431dc0d00582adef59c25
BLAKE2b-256 db3397860a24048aee05c5372ab17555e0e90470662d476b8e9840c392cf9bcd

See more details on using hashes here.

File details

Details for the file pydevd-3.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pydevd-3.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dac4bcc11fd7560b2f63a498d1d9d96741f3e3867ff3032dd2b39eb14c5bcea6
MD5 fdef3c13b17263be4695140dccab72d2
BLAKE2b-256 eb9ebd1418a87ffc2e87d28fd793d8c0d295fba8c4a8d9125394c7d1e799720d

See more details on using hashes here.

File details

Details for the file pydevd-3.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pydevd-3.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9c9c19abef7b6b5f94af9bd0a15c8d9eed838c085bbee0285ffd51fc7ae24ee8
MD5 668b4a3f901d852c29a8b6e4536ad9af
BLAKE2b-256 e59a9aa31c28598ceeed9fcd9d4f24fc0beb64e63e45cf09eb6985ac47fa9cfc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.5.0-cp311-cp311-macosx_14_0_universal2.whl
Algorithm Hash digest
SHA256 308df9851eb982ea6c9b75c2e7d514a6cdfc1826b5a6bdb7a403d1c345dec39f
MD5 9d3bfc6595ff27b69924b4198aca20f6
BLAKE2b-256 87362e7a71c9b4a15af0980ec7d27f2a0f9e02aba8cea4705db0919bd1184fbf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pydevd-3.5.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/6.2.0 CPython/3.10.11

File hashes

Hashes for pydevd-3.5.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 764e0cefc9efc69b6c957c5e522906aa9596d144238d8ea845130496f71b0f2b
MD5 2431ca82107c158ba0f76305b6c6386b
BLAKE2b-256 42338bb24ef1f17734861b4a8ff1afd2490bbe49af39f1c4c3dcbd47ca647944

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.5.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b003cbe779a1a7238f469591505550458272d6aa2c35b2a6de31618e1ce201a9
MD5 dec35351b666b139f8a34b9359a5e0bd
BLAKE2b-256 747da74f1684c64a77931cd78a6cc8126a5f76f89c5c6d7c7053c9d12b38bf07

See more details on using hashes here.

File details

Details for the file pydevd-3.5.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pydevd-3.5.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ca23a162056ec7cba462071fccfe426abf245be69eb96425d6718323bb67d714
MD5 d8588d407dfa73a5b961377f053eb7dd
BLAKE2b-256 e0d38726893cf51944b5646d6dfea790add0b5ce5c4aeedc6240f4bcddef55d7

See more details on using hashes here.

File details

Details for the file pydevd-3.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pydevd-3.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 300fbe3a4db16e75a9de3fe6d01dc4d50b55f0040633c498835e132617fd9d4e
MD5 b08f99b8e81bc3af870bba1edd30188b
BLAKE2b-256 7090a086e6f5db9a4c217f9f45c4fa96815751199d5144687c72824162bc013a

See more details on using hashes here.

File details

Details for the file pydevd-3.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pydevd-3.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d3dff20b5405f426840037cc9dc6bff94bf7a85cf846d92f1399a67c50a043a0
MD5 0c276d9fe9f8c716a0cb2e51996498e0
BLAKE2b-256 806dc7c70d956f168747dd7e6f9b70c6d6d724908b84bdeb7d31647a15027936

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.5.0-cp310-cp310-macosx_14_0_universal2.whl
Algorithm Hash digest
SHA256 d8b1c5062fad2d0adbda415caf639716cfb34aee8de6315890ab4a86b94b75e5
MD5 ca544629530c9602a7495a4a34351067
BLAKE2b-256 21508ef47bce44f07b07ac502caca618352caaa2789667ff6939e9ed90d15d16

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pydevd-3.5.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/6.2.0 CPython/3.9.13

File hashes

Hashes for pydevd-3.5.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 7551514ff16fc4db3c7183a01e262730944b4b0952b1106721048234774c594e
MD5 49888809dca913b5302bf8a966e02d5f
BLAKE2b-256 86128bb9c1b61dc9cbee13a1d61fa4d6744fa1cbfb9c6a59441dac761bde3d06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.5.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ce7bd310da5a9d7b95028c669bc29e85bf2b3f0c883c562f57906e94412810cb
MD5 288947d7743661b240e9790a183b1034
BLAKE2b-256 e87299a04a2705c842780b4a59675fdeaf7640182fa09027b13c96e27bb23c7e

See more details on using hashes here.

File details

Details for the file pydevd-3.5.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pydevd-3.5.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a499a9142ecf7fef3e7132fbf28452b6c48cd42d81ab7960df57d26678e52e2e
MD5 a27237f2c7e69c37a2cac36471c01143
BLAKE2b-256 bd74ecfd63426676f0c27ce26cb24e65e85d1672c2d64daad718c6b9bd9e764b

See more details on using hashes here.

File details

Details for the file pydevd-3.5.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pydevd-3.5.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9e8ea479646281827aa94fdcc1c3e24148aa5015086571b4b2dc287dfde6c15c
MD5 09fb33969e10a66bbbe94f4f1a8a1348
BLAKE2b-256 39a93550d2e996fcb5b87045bef1ad4cdb3cfb104a881f32f41bf2d250706761

See more details on using hashes here.

File details

Details for the file pydevd-3.5.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pydevd-3.5.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ee50866b85398dc2368b1bdf3ffd4a99a3f7c3ee715f099daa716f625758fea3
MD5 3e88db844fad9737b64c3a301be1ec36
BLAKE2b-256 dc4d409c3cc36e35e64e8b84548bc4d99f9c54e0942139a9e585a72ea12f598f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.5.0-cp39-cp39-macosx_14_0_universal2.whl
Algorithm Hash digest
SHA256 15ff6584562c95a999c18102397dbe2f4ac7d0cc203114e389542b22e042509c
MD5 a5394e2fee491b76e8602ea017d3b0ca
BLAKE2b-256 61c5fd8f4cbea82672938295bee3292dc3f6aa3e26f3106a7def5278d2bf510d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pydevd-3.5.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/6.1.0 CPython/3.8.10

File hashes

Hashes for pydevd-3.5.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 266b660b84d7ab00b3b7765566759f9a5f0fd32bdfd3e4ccfd84f20667fbc929
MD5 3aa7d14c9f464cac283119d5f319968a
BLAKE2b-256 69306c6ef7d35c7132022768f105109bc040b7decf1220ba197f809e1202026c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.5.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 07076f5c39d371ced9ed4cfb9001b8de8eba139af90c4bba3e37bb010cf085f0
MD5 d98e30635dd9397b5b451c7e826dace4
BLAKE2b-256 8ee087ac779b84cb3ea53861e159affce5df664c34da22e47906c705363def45

See more details on using hashes here.

File details

Details for the file pydevd-3.5.0-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pydevd-3.5.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6b05de49b973b9acc908dab8ff58363f3ca93a0b6f50d023d9edbdd61ef9a7f0
MD5 f0fd6ce4caea91eb80cbdcec061b905f
BLAKE2b-256 d65bd255fdd36524a9f5066310be0181bfdc0b521ca3192700e0e3ba0f869374

See more details on using hashes here.

File details

Details for the file pydevd-3.5.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pydevd-3.5.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0b93710ddaeb6b9de98af56d0b6c6626913e5b70a5605dd11f4704dce6fb26f3
MD5 6d3aec20395cf68d10a72fdadd9b4371
BLAKE2b-256 1f84f4a997ac3ad29f2f5e71d4ae382e2bcd2209adb871d3c6004d03ce7c392a

See more details on using hashes here.

File details

Details for the file pydevd-3.5.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pydevd-3.5.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 00781d4d7b83d23db774135b92d3ba469b4624d520cc0fd5d9115ad90772367a
MD5 39938842c7bfeeeb2fdd049615cade3c
BLAKE2b-256 201c19b0282692eca38877ee5593824a34ec70ce593ad8a7d8f1fb934d1354da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.5.0-cp38-cp38-macosx_14_0_universal2.whl
Algorithm Hash digest
SHA256 954e435dc10f6d5147c6cecd9c86a27f682826fde0177856a6dbec0e3b7e96bc
MD5 5df4378a1744ed71a6bd18d96699327f
BLAKE2b-256 28893976619364965f402586f0cd16ffe61f1297d4653cbbf60fde1b955636c3

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