1
0
mirror of https://github.com/httpie/cli.git synced 2024-11-28 08:38:44 +02:00
httpie-cli/httpie/__init__.py
2022-01-24 21:20:17 +03:00

9 lines
154 B
Python

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