1
0
mirror of https://github.com/httpie/cli.git synced 2024-11-28 08:38:44 +02:00
httpie-cli/httpie/__init__.py
2012-07-17 01:11:01 +02:00

8 lines
110 B
Python

"""
HTTPie - cURL for humans.
"""
__author__ = 'Jakub Roztocil'
__version__ = '0.2.5dev'
__licence__ = 'BSD'