File tree 2 files changed +51
-0
lines changed
2 files changed +51
-0
lines changed Original file line number Diff line number Diff line change
1
+ .DS_Store
2
+ .idea /
3
+
4
+ irrelevant /
5
+ wtfpython-pypi /**
6
+
7
+ # Python-specific byte-compiled files should be ignored
8
+ __pycache__ /
9
+ * .py [cod ]
10
+ * $py.class
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " wtfpython" ,
3
+ "version" : " 2.2.2" ,
4
+ "description" : " A collection of surprising Python snippets and lesser known features. [ARCHIVED]" ,
5
+ "bin" : " wtfpython" ,
6
+ "scripts" : {
7
+ "postpublish" : " git push origin master" ,
8
+ "toc" : " doctoc --github --title '# Table of Contents' --maxlevel 3 README.md"
9
+ },
10
+ "repository" : {
11
+ "type" : " git" ,
12
+ "url" : " git+https://github.com/satwikkansal/wtfPython.git"
13
+ },
14
+ "keywords" : [
15
+ " python" ,
16
+ " specification" ,
17
+ " notes" ,
18
+ " wtf" ,
19
+ " learning" ,
20
+ " guide" ,
21
+ " handbook"
22
+ ],
23
+ "author" : " Satwik Kansal <satwikkansal@gmail.com> (https://satwikkansal.xyz)" ,
24
+ "license" : " WTFPL 2.0" ,
25
+ "bugs" : {
26
+ "url" : " https://github.com/satwikkansal/wtfPython/issues"
27
+ },
28
+ "homepage" : " https://github.com/satwikkansal/wtfPython#readme" ,
29
+ "devDependencies" : {
30
+ "doctoc" : " ^1.3.0"
31
+ },
32
+ "dependencies" : {
33
+ "boxen" : " ^1.1.0" ,
34
+ "chalk" : " ^1.1.1" ,
35
+ "default-pager" : " ^1.1.0" ,
36
+ "meow" : " ^3.7.0" ,
37
+ "msee" : " ^0.3.3" ,
38
+ "through2" : " ^2.0.2" ,
39
+ "update-notifier" : " ^2.0.0"
40
+ }
41
+ }
You can’t perform that action at this time.
0 commit comments