mindiesd 0.0.1.dev1__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.
mindiesd/main.py ADDED
@@ -0,0 +1,6 @@
1
+ def main():
2
+ print("Hello World")
3
+
4
+
5
+ if __name__ == "__main__":
6
+ main()
@@ -0,0 +1,22 @@
1
+ Metadata-Version: 2.4
2
+ Name: mindiesd
3
+ Version: 0.0.1.dev1
4
+ Summary: inference engine
5
+ Home-page: https://gitcode.com/Ascend/MindIE-SD
6
+ License: Apache
7
+ Classifier: Programming Language :: Python :: 3
8
+ Classifier: License :: OSI Approved :: Apache Software License
9
+ Classifier: Operating System :: OS Independent
10
+ Requires-Python: >= 3.7
11
+ Description-Content-Type: text/markdown
12
+ Dynamic: classifier
13
+ Dynamic: description
14
+ Dynamic: description-content-type
15
+ Dynamic: home-page
16
+ Dynamic: license
17
+ Dynamic: requires-python
18
+ Dynamic: summary
19
+
20
+
21
+ *WARNING*:This project is not functional and is a placeholder form HUAWEI Ascend
22
+ Please refer to homepage https://gitcode.com/Ascend/MindIE-SD
@@ -0,0 +1,5 @@
1
+ mindiesd/main.py,sha256=xwlzzCjsvdkDxpYGIh-XDoIG4xh1fesht7Cu4MO1Md0,77
2
+ mindiesd-0.0.1.dev1.dist-info/METADATA,sha256=Z_78Q4kUPXsjNaK3PxJecJJP-22bTHPg2kZDe-LmV3o,667
3
+ mindiesd-0.0.1.dev1.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
4
+ mindiesd-0.0.1.dev1.dist-info/top_level.txt,sha256=GzgyyrHV7O5fCdUFw_hgRUy3ENDjnKAXTWq1s-0UgFw,9
5
+ mindiesd-0.0.1.dev1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (82.0.1)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ mindiesd