summaryrefslogtreecommitdiffstats
path: root/httpie/__init__.py
blob: b3ad043ed3d82e7ee2e6252ad02b2cdf5bcc7442 (plain)
1
2
3
4
5
6
7
8
"""
HTTPie: modern, user-friendly command-line HTTP client for the API era.

"""

__version__ = '3.0.0'
__author__ = 'Jakub Roztocil'
__licence__ = 'BSD'