libertem-qd-mpx 0.2.12__cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.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.

Potentially problematic release.


This version of libertem-qd-mpx might be problematic. Click here for more details.

@@ -0,0 +1,5 @@
1
+ from .libertem_qd_mpx import *
2
+
3
+ __doc__ = libertem_qd_mpx.__doc__
4
+ if hasattr(libertem_qd_mpx, "__all__"):
5
+ __all__ = libertem_qd_mpx.__all__
Binary file
@@ -0,0 +1,29 @@
1
+ Metadata-Version: 2.3
2
+ Name: libertem_qd_mpx
3
+ Version: 0.2.12
4
+ Classifier: Programming Language :: Rust
5
+ Classifier: Programming Language :: Python :: Implementation :: CPython
6
+ Classifier: Programming Language :: Python :: Implementation :: PyPy
7
+ Author: Alexander Clausen <a.clausen@fz-juelich.de>
8
+ Author-email: Alexander Clausen <a.clausen@fz-juelich.de>
9
+ License: MIT
10
+ Requires-Python: >=3.8
11
+ Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
12
+
13
+ # LiberTEM-qd-mpx
14
+
15
+ [![LiberTEM-qd-mpx on GitHub](https://img.shields.io/badge/GitHub-MIT-informational)](https://github.com/LiberTEM/LiberTEM-rs)
16
+
17
+ This is a Python package for efficiently receiving data from
18
+ Quantum Detectors Merlin, in both single- and quad-chip configurations.
19
+ It is implemented in rust, with a Python interface on top.
20
+
21
+ It is built for [LiberTEM-live](https://github.com/libertem/libertem-live), but can
22
+ also be used stand-alone.
23
+
24
+ ## Changelog
25
+
26
+ ### v0.2.12
27
+
28
+ - Initial release of LiberTEM-qd-mpx
29
+
@@ -0,0 +1,5 @@
1
+ libertem_qd_mpx-0.2.12.dist-info/METADATA,sha256=tcN6Dnkpjx1gd3wwg1rz9djNjdm3myBjv3pXAe3HGzg,973
2
+ libertem_qd_mpx-0.2.12.dist-info/WHEEL,sha256=gcDgAtO5hiLOBJpvXdqaz0sD4OjcBC-M4EJVkemuSHM,127
3
+ libertem_qd_mpx/__init__.py,sha256=vlHv0QPWCgx2H2gMd3BhIwc1zk8t8U0CDCrfg7rnVTk,143
4
+ libertem_qd_mpx/libertem_qd_mpx.abi3.so,sha256=X5srMI6_4-lCyxorqvMYmZKgQFYAW13jvLihpx-4Kt8,42917712
5
+ libertem_qd_mpx-0.2.12.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: maturin (1.7.1)
3
+ Root-Is-Purelib: false
4
+ Tag: cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64