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

"""

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