summaryrefslogtreecommitdiffstats
path: root/httpie/__init__.py
blob: 0fdea0c47428991c99c6064c408fdfdf70a398b3 (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.dev0'
__author__ = 'Jakub Roztocil'
__licence__ = 'BSD'