koleo-cli 0.2.137.7__tar.gz → 0.2.137.8__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.

Potentially problematic release.


This version of koleo-cli might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: koleo-cli
3
- Version: 0.2.137.7
3
+ Version: 0.2.137.8
4
4
  Summary: Koleo CLI
5
5
  Home-page: https://github.com/lzgirlcat/koleo-cli
6
6
  Author: Zoey !
@@ -3,7 +3,6 @@ from argparse import ArgumentParser
3
3
  from datetime import datetime, timedelta
4
4
 
5
5
  from rich.console import Console
6
- from rich.traceback import install
7
6
 
8
7
  from .api import KoleoAPI
9
8
  from .storage import DEFAULT_CONFIG_PATH, Storage
@@ -11,9 +10,6 @@ from .types import ExtendedBaseStationInfo, TrainDetailResponse, TrainOnStationI
11
10
  from .utils import RemainderString, arr_dep_to_dt, convert_platform_number, name_to_slug, parse_datetime
12
11
 
13
12
 
14
- install(show_locals=True, max_frames=2)
15
-
16
-
17
13
  class CLI:
18
14
  def __init__(
19
15
  self,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: koleo-cli
3
- Version: 0.2.137.7
3
+ Version: 0.2.137.8
4
4
  Summary: Koleo CLI
5
5
  Home-page: https://github.com/lzgirlcat/koleo-cli
6
6
  Author: Zoey !
@@ -14,7 +14,7 @@ def parse_requirements_file(path):
14
14
 
15
15
  setuptools.setup(
16
16
  name="koleo-cli",
17
- version="0.2.137.7",
17
+ version="0.2.137.8",
18
18
  description="Koleo CLI",
19
19
  long_description=long_description(),
20
20
  long_description_content_type="text/markdown",
File without changes
File without changes
File without changes