Skip to main content

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

Project description

PyDev.Debugger

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).

The PyDev Debugger 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 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).

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, PyCharm or bundled through debugpy, which is the debug adapter used in VSCode Python 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') 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

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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.12 Windows x86-64

pydevd-3.1.0-cp312-cp312-musllinux_1_1_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

pydevd-3.1.0-cp312-cp312-musllinux_1_1_i686.whl (3.3 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

pydevd-3.1.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.1.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.1.0-cp312-cp312-macosx_10_15_universal2.whl (2.7 MB view details)

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

pydevd-3.1.0-cp311-cp311-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.11 Windows x86-64

pydevd-3.1.0-cp311-cp311-musllinux_1_1_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

pydevd-3.1.0-cp311-cp311-musllinux_1_1_i686.whl (2.8 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

pydevd-3.1.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.1.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.1.0-cp311-cp311-macosx_10_15_universal2.whl (2.1 MB view details)

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

pydevd-3.1.0-cp310-cp310-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.10 Windows x86-64

pydevd-3.1.0-cp310-cp310-musllinux_1_1_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

pydevd-3.1.0-cp310-cp310-musllinux_1_1_i686.whl (3.0 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

pydevd-3.1.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB view details)

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

pydevd-3.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.5 MB view details)

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

pydevd-3.1.0-cp310-cp310-macosx_10_15_universal2.whl (2.4 MB view details)

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

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

Uploaded CPython 3.9 Windows x86-64

pydevd-3.1.0-cp39-cp39-musllinux_1_1_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

pydevd-3.1.0-cp39-cp39-musllinux_1_1_i686.whl (3.0 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

pydevd-3.1.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB view details)

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

pydevd-3.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.5 MB view details)

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

pydevd-3.1.0-cp39-cp39-macosx_10_15_universal2.whl (2.4 MB view details)

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

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

Uploaded CPython 3.8 Windows x86-64

pydevd-3.1.0-cp38-cp38-musllinux_1_1_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

pydevd-3.1.0-cp38-cp38-musllinux_1_1_i686.whl (3.0 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

pydevd-3.1.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.1.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.1.0-cp38-cp38-macosx_11_0_universal2.whl (2.4 MB view details)

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

File details

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

File metadata

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

File hashes

Hashes for pydevd-3.1.0.tar.gz
Algorithm Hash digest
SHA256 91daca1e7f2302826ce4f9c61121bda776dab4acc01358be141ed4827fbb4ca7
MD5 ec79ee792c24f193b951ead29f410758
BLAKE2b-256 93e447a0902fb14776109fff206e7dadf8adf47e31699e193851b5a6876a74c6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pydevd-3.1.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.0 CPython/3.12.3

File hashes

Hashes for pydevd-3.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 da9606b1fae75a8f60c1a72f9955e9feeca6815a6404c9e3bd69fef2ba9065d0
MD5 7728e26a807d144d2074dab6cc4d4ef4
BLAKE2b-256 7f755a0d28eb5db3c790b6dabe73164c996e36fb4ab7977368db28e9c29244ee

See more details on using hashes here.

File details

Details for the file pydevd-3.1.0-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pydevd-3.1.0-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 023bf2bcf8db40cf0912848e83545f7345532f73f238eba7570716a65ecae123
MD5 c827f6a823702414ea5c0b711ee4f08b
BLAKE2b-256 444e103fb492860d38127b83cfe488de6e9a893bfbc2b983e67f558e94a85b50

See more details on using hashes here.

File details

Details for the file pydevd-3.1.0-cp312-cp312-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pydevd-3.1.0-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e21235fa97cd03586bc2d2f861b1acb48de8d5aab8c77d695b725cba9fdd8d0e
MD5 2471cd4192d5ba04d917a64428dd9a1b
BLAKE2b-256 014ec2b19008c426db9ba17bd764201e4cf52c0db1366d994d70d7df3236481c

See more details on using hashes here.

File details

Details for the file pydevd-3.1.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.1.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bf98f02a0f045d836c7f31cd3cb5ed634e0e6ac2dd848e23896c3089a8f5c8d1
MD5 3ee9950aef58153826d10e043d008791
BLAKE2b-256 37ded4f36aae35a82470c50d9e482086479b8800988584ee94d980ca18ab1324

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 19eaeaff2c6d427cdb7031cec1f38b96b4d43ca41235c980be2a5695bc0cb6cc
MD5 6bc6aa824c8a6831d4b947f8cf5a853d
BLAKE2b-256 de26c8041d9a86cd865ee5b6f8dcff26f079a251d410e343823bc3d9e2162189

See more details on using hashes here.

File details

Details for the file pydevd-3.1.0-cp312-cp312-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for pydevd-3.1.0-cp312-cp312-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 725183a23e9abe503c25b9b80b021f8ca0d5998473232a4ce7313ad30bbdffa0
MD5 e708a2dfcc83b71b071c86c4dbc7b491
BLAKE2b-256 a0a6b2be8faaa56d742766d9d4d3489663429fd7cf2c99cda4bd83729eb66adf

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pydevd-3.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e3ca44d343830eed7fe8b7a0df432c9b560bc3307b1f2abfadee6c4e44bb5bd4
MD5 de4d3aca4c3259d4f37665941324adf5
BLAKE2b-256 56da1b94f11bb9819a239b050a19e4c84b475a834f17b8008eabab0cc5714ea7

See more details on using hashes here.

File details

Details for the file pydevd-3.1.0-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pydevd-3.1.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c3f5734ddfeee7ee66066da8a68927906679eb24bcc6696779ac37065c458275
MD5 05651f8c7e94939ba23442c334f37b25
BLAKE2b-256 5211525ba8cf524ce874cb5eb8b9c5819f03da68830a68041fda3f52cf52ace5

See more details on using hashes here.

File details

Details for the file pydevd-3.1.0-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pydevd-3.1.0-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 78c091317aca62c20adcfeea9f4108a468f972db64f33357c82642666c3b70c8
MD5 e1e071f1da944c62d50e771f848e03f5
BLAKE2b-256 94da4290870b608746bb035959804912410eb43542cb7784d7acfd9b5ce6fa78

See more details on using hashes here.

File details

Details for the file pydevd-3.1.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.1.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 24cbde4f9955c914883bb157a6f8ab1abc34519e27860462a6076d36fd64d7dc
MD5 3c6b1b29bda0be8be42e3b1065060088
BLAKE2b-256 65722f95f5e116acad1ce601cc5485a3785ea3a1d7e242d85aac21e9013736d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ff96aa2268a1b1ef19674ad2232aa498c75a333ac4e976ea426b92ab1f483243
MD5 5d586bd2cd29aa8dbd71d082848d2b38
BLAKE2b-256 096b5751cde4faa3121c75ff79c329f6f83d4c82bce25a848a597c4365d5c45b

See more details on using hashes here.

File details

Details for the file pydevd-3.1.0-cp311-cp311-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for pydevd-3.1.0-cp311-cp311-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 0941413f2223f8d92fe4bd4c185c9e7cb8ea369eb118ac5c997599d79d39bd6d
MD5 951de1b46f77bb300502cf79df9028dd
BLAKE2b-256 1e1f275dc986f09dd9c3711e59ec773c5a3624f90ddc02f9bc41b91bd8b0f204

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pydevd-3.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ad93a109ab3e0289be995d8a1b811c1bef8991f881454a6566a1101712384c62
MD5 50dc57182feb51210489fcf436081ddf
BLAKE2b-256 b6c974af723f0bdf6597cc440e0fa82412be33183034d3f09deb925df20dc88f

See more details on using hashes here.

File details

Details for the file pydevd-3.1.0-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pydevd-3.1.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2858b9534bf1a4ce47ecbb846d3a135c83d26e00eae6cfd5550a73b591f0fbd3
MD5 be8b04785b97edce30516a11e2b99b9d
BLAKE2b-256 c9b0c3b9df1e3fb45aa9bad7a52394241ecba68ca80ea2f2fb985bf6a936209f

See more details on using hashes here.

File details

Details for the file pydevd-3.1.0-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pydevd-3.1.0-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 22a7cbac5a7c155044df47787cc3f840b5dc49a105530ee9a80595163c9651cc
MD5 7c057b170d34d63d9fd88e9b84a24eb8
BLAKE2b-256 8ba2eb7104698980fc2ef8bea5bf8b7eadf50dc4f01321e2cc6fee59f974cd2f

See more details on using hashes here.

File details

Details for the file pydevd-3.1.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.1.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9d8423e6ba0c9ab1f71d2e21d11cd0e3b20b3cedfd74c4f430978e1bd5590c1e
MD5 21caddc3a6959eaf423525dfba8a21ec
BLAKE2b-256 968ad76781691e7ceadeba97b233ae5c6b72abce29912c6e2a9cc497455a6d77

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 208fcde526b8547a791e984f8b7c12d02d4a1950ace880c6765c3bcf86c801ee
MD5 2ca26c6d283d8a94ee4b539ae0d23b8a
BLAKE2b-256 f24ca4cb5a0bdd5417a3ca8d539ccc3ba0e776fbe86e58b072bcc0c2bc1c4221

See more details on using hashes here.

File details

Details for the file pydevd-3.1.0-cp310-cp310-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for pydevd-3.1.0-cp310-cp310-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 2148579f490d90a3e2cbbd23e71192ca425d54892cabd225bfb208fe40ea42b5
MD5 ce479ceee2af07ffbbcde2027b9bb698
BLAKE2b-256 0904239ccbace5d1cbaad4b5892aa074d5793fc024d37b6b8c5cbf920cbc98db

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pydevd-3.1.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 5c84ab8797d52d5e82d81f972d54516c9c979b59c2f82e8f4a00420e800d66e7
MD5 31c2ec60c81bde66b4286b9ad757081e
BLAKE2b-256 57019fb0d9bca7c97f458693eadbd6f1dcdd161ff3d255736b1a59801103929d

See more details on using hashes here.

File details

Details for the file pydevd-3.1.0-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pydevd-3.1.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7a39ca0da9a50f125a4a1275bab85fb71d14bacfcc62c00ea2caf01cc0a8e3e5
MD5 4fdbd6e7a6fc99b53cd5a5ee87e38d3b
BLAKE2b-256 cb1eff72dfb53177bd6d8cf63c400f3ccf97f79df38f9a6437bb082be7bfa3cc

See more details on using hashes here.

File details

Details for the file pydevd-3.1.0-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pydevd-3.1.0-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 5493519e248078a9d6cd5127856a940472e74574e0c08081cd1c75c4a9f1f015
MD5 e4a6cd218a0138f31171bb1e7a87c67a
BLAKE2b-256 256c18323b5d0e228a59b5b9eaa36e1d95bb69dd731b5fbbbbab63d8e77533c8

See more details on using hashes here.

File details

Details for the file pydevd-3.1.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.1.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8eea1005b96ff7bd17ea308fee8f6bead6481e043bb3f12099552f112b94b43d
MD5 0d07931fb9ca2b6ab09d35333c47200e
BLAKE2b-256 aff2b60567a037bfc5eb38bce214c6fd4283ba5693808d73397c2eb0696d28a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3f3a492075f05f1612b9400aff47eb36325b5fc8ff5234611767135845cd3712
MD5 1a7de7459cc31cd58b4b035267089c31
BLAKE2b-256 2cc24c395ab25d48ef969923d936851586e862ea7dfd386c65db7542eb287891

See more details on using hashes here.

File details

Details for the file pydevd-3.1.0-cp39-cp39-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for pydevd-3.1.0-cp39-cp39-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 07c891cfdcd6aa0a810197bfb3e35fbd932402bfee390cb9e0b551cb0b0e46da
MD5 51138d9ee8ec4580c89b008e29b3b19c
BLAKE2b-256 31bc7020200fb61b24e3445a4ea4e6d22385d791df6df317cb5709812a72f041

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pydevd-3.1.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 a275250649f459deb5a6eed80542aaacc4022bec278dac6b1f5f513037f1b715
MD5 6074b73c5513c469ec9948a1f45ecfaf
BLAKE2b-256 c544ef623ef2ad8d0319e668347fb16c231b934d9cd6021434de1c0d45b83f39

See more details on using hashes here.

File details

Details for the file pydevd-3.1.0-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pydevd-3.1.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2be12720f0ea7b4480940b512b21442f3d5824dc816c5d024d1f0d38f9fe14b1
MD5 5e0f1fadb033d7ed780e9fe6c94a3b4b
BLAKE2b-256 1ec6a778fa5fb484359b1ac626af12b36f1351337b98146005c4f0612ad11534

See more details on using hashes here.

File details

Details for the file pydevd-3.1.0-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pydevd-3.1.0-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e46c7306fb484ef55e50cd0fabb00c91917e7a3758ee0d9dadac0bacb934e39b
MD5 823d741e40fd964dec24ddbc379e0f79
BLAKE2b-256 65b0c228a590052935039a709766f38f17d9343b7fab02d6ca20b5748214de52

See more details on using hashes here.

File details

Details for the file pydevd-3.1.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.1.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f7424bd9da9b5c0b727e65352d6a313225b38601b31b37cab135ecf54f6c758b
MD5 dcaface063ddd1ec03791cfd5cf6b8b9
BLAKE2b-256 a27e54b2c3fea8683e090b3ebb4c21cae0db86ae7fcb4b4d1be7714c0409d253

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 446d3e2459f72c67e9121eb80b574ad11e70d474dd5265032938b8cf7d6b5d9c
MD5 c116cca4e1f0179dbf937218800c8368
BLAKE2b-256 60760bc1c51b252391934588d2cb656e38f1cb955cdfe053494166073c337fa0

See more details on using hashes here.

File details

Details for the file pydevd-3.1.0-cp38-cp38-macosx_11_0_universal2.whl.

File metadata

File hashes

Hashes for pydevd-3.1.0-cp38-cp38-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 75555a23beac9dd3cb1d89eb7ecfee7c7e34f6149876f5f9c9074f231dd494b2
MD5 371b136a87603cab7ba9f46869eb8c88
BLAKE2b-256 2223b755276d3287a27af0d1582d9342af544af8e50249e46c7c6ee169e793bb

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