dal-python 0.1.3__py3-py3-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.
- dal/__init__.py +7 -0
- dal/_dal.cpython-39-x86_64-linux-gnu.so +0 -0
- dal/dal.py +1866 -0
- dal/dal_wrap.cpp +17335 -0
- dal/libdal.so +0 -0
- dal/libdal.so.1.0.0-dev +0 -0
- dal/libdal_public.so +0 -0
- dal_python-0.1.3.dist-info/METADATA +22 -0
- dal_python-0.1.3.dist-info/RECORD +11 -0
- dal_python-0.1.3.dist-info/WHEEL +5 -0
- dal_python-0.1.3.dist-info/top_level.txt +1 -0
dal/libdal.so
ADDED
|
Binary file
|
dal/libdal.so.1.0.0-dev
ADDED
|
Binary file
|
dal/libdal_public.so
ADDED
|
Binary file
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: dal-python
|
|
3
|
+
Version: 0.1.3
|
|
4
|
+
Summary: Python bindings for the DAL library
|
|
5
|
+
Author: cheng li
|
|
6
|
+
Author-email: wegamekinglc@hotmail.copm
|
|
7
|
+
License: BSD 3-Clause
|
|
8
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
9
|
+
Classifier: Environment :: Console
|
|
10
|
+
Classifier: Intended Audience :: Developers
|
|
11
|
+
Classifier: Intended Audience :: Science/Research
|
|
12
|
+
Classifier: Intended Audience :: End Users/Desktop
|
|
13
|
+
Classifier: License :: OSI Approved :: BSD License
|
|
14
|
+
Classifier: Natural Language :: English
|
|
15
|
+
Classifier: Programming Language :: C++
|
|
16
|
+
Classifier: Programming Language :: Python
|
|
17
|
+
Classifier: Topic :: Scientific/Engineering
|
|
18
|
+
Classifier: Operating System :: Microsoft :: Windows
|
|
19
|
+
Classifier: Operating System :: POSIX
|
|
20
|
+
Classifier: Operating System :: Unix
|
|
21
|
+
Classifier: Operating System :: MacOS
|
|
22
|
+
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
dal/__init__.py,sha256=rbufEZzRAsLcNIQbmKkYtkQhqSTjRpeMay4YYhF6Gho,156
|
|
2
|
+
dal/_dal.cpython-39-x86_64-linux-gnu.so,sha256=eBVA7Is5rzB-P6seZo9zV-fgUlrf6GNRUAPEyqk0FJc,565728
|
|
3
|
+
dal/dal.py,sha256=cX7NvNieDSepocsp-Vl11flPhlUkJm_T6p-CSIYyhRY,52351
|
|
4
|
+
dal/dal_wrap.cpp,sha256=l9jFLRd5MirEA4a-hZe8QmqpoLUvrKKIaeORNUudr3w,630288
|
|
5
|
+
dal/libdal.so,sha256=n0sJ1bMG9tXyVFgDUP7KKhB-7-Q7QMPZumyv9heG7hA,8210832
|
|
6
|
+
dal/libdal.so.1.0.0-dev,sha256=n0sJ1bMG9tXyVFgDUP7KKhB-7-Q7QMPZumyv9heG7hA,8210832
|
|
7
|
+
dal/libdal_public.so,sha256=Jh12oOk96vd2ZPVo63BUnuz7sCQNRp3_Vhf1VSY3mmE,218232
|
|
8
|
+
dal_python-0.1.3.dist-info/METADATA,sha256=lAlAFaA-IEekjgpM-HlPwwYt-1q0Nt___aPHT7Mdep4,799
|
|
9
|
+
dal_python-0.1.3.dist-info/WHEEL,sha256=3oXbtF4vYwmQyf0LQIagKtl0VO3gP86556qKiLb0bDc,103
|
|
10
|
+
dal_python-0.1.3.dist-info/top_level.txt,sha256=0NCtz794zxjwhJcMbphMLr-IHz_8WAyZFNMqTPXtulw,4
|
|
11
|
+
dal_python-0.1.3.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
dal
|