-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from Techno-Disaster/master
PyPi Release
- Loading branch information
Showing
17 changed files
with
608 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
Metadata-Version: 2.1 | ||
Name: TDebugger | ||
Version: 0.1.0 | ||
Summary: A advanced python debugger with live tracing that outputs video logs of a program's execution. | ||
Home-page: https://github.com/CCExtractor/TDebugger | ||
Author: Jayesh Nirve | ||
Author-email: [email protected] | ||
License: UNKNOWN | ||
Description: # TDebugger | ||
A advanced python debugger with live tracing | ||
## Installation | ||
Use the `pip` package manager to install TDebugger | ||
```shell script | ||
pip install TDebugger | ||
``` | ||
Then, you can run it as a command-line tool: | ||
```shell script | ||
TDebugger.py --help | ||
``` | ||
|
||
## Output: | ||
![video](assets/tdebugger.gif) | ||
![output](https://github.com/Techno-Disaster/TDebugger/blob/master/assets/py6binarysearch.png) | ||
|
||
|
||
|
||
Moving to CCextracter. | ||
|
||
Platform: UNKNOWN | ||
Classifier: Programming Language :: Python :: 3 | ||
Classifier: Programming Language :: Python :: 3.7 | ||
Description-Content-Type: text/markdown |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
README.md | ||
setup.py | ||
TDebugger/TDebugger.py | ||
TDebugger.egg-info/PKG-INFO | ||
TDebugger.egg-info/SOURCES.txt | ||
TDebugger.egg-info/dependency_links.txt | ||
TDebugger.egg-info/entry_points.txt | ||
TDebugger.egg-info/requires.txt | ||
TDebugger.egg-info/top_level.txt | ||
TDebugger/TestAlgos/sorting.py | ||
TDebugger/TestAlgos/test.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[console_scripts] | ||
TDebugger = TDebugger.TDebugger:main | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Pillow | ||
opencv-python | ||
numpy | ||
pyyaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
TDebugger |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
Binary file not shown.
Oops, something went wrong.