aw-cli 2.1__tar.gz → 2.1.1__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: aw-cli
3
- Version: 2.1
3
+ Version: 2.1.1
4
4
  Summary: guarda anime dal terminale e molto altro!
5
5
  Home-page: https://github.com/fexh10/aw-cli
6
6
  Author: fexh10
@@ -9,7 +9,6 @@ Requires-Python: >3.10
9
9
  Description-Content-Type: text/markdown
10
10
  License-File: LICENSE
11
11
  Requires-Dist: requests
12
- Requires-Dist: lxml
13
12
  Requires-Dist: pySmartDL
14
13
  Requires-Dist: wheel
15
14
  Requires-Dist: regex
@@ -93,7 +92,7 @@ Android richiede l'installazione di <a href="https://github.com/termux/termux-ap
93
92
 
94
93
  ```
95
94
  pkg update && pkg upgrade
96
- pkg install python python-pip libxml2 libxslt pkg-config
95
+ pkg install python python-pip fzf
97
96
  python3 -m pip install aw-cli
98
97
  ```
99
98
  </details>
@@ -69,7 +69,7 @@ Android richiede l'installazione di <a href="https://github.com/termux/termux-ap
69
69
 
70
70
  ```
71
71
  pkg update && pkg upgrade
72
- pkg install python python-pip libxml2 libxslt pkg-config
72
+ pkg install python python-pip fzf
73
73
  python3 -m pip install aw-cli
74
74
  ```
75
75
  </details>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: aw-cli
3
- Version: 2.1
3
+ Version: 2.1.1
4
4
  Summary: guarda anime dal terminale e molto altro!
5
5
  Home-page: https://github.com/fexh10/aw-cli
6
6
  Author: fexh10
@@ -9,7 +9,6 @@ Requires-Python: >3.10
9
9
  Description-Content-Type: text/markdown
10
10
  License-File: LICENSE
11
11
  Requires-Dist: requests
12
- Requires-Dist: lxml
13
12
  Requires-Dist: pySmartDL
14
13
  Requires-Dist: wheel
15
14
  Requires-Dist: regex
@@ -93,7 +92,7 @@ Android richiede l'installazione di <a href="https://github.com/termux/termux-ap
93
92
 
94
93
  ```
95
94
  pkg update && pkg upgrade
96
- pkg install python python-pip libxml2 libxslt pkg-config
95
+ pkg install python python-pip fzf
97
96
  python3 -m pip install aw-cli
98
97
  ```
99
98
  </details>
@@ -1,5 +1,4 @@
1
1
  requests
2
- lxml
3
2
  pySmartDL
4
3
  wheel
5
4
  regex
@@ -14,7 +14,7 @@ def safeExit():
14
14
  csv.writer(file).writerows(log)
15
15
  exit()
16
16
 
17
- signal(SIGINT, safeExit)
17
+ signal(SIGINT, lambda signum, frame: safeExit())
18
18
 
19
19
  def fzf(elementi: list[str], prompt: str = "> ", multi: bool = False, cls: bool = False, esci: bool = True) -> str:
20
20
  """
@@ -476,6 +476,7 @@ def setupConfig() -> None:
476
476
 
477
477
  anilist.user_id = future.result()
478
478
 
479
+ syncplay = "Syncplay: None"
479
480
  if nome_os != "Android":
480
481
  res = os.popen(f"whereis -b syncplay 2>&1").read().removeprefix(f"syncplay:").strip().split()
481
482
  if len(res) == 0:
@@ -483,8 +484,8 @@ def setupConfig() -> None:
483
484
  syncplay = my_input(f"Inserisci il path di Syncplay (premere INVIO se non lo si desidera utilizzare)").replace("Program Files (x86)", "Progra~2")
484
485
  else:
485
486
  syncplay = res[0]
486
- if syncplay == "":
487
- syncplay = "Syncplay: None"
487
+ if syncplay == "":
488
+ syncplay = "Syncplay: None"
488
489
 
489
490
  #creo il file
490
491
  config = f"{os.path.dirname(__file__)}/aw.config"
@@ -0,0 +1 @@
1
+ versione = "2.1.1"
@@ -5,7 +5,6 @@ with open("README.md", "r", encoding="utf-8") as fh:
5
5
 
6
6
  installRequires = [
7
7
  "requests",
8
- "lxml",
9
8
  "pySmartDL",
10
9
  "wheel",
11
10
  "regex",]
@@ -13,7 +12,7 @@ installRequires = [
13
12
  setup(
14
13
  name="aw-cli",
15
14
  packages=find_packages(include=["awcli"]),
16
- version="2.1",
15
+ version="2.1.1",
17
16
  python_requires=">3.10",
18
17
  description="guarda anime dal terminale e molto altro!",
19
18
  long_description=long_description,
@@ -1 +0,0 @@
1
- versione = "2.1"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes