httpie-cli/httpie/__init__.py
Jakub Roztocil 29de4ce115 v3.2.2
2023-05-19 23:41:26 +02:00

10 lines
178 B
Python

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