File tree Expand file tree Collapse file tree 2 files changed +562
-0
lines changed Expand file tree Collapse file tree 2 files changed +562
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,18 @@ Requirements:
36
36
Python 2.4+
37
37
Simplejson (not required in python 2.6+)
38
38
39
+ Build:
40
+ Each URL service is implemented in its own module inside the services
41
+ folder. To use this library you must compile all the various modules together.
42
+ To compile you will use the compile.py script. Here is its usage:
43
+
44
+ python compile.py <services>
45
+
46
+ <services> is a space seperated list of the services you want included.
47
+ If you wish to use all supported services use the --all flag instead.
48
+ After the script runs a file named 'shorty.py' will appear.
49
+ A copy of the full shorty.py module will be kept in this repository.
50
+
39
51
Install:
40
52
Simply include the shorty.py module in your python path.
41
53
If using a version of python before 2.6 you will also need
You can’t perform that action at this time.
0 commit comments