mirror of
https://github.com/httpie/cli.git
synced 2024-11-08 00:44:45 +01:00
9 lines
159 B
Python
9 lines
159 B
Python
"""
|
|
HTTPie: modern, user-friendly command-line HTTP client for the API era.
|
|
|
|
"""
|
|
|
|
__version__ = '2.7.0.dev0'
|
|
__author__ = 'Jakub Roztocil'
|
|
__licence__ = 'BSD'
|