h2lib 0.0.1__cp39-cp39-win_amd64.whl → 0.0.4__cp39-cp39-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 @@
1
+ from ._h2lib import H2Lib
@@ -0,0 +1,13 @@
1
+ from h2lib.dll_wrapper import DLLWrapper
2
+ import os
3
+
4
+
5
+ class H2Lib(DLLWrapper):
6
+ def __init__(self, filename=None):
7
+ if filename is None:
8
+ if os.name == 'nt':
9
+ filename = os.path.dirname(__file__) + '/TestLib.dll'
10
+ else:
11
+ filename = os.path.dirname(__file__) + '/TestLib.so'
12
+
13
+ DLLWrapper.__init__(self, filename, cdecl=True)
@@ -0,0 +1,14 @@
1
+ Metadata-Version: 2.1
2
+ Name: h2lib
3
+ Version: 0.0.4
4
+ Summary: Python interface to HAWC2
5
+ Download-URL:
6
+ Author: S.G.Horcas and N.G.Ramos
7
+ Author-email:
8
+ Maintainer:
9
+ Maintainer-email:
10
+ Requires-Dist: intel-fortran-rt ==2021.3.0
11
+ Requires-Dist: mkl ==2021.3.0
12
+ Requires-Dist: numpy
13
+ Requires-Dist: pytest
14
+
@@ -0,0 +1,9 @@
1
+ h2lib-0.0.4.data/purelib/h2lib/TestLib.dll,sha256=iRgC1hyKxjIoAoh4FruOU0Q78Gplh9BgxNOII00_9Q8,2859008
2
+ h2lib-0.0.4.data/purelib/h2lib/__init__.py,sha256=v4RtCtR7Cfv-LSx-9tnLK0WSefKVjIKrGjfBVBhONzI,27
3
+ h2lib-0.0.4.data/purelib/h2lib/_h2lib.py,sha256=tapiHobRD2T7jZhizOHCW9uX2sGjkDWMa-Na9oIBcYE,417
4
+ h2lib-0.0.4.data/purelib/h2lib/calc.py,sha256=eqPH_ruyWpnXVJDH8jVjuV3u-Dh_MiwSlgEV-hjDM_w,448
5
+ h2lib-0.0.4.data/purelib/h2lib/dll_wrapper.py,sha256=KWbqOu42EtO2WeP8T6ne5aYOEszs9QoheaKDbYS8JAQ,8903
6
+ h2lib-0.0.4.dist-info/METADATA,sha256=hACt34y2BAVpm3ZM6meuatN9gy6trlEFq0kTtrZkCFQ,310
7
+ h2lib-0.0.4.dist-info/WHEEL,sha256=6LUvBh8thwnyqgVgCADtj3fTB0_JYWDpaYISzieo71U,100
8
+ h2lib-0.0.4.dist-info/top_level.txt,sha256=y_a-tUqphEZQ_0nsWSMaSb21P8Lsd8hUxUdE9g2Dcbk,6
9
+ h2lib-0.0.4.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: bdist_wheel (0.41.1)
3
+ Root-Is-Purelib: false
4
+ Tag: cp39-cp39-win_amd64
5
+
@@ -0,0 +1 @@
1
+ h2lib
h2lib/TestLib_64.dll DELETED
Binary file
h2lib/__init__.py DELETED
File without changes
h2lib/_h2lib.py DELETED
@@ -1,7 +0,0 @@
1
- from h2lib.dll_wrapper import DLLWrapper
2
- import os
3
-
4
-
5
- class H2Lib(DLLWrapper):
6
- def __init__(self, filename=os.path.dirname(__file__) + '/TestLib_64.dll'):
7
- DLLWrapper.__init__(self, filename, cdecl=True)
@@ -1,13 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: h2lib
3
- Version: 0.0.1
4
- Summary: Python interface to HAWC2
5
- Author: S.G.Horcas, N.G.Ramos, Jaime Liew
6
- Author-email: "Mads M. Pedersen" <mmpe@dtu.dk>
7
- Maintainer-email: "Mads M. Pedersen" <mmpe@dtu.dk>
8
- Requires-Python: >=3.8
9
- Description-Content-Type: text/markdown
10
- Requires-Dist: numpy
11
- Requires-Dist: pytest
12
-
13
- Python interface to HAWC2Lib
@@ -1,9 +0,0 @@
1
- h2lib/TestLib_64.dll,sha256=Zx3nHaflzWiVYmL0ezfAL-plcBbuYYZ8PRh3z4Ej8Qw,2854400
2
- h2lib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- h2lib/_h2lib.py,sha256=x0Gcxq533gpYHpuXO-kaRkY05x7SIkwmjfVLOzIB95g,221
4
- h2lib/calc.py,sha256=eqPH_ruyWpnXVJDH8jVjuV3u-Dh_MiwSlgEV-hjDM_w,448
5
- h2lib/dll_wrapper.py,sha256=KWbqOu42EtO2WeP8T6ne5aYOEszs9QoheaKDbYS8JAQ,8903
6
- h2lib-0.0.1.dist-info/METADATA,sha256=oGlRJxWdgFpRcxu5pKyE24flYFqmZmJNGDqhrt9yM6Y,373
7
- h2lib-0.0.1.dist-info/WHEEL,sha256=Q2pOs_Glj37965KOk6iOKlLbrc8mg_XPNXlUf-xHP1o,94
8
- h2lib-0.0.1.dist-info/entry_points.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
- h2lib-0.0.1.dist-info/RECORD,,
@@ -1,4 +0,0 @@
1
- Wheel-Version: 1.0
2
- Generator: distlib 0.3.7
3
- Root-Is-Purelib: false
4
- Tag: cp39-cp39-win_amd64
File without changes
File without changes
File without changes