mirror of
https://github.com/httpie/cli.git
synced 2024-11-30 08:46:48 +02:00
4eaa4d67c5
[skip ci]
9 lines
132 B
Python
9 lines
132 B
Python
"""
|
|
HTTPie: command-line HTTP client for the API era.
|
|
|
|
"""
|
|
|
|
__version__ = '2.5.0'
|
|
__author__ = 'Jakub Roztocil'
|
|
__licence__ = 'BSD'
|