Metadata-Version: 1.1
Name: NicePrinter
Version: 1.0.1
Summary: A simple Python project to generate nice prints
Home-page: https://github.com/24aitor/NicePrinter
Author: Aitor Riba Archilla
Author-email: contact@aitorriba.com
License: MIT
Description: Nice Printer
        ============
        
        .. image:: https://img.shields.io/github/release/24aitor/NicePrinter.svg
        .. image:: https://img.shields.io/badge/Built%20For-Python%203.X-orange.svg
        .. image:: https://img.shields.io/badge/license-MIT-blue.svg
        
        What is Nice Printer?
        ---------------------
        
        Nice printer is a project to improve your python scripts presentations by printing
        nice outputs on your shell easily.
        
        Screenshots of example.py output
        --------------------------------
        
        .. image:: https://i.imgur.com/j1Of5ix.png
        
        .. image:: https://i.imgur.com/uGMzMvK.png
        
        .. image:: https://i.imgur.com/jaLykwa.png
        
        .. image:: https://i.imgur.com/K4N2mK7.png
        
        API
        ---
        
        - underline(string)
        
        - darkcyan(string)
        
        - purple(string)
        
        - yellow(string)
        
        - green(string)
        
        - cyan(string)
        
        - blue(string)
        
        - bold(string)
        
        - red(string)
        
        - colorsChars(string)
        
        - center(string)
        
        - hr(percentage = 75, sym = '-')
        
        - box(string, hsym = '-', vsym = '|')
        
        - bbox(string)
        
        - cbox(string, hsym = '-', vsym = '|')
        
        - cbbox(string)
        
        - title(string, percentage = 75, sym = '-')
        
        - listing(head, array, vsym = '|', hsym = '=', centered = False, boldHead = True)
        
        - table(array, vsym = '|', hsym = '=', centered = False, boldHead = True
        
Keywords: print shell
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
