deq 0.0.0__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.
- deq/__init__.py +7 -0
- deq-0.0.0.dist-info/METADATA +21 -0
- deq-0.0.0.dist-info/RECORD +5 -0
- deq-0.0.0.dist-info/WHEEL +5 -0
- deq-0.0.0.dist-info/top_level.txt +1 -0
deq/__init__.py
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).
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
deq/__init__.py,sha256=6NjjCLKOGMPAOHs-mi-M00Ej2EQILSM9UzizAVVnoz4,186
|
|
2
|
+
deq-0.0.0.dist-info/METADATA,sha256=dl3GjJslepJijZZXuRx_w4OzNPyD1IE09ChZ0qEjhdo,814
|
|
3
|
+
deq-0.0.0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
4
|
+
deq-0.0.0.dist-info/top_level.txt,sha256=R1lIXjQNP3Ti5WN_STJhgEI2uWWvovVzxSK1mxfyCDw,4
|
|
5
|
+
deq-0.0.0.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
deq
|