Metadata-Version: 2.1
Name: print.py
Version: 127.0.0.1
Summary: print.py is an elegant and reliable wrapper around print
Home-page: https://github.com/jay3332/print.py
Author: jay3332
License: UNKNOWN
Description: <h1 align="center">
        print.py
        </h1>
        <p align="center">
        <sup>
        A sophisticated wrapper around print
        </sup>
        </p>
        
        ----
        
        ## Why use print.py?
        print.py is elegant and simple to use, not to mention it's elegant and beautiful code.  
        
        ## Features
        - print
            - args
            - kwargs
        
        ## How to install??
        You must have node.js and npm to install print.py.
        ```cpp
        $ node
        >>> const { exec } = require('child_process');
        >>> exec('pip install print.py');
        ```
        ## Examples
        ```js 
        from print import print
        
        print('Hello')  # Prints out "Hello" 😱 
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
