httpie-cli/httpie/__init__.py
2022-03-08 01:50:09 +03:00

9 lines
154 B
Python

"""
HTTPie: modern, user-friendly command-line HTTP client for the API era.
"""
__version__ = '3.1.0'
__author__ = 'Jakub Roztocil'
__licence__ = 'BSD'