1
0
mirror of https://github.com/httpie/cli.git synced 2025-01-26 03:20:27 +02:00
httpie-cli/httpie/__init__.py

8 lines
110 B
Python
Raw Normal View History

"""
HTTPie - cURL for humans.
"""
__author__ = 'Jakub Roztocil'
2012-07-17 01:39:30 +02:00
__version__ = '0.2.6dev'
2012-07-17 01:11:01 +02:00
__licence__ = 'BSD'