dora-keyboard 0.3.5__tar.gz → 0.3.7rc1__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.
@@ -1,28 +1,25 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dora-keyboard
3
- Version: 0.3.5
3
+ Version: 0.3.7rc1
4
4
  Summary: Dora dora-keyboard
5
5
  Home-page: https://github.com/dora-rs/dora.git
6
6
  License: MIT
7
7
  Author: Haixuan Xavier Tao
8
8
  Author-email: tao.xavier@outlook.com
9
+ Requires-Python: >=3.7,<4.0
9
10
  Classifier: License :: OSI Approved :: MIT License
10
- Classifier: Programming Language :: Python :: 2
11
- Classifier: Programming Language :: Python :: 2.7
12
11
  Classifier: Programming Language :: Python :: 3
13
- Classifier: Programming Language :: Python :: 3.4
14
- Classifier: Programming Language :: Python :: 3.5
15
- Classifier: Programming Language :: Python :: 3.6
16
12
  Classifier: Programming Language :: Python :: 3.7
17
13
  Classifier: Programming Language :: Python :: 3.8
18
14
  Classifier: Programming Language :: Python :: 3.9
19
15
  Classifier: Programming Language :: Python :: 3.10
20
16
  Classifier: Programming Language :: Python :: 3.11
21
17
  Classifier: Programming Language :: Python :: 3.12
22
- Requires-Dist: dora-rs (==0.3.5)
18
+ Classifier: Programming Language :: Python :: 3.13
19
+ Requires-Dist: dora-rs (>=0.3.6,<0.4.0)
23
20
  Requires-Dist: numpy (<2.0.0)
24
21
  Requires-Dist: pyarrow (>=5.0.0)
25
- Requires-Dist: pynput (>=1.7.6,<2.0.0)
22
+ Requires-Dist: pynput (>=1.6.0,<2.0.0)
26
23
  Project-URL: Documentation, https://github.com/dora-rs/dora/blob/main/node-hub/dora-keyboard/README.md
27
24
  Description-Content-Type: text/markdown
28
25
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "dora-keyboard"
3
- version = "0.3.5"
3
+ version = "0.3.7rc1"
4
4
  authors = [
5
5
  "Haixuan Xavier Tao <tao.xavier@outlook.com>",
6
6
  "Enzo Le Van <dev@enzo-le-van.fr>",
@@ -13,10 +13,11 @@ readme = "README.md"
13
13
  packages = [{ include = "dora_keyboard" }]
14
14
 
15
15
  [tool.poetry.dependencies]
16
- dora-rs = "0.3.5"
16
+ dora-rs = "^0.3.6"
17
17
  numpy = "< 2.0.0"
18
18
  pyarrow = ">= 5.0.0"
19
- pynput = "^1.7.6"
19
+ pynput = "^1.6.0"
20
+ python = "^3.7"
20
21
 
21
22
  [tool.poetry.scripts]
22
23
  dora-keyboard = "dora_keyboard.main:main"
@@ -24,6 +25,3 @@ dora-keyboard = "dora_keyboard.main:main"
24
25
  [build-system]
25
26
  requires = ["poetry-core>=1.8.0"]
26
27
  build-backend = "poetry.core.masonry.api"
27
-
28
- [project]
29
- readme = "README.md"