bec-ipython-client 3.69.4__py3-none-any.whl → 3.70.0__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.
PKG-INFO CHANGED
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bec_ipython_client
3
- Version: 3.69.4
3
+ Version: 3.70.0
4
4
  Summary: BEC IPython client
5
5
  Project-URL: Bug Tracker, https://github.com/bec-project/bec/issues
6
6
  Project-URL: Homepage, https://github.com/bec-project/bec
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bec_ipython_client
3
- Version: 3.69.4
3
+ Version: 3.70.0
4
4
  Summary: BEC IPython client
5
5
  Project-URL: Bug Tracker, https://github.com/bec-project/bec/issues
6
6
  Project-URL: Homepage, https://github.com/bec-project/bec
@@ -1,7 +1,7 @@
1
1
  .gitignore,sha256=UmJ0gTRAPp4EI1A6tb9Pi-k5uxDIb_NWJU9ye6AW-8Y,3306
2
- PKG-INFO,sha256=tb9yQUabiFT9AdKS0yORJu7ash3T6890jV55oFyDAcI,1052
2
+ PKG-INFO,sha256=8InaX9sdNJR4GYyFYQ4MxSmsiSYuXiUO8FTYFB5ruBU,1052
3
3
  demo.py,sha256=TE-niyXPUEAP-GaL-QRBPgnaxfXqBmTsBiKUxl3F_VQ,7053
4
- pyproject.toml,sha256=1S0cCTuV8jWrNIFAMiFKAv6XElgUdxxDX-1h_c4Ndas,1229
4
+ pyproject.toml,sha256=Tnvc9IgRWhxdkfFa6p9UsMPkkpapIOPzmMV6ocwsdnY,1229
5
5
  bec_ipython_client/__init__.py,sha256=ihd_V8I7Qo0MWKMo7bcvPf-ZyUQqkcNf8IAWLJKiFJE,79
6
6
  bec_ipython_client/beamline_mixin.py,sha256=scMWIFbHJajyECzbwEVKyQUGjpqA9C_KiU2M6FuRH_Q,1067
7
7
  bec_ipython_client/bec_magics.py,sha256=Rz2aXkUCeAV_VxdXqLUNHh8T44kSH9ha83OiEtdptzI,2792
@@ -37,7 +37,7 @@ tests/end-2-end/_ensure_requirements_container.py,sha256=iAcTHqudgJMh7yS9kmfN1bq
37
37
  tests/end-2-end/test_procedures_e2e.py,sha256=3CPzjW3VpsSU8GKVP814SSvLZ0c7bBtPB_VtX725TCY,4737
38
38
  tests/end-2-end/test_scans_e2e.py,sha256=CxlXjQrzDJebaoZObt_oYx41wbnHLuJLSjKlno4u2B4,30981
39
39
  tests/end-2-end/test_scans_lib_e2e.py,sha256=bUxKX7JRRQYtjgyOX1LktpcxOE8aZbQ6Ut_alKQhGYg,19063
40
- bec_ipython_client-3.69.4.dist-info/METADATA,sha256=tb9yQUabiFT9AdKS0yORJu7ash3T6890jV55oFyDAcI,1052
41
- bec_ipython_client-3.69.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
42
- bec_ipython_client-3.69.4.dist-info/entry_points.txt,sha256=oQUXYY0jjD9ZvKPHwaGn2wkUIWpDZM8L4ixDA3RlBWE,53
43
- bec_ipython_client-3.69.4.dist-info/RECORD,,
40
+ bec_ipython_client-3.70.0.dist-info/METADATA,sha256=8InaX9sdNJR4GYyFYQ4MxSmsiSYuXiUO8FTYFB5ruBU,1052
41
+ bec_ipython_client-3.70.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
42
+ bec_ipython_client-3.70.0.dist-info/entry_points.txt,sha256=oQUXYY0jjD9ZvKPHwaGn2wkUIWpDZM8L4ixDA3RlBWE,53
43
+ bec_ipython_client-3.70.0.dist-info/RECORD,,
pyproject.toml CHANGED
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "bec_ipython_client"
7
- version = "3.69.4"
7
+ version = "3.70.0"
8
8
  description = "BEC IPython client"
9
9
  requires-python = ">=3.11"
10
10
  classifiers = [