Bastien Sevajol
il y a 6 ans
Parent
révision
d184a65877
Aucun compte lié à l'adresse email de l'auteur
|
@@ -0,0 +1,31 @@
|
|
1
|
+# Devtools
|
|
2
|
+
|
|
3
|
+# Check third party licences
|
|
4
|
+
|
|
5
|
+Install `yolk3k` pip package:
|
|
6
|
+
|
|
7
|
+ pip install yolk3k
|
|
8
|
+
|
|
9
|
+Then execute command:
|
|
10
|
+
|
|
11
|
+ yolk -l -f license
|
|
12
|
+
|
|
13
|
+Output will look like:
|
|
14
|
+
|
|
15
|
+```
|
|
16
|
+Babel (2.2.0)
|
|
17
|
+ License: BSD
|
|
18
|
+
|
|
19
|
+Beaker (1.6.4)
|
|
20
|
+ License: BSD
|
|
21
|
+
|
|
22
|
+CherryPy (3.6.0)
|
|
23
|
+ License: BSD
|
|
24
|
+
|
|
25
|
+FormEncode (1.3.0a1)
|
|
26
|
+ License: PSF
|
|
27
|
+
|
|
28
|
+Genshi (0.7)
|
|
29
|
+ License: BSD
|
|
30
|
+...
|
|
31
|
+```
|