Metadata-Version: 1.1
Name: smokeur-cli
Version: 0.1.3
Summary: Smokeur client for CLI.
Home-page: UNKNOWN
Author: cj
Author-email: cj@carlosjoel.net
License: BSD
Description: ===========
        Smokeur CLI
        ===========
        
        `Smokeur <https://gitlab.com/c0x6a/smokeur>`_ CLI to upload files from
        your computer.
        
        How to install and run
        ----------------------
        
        Simply pip install it:
        
        .. code-block:: shell
        
           pip install smokeur-cli
        
        
        Configure environment variables and run
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        You have to set the ``SMOKEUR_SERVER`` environment variable before using
        this tool.
        
        then you can run it from a terminal:
        
        .. code-block:: shell
        
           $ smokeur /path/to/a/file.jpg
        
        
        you can upload any kind of files.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
