Prefab-classes

Latest version: v0.13.1

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

Scan your dependencies

Page 3 of 4

0.9.1

BREAKING CHANGE:
import hook has been moved to a new `prefab_classes_hook` package outside of the main `prefab_classes` module.

* import hook now loads more quickly as it no longer requires the main module after original compilation
* prefab_classes imports are removed from compiled prefab modules if the imports are not used after compilation.

0.9.0

What's Changed
* JSON performance tests and a slight to_json performance boost.
* Remove support for converters
* Replace the repr function with a triangle bracket description if it is known that the standard output will not eval correctly.

**Full Changelog**: https://github.com/DavidCEllis/PrefabClasses/compare/v0.8.3...v0.9.0

0.8.3

Fixes a bug when creating dynamic classes with some values being sent to post_init where a missing newline in the template would cause a syntax error.

0.8.2

Adds dynamic `build_prefab` function.

0.8.1

* Faster `to_json` function
* No `inspect` import penalty for defining pre/post init in dynamic classes

0.8.0

Adds support for frozen classes.

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.