qch 0.0.1__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.
qch-0.0.1/PKG-INFO ADDED
@@ -0,0 +1,6 @@
1
+ Metadata-Version: 2.4
2
+ Name: qch
3
+ Version: 0.0.1
4
+ Summary: A lightweight embedded database for quantum circuits
5
+ Requires-Python: >=3.8
6
+ Description-Content-Type: text/markdown
@@ -0,0 +1,10 @@
1
+ [build-system]
2
+ requires = ["setuptools>=61.0"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "qch"
7
+ version = "0.0.1"
8
+ description = "A lightweight embedded database for quantum circuits"
9
+ readme = "README.md"
10
+ requires-python = ">=3.8"
@@ -0,0 +1,2 @@
1
+ def version():
2
+ return "0.0.1 - Quantum Circuit Database (Under Development)"
@@ -0,0 +1,6 @@
1
+ Metadata-Version: 2.4
2
+ Name: qch
3
+ Version: 0.0.1
4
+ Summary: A lightweight embedded database for quantum circuits
5
+ Requires-Python: >=3.8
6
+ Description-Content-Type: text/markdown
@@ -0,0 +1,6 @@
1
+ pyproject.toml
2
+ qch/__init__.py
3
+ qch.egg-info/PKG-INFO
4
+ qch.egg-info/SOURCES.txt
5
+ qch.egg-info/dependency_links.txt
6
+ qch.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ qch
qch-0.0.1/setup.cfg ADDED
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+