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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.13 Windows x86-64

pydevd-3.3.0-cp313-cp313-musllinux_1_2_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

pydevd-3.3.0-cp313-cp313-musllinux_1_2_i686.whl (5.4 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ i686

pydevd-3.3.0-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.5 MB view details)

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

pydevd-3.3.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (4.3 MB view details)

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

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

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

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

Uploaded CPython 3.12 Windows x86-64

pydevd-3.3.0-cp312-cp312-musllinux_1_2_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

pydevd-3.3.0-cp312-cp312-musllinux_1_2_i686.whl (5.4 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

pydevd-3.3.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.3.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.3.0-cp312-cp312-macosx_14_0_universal2.whl (2.7 MB view details)

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

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

Uploaded CPython 3.11 Windows x86-64

pydevd-3.3.0-cp311-cp311-musllinux_1_2_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

pydevd-3.3.0-cp311-cp311-musllinux_1_2_i686.whl (4.3 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

pydevd-3.3.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.3.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.3.0-cp311-cp311-macosx_14_0_universal2.whl (2.2 MB view details)

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

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

Uploaded CPython 3.10 Windows x86-64

pydevd-3.3.0-cp310-cp310-musllinux_1_2_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

pydevd-3.3.0-cp310-cp310-musllinux_1_2_i686.whl (4.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

pydevd-3.3.0-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.3.0-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.3.0-cp310-cp310-macosx_14_0_universal2.whl (2.4 MB view details)

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

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

Uploaded CPython 3.9 Windows x86-64

pydevd-3.3.0-cp39-cp39-musllinux_1_2_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

pydevd-3.3.0-cp39-cp39-musllinux_1_2_i686.whl (4.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

pydevd-3.3.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.7 MB view details)

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

pydevd-3.3.0-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.3.0-cp39-cp39-macosx_14_0_universal2.whl (2.4 MB view details)

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

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

Uploaded CPython 3.8 Windows x86-64

pydevd-3.3.0-cp38-cp38-musllinux_1_2_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

pydevd-3.3.0-cp38-cp38-musllinux_1_2_i686.whl (4.7 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

pydevd-3.3.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.3.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.3.0-cp38-cp38-macosx_14_0_universal2.whl (2.4 MB view details)

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

File details

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

File metadata

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

File hashes

Hashes for pydevd-3.3.0.tar.gz
Algorithm Hash digest
SHA256 aa4bdb74c5e21bde8f396c5055f5e34b0a23a359ec1cc44c6b25282adc9c3f50
MD5 8fb542ae17cc6517b550750b8265d729
BLAKE2b-256 3427eb05f8c3205f469e41172ae8b1c3a8be4c609b2bb60c037279bba542412b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pydevd-3.3.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.1.0 CPython/3.13.1

File hashes

Hashes for pydevd-3.3.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 77d5e8688ddca31a8d342baf3d37b39db3c6c5e639f65f66ae58b9bc6dc47637
MD5 09bf4142e4329de863d93b79f140f82b
BLAKE2b-256 e66523405d2590bf60e1b09bd979acc77a4da6f95c7879cbe1ada93f45fec9c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.3.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6cc982957d6c75fe42c14a15793ce812a5acc6a4f9baf88785d150a4cdc267b0
MD5 e4d01bb3476d4ec9bdeef3eef628b825
BLAKE2b-256 b75098ac5d8332051d34695b73bc4c01ba6b1ba5d39bcec9f9c185117bc137fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.3.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8f61b3fbc1b1da52bd16289cf89f7b621c28787e3a6134285d85d79aa43d6fcb
MD5 e732380326bb927da8c68ff56fab9cd2
BLAKE2b-256 2320e6fd0dde2326d1093cd793403b6dd198c82dc4d95c40668b4de7d14d6052

See more details on using hashes here.

File details

Details for the file pydevd-3.3.0-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pydevd-3.3.0-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 206232066a737bdc1ea27e46a61356a8b0cfdbfd3befe667aed2ba267102f72b
MD5 42e5bc7483773654dfd513b9560a29a1
BLAKE2b-256 a790d24dd2287a4b71e64ecc15dab9559ad21900cf6d8ff209872f5a3bfa11b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.3.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6a779970f39580a84e48aec5ad1cd60ad59c5e7b820d31dae058427fb71a8747
MD5 2a9299e95b2d2a773a6f5ea282b0928a
BLAKE2b-256 69e17fbd827ada3ca8e880cdf5e94ddbb5a09c99f437033306ef8d7becb44467

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.3.0-cp313-cp313-macosx_14_0_universal2.whl
Algorithm Hash digest
SHA256 21506d009947e4766953ee80ae2b7806bb8144d9da2151408a60e727e19dcf24
MD5 451e1c9fc83963702284251155d2c37b
BLAKE2b-256 c99bac02fde7252570d7de383dd3d7ae9fe25341fdf3a6d5af7efb8cdb831a4e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pydevd-3.3.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.1.0 CPython/3.12.8

File hashes

Hashes for pydevd-3.3.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c027d2249478d127a146f245d50de9a211296467ec9d21f25febf3ac916623da
MD5 86d0f2945b75bdc9d43ddd1c53e0f06f
BLAKE2b-256 6d79914d1252544d1f1866798cdfc892911496d25bcc7701ffbf8854572bf5dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.3.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e0490b1d6aa50c0b0b54166ef9605c837411f0134b97e5afa6686f31eba1d830
MD5 2040f71c85f1ed9dda415ddf21716770
BLAKE2b-256 c0ec9180b86fe877c02472d71dc052f52cb7e48befee8e99c62890d31c378d71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.3.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1a2fa54ee2be7dc19c220e113551c92199c152a4ee348e7c3c105ebc7cff623c
MD5 b76c4ff58cd54c2012899daaf73c535b
BLAKE2b-256 499e0de175ce93d8f08291aeaa52c914942fb963af0ee74efa9d52826fcfd18b

See more details on using hashes here.

File details

Details for the file pydevd-3.3.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.3.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 47737ab44b3365a741ee9e57d43951d7067938169411785cf2d7507cd049869a
MD5 7b37faf7772f56e57b1591192e4503af
BLAKE2b-256 a221f06498d8f037bb116387debf7ebd937399ac0f18a230c339cbf9b4064d1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.3.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 20c67695b446014c3e893e2443dfc00abf1c1f25983148fa7899c21f32f70428
MD5 c82a1f6018b060c6c9a24a904f126aef
BLAKE2b-256 0c1f67ca15172e86877740af05fb840f1e3486ef996f906ff4c9b066faad0dd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.3.0-cp312-cp312-macosx_14_0_universal2.whl
Algorithm Hash digest
SHA256 2a47457fd0b45666fbe76b5037c4b4a2c5c9fc87755faf6c8d47accc7d0e4dc6
MD5 36d8cead3d1b87dbf4a4d58c2828b2a9
BLAKE2b-256 a6a79d1ddefa77b7ef03c1f1e66a51f723be9085554b43fd43129606c8147a86

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pydevd-3.3.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 cb190421435f56b8366a2757281962a8dca31c6ea480cd5e213e24d6418a809c
MD5 52fcdc69b71e3f0c29522fca40429406
BLAKE2b-256 7ccd76ac9f08f1e601a00c3034ff25bdcbc2503461e2eb542a92a57ce70519b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.3.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1472dd4ca78c2d5c3b0b165d7f0c9b00b523b3a1d059dbdfe22c75f1a42c34e5
MD5 8930be0bd9ad5dd6183b8b35b8dc6887
BLAKE2b-256 42f8b36b51964942db6c35fae95d7c1b15720cb84910503230d4f15681da021c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.3.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 794cd4c20ff8d23c42e44ca69b038e60043d83d6b6cce2ff4e55dd3964679507
MD5 383a7c6320a888ba7b57912f8b05ba14
BLAKE2b-256 6b3cc15565be333e1cb895a22b448854de841f4778a4cbc4b47f6074a41cc178

See more details on using hashes here.

File details

Details for the file pydevd-3.3.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.3.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 925dc3f884832d58d241c6f9275cfaf5e8fd1f328a54642d2c601e2c106c1277
MD5 327dccf2dc92a3399b01711fe26b132f
BLAKE2b-256 0a601ad3bcd67cbc70c5323478bd575f20bc9baeadf80699ce9fda771dc2b349

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.3.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ad52f71503825b571fdb00afbec6c9e9989c634b8a8d901e343b56f858b70a49
MD5 ea0255e752af45e130ff50da7b7bd902
BLAKE2b-256 e036ef83b4a3f71212117399e3836cc547c59ae0332466cb83a8c900ee2df730

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.3.0-cp311-cp311-macosx_14_0_universal2.whl
Algorithm Hash digest
SHA256 46d7438e74c5903ae6ac1cc824cc7df1597f26929ee95379396aa0dd963625d0
MD5 fc47197d8c1c70bd03fefa3cdc66bcbe
BLAKE2b-256 2fadd9fa74ecf70328e5a79d1966a593e0b1e1a4a0c28626c5c72039bc6c6346

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pydevd-3.3.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 fdfef7091745a495341d6fe3c74ff6c6031e1fde0495a49c6887600dddc80ab9
MD5 1721131b5b20dd9c6736ae6bb5185b15
BLAKE2b-256 a461a32f0d4725b9609a873507ebae8ab1ec956bacc08a7263d0aeda66d8606e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.3.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 65044faa27b8ce5f3166ad0bfcd080983aa5244af130f98aa81eab509b3a072d
MD5 593c45ca48adcd114764baca386221d7
BLAKE2b-256 32a9da668fbfff7f998895e041ceb34ad2f9cba7b87c894bbcdc8c94a2967e99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.3.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6221258670994bddbfcf1c878ee40485cdda56dc47f95024c0050248c0023e66
MD5 078cfe4cef5cfe641815e199a6f21ec0
BLAKE2b-256 93a64b535afa71b42604644c58a9d211e5b74e311efd3a7f530421f1e1560af1

See more details on using hashes here.

File details

Details for the file pydevd-3.3.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.3.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aadeec65b783264cc162426e97d3fe967ca2bf742b4cfef362562ca8cd75b829
MD5 a5f73ff587025772fa3648d6187aaca9
BLAKE2b-256 466f6f0cfd095316987cd782e92b8f19d0367230d2ad11c26b276f4ddabaf01c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.3.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 04fad1696d596e7bc0e938ca6a08bc0abcc9f6e10099b67148c9fe8abdddf36a
MD5 e69af660bb003dc33bc3e7f90691e105
BLAKE2b-256 ea4ccccbe293312d355a8243aab7e9b032d3b3c6f8eecfde22a1772667723784

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.3.0-cp310-cp310-macosx_14_0_universal2.whl
Algorithm Hash digest
SHA256 5a3a6948d09db219754efdd254fb462aa68a76e635cabc9cb7e95669ce161b14
MD5 171a8a795f1b174640cc6b591ca47578
BLAKE2b-256 7b6e06842c7fe76791b7baad693715b8ff45f59637f03c86428df25b2e42c3c6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pydevd-3.3.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 29ae2c91f5d9ebb080d64e7f2cb5d127ccbfbee2edd34cbce90db61ac07647b2
MD5 72b2a10420abcff3cb71c8f06ab59b9a
BLAKE2b-256 cc07942aa636ee088282f3604cd4fac12fdc9155670908364b5340f61632881d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.3.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 512250f1100f361ca7e3a0b0da30b3f2876cb3ca1747deab32c0f5e4c3cd0df4
MD5 35995f0361d42f5b2ad09c7eb669f2a4
BLAKE2b-256 ee980938b4f4c23a6dc66fd0ba34e48cf73bf44b5fbddf8fbde6064c2fcb32b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.3.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 150ff02deac2a49a0f3b352766789fdf7313281aafdb78840b11413fbc2ac06e
MD5 04759464e03b0a55a9990fab7a54a925
BLAKE2b-256 1cda7ce31076d4ff367002056b98eac1d535caf664efcc4ca7c6ceb737ff8596

See more details on using hashes here.

File details

Details for the file pydevd-3.3.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.3.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 15527e3b42a90d2b9ca568ef506ee3d0b0f3ebf5770bdc036916b61b2480f253
MD5 7bbdf7b0807731f2eef402baa389308e
BLAKE2b-256 91e090eb431f0dfa5f4722259e04acb65b71aa1bd167b747d09fd4d0bf88e15f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.3.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f7c6b3e34e3b0d8952addc58dcb2aaeb9c8b92a51c7255d3e11356ac7d195594
MD5 1235f2c608d558c60002ead8cc682484
BLAKE2b-256 140cd2381dc80a7adf09c59730099392e0e501940e05d3741349a5441d6934b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.3.0-cp39-cp39-macosx_14_0_universal2.whl
Algorithm Hash digest
SHA256 79c4752d9794b583ee775c1e40d868b567bc79c05b89a58aefc9c8e5c3719976
MD5 683db534de21a44444e22087a3171871
BLAKE2b-256 b6ef47533e3f064121930c483e9b0751892d7ed22a3e2de4b5dccae65bd3212d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pydevd-3.3.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.3.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 10d549260fde494664255ef5e245e204fc6c0827f4ba3d486e7f54d202912367
MD5 9edf0900a99dc4d9e9c9e194f07e86c7
BLAKE2b-256 d2fbe797d02807d6cea0374f9e3b69cc984d4e703c248c782f2fc997d745ea92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.3.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 07d0a52e73fb8d6de1449178d0ae6a54acc1234834fb76811eb55e14c73d26f1
MD5 e07ff480919877d08e6003cd3029cfe2
BLAKE2b-256 4cdbb0c9a50cccaf867de92a6d8f660ec6b4db59848074d22bbe377b35c462f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.3.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ccbd7a2a74e3b04079fec0eb3e3633cdf15c75eeab0a0dcca3be23c87a13f7f1
MD5 0380f4e7e1fbc1df21e2d8e353d82ff3
BLAKE2b-256 a9007a6d40e1e4834ca518a7ddaea7d8196c6873999bbeeb15de3bc5b9e8378b

See more details on using hashes here.

File details

Details for the file pydevd-3.3.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.3.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ce504ee65acca6ed1ccc6e39cc3cf48ada01a318628cc8743fe7dc07e05ebc7a
MD5 eb5890341f7d4b9bb3415a0cd412c384
BLAKE2b-256 97192ed71c3d0de17e95603f785839d879cd5c3b42d1d63773a2a435b6c62a2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.3.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 acdf76c291ecca0121d5fd8e631246865cf604356c2fb354da9f446ed6cdf17d
MD5 b2b2da5cb8c09c0430c67ab3f11e9d45
BLAKE2b-256 4e4d5860dd1a5bf7d16dda65adc6201758151d7dbfeb4362920a075c6353bdcb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydevd-3.3.0-cp38-cp38-macosx_14_0_universal2.whl
Algorithm Hash digest
SHA256 22f0d5f5347e44469ac46cb7bbd8817f7b44754e755e4d770dce13aa26a0aaf4
MD5 f0f04e40bcb633c1d8dcba6402faa134
BLAKE2b-256 284e9a1a1c5303af192b0f942fe250b99d0aedb2cdd02fd946ac2bdb81299751

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 Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page