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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

pydevd-3.0.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.0.3-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.3-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.3-cp311-cp311-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

pydevd-3.0.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.0.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.0.3-cp310-cp310-macosx_11_0_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.10 macOS 11.0+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

pydevd-3.0.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.0.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.0.3-cp38-cp38-macosx_11_0_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.8 macOS 11.0+ x86-64

File details

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

File metadata

  • Download URL: pydevd-3.0.3.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.3.tar.gz
Algorithm Hash digest
SHA256 898e0139ef3571d4e1697cc747c56a5c1f464345c4c077e31c0ae01187731b5c
MD5 f8d07296cd0fe841bc058c91d5453329
BLAKE2b-256 418b3f1199e3b6c37fe873c3cce36819616fc30eccee3e80759ab6319536e395

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pydevd-3.0.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7f42e77319493e25c3d00816b36c6dc31160a57e4db900e4736fb2c8ec3e1fba
MD5 03d1e08596756269edcb2ada67d0ab6d
BLAKE2b-256 081b8aea230f749826ad0eb614380c0806c5370b1207c4025d0e2f54407e14ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.0.3-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f26881d9cd4bc00f8b8fc5e86e665b06503200c72bcc3459fcefaf103c711c6b
MD5 be470f719645703433d07761b049716e
BLAKE2b-256 271266d138ef5689d4f274d62e4526711109a487623c8656b3bd8c6529246663

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.0.3-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 00988532192b439690384caf515eb24e70ec42d9ec2578467c13cb0f8980f6ad
MD5 d42f2f3ac93fc007a0d1b1eb34b013ee
BLAKE2b-256 656e64c6e93e246a32ac152323ddaad83624125d9694bdb84e06b6847cf476f4

See more details on using hashes here.

File details

Details for the file pydevd-3.0.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.0.3-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fdeefa173f29bc7f9b27d81987ddaf2c58c3edececde2541c0a0a98ad49ef1c9
MD5 015b9643923d8c1ea1350a45fcfdbc7a
BLAKE2b-256 740150b8cd04ce9a50db85fc38de47100e03d4965da4a98c55b87346af196863

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.0.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5cc18328573aa1dcb8553a32941ce5843d1ec044524de08c64fed3c6a0831ee1
MD5 6206012930b74bf1dff759c849d470ee
BLAKE2b-256 25e0f42ee10eff2d199d63147c5de3b23def0c3fb51e4b0a30ff22cd88b8d060

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.0.3-cp312-cp312-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 fe769ae975dfcd98af6c3c2ddba518c7e5bf7f872ccde8c507a624bd05cd237d
MD5 d2fba02315a19eb5ab596742873726da
BLAKE2b-256 733df94795558979eb511c9009f871b3dcefae2c45e5e077a908b658ea3849a1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pydevd-3.0.3-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.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 624dbf25eb0536b5e68cf2639082e6adb170a2dd3ec24881979c7e0773f8a295
MD5 7690898cb25012e2c78d1a7b9d7f20c8
BLAKE2b-256 b91b7d614be690bc7b4a2b8e212535ead14b46087dd412b46cdbd6b07fa50dc8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.0.3-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b01a2571c30a3f722ce6e4aaefab4fa7ea20de45c755755c6843b55a53b5054f
MD5 0a3d4b86738cfb3d94f09985296ec33c
BLAKE2b-256 e59d97de1be0d7e51a8762772cd8210200c6c5860b370d03b2609bcacccb2ec8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.0.3-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b2b063a8d79a26012537c09c7c1eb83141c78b95ecf9fd57ac97fdd2274bb9fe
MD5 a47df99e4336873ebbc0df2ebcc939df
BLAKE2b-256 63a4eec3993093d64809d0a7b48197c3397f549524aa3f4f303aa35203ed177c

See more details on using hashes here.

File details

Details for the file pydevd-3.0.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.0.3-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6f37767b4f98482fcfc0269bd2e4fcbf5df85a7d8f820b55818f534fbacef257
MD5 8928abad505affe24e8bf62a44a68604
BLAKE2b-256 53b01edd5e6b5ad3d131ea036d01be8ea50d9917672375cb23f6fb4f9f613bde

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.0.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 db5bca127384c88afd8e47a17d4c17019e880afd384c2aab388824742a8a5359
MD5 052d02d105ba395873c054d7f6d75e63
BLAKE2b-256 99ebc01b4763f64d8e95da326e08b64cf506cbf80f4361952d769cb7b2ab652f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.0.3-cp311-cp311-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 e89f3850d953f99b150217f7cce6ee1f218f7bfb6fe5532ca6d920d87b5d69ee
MD5 1db8880ac0615bb698aaa36157914cb3
BLAKE2b-256 c4508b8b4497686100c05a9bce3c3d1654e33ed1731d8f73be68aa374985d0c3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pydevd-3.0.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8cbb6e0b2fc1f6212c6649a465ae7ccb3a27f66383927b0cd585623bb70c6396
MD5 9cfbc9eb15327541c1dd77e7a24203a5
BLAKE2b-256 9cdf81c5b7d4254ff7b2869dfe5df6905956a50ef24b37121f80e4d4fe3d06fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.0.3-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 81ffb7d37436c2a8512287c976634285bb2dfd2e74e66c010c5982c00315974e
MD5 5f54ad164593e545c4016f30e35b4a6e
BLAKE2b-256 73d4d111d0a4d88c7ade7c10ef312afa9e34fce8153686112671e85fd0e3daf8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.0.3-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 fc29d3c0180d8c0165cc3f077a4464b16759acd33e996689004a78eb7e94595b
MD5 760713d3835b86c8c46b81b43ff68931
BLAKE2b-256 556cb705f6e45be6dacc366d9b39745bd54d2a58f18f76386f6919c7150519e4

See more details on using hashes here.

File details

Details for the file pydevd-3.0.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.0.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e62cfd002fde3a7524a41b0592de34558b0b3801605379b023ade3c8a89127a3
MD5 1d44c19bd3f46b45ea7c92b4ceddd853
BLAKE2b-256 b28caa814b54705bc4250dbd7f7a8a26ba2d3523e186dedef33db95786e802fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.0.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 156c2fdf6b9742221689b0ac168a6ee2b6c9ec29d45c8170985352bc04f9be23
MD5 d656e60e19083bc9f3e781157e3e5213
BLAKE2b-256 d707d7254ead9303cbd7b2d080b14161a66f3fae5853fbbcc147bc788352fcdb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.0.3-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 4afe97661564264144ec8183f914d0eb45879740bbf252b562534998b28619d7
MD5 56f1cbc0237c25a509d19604d7856e69
BLAKE2b-256 e3b9e3d28937e7451a11aa0b9554f328e7f4b1835342a61279f562276dc37f6f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pydevd-3.0.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 15b9d14ed470924f53281f32fcb55c7ebecb9f08af757f8a8f66e6346231a6bc
MD5 93c1a797e5dd2d1d389be4fbd364b810
BLAKE2b-256 05e3cd337d98cd525c780e9c51b66f83d52a82d631febffa7beb061f5b2399bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.0.3-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 352f12428b134885d610f23843cdd40ab4be815103ac01f8688616c24ec56984
MD5 6949ab14fa009e241816a608c4d0471b
BLAKE2b-256 b94213292b3ae67c2bdd585d5ec04af31d672c80f27a776f2080e62544e15ab4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.0.3-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 10d879f89f41a76004c29b3976b9a737cb7290c0e252c7d8112db256be182874
MD5 96e83d21606644784257c5c79db255ab
BLAKE2b-256 9192c126fa0e702add031db2023d5735bff11623e065d1db624ed938485dfe5f

See more details on using hashes here.

File details

Details for the file pydevd-3.0.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.0.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 69d6fff38ef7dd3b30ff31000017937247bd7a6ed3b35de6f0eba9dfd7ec96a9
MD5 bbaa645032f76cd0911aa34e13920ab0
BLAKE2b-256 88fc8dc6f4b5c9f60c4bc6b5d65e954eab27bcdd9606f8a79dc5733d342991bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.0.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 778ecae64682b2a884c7bbf7cda70e9eb7b7eb846176c543501082a7f082a26a
MD5 0a5a2b48227007592c5be4be8b7edb75
BLAKE2b-256 a4a77faef3d02164284f8e662dceb44c3823bb0fd2d7a33ce961fc8dfc767e1f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.0.3-cp39-cp39-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 e248f669c31bb6fe93b7633f68e1007ee47c11b59a751259935743dc64484ae3
MD5 b75f68a261b8d461a8306583c014ada5
BLAKE2b-256 a1d09c80d0c76bd2eb0da3b26ab810dc82f50d5bcb5edb8d54ded2e6e666ae07

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pydevd-3.0.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 051c8405e9e83cfaf5a0767ee3beeb205777c41f7ab4333012ecc56507c22b69
MD5 b7c937f3c72362c22d441d90cf857873
BLAKE2b-256 b796b8e37f9d271a1518e0530e6625f0e233068446d3a18ab8a233112df1eb89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.0.3-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bce3b843dc09b8c1d269e541536b75cf3bb53f956b5cac620405264b441b7be7
MD5 2899feac9dc60a1a02d92ee33d1e7c90
BLAKE2b-256 0510236ac6fc1792e1c29ec670b415f8afe8ab2ef32c7a57bbd32f817e08aa07

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.0.3-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 4a9e70ac6370d1d8ecbee8c86a120d18649839fa198f54666461d04da8344610
MD5 aa81e4f397d87f121a2522c8420af890
BLAKE2b-256 489fc190dd7a920a9d69c753f5be4fc9bc410e8645595faad57f6eebb2022eb2

See more details on using hashes here.

File details

Details for the file pydevd-3.0.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.0.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 367cbfa14643da6d60faf86577f70305aac5b12695374a83e3d1c6dc5e87e135
MD5 da364e4c586c4a24b20c4a45d0b056e5
BLAKE2b-256 8ce6047a53ae768ea1e70a2e211364719ea5923fb536fc984319e883cc9a7dfd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.0.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a35e4308aa45f50bcabe4f160766b2987f42a0a6fed3a040705c637c07637c04
MD5 16d3efbc59b77a3aa8779869557ce0fd
BLAKE2b-256 bae3e24d3a713c0d0b07ccf07385bea78ccda9d163562a64e42a354ebe9c7958

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.0.3-cp38-cp38-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 bc766a57dab72759bfa95d3c41bb59602ed3b5d98fb457eced65ce40a490680c
MD5 9f3759faaa5fa7e11034100500442d2e
BLAKE2b-256 ee18efbb86994b93e211ecbd249987ecb4c45d825f2966f4a3dc5114bad9ddf8

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