Metadata-Version: 2.1
Name: viu
Version: 0.0.2
Summary: A small less-like Python code viewer with responsive formatting and styling
Home-page: http://github.com/fkohlgrueber/viu
Author: Felix Kohlgrüber
Author-email: felix.kohlgrueber@gmail.com
License: UNKNOWN
Description: # *viu*
        
        A small *less*-like Python code viewer with responsive formatting and styling
        
        TODO - GIF
        
        ## Installation
        
        Install via pip:
        
        ```
        pip install viu
        ```
        
        Usage:
        
        ```
        viu <your_file.py>
        ```
        
        ## About
        
        *viu* uses the following packages:
        
        - [Black](https://github.com/ambv/black) (for formatting code)
        - [pygments](http://pygments.org/) (for color support)
        
        ## Feedback
        
        I'd love to hear your feedback. Feel free to open an issue, send an [e-mail](mailto:felix.kohlgrueber@gmail.com) or reach out on twitter [@fkohlgrueber](https://twitter.com/fkohlgrueber).
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
