Metadata-Version: 1.1
Name: pyserve
Version: 0.1.2
Summary: Serve local dirs.
Home-page: http://github.com/klen/pyserve
Author: Kirill Klenov <horneds@gmail.com>
Author-email: horneds@gmail.com
License: GNU LGPL
Description: PyServe
        =======
        
        PyServe is the simple command interface for HTTP serving directories.
        
        ::
            
            $ python -m SimpleHTTPServer
        
        VS
        
        ::
        
            $ serve
        
        
        .. image:: pyserve/raw/master/example.png
        
        .. contents::
        
        
        Requirements
        ============
        - python > 2.6
        - Flask 0.8
        
        
        Installation
        ============
        
        Distribute_: ::
        
            $ easy_install pyserve
        
        PIP_: ::
        
            $ pip install pyserve
        
        
        Usage
        =====
        ::
        
            $ serve --help
            usage: serve [-h] [-p PORT] [-s] [path]
        
            Serve current directory
        
            positional arguments:
            path                  Path to serve directory.
        
            optional arguments:
            -h, --help            show this help message and exit
            -p PORT, --port PORT  The port of the webserver.
            -s, --share           Make server available externally.
        
        
        .. _Distribute: http://pypi.python.org/pypi/distribute
        .. _PIP: http://pypi.python.org/pypi/pip
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Natural Language :: Russian
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Programming Language :: Python
Classifier: Environment :: Console
Classifier: Topic :: Software Development :: Code Generators
