Metadata-Version: 2.1
Name: pyjdb
Version: 0.0.1
Summary: Python package to interface with the standard CLI Java Debugger `jdb` to extract information about the execution of Java programs.
Home-page: https://github.com/jlumbroso/pyjdb
Author: Jérémie Lumbroso
Author-email: lumbroso@cs.princeton.edu
License: LGPL3
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: pexpect
Requires-Dist: typing

# pyjdb
Python interface with Java debugger through JDB.


