File tree 2 files changed +10
-2
lines changed 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 2
2
"""
3
3
Created on Tue Jun 23 21:30:06 2015
4
4
5
- @author: famille
6
5
"""
7
6
8
7
import io
@@ -18,7 +17,7 @@ def give_hash(file_in, with_this):
18
17
19
18
if __name__ == '__main__' :
20
19
if (len (sys .argv ) < 2 ):
21
- print ("Usage: " + sys .argv [0 ] + " github-user [github-project] " )
20
+ print ("Usage: " + sys .argv [0 ] + " filename_to_hash " )
22
21
exit (1 )
23
22
file = sys .argv [1 ]
24
23
Original file line number Diff line number Diff line change @@ -541,6 +541,9 @@ description=A software library for rapid development of hardware-accelerated mul
541
541
[kivy-garden]
542
542
description =Garden tool for kivy flowers.
543
543
544
+ [Kiwisolver]
545
+ description =an efficient implementation of the Cassowary constraint solving algorithm.
546
+
544
547
[knit]
545
548
description =Python tool for defining and deploying YARN Applications
546
549
@@ -1197,6 +1200,9 @@ description=File transport adapter for Requests
1197
1200
[requests_ftp]
1198
1201
description=FTP Transport Adapter for Requests.
1199
1202
1203
+ [requests_threads]
1204
+ description=Deferred Thread backend for Requests.
1205
+
1200
1206
[requests_toolbelt]
1201
1207
description=A utility belt for advanced users of python-requests
1202
1208
@@ -1481,6 +1487,9 @@ description=Twitter library for python
1481
1487
[twine]
1482
1488
description=Collection of utilities for interacting with PyPI
1483
1489
1490
+ [twisted]
1491
+ description=Event-driven networking engine written in Python
1492
+
1484
1493
[twitter]
1485
1494
description=An API and command-line toolset for Twitter (twitter.com)
1486
1495
You can’t perform that action at this time.
0 commit comments