METADATA 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. Metadata-Version: 2.4
  2. Name: debugpy
  3. Version: 1.8.20
  4. Summary: An implementation of the Debug Adapter Protocol for Python
  5. Home-page: https://aka.ms/debugpy
  6. Author: Microsoft Corporation
  7. Author-email: ptvshelp@microsoft.com
  8. License: MIT
  9. Project-URL: Source, https://github.com/microsoft/debugpy
  10. Classifier: Development Status :: 5 - Production/Stable
  11. Classifier: Programming Language :: Python :: 3.8
  12. Classifier: Programming Language :: Python :: 3.9
  13. Classifier: Programming Language :: Python :: 3.10
  14. Classifier: Programming Language :: Python :: 3.11
  15. Classifier: Programming Language :: Python :: 3.12
  16. Classifier: Programming Language :: Python :: 3.13
  17. Classifier: Programming Language :: Python :: 3.14
  18. Classifier: Topic :: Software Development :: Debuggers
  19. Classifier: Operating System :: Microsoft :: Windows
  20. Classifier: Operating System :: MacOS
  21. Classifier: Operating System :: POSIX
  22. Classifier: License :: OSI Approved :: MIT License
  23. Requires-Python: >=3.8
  24. Description-Content-Type: text/markdown
  25. License-File: LICENSE
  26. Dynamic: author
  27. Dynamic: author-email
  28. Dynamic: classifier
  29. Dynamic: description
  30. Dynamic: description-content-type
  31. Dynamic: home-page
  32. Dynamic: license
  33. Dynamic: license-file
  34. Dynamic: project-url
  35. Dynamic: requires-python
  36. Dynamic: summary
  37. debugpy is an implementation of the Debug Adapter Protocol for Python.
  38. The source code and the issue tracker is [hosted on GitHub](https://github.com/microsoft/debugpy/).