Metadata-Version: 1.1
Name: azcat
Version: 1.0.5
Summary: A alternative to cat(1); specialized for printing files
Home-page: http://github.com/nuta/azcat
Author: Seiya Nuta
Author-email: nuta@seiya.me
License: UNKNOWN
Description: ******
        azcat
        ******
        
        .. image:: https://travis-ci.org/nuta/azcat.svg?branch=master
            :target: https://travis-ci.org/nuta/azcat
        
        .. image:: https://badge.fury.io/py/azcat.svg
            :target: http://badge.fury.io/py/azcat
        
        azcat is an alternative to ``cat(1)``; specialized for printing. It prints files with syntax
        highlighting and formatting.
        
        .. image:: https://raw.githubusercontent.com/nuta/azcat/master/demo.gif
        
        ============
        Installation
        ============
        .. code-block:: bash
        
            $ pip3 install azcat # use Python3
        
        =====
        Usage
        =====
        .. code-block:: bash
        
            $ az --help            # manual
            $ az /usr/local/bin/az
            $ az README.md
            $ az -t main           # source code reading with GNU global(1)
            $ az -F timetable.csv  # pretty printing
            $ az -P story.md       # read with less(1)
            $ curl example.com/api/foo.json | az -f json
        
        =======
        License
        =======
        azcat is a public domain software.
        
        ============
        Contributors
        ============
        - `Seiya Nuta <https://github.com/nuta>`_: Author
        - `Alessandro Pisa <https://github.com/ale-rt>`_: PR `#3 <https://github.com/nuta/azcat/pull/3>`_
        - `Simeon Visser <https://github.com/svisser>`_: PR `#7 <https://github.com/nuta/azcat/pull/7>`_
        - `Marc Abramowitz <https://github.com/msabramo>`_: PR `#12 <https://github.com/nuta/azcat/pull/12>`_
        
        ============
        Contributing
        ============
        Please send a Pull Request on GitHub. I will be very happy whatever the PR does :)
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: License :: Public Domain
Classifier: Operating System :: POSIX
Classifier: Topic :: Utilities
