hipfile 0.0.1.dev0__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.
@@ -0,0 +1,17 @@
1
+ Metadata-Version: 2.4
2
+ Name: hipfile
3
+ Version: 0.0.1.dev0
4
+ Summary: Placeholder for AMD ROCm hipFile
5
+ Maintainer-email: Riley Dixon <riley.dixon@amd.com>, AMD hipFile Team <hipfile-maintainer@amd.com>
6
+ License-Expression: MIT
7
+ Project-URL: Homepage, https://github.com/ROCm/rocm-systems/tree/develop/projects/hipfile
8
+ Keywords: hipfile,rocm,amd,hip,AIS
9
+ Classifier: Development Status :: 3 - Alpha
10
+ Requires-Python: >=3.8
11
+ Description-Content-Type: text/markdown
12
+
13
+ # hipfile
14
+
15
+ Placeholder for AMD ROCm hipFile
16
+
17
+ Uploaded using Twine.
@@ -0,0 +1,5 @@
1
+ # hipfile
2
+
3
+ Placeholder for AMD ROCm hipFile
4
+
5
+ Uploaded using Twine.
@@ -0,0 +1,22 @@
1
+ [build-system]
2
+ requires = ["setuptools>=61.0", "wheel"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "hipfile"
7
+ version = "0.0.1.dev0"
8
+ description = "Placeholder for AMD ROCm hipFile"
9
+ readme = "README.md"
10
+ requires-python = ">=3.8"
11
+ keywords = ["hipfile", "rocm", "amd", "hip", "AIS"]
12
+ classifiers = [
13
+ "Development Status :: 3 - Alpha",
14
+ ]
15
+ license = "MIT"
16
+ maintainers = [
17
+ {name="Riley Dixon", email="riley.dixon@amd.com"},
18
+ {name="AMD hipFile Team", email="hipfile-maintainer@amd.com"}
19
+ ]
20
+
21
+ [project.urls]
22
+ Homepage = "https://github.com/ROCm/rocm-systems/tree/develop/projects/hipfile"
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,4 @@
1
+ __version__ = "0.0.1"
2
+
3
+ def hello():
4
+ return 'Hello from hipfile!'
@@ -0,0 +1,17 @@
1
+ Metadata-Version: 2.4
2
+ Name: hipfile
3
+ Version: 0.0.1.dev0
4
+ Summary: Placeholder for AMD ROCm hipFile
5
+ Maintainer-email: Riley Dixon <riley.dixon@amd.com>, AMD hipFile Team <hipfile-maintainer@amd.com>
6
+ License-Expression: MIT
7
+ Project-URL: Homepage, https://github.com/ROCm/rocm-systems/tree/develop/projects/hipfile
8
+ Keywords: hipfile,rocm,amd,hip,AIS
9
+ Classifier: Development Status :: 3 - Alpha
10
+ Requires-Python: >=3.8
11
+ Description-Content-Type: text/markdown
12
+
13
+ # hipfile
14
+
15
+ Placeholder for AMD ROCm hipFile
16
+
17
+ Uploaded using Twine.
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ src/hipfile/__init__.py
4
+ src/hipfile.egg-info/PKG-INFO
5
+ src/hipfile.egg-info/SOURCES.txt
6
+ src/hipfile.egg-info/dependency_links.txt
7
+ src/hipfile.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ hipfile