httpie-cli/httpie/__init__.py
Jakub Roztocil a0700c41ad 0.2.1
2012-06-13 16:01:23 +02:00

8 lines
107 B
Python

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