Greensim

Latest version: v2.3.1

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

Scan your dependencies

2.3.0

2.2.1

Fix for version 2.2.0 to prevent tags from being an entirely new package

2.2.0

Adds the Tags feature
- Creates the class `TaggedObject`, which handles adding, removing, and checking for tags on its subclasses
- Tags are created by creating a subclass of the `Enum` `Tags` and adding elements to the subclass
- `Process` is now a subclass of `TaggedObject` and passes on any tags it owns to new `Process`es it creates
- The decorator `tagged` temporarily stores tags in the `__dict__` of the decorated function in an attribute that is read by `Process.__init__`
- As a result of the above `Process.__init__` does not take tags as an argument, but instead collects them during construction

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.