@@ -144,26 +144,19 @@ if __name__ == '__main__':
144144```
145145
146146## List of all decorators in this package
147- - [ @count_calls] ( https://lostindarkmath.github.io/pedantic-python-decorators/pedantic/decorators/fn_deco_count_calls.html )
148147- [ @deprecated ] ( https://lostindarkmath.github.io/pedantic-python-decorators/pedantic/decorators/fn_deco_deprecated.html )
149- - [ @does_same_as_function] ( https://lostindarkmath.github.io/pedantic-python-decorators/pedantic/decorators/fn_deco_does_same_as_function.html )
150148- [ @frozen_dataclass] ( https://lostindarkmath.github.io/pedantic-python-decorators/pedantic/decorators/cls_deco_frozen_dataclass.html#pedantic.decorators.cls_deco_frozen_dataclass.frozen_dataclass )
151149- [ @frozen_type_safe_dataclass] ( https://lostindarkmath.github.io/pedantic-python-decorators/pedantic/decorators/cls_deco_frozen_dataclass.html#pedantic.decorators.cls_deco_frozen_dataclass.frozen_type_safe_dataclass )
152150- [ @for_all_methods] ( https://lostindarkmath.github.io/pedantic-python-decorators/pedantic/decorators/class_decorators.html#pedantic.decorators.class_decorators.for_all_methods )
153151- [ @in_subprocess] ( https://lostindarkmath.github.io/pedantic-python-decorators/pedantic/decorators/fn_deco_in_subprocess.html )
154- - [ @mock ] ( https://lostindarkmath.github.io/pedantic-python-decorators/pedantic/decorators/fn_deco_mock.html )
155152- [ @overrides ] ( https://lostindarkmath.github.io/pedantic-python-decorators/pedantic/decorators/fn_deco_overrides.html )
156153- [ @pedantic ] ( https://lostindarkmath.github.io/pedantic-python-decorators/pedantic/decorators/fn_deco_pedantic.html#pedantic.decorators.fn_deco_pedantic.pedantic )
157154- [ @pedantic_class] ( https://lostindarkmath.github.io/pedantic-python-decorators/pedantic/decorators/class_decorators.html#pedantic.decorators.class_decorators.pedantic_class )
158- - [ @rename_kwargs] ( https://lostindarkmath.github.io/pedantic-python-decorators/pedantic/decorators/fn_deco_rename_kwargs.html )
159155- [ @require_kwargs] ( https://lostindarkmath.github.io/pedantic-python-decorators/pedantic/decorators/fn_deco_require_kwargs.html )
160156- [ @retry ] ( https://lostindarkmath.github.io/pedantic-python-decorators/pedantic/decorators/fn_deco_retry.html )
161- - [ @timer ] ( https://lostindarkmath.github.io/pedantic-python-decorators/pedantic/decorators/fn_deco_timer.html )
162- - [ @timer_class] ( https://lostindarkmath.github.io/pedantic-python-decorators/pedantic/decorators/class_decorators.html#pedantic.decorators.class_decorators.timer_class )
163157- [ @trace ] ( https://lostindarkmath.github.io/pedantic-python-decorators/pedantic/decorators/fn_deco_trace.html )
164158- [ @trace_class] ( https://lostindarkmath.github.io/pedantic-python-decorators/pedantic/decorators/class_decorators.html#pedantic.decorators.class_decorators.trace_class )
165159- [ @trace_if_returns] ( https://lostindarkmath.github.io/pedantic-python-decorators/pedantic/decorators/fn_deco_trace_if_returns.html )
166- - [ @unimplemented ] ( https://lostindarkmath.github.io/pedantic-python-decorators/pedantic/decorators/fn_deco_unimplemented.html )
167160- [ @validate ] ( https://lostindarkmath.github.io/pedantic-python-decorators/pedantic/decorators/fn_deco_validate/fn_deco_validate.html )
168161
169162## List of all mixins in this package
@@ -183,12 +176,7 @@ There are no hard dependencies. But if you want to use some advanced features yo
183176 - ` GenericFlaskDeserializer `
184177
185178## Contributing
186- Feel free to contribute by submitting a pull request :)
187-
188- ## Acknowledgments
189- * [ Rathaustreppe] ( https://github.com/rathaustreppe )
190- * [ Aran-Fey] ( https://stackoverflow.com/questions/55503673/how-do-i-check-if-a-value-matches-a-type-in-python/55504010#55504010 )
191- * [ user395760] ( https://stackoverflow.com/questions/55503673/how-do-i-check-if-a-value-matches-a-type-in-python/55504010#55504010 )
179+ This project is based on [ poetry] ( https://python-poetry.org/ ) and [ taskfile] ( https://taskfile.dev ) .
192180
193181## Risks and side effects
194182The usage of decorators may affect the performance of your application.
0 commit comments