Metadata-Version: 2.4
Name: printype
Version: 0.0.1
Summary: 6 useful functions for better debbuging. The best are printype_symbol and typering_symbol
Author-email: Mohammad Pourmohammadi Fallah <mohammad.pfallah@gmail.com>, Fatemeh Motamed <motamed.258@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/pypa/sampleproject
Project-URL: Issues, https://github.com/pypa/sampleproject/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

This package is useful for debbuging.

1- use printype to print a variable and its type :)
2- use typerint to print a variable's type and itself :)
3- use printype_symbol to print a variable and its type in a new line surrounding with 80 charachters of the given symbol (default is *) :)
4- use typerint_symbol to print a variable's type and itself in a new line surrounding with 80 charachters of the given symbol (default is *) :)
