1
0
mirror of https://github.com/httpie/cli.git synced 2025-12-26 00:31:53 +02:00
Files
httpie-cli/httpie/__init__.py
Jakub Roztocil dc3687f7ac v2.3.0
2020-10-25 20:39:01 +01:00

9 lines
132 B
Python

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