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

"""

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