1
0
mirror of https://github.com/httpie/cli.git synced 2025-01-10 00:28:12 +02:00
httpie-cli/httpie/__init__.py
Jakub Roztocil 533a662651 0.2.6dev
2012-07-17 01:39:30 +02:00

8 lines
110 B
Python

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