httpie-cli/httpie/__init__.py

8 lines
107 B
Python
Raw Normal View History

"""
HTTPie - cURL for humans.
"""
__author__ = 'Jakub Roztocil'
2012-04-25 02:11:19 +02:00
__version__ = '0.2.0'
__licence__ = 'BSD'