damapper 1.7.11a1__py2.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.
damapper/__init__.py ADDED
@@ -0,0 +1,37 @@
1
+ # -*- coding: utf-8 -*-
2
+ # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
3
+ # DaMapper %
4
+ # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
5
+ """
6
+ DaMapper is a standalone application written in C++ with an optional
7
+ python interface to extract damage pattern from US scans and export
8
+ them as XML or IGES files.
9
+
10
+ @version: 1.7.1
11
+ ----------------------------------------------------------------------------------------------
12
+ @requires:
13
+ -
14
+
15
+ @change:
16
+ -
17
+
18
+ @author: garb_ma [DLR-FA,STM Braunschweig]
19
+ ----------------------------------------------------------------------------------------------
20
+ """
21
+
22
+ ## @package DaMapper
23
+ # DaMapper package for US damage segmentation and mapping utilities
24
+ ## @authors
25
+ # Marc Garbade
26
+ ## @date
27
+ # 19.03.2024
28
+ ## @par Notes/Changes
29
+ # - Added documentation // mg 19.03.2024
30
+
31
+ try:
32
+ from DaMapperPy import *
33
+ except ImportError:
34
+ pass
35
+
36
+ if __name__ == '__main__':
37
+ pass
@@ -0,0 +1,29 @@
1
+ Metadata-Version: 2.4
2
+ Name: damapper
3
+ Version: 1.7.11a1
4
+ Summary: DaMapper as a standalone application.
5
+ License: Apache-2.0
6
+ Keywords: damapper,standalone
7
+ Author: Garbade, Marc
8
+ Author-email: marc.garbade@dlr.de
9
+ Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
10
+ Classifier: Development Status :: 3 - Alpha
11
+ Classifier: License :: OSI Approved :: Apache Software License
12
+ Classifier: Operating System :: OS Independent
13
+ Classifier: Programming Language :: Python :: 2
14
+ Classifier: Programming Language :: Python :: 2.7
15
+ Classifier: Programming Language :: Python :: 3
16
+ Classifier: Programming Language :: Python :: 3.5
17
+ Classifier: Programming Language :: Python :: 3.6
18
+ Classifier: Programming Language :: Python :: 3.7
19
+ Classifier: Programming Language :: Python :: 3.8
20
+ Classifier: Programming Language :: Python :: 3.9
21
+ Classifier: Programming Language :: Python :: 3.10
22
+ Classifier: Programming Language :: Python :: 3.11
23
+ Classifier: Programming Language :: Python :: 3.12
24
+ Classifier: Programming Language :: Python :: 3.13
25
+ Classifier: Programming Language :: Python :: 3.14
26
+ Classifier: Topic :: Scientific/Engineering
27
+ Requires-Dist: dam-frontend ; (python_version == "2.7" or python_version >= "3.5") and python_version < "4.0" and platform_system == "Windows"
28
+ Requires-Dist: dam-python ; python_version >= "3.6" and python_version < "4.0"
29
+ Project-URL: Repository, https://gitlab.com/dlr-sy/damapper
@@ -0,0 +1,4 @@
1
+ damapper/__init__.py,sha256=iulA27rEzxNKGSbPQQikZ8OoX8KqzdGbkVUwRlFMOfs,1081
2
+ damapper-1.7.11a1.dist-info/METADATA,sha256=6fJeionh1HpVOPRgzofcVxZPvvQ9HN2HKAlI19L7o5o,1407
3
+ damapper-1.7.11a1.dist-info/WHEEL,sha256=MICUlqIgkuEnKh9OWy254Ca7q2MHOW-q0u36TZR60nU,92
4
+ damapper-1.7.11a1.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: poetry-core 2.2.1
3
+ Root-Is-Purelib: true
4
+ Tag: py2.py3-none-any