Mpzinke

Latest version: v0.8.4

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

Scan your dependencies

Page 5 of 8

0.6.0

Validator class is an inherited class that can:
- Determine whether all the args passed are of the correct type hints to the constructor

EG
python
class A(Validator):
def __init__(self, arg1: int, arg2: list[str], arg3: int|list[dict]):
Validator.__init__(self, locals())


A(1, [""], [{}]) pass
A(1, [1], [{}]) fail

0.5.5

0.5.4

0.5.3

Simplifies url setter

0.5.2

Usage example `Server(additional_args={str: "Hello Function"})`

0.5.1

Page 5 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.