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 +21 -0
- deq-0.0.0/README.md +6 -0
- deq-0.0.0/pyproject.toml +25 -0
- deq-0.0.0/setup.cfg +4 -0
- deq-0.0.0/src/deq/__init__.py +7 -0
- deq-0.0.0/src/deq.egg-info/PKG-INFO +21 -0
- deq-0.0.0/src/deq.egg-info/SOURCES.txt +7 -0
- deq-0.0.0/src/deq.egg-info/dependency_links.txt +1 -0
- deq-0.0.0/src/deq.egg-info/top_level.txt +1 -0
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
deq-0.0.0/pyproject.toml
ADDED
|
@@ -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,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 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
deq
|