Browse Source

Create devtools.md

Bastien Sevajol 6 years ago
parent
commit
d184a65877
No account linked to committer's email
1 changed files with 31 additions and 0 deletions
  1. 31 0
      doc/devtools.md

+ 31 - 0
doc/devtools.md View File

@@ -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
+```