httpie-cli/httpie/__init__.py
2021-12-01 20:44:04 +01:00

9 lines
159 B
Python

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