Metadata-Version: 2.1
Name: anywsgi
Version: 0.0.1.dev1
Summary: TODO
Home-page: https://github.com/clach04/anywsgi-py
Author: clach04
Maintainer: clach04
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Operating System :: Microsoft :: Windows :: Windows NT/2000
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE

-- coding: utf-8 --



# anywsgi-py



quick and dirty use any available WSGI server for running from command line





## Getting Started



### Regular install



    pip install anywsgi



### Without a source code checkout



Picking up the latest version



    pip uninstall anywsgi; python -m pip install --upgrade git+https://github.com/clach04/anywsgi-py.git



### From a source code checkout



    # pip uninstall anywsgi

    # python -m pip install -r requirements.txt

    # TODO requirements_optional.txt

    python -m pip install -e .

