Skip to main content

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

Reason this release was yanked:

Incomplete release

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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.12 Windows x86-64

pydevd-3.0.2-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.0.2-cp312-cp312-musllinux_1_1_i686.whl (3.3 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

pydevd-3.0.2-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.0.2-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.0.2-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.0.2-cp311-cp311-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.11 Windows x86-64

pydevd-3.0.2-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.0.2-cp311-cp311-musllinux_1_1_i686.whl (2.8 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

pydevd-3.0.2-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.0.2-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.0.2-cp311-cp311-macosx_10_15_universal2.whl (2.2 MB view details)

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

pydevd-3.0.2-cp310-cp310-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.10 Windows x86-64

pydevd-3.0.2-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.0.2-cp310-cp310-musllinux_1_1_i686.whl (3.0 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

pydevd-3.0.2-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.0.2-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.0.2-cp310-cp310-macosx_11_0_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.10 macOS 11.0+ x86-64

pydevd-3.0.2-cp39-cp39-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.9 Windows x86-64

pydevd-3.0.2-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.0.2-cp39-cp39-musllinux_1_1_i686.whl (3.0 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

pydevd-3.0.2-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.0.2-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.0.2-cp39-cp39-macosx_11_0_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.9 macOS 11.0+ x86-64

pydevd-3.0.2-cp38-cp38-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.8 Windows x86-64

pydevd-3.0.2-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.0.2-cp38-cp38-musllinux_1_1_i686.whl (3.0 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

pydevd-3.0.2-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.0.2-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.0.2-cp38-cp38-macosx_11_0_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.8 macOS 11.0+ x86-64

File details

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

File metadata

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

File hashes

Hashes for pydevd-3.0.2.tar.gz
Algorithm Hash digest
SHA256 a1da11bd33f319a41ecf2fec5fbae9fc531aa3491dd8501ccabf6f053a1fa1da
MD5 9034650c6eb07baadf880aa5508fe85e
BLAKE2b-256 4c795572a0fab980796a2597df8419a59347c131bfb5686301d037d23f4c48e8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pydevd-3.0.2-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/4.0.2 CPython/3.12.1

File hashes

Hashes for pydevd-3.0.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 fd8bfb83f0e5467390105c631e5ecb093465d8bc3efbedd3b433626a1a033227
MD5 35ff99232d1b7552eb8a1aa8a0fd8b48
BLAKE2b-256 b38be0c335edd819516828a0062dc66e1cab647aaa679aeeb8959215b9745306

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.0.2-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7efb370026557d2cd70c44cc8c5106d2c72d0244e2d2c127e3f5aff40fdfd580
MD5 6ea7734433959ca8c6dda0ecdc7ea0b5
BLAKE2b-256 07d260ad077c127052522fca8b25214923bbe077c0f526f78d192cabfd928b1e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.0.2-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 2d507fac0941e33fa4884524a89ccfe10428879030ef8ed8556f42f824e3703c
MD5 9e22b3851d2dceb1c45f02b8d7161957
BLAKE2b-256 070ce33ef06cef481cb7941e11059ccf50d0a56d6e07781bb5db39f9a8e494d4

See more details on using hashes here.

File details

Details for the file pydevd-3.0.2-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.0.2-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 989fb7cd311b667f5253dc80f5b41a79f491e87d576ddf05e7ee83242bc967dc
MD5 3b5c2e36f1e160b40be874d609b7693e
BLAKE2b-256 2cb0375d84f911a1ad842d246d8529ac8c57e6c70bf3f1198cd68b4aaee58c5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.0.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 aeac1919e4378da7f6ef8e397fef65fac7ed5aae18d23fdf9f4c2a728ddf2688
MD5 ad843b37ca858471d3426419def61fe5
BLAKE2b-256 a1e7b9beba2fb98e778932a47b62cd9af7892ce9d36b2ed51e7c5fe60fe4e79c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.0.2-cp312-cp312-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 6065d3a4c03931f29d563aa4539bf6b61436ed71130bee4b973bb5588925df4d
MD5 b121e4ec31c5a43cd8ed4f8682cee2ac
BLAKE2b-256 7a1efef82112686b2184156e0299062a0450704b74d18f2e87474b21a55501f6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pydevd-3.0.2-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/4.0.2 CPython/3.11.7

File hashes

Hashes for pydevd-3.0.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 462b5af1326fc844ea0e6e06271b65679d368e8a94fa6ece23abd31e63b92f77
MD5 fa7435637d4b3ee1914a1f834b4064d7
BLAKE2b-256 23065cbe1a13c92e0ed1f680431d26e6217258067f99806364f620075bbf03af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.0.2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 cb36a43b6e4879fd9031a609b2f29de90829b45d14be522b555ec950ae80ac5d
MD5 330cba226905331db0777e86675e1bf5
BLAKE2b-256 8d1df4be540870b8d0302b205f45d5d538f0e3eb0ccb502570bdc8dbfcb0ea39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.0.2-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 c35aac879262bba0c438af68a6878b7eec43bec339e11bbffef4dbccccdd036e
MD5 626e37cd3fdbed73470d8bd7982bca3c
BLAKE2b-256 9db6571b2edcedd413e0c2d5931d1e93def7fa8c63d0cd9b2fdd1bad1a94e612

See more details on using hashes here.

File details

Details for the file pydevd-3.0.2-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.0.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 07a1939cd0e0802944a669e3f5219be69840f597d00b129f2ef3bd33771d2bb5
MD5 d477115bd26e4c8d057bc4b28fedde47
BLAKE2b-256 77bcff1a147447f3979809b0e7061b31ad21d2ff1be3c09ad963994307a410ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.0.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 976be30dc3a8b7597ebdb2e21cbb4171b7e8e19c6e256379ed2b5ef787497869
MD5 984abc8265f5a3825ecc70f55c312e10
BLAKE2b-256 403003ccd92f7943eada4aa17cc4dd251548e8ce687e19c0663c26e406ccef1e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.0.2-cp311-cp311-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 b5a8e9796e678bad9bdaca7e57575e600dac370811d4f8ab169e84bd250368fe
MD5 a2924141f5a0a6ea1b453f1e11fd3f06
BLAKE2b-256 46fa910a020b45760eeb9703151793d8165f733df42986bcb3677147ee488e2d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pydevd-3.0.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1b9c2f2d441e1a6f6091ebf67d44aa644d55f1b02d4e369d300ad64384d25943
MD5 1e07580068c2c32a1e55c26b1234a00b
BLAKE2b-256 becc6ffd55d8af928f1043d5b8e7e3d14cf861f9fbd59079b3a288bc98c8da05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.0.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d8cd1758305bec3875b652993225754897c6837af3834fba1495a0b25f432d66
MD5 a169d1aae1284a403e1ad426a3f432bf
BLAKE2b-256 3ec2ef5c82ac533b8ab409400df8e1a66b50889d8496d0c51464d1deb9542788

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.0.2-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 997202543b2265d17cef87752b0e6782b5e90a748e8b85116192830559f63928
MD5 188098a9423524ad761833e1f08bba60
BLAKE2b-256 73ee4037da64780653c7387ddd0b5cdc14ba9698dc8ed6734489ba5d0f052914

See more details on using hashes here.

File details

Details for the file pydevd-3.0.2-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.0.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2e0b0e11259f7fb243c02c7479b3c8ef3ddf2cee44bc62a53b6060ade15bfcd4
MD5 b96973eb040d0563d53592b7e89b60fe
BLAKE2b-256 aba525aca4c5664e9c578e6c485e81f5fd21bbc39eb372aed7059c34b1d15704

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.0.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d97c44dc70b8b62869debedfd5b7d952402c1c8c498b40c63adb8d5ba2a3278e
MD5 ad527541aa0f8dac1f982af1009488ea
BLAKE2b-256 ba12952f6402879899c239d8728ba5f6cd05e4bdb04c2314b28f69783ddc45a2

See more details on using hashes here.

File details

Details for the file pydevd-3.0.2-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pydevd-3.0.2-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 03ca1ca8dc6af75a68f7e9097b2a926c31087ab6d6fdb4dad6a23fb065a73ab0
MD5 190cd7b5c2b959a74569ad5a5e19b903
BLAKE2b-256 50ded24e301861faef96f48d2ab24b9e0696f81bc40583862906299130ea865c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pydevd-3.0.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 8a3d7f00fcd6406721716136e3d70274de311b91056fb00b6fae041f4e33fb68
MD5 de5b25a7fb7f6c00396de75ffedf4679
BLAKE2b-256 e80919798d89aadb096c321db6605b42851372a70ede34eb4a307b4ef1fcb80e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.0.2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b53d435689f48977dd6ec39669f4f73e8479abeac32413910ea09d8d81de1154
MD5 4ecbb2661c3cd4ded7eed05a753291e1
BLAKE2b-256 71af3cf2036e912a3bbf2b60285e644d60c410c37675107856f508d0ba613380

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.0.2-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 d6f9f24c36a3110e5d2a7ab5b5aa8b25d6103cb56c0ccd8ce4617ea285dee903
MD5 1db5a9f0d75655a35254e71dc4967a5a
BLAKE2b-256 79f198224f85e427bfe0fd68e1bb7b1fd1332624c2ba016de528bf9e12a23a7c

See more details on using hashes here.

File details

Details for the file pydevd-3.0.2-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.0.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0ebb126f4802e542e87cde5254825ac58d99836763e6b997923648c64dc7ddc6
MD5 0db55028b0c80d6631294235cc8f509e
BLAKE2b-256 63b027b4d260fe7db831065a12e1ad6dacbfbe35e9c75ce674120576aeb667a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.0.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4edf06d28a89dbba8eafc92442a92b1774b50664f3f5392739cdbd0dcd10503e
MD5 799d449af6ff8b7018d5661b8ecb6256
BLAKE2b-256 c554e3fddc9533b3f3b8d075478a3d3d9a4914d95875ae19447ac97a18d052b4

See more details on using hashes here.

File details

Details for the file pydevd-3.0.2-cp39-cp39-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pydevd-3.0.2-cp39-cp39-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 fe33ed18687bbd6ad887826634008bd58ab998ed4926164eb3621300860efb7f
MD5 13d69b36e12f9a6866bdac2fed5e5c25
BLAKE2b-256 ed4966f96193e5313ebe10f31a151bac982ecb8eb843f93faa1b30395e6babb6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pydevd-3.0.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 a6e46cfb07307967628f5a97a86a4927341173ff1b05d3336965517625b9f5b0
MD5 17006a2c343b06b41c3c3ac7648b9b0e
BLAKE2b-256 3f4b1a2a1a800fe48ff2d3f65e03f01be33fe7d99664be46e1c9eb6edb1c82cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.0.2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8d3e59ab8c2bb41df683ec55af936c4f0156b600c34102ae784ef12e4ab7aeff
MD5 ca819ba4dd3dc0c0f76505f42451d8fd
BLAKE2b-256 dadd3fd8a6b9056a564ef2bf20a9650d9580cc6319c2ed8175fcdbff22e64692

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.0.2-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 64fbd6d60453b7ad976436122a4bfbfde4ee7e8ad4fd1d99de0cb5f84703d310
MD5 ae1771a326b974802eae7a9c5af401f9
BLAKE2b-256 96bfc118cfb90c0842a8ff55562481f56e0c2aa17d052eecf509b9f951ed2e3a

See more details on using hashes here.

File details

Details for the file pydevd-3.0.2-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.0.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b07cb0033e43ca19644bf135e87446d46ccfa0adde185608f2242576ac186e0c
MD5 6285a835c143c82a37b6239226d3995a
BLAKE2b-256 c6a5ab9b5e13b6fa5af4f950f368add19c52e10ef371f943fba6b27ceaddcfbd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.0.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f8ddc098db42be8f888fc756cf59bcbd4ef3827a83606fe77b980e0b64652247
MD5 d132b37099ab626ac6ac998ed62db73b
BLAKE2b-256 fe7876c74d48492f08033e6d69d97355715e97a7b98600333c62f9e1783fe340

See more details on using hashes here.

File details

Details for the file pydevd-3.0.2-cp38-cp38-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pydevd-3.0.2-cp38-cp38-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 e065e2c0536db1a06c1588269f78079185db762ed06410a7e46b7ba0abc96ec3
MD5 a2a9e4c9e5b19e7dc2a4da9649bc7ccb
BLAKE2b-256 7110a751add4c182b8cb78d93aa7f60f38a8df4751416ff8cc7511c4d8bed582

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