httpie-cli/httpie/__init__.py
Jakub Roztocil 9b8cb42efd 0.2.3
2012-07-17 00:37:13 +02:00

8 lines
107 B
Python

"""
HTTPie - cURL for humans.
"""
__author__ = 'Jakub Roztocil'
__version__ = '0.2.3'
__licence__ = 'BSD'