httpie-cli/httpie/__init__.py
Jakub Roztocil 3b441fa57e 3.0.1
2022-01-23 13:58:01 +01:00

9 lines
154 B
Python

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