Skip to content

Commit 2f6feaa

Browse files
committed
Added readme.
1 parent 2291cf2 commit 2f6feaa

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
_ _
2+
___| |__ ___ _ __| |_ _ _
3+
/ __| '_ \ / _ \| '__| __| | | |
4+
\__ \ | | | (_) | | | |_| |_| |
5+
|___/_| |_|\___/|_| \__|\__, |
6+
__/ |
7+
|___/
8+
9+
Access many URL shortening services from one library.
10+
11+
Language: Python
12+
Website: http://gitorious.org/shorty
13+
Repository: git://gitorious.org/shorty/python.git
14+
Requirements:
15+
Python 2.4+
16+
Simplejson (only version of python before 2.6)
17+
18+
Install:
19+
Simply include the shorty.py module in your python path.
20+
If using a version of python before 2.6 you will also need
21+
to have simplejson installed.

0 commit comments

Comments
 (0)