httpie-cli/httpie/__init__.py

9 lines
129 B
Python
Raw Normal View History

"""
2012-09-21 05:43:34 +02:00
HTTPie - a CLI, cURL-like tool for humans.
"""
2020-04-18 12:57:56 +02:00
__version__ = '2.2.0-dev'
__author__ = 'Jakub Roztocil'
2012-07-17 01:11:01 +02:00
__licence__ = 'BSD'