1
0
mirror of https://github.com/httpie/cli.git synced 2025-04-15 11:46:53 +02:00
httpie-cli/httpie/__init__.py

8 lines
107 B
Python
Raw Normal View History

"""
HTTPie - cURL for humans.
"""
__author__ = 'Jakub Roztocil'
2012-03-04 13:46:41 +01:00
__version__ = '0.1.6'
__licence__ = 'BSD'