httpie-cli/httpie/__init__.py

7 lines
90 B
Python
Raw Normal View History

"""
HTTPie - cURL for humans.
"""
__author__ = 'Jakub Roztocil'
2012-07-17 00:45:20 +02:00
__version__ = '0.2.5dev'