httpie-cli/httpie/__init__.py
Jakub Roztočil 1a88ae647e 0.1.4
2012-02-28 18:09:05 +01:00

8 lines
107 B
Python

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