makcu 2.2.2__tar.gz → 2.3.0__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.
- {makcu-2.2.2 → makcu-2.3.0}/PKG-INFO +2 -2
- {makcu-2.2.2 → makcu-2.3.0}/makcu/README.md +405 -405
- {makcu-2.2.2 → makcu-2.3.0}/makcu/__init__.py +1 -1
- {makcu-2.2.2 → makcu-2.3.0}/makcu/controller.py +425 -410
- {makcu-2.2.2 → makcu-2.3.0}/makcu/mouse.py +298 -249
- {makcu-2.2.2 → makcu-2.3.0}/makcu.egg-info/PKG-INFO +2 -2
- {makcu-2.2.2 → makcu-2.3.0}/pyproject.toml +1 -1
- {makcu-2.2.2 → makcu-2.3.0}/LICENSE +0 -0
- {makcu-2.2.2 → makcu-2.3.0}/makcu/__main__.py +0 -0
- {makcu-2.2.2 → makcu-2.3.0}/makcu/conftest.py +0 -0
- {makcu-2.2.2 → makcu-2.3.0}/makcu/connection.py +0 -0
- {makcu-2.2.2 → makcu-2.3.0}/makcu/enums.py +0 -0
- {makcu-2.2.2 → makcu-2.3.0}/makcu/errors.py +0 -0
- {makcu-2.2.2 → makcu-2.3.0}/makcu/makcu.pyi +0 -0
- {makcu-2.2.2 → makcu-2.3.0}/makcu/py.typed +0 -0
- {makcu-2.2.2 → makcu-2.3.0}/makcu/test_suite.py +0 -0
- {makcu-2.2.2 → makcu-2.3.0}/makcu.egg-info/SOURCES.txt +0 -0
- {makcu-2.2.2 → makcu-2.3.0}/makcu.egg-info/dependency_links.txt +0 -0
- {makcu-2.2.2 → makcu-2.3.0}/makcu.egg-info/requires.txt +0 -0
- {makcu-2.2.2 → makcu-2.3.0}/makcu.egg-info/top_level.txt +0 -0
- {makcu-2.2.2 → makcu-2.3.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: makcu
|
3
|
-
Version: 2.
|
3
|
+
Version: 2.3.0
|
4
4
|
Summary: Python library for Makcu hardware device control
|
5
5
|
Author: SleepyTotem
|
6
6
|
License: GNU GENERAL PUBLIC LICENSE
|
@@ -708,7 +708,7 @@ Requires-Dist: twine>=4.0
|
|
708
708
|
Requires-Dist: rich>=14.0
|
709
709
|
Dynamic: license-file
|
710
710
|
|
711
|
-
# 🖱️ Makcu Python Library v2.
|
711
|
+
# 🖱️ Makcu Python Library v2.3.0
|
712
712
|
|
713
713
|
[](https://pypi.org/project/makcu/)
|
714
714
|
[](https://pypi.org/project/makcu/)
|