1
0
mirror of https://github.com/httpie/cli.git synced 2025-02-09 13:14:03 +02:00
httpie-cli/httpie/__init__.py

9 lines
137 B
Python
Raw Normal View History

"""
2020-08-17 13:16:57 +02:00
HTTPie: command-line HTTP client for the API era.
"""
__version__ = '2.5.0.dev0'
__author__ = 'Jakub Roztocil'
2012-07-17 01:11:01 +02:00
__licence__ = 'BSD'