cs2tracker 2.0.3__py3-none-any.whl → 2.0.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of cs2tracker might be problematic. Click here for more details.
- cs2tracker/_version.py +2 -2
- cs2tracker/main.py +12 -41
- {cs2tracker-2.0.3.dist-info → cs2tracker-2.0.4.dist-info}/METADATA +1 -1
- {cs2tracker-2.0.3.dist-info → cs2tracker-2.0.4.dist-info}/RECORD +8 -8
- {cs2tracker-2.0.3.dist-info → cs2tracker-2.0.4.dist-info}/LICENSE.md +0 -0
- {cs2tracker-2.0.3.dist-info → cs2tracker-2.0.4.dist-info}/WHEEL +0 -0
- {cs2tracker-2.0.3.dist-info → cs2tracker-2.0.4.dist-info}/entry_points.txt +0 -0
- {cs2tracker-2.0.3.dist-info → cs2tracker-2.0.4.dist-info}/top_level.txt +0 -0
cs2tracker/_version.py
CHANGED
cs2tracker/main.py
CHANGED
|
@@ -9,49 +9,20 @@ def main():
|
|
|
9
9
|
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
|
|
10
10
|
|
|
11
11
|
console = Console()
|
|
12
|
-
|
|
13
|
-
console.print(
|
|
14
|
-
"[bold yellow]"
|
|
15
|
-
+ " "
|
|
16
|
-
)
|
|
17
|
-
console.print(
|
|
18
|
-
"[bold yellow]"
|
|
19
|
-
+ " __ _____ ____ ___ ______ ____ ____ __ __ _ ___ ____ "
|
|
20
|
-
)
|
|
21
|
-
console.print(
|
|
22
|
-
"[bold yellow]"
|
|
23
|
-
+ " / ] / ___/ / T / \ | T| \ / T / ]| l/ ] / _]| \ "
|
|
24
|
-
)
|
|
25
|
-
console.print(
|
|
26
|
-
"[bold yellow]"
|
|
27
|
-
+ " / / ( \_ Y __jY Y| || D )Y o | / / | ' / / [_ | D )"
|
|
28
|
-
)
|
|
29
|
-
console.print(
|
|
30
|
-
"[bold yellow]"
|
|
31
|
-
+ " / / \__ T| T || O |l_j l_j| / | | / / | \ Y _]| / "
|
|
32
|
-
)
|
|
33
12
|
console.print(
|
|
34
13
|
"[bold yellow]"
|
|
35
|
-
+ "
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
"
|
|
47
|
-
+ " "
|
|
48
|
-
)
|
|
49
|
-
console.print(
|
|
50
|
-
"[bold yellow]" + "Version: v2.0.1 - 11/14/2023 - Jannik Novak @ashiven_"
|
|
51
|
-
)
|
|
52
|
-
console.print(
|
|
53
|
-
"[bold yellow]"
|
|
54
|
-
+ " "
|
|
14
|
+
+ """
|
|
15
|
+
__ _____ _____ ______ ____ ____ __ __ _ ___ ____
|
|
16
|
+
/ ] / ___/| T| T| \ / T / ]| l/ ] / _]| \
|
|
17
|
+
/ / ( \_ l__/ || || D )Y o | / / | ' / / [_ | D )
|
|
18
|
+
/ / \__ T| __jl_j l_j| / | | / / | \ Y _]| /
|
|
19
|
+
/ \_ / \ || / | | | | \ | _ |/ \_ | Y| [_ | \
|
|
20
|
+
\ | \ || | | | | . Y| | |\ || . || T| . Y
|
|
21
|
+
\____j \___jl_____j l__j l__j\_jl__j__j \____jl__j\_jl_____jl__j\_j
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
"""
|
|
25
|
+
+ "Version: v2.0.4 - 11/14/2023 - Jannik Novak @ashiven_"
|
|
55
26
|
)
|
|
56
27
|
|
|
57
28
|
application = Application()
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
cs2tracker/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
2
|
cs2tracker/__main__.py,sha256=gvsnabJSDMbzKEcB7i3ET7AoV5OqYwUjIrkLfmN0R-U,111
|
|
3
|
-
cs2tracker/_version.py,sha256=
|
|
3
|
+
cs2tracker/_version.py,sha256=dd-KZw8-eltAgI3rgXg7IQu4qJc9i2jbpZFwyH2XNrA,411
|
|
4
4
|
cs2tracker/application.py,sha256=Hgds0hxFIbu-VheFh6BGmIDR7ts-5MPpXAIXMunGFGw,3599
|
|
5
5
|
cs2tracker/constants.py,sha256=dI_G6C3JuaBxRI_G6RnH8uTA5ucDVelNBD1AKhUMWSM,11241
|
|
6
|
-
cs2tracker/main.py,sha256=
|
|
6
|
+
cs2tracker/main.py,sha256=XmZ1dgwVAN-xThGDmcH6ndVxUtzwbCY2Nnauj_UBjUI,973
|
|
7
7
|
cs2tracker/scraper.py,sha256=sgXhDnkp7u7r3ar_vvhjBuJ2NOTLJlA-HDaXKCtqqhA,10903
|
|
8
8
|
cs2tracker/data/config.ini,sha256=6QLZ9HbKgE6MHRjvtghhnw6TdxeRLBColk6ooySH5IY,1777
|
|
9
|
-
cs2tracker-2.0.
|
|
10
|
-
cs2tracker-2.0.
|
|
11
|
-
cs2tracker-2.0.
|
|
12
|
-
cs2tracker-2.0.
|
|
13
|
-
cs2tracker-2.0.
|
|
14
|
-
cs2tracker-2.0.
|
|
9
|
+
cs2tracker-2.0.4.dist-info/LICENSE.md,sha256=G5wqQ_8KGA808kVuF-Fpu_Yhteg8K_5ux9n2v8eQK7s,1069
|
|
10
|
+
cs2tracker-2.0.4.dist-info/METADATA,sha256=9wTQZgaEIARit_sf2R94GY1upUfrrRg9dHoeh1PFtfU,2173
|
|
11
|
+
cs2tracker-2.0.4.dist-info/WHEEL,sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0,92
|
|
12
|
+
cs2tracker-2.0.4.dist-info/entry_points.txt,sha256=K8IwDIkg8QztSB9g9c89B9jR_2pG4QyJGrNs4z5RcZw,63
|
|
13
|
+
cs2tracker-2.0.4.dist-info/top_level.txt,sha256=2HB4xDDOxaU5BDc_yvdi9UlYLgL768n8aR-hRhFM6VQ,11
|
|
14
|
+
cs2tracker-2.0.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|