Metadata-Version: 1.1
Name: filecho
Version: 0.1.5
Summary: A web server for serving static files
Home-page: https://github.com/jadbin/filecho
Author: jadbin.com
Author-email: jadbin.com@hotmail.com
License: Apache 2
Description: filecho
        =======
        
        .. image:: https://img.shields.io/badge/license-Apache 2-blue.svg
            :target: https://github.com/jadbin/filecho/blob/master/LICENSE
        
        
        Overview
        --------
        
        A web server for serving static files based on `aiohttp`_.
        
        
        Requirements
        ------------
        
        - Python >= 3.5
        - `aiohttp`_
        
        .. _aiohttp: https://pypi.python.org/pypi/aiohttp
        
        
        Installation
        ------------
        
        You can install filecho from PyPI with:
        
        ::
        
            $ pip install filecho
        
        
        Usage
        -----
        
        Run web server with:
        
        ::
        
            $ filecho -d DIR -p PORT
        
        where ``DIR`` is the root directory of static files, ``PORT`` is the serving port.
        The default serving port is ``80`` without setting ``-p``.
        
        
        By the way, you can view the help message for usage with:
        
        ::
        
            $ filecho -h
        
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP
