httpie-cli/httpie/__init__.py
2020-08-17 13:16:57 +02:00

9 lines
136 B
Python

"""
HTTPie: command-line HTTP client for the API era.
"""
__version__ = '2.3.0-dev'
__author__ = 'Jakub Roztocil'
__licence__ = 'BSD'