Metadata-Version: 1.2
Name: smokeur-cli
Version: 0.1.6
Summary: Smokeur client for CLI.
Home-page: https://gitlab.com/c0x6a/smokeur-cli
Author: c0x6a
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: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Python: >=3.6
