dora-keyboard 0.3.8__py3-none-any.whl → 0.3.9__py3-none-any.whl

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.
dora_keyboard/__init__.py CHANGED
@@ -5,7 +5,7 @@ readme_path = os.path.join(os.path.dirname(os.path.dirname(__file__)), "README.m
5
5
 
6
6
  # Read the content of the README file
7
7
  try:
8
- with open(readme_path, "r", encoding="utf-8") as f:
8
+ with open(readme_path, encoding="utf-8") as f:
9
9
  __doc__ = f.read()
10
10
  except FileNotFoundError:
11
11
  __doc__ = "README file not found."
dora_keyboard/main.py CHANGED
@@ -1,7 +1,7 @@
1
- from pynput import keyboard
2
- from pynput.keyboard import Events
3
1
  import pyarrow as pa
4
2
  from dora import Node
3
+ from pynput import keyboard
4
+ from pynput.keyboard import Events
5
5
 
6
6
 
7
7
  def main():
@@ -0,0 +1,16 @@
1
+ Metadata-Version: 2.2
2
+ Name: dora-keyboard
3
+ Version: 0.3.9
4
+ Summary: Dora dora-keyboard
5
+ Author-email: Haixuan Xavier Tao <tao.xavier@outlook.com>, Enzo Le Van <dev@enzo-le-van.fr>
6
+ License: MIT
7
+ Requires-Python: >=3.8
8
+ Description-Content-Type: text/markdown
9
+ Requires-Dist: dora-rs>=0.3.6
10
+ Requires-Dist: numpy<2.0.0
11
+ Requires-Dist: pyarrow>=5.0.0
12
+ Requires-Dist: pynput>=1.6.0
13
+
14
+ # Dora Node for listening to keyboard input.
15
+
16
+ Send char only in the `char` output stream, as string, on press.
@@ -0,0 +1,7 @@
1
+ dora_keyboard/__init__.py,sha256=HuSK3dnyI9Pb5QAuaKFwQQ3J5SIZnLcKHPJO0norGzc,353
2
+ dora_keyboard/main.py,sha256=VnwT6Nw-B0zoQNAVHUkf5HdkEpHrBj4Z9rtjdigZkYg,740
3
+ dora_keyboard-0.3.9.dist-info/METADATA,sha256=-Y4xNoLS2Z1afiJratxmnwlaa3-U73K4ZsPgKlYqqb4,481
4
+ dora_keyboard-0.3.9.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
5
+ dora_keyboard-0.3.9.dist-info/entry_points.txt,sha256=mSAcCCwQsDeexJDLvheJ6-4HdPeGnWUACTJxNgt-5UA,58
6
+ dora_keyboard-0.3.9.dist-info/top_level.txt,sha256=D6tx4CeMdnzv-v3YT4FgsJQB4euapGar1Eltxx2LQps,14
7
+ dora_keyboard-0.3.9.dist-info/RECORD,,
@@ -1,4 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 1.9.1
2
+ Generator: setuptools (75.8.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
+
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ dora-keyboard = dora_keyboard.main:main
@@ -0,0 +1 @@
1
+ dora_keyboard
@@ -1,29 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: dora-keyboard
3
- Version: 0.3.8
4
- Summary: Dora dora-keyboard
5
- Home-page: https://github.com/dora-rs/dora.git
6
- License: MIT
7
- Author: Haixuan Xavier Tao
8
- Author-email: tao.xavier@outlook.com
9
- Requires-Python: >=3.7,<4.0
10
- Classifier: License :: OSI Approved :: MIT License
11
- Classifier: Programming Language :: Python :: 3
12
- Classifier: Programming Language :: Python :: 3.7
13
- Classifier: Programming Language :: Python :: 3.8
14
- Classifier: Programming Language :: Python :: 3.9
15
- Classifier: Programming Language :: Python :: 3.10
16
- Classifier: Programming Language :: Python :: 3.11
17
- Classifier: Programming Language :: Python :: 3.12
18
- Classifier: Programming Language :: Python :: 3.13
19
- Requires-Dist: dora-rs (>=0.3.6,<0.4.0)
20
- Requires-Dist: numpy (<2.0.0)
21
- Requires-Dist: pyarrow (>=5.0.0)
22
- Requires-Dist: pynput (>=1.6.0,<2.0.0)
23
- Project-URL: Documentation, https://github.com/dora-rs/dora/blob/main/node-hub/dora-keyboard/README.md
24
- Description-Content-Type: text/markdown
25
-
26
- # Dora Node for listening to keyboard input.
27
-
28
- Send char only in the `char` output stream, as string, on press.
29
-
@@ -1,6 +0,0 @@
1
- dora_keyboard/__init__.py,sha256=Gy4qL4vCeTyA5HR1Yp3ioL4-ClJyW8oi_38CzMuMsBM,358
2
- dora_keyboard/main.py,sha256=0B0x0OnDKgsWDAxnrW-TWYzCUkU_q71MLraZj610PC4,740
3
- dora_keyboard-0.3.8.dist-info/METADATA,sha256=yk_ZEEL-bUNThzppigh9vdA4NgXG-HtZye35qKHHOyI,1088
4
- dora_keyboard-0.3.8.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
5
- dora_keyboard-0.3.8.dist-info/entry_points.txt,sha256=Ocfp-Q2hGS1St7E8cJ9RJ3X8zg7exZYLuhlJXG5Lrpc,57
6
- dora_keyboard-0.3.8.dist-info/RECORD,,
@@ -1,3 +0,0 @@
1
- [console_scripts]
2
- dora-keyboard=dora_keyboard.main:main
3
-