We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2291cf2 commit 2f6feaaCopy full SHA for 2f6feaa
README
@@ -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