Metadata-Version: 2.1
Name: httpony
Version: 0.3
Summary: A simple HTTP request listener and pretty printer
Home-page: https://github.com/mblayman/httpony
Author: Matt Layman
Author-email: matthewlayman@gmail.com
License: BSD
Keywords: HTTP,Pretty print,JSON,XML
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Topic :: Software Development :: Testing
Requires-Dist: httpie (>=0.9.4)
Requires-Dist: Werkzeug


HTTPony is an HTTP request listener that pretty prints requests to a terminal.


Releases
========

Version 0.3, May 7, 2019
------------------------

* Add support for Python 3.5, 3.6, 3.7.
* Drop support for Python 3.3.

Version 0.2, October 20, 2016
-----------------------------

* Update to fix API changes from HTTPie.

Version 0.1, August 31, 2015
----------------------------

* Initial release
* Show HTTP requests in the terminal


