Pedal

Latest version: v2.6.4

Safety actively analyzes 683530 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 7

2.0.2

-------------
* Minor bug fixes in TIFA, and some other tools
* Added `printed` method for Sandbox

2.0.1

-------------

* Added in `pedal.quick` to allow easy mass importing of all "core" modules.

2.0.0

-------------

Massive rewrite to internals, formalizing certain system components and adding more metadata across the board.

1.0.0

-------------

Operator's names can now be accessed with "op_name" instead of "op".

Nodes no longer have a .data_type field; instead you must use the data_type helper function

from pedal.cait.cait_api import data_type
names = ast.find_all("Name")
data_type(names[0]).is_equal("StrType")

Various instructor_* libraries have been moved into pedal.toolkits and pedal.mistakes
from instructor_printing -> from pedal.toolkit.printing import *
from instructor_utility -> from pedal.toolkit.utilities import *

from pedal.toolkit.printing import *
from pedal.toolkit.utilities import *
from pedal.toolkit.functions import *

Still to fix:
20??: Needs to point the exampe out to the correct place

Page 7 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.