1
0
mirror of https://github.com/httpie/cli.git synced 2026-04-26 20:02:11 +02:00
Files
httpie-cli/httpie/__init__.py
T

10 lines
183 B
Python
Raw Normal View History

"""
HTTPie: modern, user-friendly command-line HTTP client for the API era.
"""
__version__ = '3.1.1.dev0'
2022-04-14 17:43:10 +03:00
__date__ = '2022-03-08'
2017-02-17 00:56:07 +01:00
__author__ = 'Jakub Roztocil'
2012-07-17 01:11:01 +02:00
__licence__ = 'BSD'