tty-egpf-monitor 0.6.9__tar.gz → 0.6.10__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.
- {tty_egpf_monitor-0.6.9 → tty_egpf_monitor-0.6.10}/PKG-INFO +1 -1
- {tty_egpf_monitor-0.6.9 → tty_egpf_monitor-0.6.10}/pyproject.toml +2 -2
- {tty_egpf_monitor-0.6.9 → tty_egpf_monitor-0.6.10}/tty_egpf_monitor/__init__.py +1 -1
- {tty_egpf_monitor-0.6.9 → tty_egpf_monitor-0.6.10}/tty_egpf_monitor.egg-info/PKG-INFO +1 -1
- {tty_egpf_monitor-0.6.9 → tty_egpf_monitor-0.6.10}/MANIFEST.in +0 -0
- {tty_egpf_monitor-0.6.9 → tty_egpf_monitor-0.6.10}/README.md +0 -0
- {tty_egpf_monitor-0.6.9 → tty_egpf_monitor-0.6.10}/examples/README.md +0 -0
- {tty_egpf_monitor-0.6.9 → tty_egpf_monitor-0.6.10}/examples/automation_script.py +0 -0
- {tty_egpf_monitor-0.6.9 → tty_egpf_monitor-0.6.10}/examples/basic_usage.py +0 -0
- {tty_egpf_monitor-0.6.9 → tty_egpf_monitor-0.6.10}/examples/monitor_serial_data.py +0 -0
- {tty_egpf_monitor-0.6.9 → tty_egpf_monitor-0.6.10}/setup.cfg +0 -0
- {tty_egpf_monitor-0.6.9 → tty_egpf_monitor-0.6.10}/setup.py +0 -0
- {tty_egpf_monitor-0.6.9 → tty_egpf_monitor-0.6.10}/tty_egpf_monitor/cli.py +0 -0
- {tty_egpf_monitor-0.6.9 → tty_egpf_monitor-0.6.10}/tty_egpf_monitor/client.py +0 -0
- {tty_egpf_monitor-0.6.9 → tty_egpf_monitor-0.6.10}/tty_egpf_monitor/models.py +0 -0
- {tty_egpf_monitor-0.6.9 → tty_egpf_monitor-0.6.10}/tty_egpf_monitor/py.typed +0 -0
- {tty_egpf_monitor-0.6.9 → tty_egpf_monitor-0.6.10}/tty_egpf_monitor.egg-info/SOURCES.txt +0 -0
- {tty_egpf_monitor-0.6.9 → tty_egpf_monitor-0.6.10}/tty_egpf_monitor.egg-info/dependency_links.txt +0 -0
- {tty_egpf_monitor-0.6.9 → tty_egpf_monitor-0.6.10}/tty_egpf_monitor.egg-info/entry_points.txt +0 -0
- {tty_egpf_monitor-0.6.9 → tty_egpf_monitor-0.6.10}/tty_egpf_monitor.egg-info/not-zip-safe +0 -0
- {tty_egpf_monitor-0.6.9 → tty_egpf_monitor-0.6.10}/tty_egpf_monitor.egg-info/requires.txt +0 -0
- {tty_egpf_monitor-0.6.9 → tty_egpf_monitor-0.6.10}/tty_egpf_monitor.egg-info/top_level.txt +0 -0
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "tty-egpf-monitor"
|
7
|
-
version = "0.6.
|
7
|
+
version = "0.6.10"
|
8
8
|
description = "Python client library for TTY eBPF Monitor daemon"
|
9
9
|
readme = "README.md"
|
10
10
|
license = {text = "GPL-3.0"}
|
@@ -74,7 +74,7 @@ line-length = 100
|
|
74
74
|
target-version = ['py38']
|
75
75
|
|
76
76
|
[tool.mypy]
|
77
|
-
python_version = "0.6.
|
77
|
+
python_version = "0.6.10"
|
78
78
|
warn_return_any = true
|
79
79
|
warn_unused_configs = true
|
80
80
|
disallow_untyped_defs = true
|
@@ -8,7 +8,7 @@ Provides a clean, Pythonic interface to the HTTP+JSON API over Unix domain socke
|
|
8
8
|
from .client import TTYMonitorClient, TTYMonitorError
|
9
9
|
from .models import Port, LogEntry
|
10
10
|
|
11
|
-
__version__ = "0.6.
|
11
|
+
__version__ = "0.6.10"
|
12
12
|
__author__ = "TTY eBPF Monitor Team"
|
13
13
|
__license__ = "GPL-3.0"
|
14
14
|
|
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
|
{tty_egpf_monitor-0.6.9 → tty_egpf_monitor-0.6.10}/tty_egpf_monitor.egg-info/dependency_links.txt
RENAMED
File without changes
|
{tty_egpf_monitor-0.6.9 → tty_egpf_monitor-0.6.10}/tty_egpf_monitor.egg-info/entry_points.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|