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.
"""
2019-08-29 08:53:56 +02:00
__version__ = '2.0.0-dev'
__author__ = 'Jakub Roztocil'
2012-07-17 01:11:01 +02:00
__licence__ = 'BSD'