Pyperaptor

Latest version: v0.1.3.1

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

Scan your dependencies

0.1.3.1

- Updating documentation
- Fixing an issue from specific callable object condition

0.1.3

- Enhanced pipeline to pipeline integration
- Included tests and travis integration

0.1.2

- Adding function list as input

example:
python

from pyperaptor import Pipeline

functions = [
(lambda x: x),
(lambda x: x + 1)
]
p = Pipeline(functions)
p.lock()
print(p.process(range(10)))

0.1.1

First official release

0.0.1beta

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.