Flask-ServerInfo

Flask server info view for inspecting server app and user requests


Keywords
Flask, debug, info
License
MIT
Install
pip install Flask-ServerInfo==0.1.2

Documentation

Flask-ServerInfo

Flask server info view for inspecting server app and user requests.

[Version] (https://github.com/salsita/flask-serverinfo/tags) [PyPI package] (https://pypi.python.org/pypi/Flask-ServerInfo/) [Downloads] (https://pypi.python.org/pypi/Flask-ServerInfo/) [Supported Python versions] (https://pypi.python.org/pypi/Flask-ServerInfo/) [License] (https://pypi.python.org/pypi/Flask-ServerInfo/)

Supported Platforms

Get Started

Install using pip or easy_install:

pip install Flask-ServerInfo
easy_install Flask-ServerInfo

Features

  • Provide a view that dumps the server app object and user request object in JSON.

Changelog

0.1.2

Fixes

  • Fix inspecting dictionaries with non-string keys.
  • Fix package setup on Python 3.

0.1.1

Fixes

  • Fix package setup to not require dependencies preinstalled.

0.1.0

Features

  • Initial release.