Metadata-Version: 1.1
Name: printbetter
Version: 2.0
Summary: Printing perfix and log file!
Home-page: https://github.com/gruvw/printbetter
Author: Gruvw
Author-email: gruvw.dev@gmail.com
License: GPLv3
Download-URL: https://github.com/gruvw/printbetter/archive/v_2.0.tar.gz
Description: PrintBetter
        ===========
        
        Description
        -----------
        
        Use PrintBetter to have a nice prefix before printing anything on the
        console output. It also creates a nice log file where you can find
        anything that you have printed during the program execution. Take a look
        at the `GitHub repository`_ to learn a bit more or to see the
        documentation.
        
        Default example:
        ----------------
        
        .. code:: python
        
           import printbetter as pb
        
           pb.init()
        
           pb.info("information")
           pb.debug("variable debug")
           pb.warn("warning")
           pb.err("error")
        
        This module was developed by `@Gruvw`_.
        
        .. _GitHub repository: https://github.com/gruvw/printbetter/
        .. _@Gruvw: https://github.com/gruvw
        
Keywords: print,log,logging,time,console,better,printbetter,out,file,logs
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
