moons-motor 0.0.4__tar.gz → 0.0.6__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {moons_motor-0.0.4 → moons_motor-0.0.6}/PKG-INFO +2 -2
- moons_motor-0.0.6/moons_motor/__init__.py +1 -0
- {moons_motor-0.0.4 → moons_motor-0.0.6}/moons_motor.egg-info/PKG-INFO +2 -2
- {moons_motor-0.0.4 → moons_motor-0.0.6}/moons_motor.egg-info/requires.txt +1 -1
- {moons_motor-0.0.4 → moons_motor-0.0.6}/pyproject.toml +2 -2
- moons_motor-0.0.4/moons_motor/__init__.py +0 -3
- {moons_motor-0.0.4 → moons_motor-0.0.6}/LICENSE +0 -0
- {moons_motor-0.0.4 → moons_motor-0.0.6}/README.md +0 -0
- {moons_motor-0.0.4 → moons_motor-0.0.6}/moons_motor/example.py +0 -0
- {moons_motor-0.0.4 → moons_motor-0.0.6}/moons_motor/motor.py +0 -0
- {moons_motor-0.0.4 → moons_motor-0.0.6}/moons_motor/observer.py +0 -0
- {moons_motor-0.0.4 → moons_motor-0.0.6}/moons_motor/simulate.py +0 -0
- {moons_motor-0.0.4 → moons_motor-0.0.6}/moons_motor/status.py +0 -0
- {moons_motor-0.0.4 → moons_motor-0.0.6}/moons_motor/subject.py +0 -0
- {moons_motor-0.0.4 → moons_motor-0.0.6}/moons_motor.egg-info/SOURCES.txt +0 -0
- {moons_motor-0.0.4 → moons_motor-0.0.6}/moons_motor.egg-info/dependency_links.txt +0 -0
- {moons_motor-0.0.4 → moons_motor-0.0.6}/moons_motor.egg-info/top_level.txt +0 -0
- {moons_motor-0.0.4 → moons_motor-0.0.6}/setup.cfg +0 -0
- {moons_motor-0.0.4 → moons_motor-0.0.6}/setup.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: moons_motor
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.6
|
4
4
|
Summary: This is a python library for controlling the Moons' motor through the serial port.
|
5
5
|
Author-email: miroc <mike8503111@gmail.com>
|
6
6
|
Project-URL: Repository, https://github.com/miroc99/moons_motor.git
|
@@ -15,7 +15,7 @@ License-File: LICENSE
|
|
15
15
|
Requires-Dist: pyserial
|
16
16
|
Requires-Dist: rich
|
17
17
|
Requires-Dist: python-socketio
|
18
|
-
Requires-Dist:
|
18
|
+
Requires-Dist: requests
|
19
19
|
|
20
20
|
# Moons Motor
|
21
21
|
|
@@ -0,0 +1 @@
|
|
1
|
+
from moons_motor import *
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: moons_motor
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.6
|
4
4
|
Summary: This is a python library for controlling the Moons' motor through the serial port.
|
5
5
|
Author-email: miroc <mike8503111@gmail.com>
|
6
6
|
Project-URL: Repository, https://github.com/miroc99/moons_motor.git
|
@@ -15,7 +15,7 @@ License-File: LICENSE
|
|
15
15
|
Requires-Dist: pyserial
|
16
16
|
Requires-Dist: rich
|
17
17
|
Requires-Dist: python-socketio
|
18
|
-
Requires-Dist:
|
18
|
+
Requires-Dist: requests
|
19
19
|
|
20
20
|
# Moons Motor
|
21
21
|
|
@@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "moons_motor"
|
7
|
-
version = "0.0.
|
7
|
+
version = "0.0.6"
|
8
8
|
authors = [{ name = "miroc", email = "mike8503111@gmail.com" }]
|
9
9
|
description = "This is a python library for controlling the Moons' motor through the serial port."
|
10
10
|
readme = "README.md"
|
11
11
|
requires-python = ">=3.12"
|
12
|
-
dependencies = ["pyserial", "rich", "python-socketio", "
|
12
|
+
dependencies = ["pyserial", "rich", "python-socketio", "requests"]
|
13
13
|
classifiers = [
|
14
14
|
# How mature is this project? Common values are
|
15
15
|
# 3 - Alpha
|
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
|