1
0
mirror of https://github.com/httpie/cli.git synced 2026-04-24 19:53:55 +02:00
Files
httpie-cli/httpie/__init__.py
T
2020-01-23 15:55:00 +01:00

9 lines
129 B
Python

"""
HTTPie - a CLI, cURL-like tool for humans.
"""
__version__ = '2.1.0-dev'
__author__ = 'Jakub Roztocil'
__licence__ = 'BSD'