hip-python-as-cuda 0.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.
- hip_python_as_cuda-0.0.0/PKG-INFO +9 -0
- hip_python_as_cuda-0.0.0/README.md +1 -0
- hip_python_as_cuda-0.0.0/pyproject.toml +14 -0
- hip_python_as_cuda-0.0.0/setup.cfg +4 -0
- hip_python_as_cuda-0.0.0/src/ca_certificates/__init__.py +4 -0
- hip_python_as_cuda-0.0.0/src/hip_python_as_cuda.egg-info/PKG-INFO +9 -0
- hip_python_as_cuda-0.0.0/src/hip_python_as_cuda.egg-info/SOURCES.txt +7 -0
- hip_python_as_cuda-0.0.0/src/hip_python_as_cuda.egg-info/dependency_links.txt +1 -0
- hip_python_as_cuda-0.0.0/src/hip_python_as_cuda.egg-info/top_level.txt +1 -0
@@ -0,0 +1,9 @@
|
|
1
|
+
Metadata-Version: 2.4
|
2
|
+
Name: hip-python-as-cuda
|
3
|
+
Version: 0.0.0
|
4
|
+
Summary: Dummy hip-python-as-cuda package for PyPI
|
5
|
+
Author-email: Your Name <you@example.com>
|
6
|
+
Requires-Python: >=3.7
|
7
|
+
Description-Content-Type: text/markdown
|
8
|
+
|
9
|
+
# hip-python-as-cuda\nA dummy Python package version of hip-python-as-cuda.
|
@@ -0,0 +1 @@
|
|
1
|
+
# hip-python-as-cuda\nA dummy Python package version of hip-python-as-cuda.
|
@@ -0,0 +1,14 @@
|
|
1
|
+
[build-hip-python-as-cudatem]
|
2
|
+
requires = ["setuptools>=61.0"]
|
3
|
+
build-backend = "setuptools.build_meta"
|
4
|
+
|
5
|
+
[project]
|
6
|
+
name = "hip-python-as-cuda"
|
7
|
+
version = "0.0.0"
|
8
|
+
description = "Dummy hip-python-as-cuda package for PyPI"
|
9
|
+
authors = [{name="Your Name", email="you@example.com"}]
|
10
|
+
readme = "README.md"
|
11
|
+
requires-python = ">=3.7"
|
12
|
+
|
13
|
+
[tool.setuptools.packages.find]
|
14
|
+
where = ["src"]
|
@@ -0,0 +1,9 @@
|
|
1
|
+
Metadata-Version: 2.4
|
2
|
+
Name: hip-python-as-cuda
|
3
|
+
Version: 0.0.0
|
4
|
+
Summary: Dummy hip-python-as-cuda package for PyPI
|
5
|
+
Author-email: Your Name <you@example.com>
|
6
|
+
Requires-Python: >=3.7
|
7
|
+
Description-Content-Type: text/markdown
|
8
|
+
|
9
|
+
# hip-python-as-cuda\nA dummy Python package version of hip-python-as-cuda.
|
@@ -0,0 +1 @@
|
|
1
|
+
|
@@ -0,0 +1 @@
|
|
1
|
+
ca_certificates
|