ephys-link 1.3.0b1__py3-none-any.whl → 1.3.0b2__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.
ephys_link/__about__.py CHANGED
@@ -1 +1 @@
1
- __version__ = "1.3.0b1"
1
+ __version__ = "1.3.0b2"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: ephys-link
3
- Version: 1.3.0b1
3
+ Version: 1.3.0b2
4
4
  Summary: A Python Socket.IO server that allows any Socket.IO-compliant application to communicate with manipulators used in electrophysiology experiments.
5
5
  Project-URL: Documentation, https://virtualbrainlab.org/ephys_link/installation_and_use.html
6
6
  Project-URL: Issues, https://github.com/VirtualBrainLab/ephys-link/issues
@@ -26,7 +26,7 @@ Classifier: Programming Language :: Python :: Implementation :: CPython
26
26
  Classifier: Programming Language :: Python :: Implementation :: PyPy
27
27
  Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
28
28
  Requires-Python: <3.13,>=3.8
29
- Requires-Dist: aiohttp==3.9.3
29
+ Requires-Dist: aiohttp==3.9.4
30
30
  Requires-Dist: platformdirs==4.2.0
31
31
  Requires-Dist: pyserial==3.5
32
32
  Requires-Dist: python-socketio==5.11.2
@@ -1,4 +1,4 @@
1
- ephys_link/__about__.py,sha256=yls3wx5zKdMYbIt058sInL2OPF7guH6q_ejfCBUtXrw,25
1
+ ephys_link/__about__.py,sha256=G2LXGwvaI_1j2mcOG-ROOoWXJfdi2T32W0u5v4FMAh4,25
2
2
  ephys_link/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  ephys_link/__main__.py,sha256=N-vdBEDSdAJw8f3Xz8Ncwk_ymimgoC1I60qh75-uDno,2556
4
4
  ephys_link/common.py,sha256=QJPKIXmFwsMVSeEkKSkXSpyidgXpWWW2YIBd2yM1Itk,1302
@@ -19,8 +19,8 @@ ephys_link/resources/CP210xManufacturing.dll,sha256=aM9k_XABjkq0TOMiIw8HeteB40zq
19
19
  ephys_link/resources/NstMotorCtrl.dll,sha256=Xtpr3vBcxhcsOUGvgVEwYtGPvKEqDctIUGCK36GfU2Q,155136
20
20
  ephys_link/resources/SiUSBXp.dll,sha256=187zlclZNNezCkU1o1CbICRAmKWJxbh8ahP6L6wo-_Y,469752
21
21
  ephys_link/resources/libum.dll,sha256=YaD4dwiSNohx-XxHjx2eQWPOBEVvUIXARvx37e_yqNw,316316
22
- ephys_link-1.3.0b1.dist-info/METADATA,sha256=YvSztVShDdntBnsjYuN6eNH0EN52WUXm9T3ayM3kjs0,7835
23
- ephys_link-1.3.0b1.dist-info/WHEEL,sha256=as-1oFTWSeWBgyzh0O_qF439xqBe6AbBgt4MfYe5zwY,87
24
- ephys_link-1.3.0b1.dist-info/entry_points.txt,sha256=o8wV3AdnJ9o47vg9ymKxPNVq9pMdPq8UZHE_iyAJx-k,124
25
- ephys_link-1.3.0b1.dist-info/licenses/LICENSE,sha256=IwGE9guuL-ryRPEKi6wFPI_zOhg7zDZbTYuHbSt_SAk,35823
26
- ephys_link-1.3.0b1.dist-info/RECORD,,
22
+ ephys_link-1.3.0b2.dist-info/METADATA,sha256=utAv_I0FyEsU0O5pe-2Da_YrdnWxArFoc0uaDZ-P7Nk,7835
23
+ ephys_link-1.3.0b2.dist-info/WHEEL,sha256=osohxoshIHTFJFVPhsi1UkZuLRGMHRXZzwEBW2ezjrc,87
24
+ ephys_link-1.3.0b2.dist-info/entry_points.txt,sha256=o8wV3AdnJ9o47vg9ymKxPNVq9pMdPq8UZHE_iyAJx-k,124
25
+ ephys_link-1.3.0b2.dist-info/licenses/LICENSE,sha256=IwGE9guuL-ryRPEKi6wFPI_zOhg7zDZbTYuHbSt_SAk,35823
26
+ ephys_link-1.3.0b2.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.22.5
2
+ Generator: hatchling 1.24.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any