httpie-cli/httpie/__init__.py
Jakub Roztocil 3179631603 0.2.3dev
2012-06-24 16:45:01 +02:00

8 lines
110 B
Python

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