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.
- {koleo_cli-0.2.137.7/koleo_cli.egg-info → koleo_cli-0.2.137.8}/PKG-INFO +1 -1
- {koleo_cli-0.2.137.7 → koleo_cli-0.2.137.8}/koleo/cli.py +0 -4
- {koleo_cli-0.2.137.7 → koleo_cli-0.2.137.8/koleo_cli.egg-info}/PKG-INFO +1 -1
- {koleo_cli-0.2.137.7 → koleo_cli-0.2.137.8}/setup.py +1 -1
- {koleo_cli-0.2.137.7 → koleo_cli-0.2.137.8}/LICENSE +0 -0
- {koleo_cli-0.2.137.7 → koleo_cli-0.2.137.8}/README.md +0 -0
- {koleo_cli-0.2.137.7 → koleo_cli-0.2.137.8}/koleo/__init__.py +0 -0
- {koleo_cli-0.2.137.7 → koleo_cli-0.2.137.8}/koleo/__main__.py +0 -0
- {koleo_cli-0.2.137.7 → koleo_cli-0.2.137.8}/koleo/api.py +0 -0
- {koleo_cli-0.2.137.7 → koleo_cli-0.2.137.8}/koleo/storage.py +0 -0
- {koleo_cli-0.2.137.7 → koleo_cli-0.2.137.8}/koleo/types.py +0 -0
- {koleo_cli-0.2.137.7 → koleo_cli-0.2.137.8}/koleo/utils.py +0 -0
- {koleo_cli-0.2.137.7 → koleo_cli-0.2.137.8}/koleo_cli.egg-info/SOURCES.txt +0 -0
- {koleo_cli-0.2.137.7 → koleo_cli-0.2.137.8}/koleo_cli.egg-info/dependency_links.txt +0 -0
- {koleo_cli-0.2.137.7 → koleo_cli-0.2.137.8}/koleo_cli.egg-info/entry_points.txt +0 -0
- {koleo_cli-0.2.137.7 → koleo_cli-0.2.137.8}/koleo_cli.egg-info/requires.txt +0 -0
- {koleo_cli-0.2.137.7 → koleo_cli-0.2.137.8}/koleo_cli.egg-info/top_level.txt +0 -0
- {koleo_cli-0.2.137.7 → koleo_cli-0.2.137.8}/pyproject.toml +0 -0
- {koleo_cli-0.2.137.7 → koleo_cli-0.2.137.8}/setup.cfg +0 -0
|
@@ -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,
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|