1
0
mirror of https://github.com/httpie/cli.git synced 2026-04-26 20:02:11 +02:00
Files
httpie-cli/httpie/__init__.py
T

8 lines
110 B
Python
Raw Normal View History

"""
HTTPie - cURL for humans.
"""
__author__ = 'Jakub Roztocil'
2012-06-13 15:24:48 +02:00
__version__ = '0.2.1dev'
__licence__ = 'BSD'