Metadata-Version: 1.1
Name: haste-client
Version: 1.0.3
Summary: CLI client for Haste server (hastebin.com) written in Python.
Home-page: https://github.com/jirutka/haste-client
Author: Jakub Jirutka
Author-email: jakub@jirutka.cz
License: MIT
Description: CLI Haste client
        ================
        
        |version|
        
        A simple client for `Haste
        server <https://github.com/jirutka/haste-server>`__ written in Python.
        
        Installation
        ------------
        
        Use pip or easy\_install:
        
        ::
        
            pip install haste-client
        
        Gentoo users can use
        `haste-client <https://github.com/cvut/gentoo-overlay/tree/master/www-apps/haste-client>`__
        ebuild from `CVUT Overlay <https://github.com/cvut/gentoo-overlay>`__.
        
        Haste client needs Python 2.6+ or 3.x (it was tested on 2.7, 3.3 and
        3.4) and following modules:
        
        -  `requests <https://github.com/kennethreitz/requests>`__
        -  `docopt <https://github.com/docopt/docopt>`__ >= 0.3.0
        
        Usage
        -----
        
        Text can be passed to ``haste`` via stdin or a file. TTY is also
        supported.
        
        ::
        
            haste FILE
            cat FILE | haste
        
        URL of the created entry is then printed to STDOUT.
        
        Configuration
        -------------
        
        Haste client reads configuration variables from ``~/.hastec`` and
        ``/etc/hastec.conf`` (in this order, first wins). When no such file or
        the particular variable exists, then default values are used:
        
        ::
        
            server_url = http://hastebin.com
            timeout = 3
        
        License
        -------
        
        This project is licensed under `MIT
        license <http://opensource.org/licenses/MIT>`__.
        
        .. |version| image:: https://img.shields.io/pypi/v/haste-client.svg?style=flat
           :target: https://pypi.python.org/pypi/haste-client
        
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Utilities
