tessng 4.0.0__tar.gz

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.
Files changed (55) hide show
  1. tessng-4.0.0/LICENSE +19 -0
  2. tessng-4.0.0/MANIFEST.in +3 -0
  3. tessng-4.0.0/PKG-INFO +17 -0
  4. tessng-4.0.0/README.md +1 -0
  5. tessng-4.0.0/setup.cfg +4 -0
  6. tessng-4.0.0/setup.py +42 -0
  7. tessng-4.0.0/tessng/TESSNG.exe +0 -0
  8. tessng-4.0.0/tessng/TESSNG.pdb +0 -0
  9. tessng-4.0.0/tessng/TESS_DB.dll +0 -0
  10. tessng-4.0.0/tessng/TESS_DB.pdb +0 -0
  11. tessng-4.0.0/tessng/TESS_MODEL.dll +0 -0
  12. tessng-4.0.0/tessng/TESS_MODEL.pdb +0 -0
  13. tessng-4.0.0/tessng/TESS_NET.dll +0 -0
  14. tessng-4.0.0/tessng/TESS_NET.pdb +0 -0
  15. tessng-4.0.0/tessng/TESS_SIMU.dll +0 -0
  16. tessng-4.0.0/tessng/TESS_SIMU.pdb +0 -0
  17. tessng-4.0.0/tessng/TESS_WIN.dll +0 -0
  18. tessng-4.0.0/tessng/TESS_WIN.pdb +0 -0
  19. tessng-4.0.0/tessng/TessInterfaces.dll +0 -0
  20. tessng-4.0.0/tessng/TessInterfaces.pdb +0 -0
  21. tessng-4.0.0/tessng/TessSupport.dll +0 -0
  22. tessng-4.0.0/tessng/Tessng.pyd +0 -0
  23. tessng-4.0.0/tessng/Tessng.pyi +3353 -0
  24. tessng-4.0.0/tessng/__init__.py +1 -0
  25. tessng-4.0.0/tessng/assimp-vc143-mt.dll +0 -0
  26. tessng-4.0.0/tessng/fmt.dll +0 -0
  27. tessng-4.0.0/tessng/freetype.dll +0 -0
  28. tessng-4.0.0/tessng/jpeg62.dll +0 -0
  29. tessng-4.0.0/tessng/libEGL.dll +0 -0
  30. tessng-4.0.0/tessng/libEGLd.dll +0 -0
  31. tessng-4.0.0/tessng/libGLESv2.dll +0 -0
  32. tessng-4.0.0/tessng/libGLESv2d.dll +0 -0
  33. tessng-4.0.0/tessng/libPythonPanel.dll +0 -0
  34. tessng-4.0.0/tessng/libcrypto-3-x64.dll +0 -0
  35. tessng-4.0.0/tessng/libcurl.dll +0 -0
  36. tessng-4.0.0/tessng/liblzma.dll +0 -0
  37. tessng-4.0.0/tessng/libprotobuf.dll +0 -0
  38. tessng-4.0.0/tessng/libssl-3-x64.dll +0 -0
  39. tessng-4.0.0/tessng/lz4.dll +0 -0
  40. tessng-4.0.0/tessng/metis.dll +0 -0
  41. tessng-4.0.0/tessng/msvcp140.dll +0 -0
  42. tessng-4.0.0/tessng/opengl32sw.dll +0 -0
  43. tessng-4.0.0/tessng/openglrenderer.dll +0 -0
  44. tessng-4.0.0/tessng/proj.dll +0 -0
  45. tessng-4.0.0/tessng/shiboken2.abi3.dll +0 -0
  46. tessng-4.0.0/tessng/spdlog.dll +0 -0
  47. tessng-4.0.0/tessng/sqlite3.dll +0 -0
  48. tessng-4.0.0/tessng/tiff.dll +0 -0
  49. tessng-4.0.0/tessng/zlib1.dll +0 -0
  50. tessng-4.0.0/tessng.egg-info/PKG-INFO +17 -0
  51. tessng-4.0.0/tessng.egg-info/SOURCES.txt +53 -0
  52. tessng-4.0.0/tessng.egg-info/dependency_links.txt +1 -0
  53. tessng-4.0.0/tessng.egg-info/not-zip-safe +1 -0
  54. tessng-4.0.0/tessng.egg-info/requires.txt +2 -0
  55. tessng-4.0.0/tessng.egg-info/top_level.txt +1 -0
tessng-4.0.0/LICENSE ADDED
@@ -0,0 +1,19 @@
1
+ Copyright (c) yang_tessng
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4
+ of this software and associated documentation files (the "Software"), to deal
5
+ in the Software without restriction, including without limitation the rights
6
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
+ copies of the Software, and to permit persons to whom the Software is
8
+ furnished to do so, subject to the following conditions:
9
+
10
+ The above copyright notice and this permission notice shall be included in all
11
+ copies or substantial portions of the Software.
12
+
13
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
+ SOFTWARE.
@@ -0,0 +1,3 @@
1
+ include LICENSE
2
+ recursive-include tessng/*
3
+ exclude */__pycache__
tessng-4.0.0/PKG-INFO ADDED
@@ -0,0 +1,17 @@
1
+ Metadata-Version: 2.1
2
+ Name: tessng
3
+ Version: 4.0.0
4
+ Summary: tessng with python3.6
5
+ Home-page:
6
+ Author: Jida
7
+ Author-email: 17315487709@163.com
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: License :: OSI Approved :: MIT License
10
+ Classifier: Operating System :: OS Independent
11
+ Requires-Python: ==3.6.*
12
+ Description-Content-Type: text/markdown
13
+ License-File: LICENSE
14
+ Requires-Dist: PySide2==5.15.2.1
15
+ Requires-Dist: shiboken2==5.15.2.1
16
+
17
+ This is the python development package of TESSNG.
tessng-4.0.0/README.md ADDED
@@ -0,0 +1 @@
1
+ This is the python development package of TESSNG.
tessng-4.0.0/setup.cfg ADDED
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
tessng-4.0.0/setup.py ADDED
@@ -0,0 +1,42 @@
1
+ import setuptools
2
+ from wheel.bdist_wheel import bdist_wheel as bdist_wheel_orig
3
+
4
+
5
+ class bdist_wheel(bdist_wheel_orig):
6
+ def get_tag(self):
7
+ # 返回 (python tag, abi tag, platform tag)
8
+ return ('cp36', 'cp36m', 'win_amd64')
9
+
10
+
11
+ with open("README.md", "r", encoding="utf-8") as fh:
12
+ long_description = fh.read()
13
+
14
+ package_data = {
15
+ 'tessng': ['*.pyd', '*.pyi', '*.dll', '*.pdb', '*.exe']
16
+ }
17
+
18
+ setuptools.setup(
19
+ name="tessng",
20
+ version="4.0.0",
21
+ author="Jida",
22
+ author_email="17315487709@163.com",
23
+ description="tessng with python3.6",
24
+ long_description=long_description,
25
+ long_description_content_type="text/markdown",
26
+ url="",
27
+ cmdclass={'bdist_wheel': bdist_wheel},
28
+ install_requires=[
29
+ "PySide2==5.15.2.1",
30
+ "shiboken2==5.15.2.1",
31
+ ],
32
+ python_requires='==3.6.*',
33
+ classifiers=[
34
+ "Programming Language :: Python :: 3",
35
+ "License :: OSI Approved :: MIT License",
36
+ "Operating System :: OS Independent",
37
+ ],
38
+ packages=setuptools.find_packages(),
39
+ package_data=package_data,
40
+ zip_safe=False,
41
+ include_package_data=True,
42
+ )
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file