smartscreen-driver 0.2.0__tar.gz → 0.2.1__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {smartscreen_driver-0.2.0 → smartscreen_driver-0.2.1}/PKG-INFO +2 -1
- {smartscreen_driver-0.2.0 → smartscreen_driver-0.2.1}/pyproject.toml +5 -2
- {smartscreen_driver-0.2.0 → smartscreen_driver-0.2.1}/.gitignore +0 -0
- {smartscreen_driver-0.2.0 → smartscreen_driver-0.2.1}/LICENSE +0 -0
- {smartscreen_driver-0.2.0 → smartscreen_driver-0.2.1}/README.md +0 -0
- {smartscreen_driver-0.2.0 → smartscreen_driver-0.2.1}/hello_world.py +0 -0
- {smartscreen_driver-0.2.0 → smartscreen_driver-0.2.1}/src/smartscreen_driver/lcd_comm.py +0 -0
- {smartscreen_driver-0.2.0 → smartscreen_driver-0.2.1}/src/smartscreen_driver/lcd_comm_rev_a.py +0 -0
- {smartscreen_driver-0.2.0 → smartscreen_driver-0.2.1}/src/smartscreen_driver/lcd_comm_rev_b.py +0 -0
- {smartscreen_driver-0.2.0 → smartscreen_driver-0.2.1}/src/smartscreen_driver/lcd_comm_rev_c.py +0 -0
- {smartscreen_driver-0.2.0 → smartscreen_driver-0.2.1}/src/smartscreen_driver/lcd_comm_rev_d.py +0 -0
- {smartscreen_driver-0.2.0 → smartscreen_driver-0.2.1}/src/smartscreen_driver/lcd_simulated.py +0 -0
- {smartscreen_driver-0.2.0 → smartscreen_driver-0.2.1}/src/smartscreen_driver/serialize.py +0 -0
- {smartscreen_driver-0.2.0 → smartscreen_driver-0.2.1}/uv.lock +0 -0
@@ -1,7 +1,8 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: smartscreen-driver
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.1
|
4
4
|
Summary: Driver for serial-over-USB displays; library extracted from turing-smart-screen-python
|
5
|
+
Project-URL: homepage, https://github.com/hchargois/smartscreen-driver
|
5
6
|
Author: Mathieu Houdebine
|
6
7
|
Author-email: Hugo Chargois <hugo.chargois@free.fr>
|
7
8
|
License-File: LICENSE
|
@@ -1,10 +1,10 @@
|
|
1
1
|
[project]
|
2
2
|
name = "smartscreen-driver"
|
3
|
-
version = "0.2.
|
3
|
+
version = "0.2.1"
|
4
4
|
description = "Driver for serial-over-USB displays; library extracted from turing-smart-screen-python"
|
5
5
|
authors = [
|
6
|
-
{ name="Mathieu Houdebine" },
|
7
6
|
{ name="Hugo Chargois", email="hugo.chargois@free.fr" },
|
7
|
+
{ name="Mathieu Houdebine" },
|
8
8
|
]
|
9
9
|
classifiers = [
|
10
10
|
"Programming Language :: Python :: 3",
|
@@ -19,6 +19,9 @@ dependencies = [
|
|
19
19
|
"pyserial>=3.5",
|
20
20
|
]
|
21
21
|
|
22
|
+
[project.urls]
|
23
|
+
homepage = "https://github.com/hchargois/smartscreen-driver"
|
24
|
+
|
22
25
|
[build-system]
|
23
26
|
requires = ["hatchling"]
|
24
27
|
build-backend = "hatchling.build"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{smartscreen_driver-0.2.0 → smartscreen_driver-0.2.1}/src/smartscreen_driver/lcd_comm_rev_a.py
RENAMED
File without changes
|
{smartscreen_driver-0.2.0 → smartscreen_driver-0.2.1}/src/smartscreen_driver/lcd_comm_rev_b.py
RENAMED
File without changes
|
{smartscreen_driver-0.2.0 → smartscreen_driver-0.2.1}/src/smartscreen_driver/lcd_comm_rev_c.py
RENAMED
File without changes
|
{smartscreen_driver-0.2.0 → smartscreen_driver-0.2.1}/src/smartscreen_driver/lcd_comm_rev_d.py
RENAMED
File without changes
|
{smartscreen_driver-0.2.0 → smartscreen_driver-0.2.1}/src/smartscreen_driver/lcd_simulated.py
RENAMED
File without changes
|
File without changes
|
File without changes
|