qudas 0.1.0.dev1__tar.gz → 0.1.0.dev2__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.
- {qudas-0.1.0.dev1/qudas.egg-info → qudas-0.1.0.dev2}/PKG-INFO +13 -3
- qudas-0.1.0.dev2/VERSION +1 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/pyproject.toml +19 -2
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2/qudas.egg-info}/PKG-INFO +13 -3
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/qudas.egg-info/requires.txt +12 -0
- qudas-0.1.0.dev2/setup.py +3 -0
- qudas-0.1.0.dev1/VERSION +0 -1
- qudas-0.1.0.dev1/setup.py +0 -128
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/LICENSE +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/MANIFEST.in +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/README.md +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/Makefile +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/doctrees/environment.pickle +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/doctrees/index.doctree +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/doctrees/pipeline/index.doctree +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/doctrees/pipeline/steps/base.doctree +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/doctrees/pipeline/steps/iterator_mixin.doctree +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/doctrees/pipeline/steps/optimizer_mixin.doctree +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/doctrees/qudata/base.doctree +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/doctrees/qudata/index.doctree +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/doctrees/qudata/input.doctree +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/doctrees/qudata/main.doctree +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/doctrees/qudata/output.doctree +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/doctrees/quickstart.doctree +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/doctrees/references.doctree +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/.buildinfo +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/_images/data_abstract.png +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/_images/fmqa_pipeline.png +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/_modules/index.html +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/_modules/qudas/pipeline/pipeline.html +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/_modules/qudas/pipeline/steps/base.html +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/_modules/qudas/pipeline/steps/iterator_mixin.html +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/_modules/qudas/pipeline/steps/optimizer_mixin.html +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/_modules/qudas/qudata/qudata.html +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/_modules/qudas/qudata/qudata_base.html +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/_modules/qudas/qudata/qudata_input.html +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/_modules/qudas/qudata/qudata_output.html +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/_sources/index.rst.txt +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/_sources/pipeline/index.rst.txt +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/_sources/pipeline/steps/base.rst.txt +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/_sources/pipeline/steps/iterator_mixin.rst.txt +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/_sources/pipeline/steps/optimizer_mixin.rst.txt +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/_sources/qudata/base.rst.txt +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/_sources/qudata/index.rst.txt +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/_sources/qudata/input.rst.txt +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/_sources/qudata/main.rst.txt +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/_sources/qudata/output.rst.txt +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/_sources/quickstart.rst.txt +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/_sources/references.rst.txt +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/_static/basic.css +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/_static/debug.css +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/_static/doctools.js +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/_static/documentation_options.js +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/_static/file.png +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/_static/language_data.js +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/_static/minus.png +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/_static/plus.png +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/_static/pygments.css +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/_static/scripts/furo-extensions.js +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/_static/scripts/furo.js +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/_static/scripts/furo.js.LICENSE.txt +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/_static/scripts/furo.js.map +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/_static/searchtools.js +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/_static/skeleton.css +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/_static/sphinx_highlight.js +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/_static/styles/furo-extensions.css +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/_static/styles/furo-extensions.css.map +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/_static/styles/furo.css +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/_static/styles/furo.css.map +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/genindex.html +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/index.html +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/objects.inv +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/pipeline/index.html +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/pipeline/steps/base.html +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/pipeline/steps/iterator_mixin.html +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/pipeline/steps/optimizer_mixin.html +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/qudata/base.html +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/qudata/index.html +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/qudata/input.html +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/qudata/main.html +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/qudata/output.html +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/quickstart.html +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/references.html +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/search.html +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/searchindex.js +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/make.bat +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/source/_templates/sidebar/brand.html +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/source/_templates/sidebar/ethical-ads.html +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/source/_templates/sidebar/navigation.html +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/source/_templates/sidebar/search.html +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/source/_templates/sidebar/variant-selector.html +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/source/conf.py +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/source/img/data_abstract.png +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/source/img/fmqa_pipeline.png +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/source/index.rst +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/source/pipeline/index.rst +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/source/pipeline/steps/base.rst +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/source/pipeline/steps/iterator_mixin.rst +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/source/pipeline/steps/optimizer_mixin.rst +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/source/qudata/base.rst +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/source/qudata/index.rst +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/source/qudata/input.rst +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/source/qudata/main.rst +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/source/qudata/output.rst +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/source/quickstart.rst +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/source/references.rst +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/qudas/__init__.py +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/qudas/pipeline/__init__.py +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/qudas/pipeline/pipeline.py +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/qudas/pipeline/steps/__init__.py +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/qudas/pipeline/steps/base.py +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/qudas/pipeline/steps/iterator_mixin.py +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/qudas/pipeline/steps/optimizer_mixin.py +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/qudas/qudata/__init__.py +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/qudas/qudata/qudata.py +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/qudas/qudata/qudata_base.py +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/qudas/qudata/qudata_input.py +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/qudas/qudata/qudata_output.py +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/qudas.egg-info/SOURCES.txt +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/qudas.egg-info/dependency_links.txt +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/qudas.egg-info/top_level.txt +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/requirements.txt +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/setup.cfg +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/test/test_pipeline.py +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/test/test_qudata.py +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/test/test_qudata_input.py +0 -0
- {qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/test/test_qudata_output.py +0 -0
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: qudas
|
|
3
|
-
Version: 0.1.0.
|
|
3
|
+
Version: 0.1.0.dev2
|
|
4
4
|
Summary: Quantum data transform package
|
|
5
|
-
Home-page: https://github.com/devel-system/qudas
|
|
6
|
-
Author: Keiichiro Higa
|
|
7
5
|
Author-email: Keiichiro Higa <higa.devel@gmail.com>
|
|
6
|
+
Project-URL: homepage, https://github.com/devel-system/qudas
|
|
8
7
|
Classifier: Programming Language :: Python :: 3
|
|
9
8
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
10
9
|
Classifier: Operating System :: OS Independent
|
|
@@ -90,6 +89,17 @@ Requires-Dist: tzdata==2023.4
|
|
|
90
89
|
Requires-Dist: urllib3==2.2.0
|
|
91
90
|
Requires-Dist: wrapt==1.16.0
|
|
92
91
|
Requires-Dist: zipp==3.17.0
|
|
92
|
+
Provides-Extra: dev
|
|
93
|
+
Requires-Dist: black==24.8.0; extra == "dev"
|
|
94
|
+
Requires-Dist: build==1.2.2.post1; extra == "dev"
|
|
95
|
+
Requires-Dist: flake8; extra == "dev"
|
|
96
|
+
Requires-Dist: pytest; extra == "dev"
|
|
97
|
+
Requires-Dist: python-dotenv==1.0.1; extra == "dev"
|
|
98
|
+
Requires-Dist: sphinx==7.1.2; extra == "dev"
|
|
99
|
+
Requires-Dist: sphinx-basic-ng==1.0.0b2; extra == "dev"
|
|
100
|
+
Requires-Dist: furo==2024.1.29; extra == "dev"
|
|
101
|
+
Requires-Dist: twine==5.1.1; extra == "dev"
|
|
102
|
+
Requires-Dist: readme_renderer==43.0; extra == "dev"
|
|
93
103
|
|
|
94
104
|
|
|
95
105
|
# Qudas (Quantum Data Transformation Library)
|
qudas-0.1.0.dev2/VERSION
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0.1.0.dev2
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "qudas"
|
|
3
|
-
version = "0.1.0.
|
|
3
|
+
version = "0.1.0.dev2"
|
|
4
4
|
authors = [
|
|
5
5
|
{ name="Keiichiro Higa", email="higa.devel@gmail.com" },
|
|
6
6
|
]
|
|
@@ -94,8 +94,25 @@ dependencies = [
|
|
|
94
94
|
"zipp==3.17.0",
|
|
95
95
|
]
|
|
96
96
|
|
|
97
|
+
[project.urls]
|
|
98
|
+
homepage = "https://github.com/devel-system/qudas"
|
|
99
|
+
|
|
100
|
+
[project.optional-dependencies]
|
|
101
|
+
dev = [
|
|
102
|
+
"black==24.8.0",
|
|
103
|
+
"build==1.2.2.post1",
|
|
104
|
+
"flake8",
|
|
105
|
+
"pytest",
|
|
106
|
+
"python-dotenv==1.0.1",
|
|
107
|
+
"sphinx==7.1.2",
|
|
108
|
+
"sphinx-basic-ng==1.0.0b2",
|
|
109
|
+
"furo==2024.1.29",
|
|
110
|
+
"twine==5.1.1",
|
|
111
|
+
"readme_renderer==43.0"
|
|
112
|
+
]
|
|
113
|
+
|
|
97
114
|
[build-system]
|
|
98
|
-
requires = ["setuptools", "wheel"]
|
|
115
|
+
requires = ["setuptools>=42", "wheel"]
|
|
99
116
|
build-backend = "setuptools.build_meta"
|
|
100
117
|
|
|
101
118
|
[tool.black]
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: qudas
|
|
3
|
-
Version: 0.1.0.
|
|
3
|
+
Version: 0.1.0.dev2
|
|
4
4
|
Summary: Quantum data transform package
|
|
5
|
-
Home-page: https://github.com/devel-system/qudas
|
|
6
|
-
Author: Keiichiro Higa
|
|
7
5
|
Author-email: Keiichiro Higa <higa.devel@gmail.com>
|
|
6
|
+
Project-URL: homepage, https://github.com/devel-system/qudas
|
|
8
7
|
Classifier: Programming Language :: Python :: 3
|
|
9
8
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
10
9
|
Classifier: Operating System :: OS Independent
|
|
@@ -90,6 +89,17 @@ Requires-Dist: tzdata==2023.4
|
|
|
90
89
|
Requires-Dist: urllib3==2.2.0
|
|
91
90
|
Requires-Dist: wrapt==1.16.0
|
|
92
91
|
Requires-Dist: zipp==3.17.0
|
|
92
|
+
Provides-Extra: dev
|
|
93
|
+
Requires-Dist: black==24.8.0; extra == "dev"
|
|
94
|
+
Requires-Dist: build==1.2.2.post1; extra == "dev"
|
|
95
|
+
Requires-Dist: flake8; extra == "dev"
|
|
96
|
+
Requires-Dist: pytest; extra == "dev"
|
|
97
|
+
Requires-Dist: python-dotenv==1.0.1; extra == "dev"
|
|
98
|
+
Requires-Dist: sphinx==7.1.2; extra == "dev"
|
|
99
|
+
Requires-Dist: sphinx-basic-ng==1.0.0b2; extra == "dev"
|
|
100
|
+
Requires-Dist: furo==2024.1.29; extra == "dev"
|
|
101
|
+
Requires-Dist: twine==5.1.1; extra == "dev"
|
|
102
|
+
Requires-Dist: readme_renderer==43.0; extra == "dev"
|
|
93
103
|
|
|
94
104
|
|
|
95
105
|
# Qudas (Quantum Data Transformation Library)
|
|
@@ -77,3 +77,15 @@ tzdata==2023.4
|
|
|
77
77
|
urllib3==2.2.0
|
|
78
78
|
wrapt==1.16.0
|
|
79
79
|
zipp==3.17.0
|
|
80
|
+
|
|
81
|
+
[dev]
|
|
82
|
+
black==24.8.0
|
|
83
|
+
build==1.2.2.post1
|
|
84
|
+
flake8
|
|
85
|
+
pytest
|
|
86
|
+
python-dotenv==1.0.1
|
|
87
|
+
sphinx==7.1.2
|
|
88
|
+
sphinx-basic-ng==1.0.0b2
|
|
89
|
+
furo==2024.1.29
|
|
90
|
+
twine==5.1.1
|
|
91
|
+
readme_renderer==43.0
|
qudas-0.1.0.dev1/VERSION
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0.1.0.dev1
|
qudas-0.1.0.dev1/setup.py
DELETED
|
@@ -1,128 +0,0 @@
|
|
|
1
|
-
from setuptools import setup, find_packages
|
|
2
|
-
|
|
3
|
-
# VERSION ファイルからバージョンを読み込む
|
|
4
|
-
with open("VERSION", "r") as version_file:
|
|
5
|
-
version = version_file.read().strip()
|
|
6
|
-
|
|
7
|
-
# 読み込むREADMEファイルの内容を長い説明として使用
|
|
8
|
-
with open("README.md", "r", encoding="utf-8") as fh:
|
|
9
|
-
long_description = fh.read()
|
|
10
|
-
|
|
11
|
-
install_requires = [
|
|
12
|
-
"alabaster==0.7.13",
|
|
13
|
-
"amplify==1.0.1",
|
|
14
|
-
"Babel==2.14.0",
|
|
15
|
-
"backports.tarfile==1.2.0",
|
|
16
|
-
"beautifulsoup4==4.12.3",
|
|
17
|
-
"certifi==2024.2.2",
|
|
18
|
-
"charset-normalizer==3.3.2",
|
|
19
|
-
"click==8.1.7",
|
|
20
|
-
"contourpy==1.1.1",
|
|
21
|
-
"cycler==0.12.1",
|
|
22
|
-
"Deprecated==1.2.14",
|
|
23
|
-
"dill==0.3.8",
|
|
24
|
-
"dimod==0.12.14",
|
|
25
|
-
"docutils==0.20.1",
|
|
26
|
-
"dwave-neal==0.6.0",
|
|
27
|
-
"dwave-samplers==1.2.0",
|
|
28
|
-
"filelock==3.13.1",
|
|
29
|
-
"fonttools==4.49.0",
|
|
30
|
-
"fsspec==2024.2.0",
|
|
31
|
-
"idna==3.6",
|
|
32
|
-
"imagesize==1.4.1",
|
|
33
|
-
"importlib-metadata==7.0.1",
|
|
34
|
-
"importlib_resources==6.3.0",
|
|
35
|
-
"jaraco.classes==3.4.0",
|
|
36
|
-
"jaraco.context==6.0.1",
|
|
37
|
-
"jaraco.functools==4.1.0",
|
|
38
|
-
"Jinja2==3.1.3",
|
|
39
|
-
"joblib==1.3.2",
|
|
40
|
-
"keyring==25.4.1",
|
|
41
|
-
"kiwisolver==1.4.5",
|
|
42
|
-
"markdown-it-py==3.0.0",
|
|
43
|
-
"MarkupSafe==2.1.5",
|
|
44
|
-
"matplotlib==3.7.5",
|
|
45
|
-
"mdurl==0.1.2",
|
|
46
|
-
"more-itertools==10.5.0",
|
|
47
|
-
"mpmath==1.3.0",
|
|
48
|
-
"mypy-extensions==1.0.0",
|
|
49
|
-
"networkx==3.1",
|
|
50
|
-
"nh3==0.2.18",
|
|
51
|
-
"numpy==1.24.4",
|
|
52
|
-
"packaging==23.2",
|
|
53
|
-
"pandas==2.0.3",
|
|
54
|
-
"pathspec==0.12.1",
|
|
55
|
-
"pbr==6.0.0",
|
|
56
|
-
"pillow==10.2.0",
|
|
57
|
-
"pkginfo==1.10.0",
|
|
58
|
-
"platformdirs==4.3.6",
|
|
59
|
-
"psutil==5.9.8",
|
|
60
|
-
"PuLP==2.8.0",
|
|
61
|
-
"Pygments==2.17.2",
|
|
62
|
-
"pylatexenc==2.10",
|
|
63
|
-
"pyparsing==3.1.2",
|
|
64
|
-
"pyproject_hooks==1.2.0",
|
|
65
|
-
"pyqubo==1.4.0",
|
|
66
|
-
"python-dateutil==2.8.2",
|
|
67
|
-
"pytz==2024.1",
|
|
68
|
-
"qiskit==1.0.2",
|
|
69
|
-
"qiskit-aer==0.14.1",
|
|
70
|
-
"requests==2.31.0",
|
|
71
|
-
"requests-toolbelt==1.0.0",
|
|
72
|
-
"rfc3986==2.0.0",
|
|
73
|
-
"rich==13.9.3",
|
|
74
|
-
"rustworkx==0.14.2",
|
|
75
|
-
"scikit-learn==1.3.2",
|
|
76
|
-
"scipy==1.10.1",
|
|
77
|
-
"six==1.16.0",
|
|
78
|
-
"snowballstemmer==2.2.0",
|
|
79
|
-
"soupsieve==2.5",
|
|
80
|
-
"symengine==0.11.0",
|
|
81
|
-
"sympy==1.12",
|
|
82
|
-
"threadpoolctl==3.3.0",
|
|
83
|
-
"tomli==2.0.2",
|
|
84
|
-
"torch==2.2.0",
|
|
85
|
-
"tqdm==4.66.2",
|
|
86
|
-
"typing_extensions==4.9.0",
|
|
87
|
-
"tzdata==2023.4",
|
|
88
|
-
"urllib3==2.2.0",
|
|
89
|
-
"wrapt==1.16.0",
|
|
90
|
-
"zipp==3.17.0",
|
|
91
|
-
]
|
|
92
|
-
|
|
93
|
-
# 開発用ツール
|
|
94
|
-
extras_require = {
|
|
95
|
-
"dev": [
|
|
96
|
-
"black==24.8.0",
|
|
97
|
-
"build==1.2.2.post1",
|
|
98
|
-
"flake8",
|
|
99
|
-
"pytest",
|
|
100
|
-
"python-dotenv==1.0.1",
|
|
101
|
-
"sphinx==7.1.2",
|
|
102
|
-
"sphinx-basic-ng==1.0.0b2",
|
|
103
|
-
"furo==2024.1.29",
|
|
104
|
-
"twine==5.1.1",
|
|
105
|
-
"readme_renderer==43.0",
|
|
106
|
-
]
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
setup(
|
|
110
|
-
name="qudas", # パッケージ名
|
|
111
|
-
version=version, # バージョン
|
|
112
|
-
author="Keiichiro Higa", # 作者
|
|
113
|
-
author_email="higa.devel@gmail.com", # 作者のメールアドレス
|
|
114
|
-
description="Quantum data transform package", # パッケージの短い説明
|
|
115
|
-
long_description=long_description, # 長い説明 (README.mdから取得)
|
|
116
|
-
long_description_content_type="text/markdown", # 長い説明の形式
|
|
117
|
-
url="https://github.com/devel-system/qudas", # パッケージのリポジトリURL(適宜変更してください)
|
|
118
|
-
packages=find_packages(include=["qudas", "qudas.*"]), # パッケージを自動で検出
|
|
119
|
-
classifiers=[ # パッケージに関する分類
|
|
120
|
-
"Programming Language :: Python :: 3",
|
|
121
|
-
"License :: OSI Approved :: Apache Software License",
|
|
122
|
-
"Operating System :: OS Independent",
|
|
123
|
-
],
|
|
124
|
-
python_requires=">=3.8", # Pythonの必要バージョン
|
|
125
|
-
install_requires=install_requires, # 本番環境用の依存関係
|
|
126
|
-
extras_require=extras_require, # 開発環境用の依存関係
|
|
127
|
-
include_package_data=True, # パッケージデータの自動インクルード
|
|
128
|
-
)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/doctrees/pipeline/steps/iterator_mixin.doctree
RENAMED
|
File without changes
|
{qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/doctrees/pipeline/steps/optimizer_mixin.doctree
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/_modules/qudas/pipeline/steps/base.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/_modules/qudas/qudata/qudata_base.html
RENAMED
|
File without changes
|
{qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/_modules/qudas/qudata/qudata_input.html
RENAMED
|
File without changes
|
{qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/_modules/qudas/qudata/qudata_output.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/_sources/pipeline/steps/iterator_mixin.rst.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{qudas-0.1.0.dev1 → qudas-0.1.0.dev2}/docs/build/html/_static/styles/furo-extensions.css.map
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|