ndicapi 3.7.3__cp313-cp313-win_amd64.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.
@@ -0,0 +1,61 @@
1
+ Metadata-Version: 2.4
2
+ Name: ndicapi
3
+ Version: 3.7.3
4
+ Summary: This package allows interfacing with NDI tracking devices
5
+ Home-page: https://github.com/SciKit-Surgery/ndicapi
6
+ Maintainer: Stephen Thompson
7
+ Maintainer-email: s.thompson@ucl.ac.uk
8
+ License: MIT
9
+ Classifier: Development Status :: 3 - Alpha
10
+ Classifier: Environment :: Console
11
+ Classifier: Intended Audience :: Developers
12
+ Classifier: Intended Audience :: Education
13
+ Classifier: Intended Audience :: Information Technology
14
+ Classifier: Intended Audience :: Science/Research
15
+ Classifier: License :: OSI Approved :: MIT License
16
+ Classifier: Operating System :: MacOS
17
+ Classifier: Operating System :: Microsoft :: Windows
18
+ Classifier: Operating System :: POSIX
19
+ Classifier: Operating System :: Unix
20
+ Classifier: Programming Language :: Python :: 3.8
21
+ Classifier: Programming Language :: Python :: 3.9
22
+ Classifier: Programming Language :: Python :: 3.10
23
+ Classifier: Programming Language :: Python :: 3.11
24
+ Classifier: Programming Language :: Python :: 3.12
25
+ Classifier: Programming Language :: C
26
+ Classifier: Programming Language :: Python :: Implementation :: CPython
27
+ Classifier: Topic :: Scientific/Engineering
28
+ Classifier: Topic :: System :: Hardware
29
+ Description-Content-Type: text/markdown
30
+ License-File: LICENSE
31
+ Dynamic: classifier
32
+ Dynamic: description
33
+ Dynamic: description-content-type
34
+ Dynamic: home-page
35
+ Dynamic: license
36
+ Dynamic: license-file
37
+ Dynamic: maintainer
38
+ Dynamic: maintainer-email
39
+ Dynamic: summary
40
+
41
+ # History
42
+ * Program: NDI Combined API C Interface Library
43
+ * Creator: David Gobbi
44
+ * Language: English
45
+ * Authors:
46
+ * David Gobbi
47
+ * Andras Lasso <lassoan@queensu.ca>
48
+ * Adam Rankin <arankin@robarts.ca>
49
+ * Stephen Thompson <s.thompson@ucl.ac.uk>
50
+
51
+ # Overview
52
+ These are binary python wheels of the PlusToolKits's ndicapi library (https://github.com/PlusToolkit/ndicapi).
53
+ The CI scripts where developed on and hosted by (https://github.com/scikit-surgery/ndicapi).
54
+
55
+ This package provides provides a straightforward Python interface to AURORA, POLARIS, and VEGA systems manufactured by Northern Digital Inc. This library is provided by the Plus library, and is not supported by Northern Digital Inc.
56
+
57
+ ## Acknowledgments
58
+
59
+ The implementation of continuous integration and deployment was Supported by the [Wellcome Trust](https://wellcome.ac.uk/) and the [EPSRC](https://www.epsrc.ac.uk/) as part of the [Wellcome Centre for Interventional and Surgical Sciences](http://www.ucl.ac.uk/weiss).
60
+ The ndicapi library was developed as part of the [PLUS Toolkit](https://plustoolkit.github.io/).
61
+
@@ -0,0 +1,6 @@
1
+ ndicapy.cp313-win_amd64.pyd,sha256=o81i4ghH6ps8nRtq8t7hpFVAEUrTXHKXujMkTEH4IMY,79360
2
+ ndicapi-3.7.3.dist-info/licenses/LICENSE,sha256=uLiiuP1lvmBjEVAvt952RlDJ-JN4c5ETzY_Sbc_yaUs,1090
3
+ ndicapi-3.7.3.dist-info/METADATA,sha256=JSYh99Zw6wvwQEOGB604Ss29-kr6rmr4JOkkmweC0Jw,2598
4
+ ndicapi-3.7.3.dist-info/WHEEL,sha256=x5Wpw_tLx5PQKiWdxpqvs0e7Sg-SO0mTWdEADYDGPGA,101
5
+ ndicapi-3.7.3.dist-info/top_level.txt,sha256=ezhKWeFT_YF7j7YdnmyvngGIf5kf4tI74nngjdb-bJE,8
6
+ ndicapi-3.7.3.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (82.0.1)
3
+ Root-Is-Purelib: false
4
+ Tag: cp313-cp313-win_amd64
5
+
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2017 PLUS Toolkit
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1 @@
1
+ ndicapy
Binary file