deq 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.
deq-0.0.0/PKG-INFO ADDED
@@ -0,0 +1,21 @@
1
+ Metadata-Version: 2.4
2
+ Name: deq
3
+ Version: 0.0.0
4
+ Summary: Reserved name for an upcoming Microsoft QDK error-correction package. Not yet implemented.
5
+ Author: Microsoft Corporation
6
+ License: MIT
7
+ Project-URL: Homepage, https://github.com/microsoft/qdk-ec
8
+ Project-URL: Repository, https://github.com/microsoft/qdk-ec
9
+ Classifier: Development Status :: 1 - Planning
10
+ Classifier: Intended Audience :: Science/Research
11
+ Classifier: License :: OSI Approved :: MIT License
12
+ Classifier: Programming Language :: Python :: 3
13
+ Requires-Python: >=3.9
14
+ Description-Content-Type: text/markdown
15
+
16
+ # deq
17
+
18
+ Reserved name for an upcoming Microsoft QDK error-correction package. Not yet implemented.
19
+
20
+ This package name is reserved by Microsoft for an upcoming component of the
21
+ [QDK error-correction project](https://github.com/microsoft/qdk-ec).
deq-0.0.0/README.md ADDED
@@ -0,0 +1,6 @@
1
+ # deq
2
+
3
+ Reserved name for an upcoming Microsoft QDK error-correction package. Not yet implemented.
4
+
5
+ This package name is reserved by Microsoft for an upcoming component of the
6
+ [QDK error-correction project](https://github.com/microsoft/qdk-ec).
@@ -0,0 +1,25 @@
1
+ [build-system]
2
+ requires = ["setuptools>=61"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "deq"
7
+ version = "0.0.0"
8
+ description = "Reserved name for an upcoming Microsoft QDK error-correction package. Not yet implemented."
9
+ readme = "README.md"
10
+ requires-python = ">=3.9"
11
+ license = { text = "MIT" }
12
+ authors = [{ name = "Microsoft Corporation" }]
13
+ classifiers = [
14
+ "Development Status :: 1 - Planning",
15
+ "Intended Audience :: Science/Research",
16
+ "License :: OSI Approved :: MIT License",
17
+ "Programming Language :: Python :: 3",
18
+ ]
19
+
20
+ [project.urls]
21
+ Homepage = "https://github.com/microsoft/qdk-ec"
22
+ Repository = "https://github.com/microsoft/qdk-ec"
23
+
24
+ [tool.setuptools.packages.find]
25
+ where = ["src"]
deq-0.0.0/setup.cfg ADDED
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,7 @@
1
+ """Placeholder package reserving the ``deq`` name on PyPI.
2
+
3
+ The real implementation is not yet published. See
4
+ https://github.com/microsoft/qdk-ec for details.
5
+ """
6
+
7
+ __version__ = "0.0.0"
@@ -0,0 +1,21 @@
1
+ Metadata-Version: 2.4
2
+ Name: deq
3
+ Version: 0.0.0
4
+ Summary: Reserved name for an upcoming Microsoft QDK error-correction package. Not yet implemented.
5
+ Author: Microsoft Corporation
6
+ License: MIT
7
+ Project-URL: Homepage, https://github.com/microsoft/qdk-ec
8
+ Project-URL: Repository, https://github.com/microsoft/qdk-ec
9
+ Classifier: Development Status :: 1 - Planning
10
+ Classifier: Intended Audience :: Science/Research
11
+ Classifier: License :: OSI Approved :: MIT License
12
+ Classifier: Programming Language :: Python :: 3
13
+ Requires-Python: >=3.9
14
+ Description-Content-Type: text/markdown
15
+
16
+ # deq
17
+
18
+ Reserved name for an upcoming Microsoft QDK error-correction package. Not yet implemented.
19
+
20
+ This package name is reserved by Microsoft for an upcoming component of the
21
+ [QDK error-correction project](https://github.com/microsoft/qdk-ec).
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ src/deq/__init__.py
4
+ src/deq.egg-info/PKG-INFO
5
+ src/deq.egg-info/SOURCES.txt
6
+ src/deq.egg-info/dependency_links.txt
7
+ src/deq.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ deq