Releases: Prince2347X/pydoodle
Releases · Prince2347X/pydoodle
Minor Improvements
Fixed the Output.output
property.
Some optimizations
v1.1.2 Optimizations
Added `LimitExceeded` error.
- Added
LimitExceeded
error and it raises when you've exceeded the daily limit to make API calls. - Made some minor improvements.
Supports online code hosting links.
1. Script From Links.
Now no need to copy and paste the code in your local files.
Just provide the link of the site and pydoodle will automatically fetch the script.
See docs to see the currently supported links.
2. Some minor changes and errors fixed.
Execute function now returns an `Output` object instead dictionary.
Execute function now returns an Output
object instead dictionary.
Output
- output - The script output if ran successfully or error on failed.
- statusCode - The status code of the program.
- memory - The memory used to execute the script.
- cpuTime - Time taken by the CPU to execute the script.