1
0
mirror of https://github.com/httpie/cli.git synced 2024-11-28 08:38:44 +02:00
httpie-cli/httpie/__init__.py
Jakub Roztocil e944dbd7fa 2.5.0-dev
2021-02-06 13:34:04 +01:00

9 lines
136 B
Python

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