Skip to content

Releases: Prince2347X/pydoodle

Minor Improvements

06 Aug 07:03
7c73e01
Compare
Choose a tag to compare

Fixed the Output.output property.

Some optimizations

24 Jun 05:13
Compare
Choose a tag to compare
v1.1.2

Optimizations

Added `LimitExceeded` error.

07 May 07:33
924c4f0
Compare
Choose a tag to compare
  • 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.

02 May 19:46
8b35bcf
Compare
Choose a tag to compare

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.

06 Apr 10:00
Compare
Choose a tag to compare

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.