Metadata-Version: 2.1
Name: object-repr
Version: 0.0.2
Summary: Provide dynamic __repr__ method for any __dict__ based class.
Home-page: UNKNOWN
Author: Idan Kalderon
Author-email: <idan9532@gmail.com>
License: UNKNOWN
Project-URL: Source Code, https://git.dev.earnix.com/idank/object-repr
Keywords: python,repr,print
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows

# Object_repr

Alpha Version, Under construction.
Developed by Idan Kalderon (c) 2022

Provide dynamic __repr__ method for any __dict__ based class.
Order of the printed items is defined by vars(self) dict.
For default not include private attributes (start with '_').

## License

MIT


