lqft-python-engine 0.9.7__tar.gz → 1.0.4__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.
- {lqft_python_engine-0.9.7 → lqft_python_engine-1.0.4}/PKG-INFO +2 -6
- lqft_python_engine-1.0.4/lqft_engine.c +1300 -0
- {lqft_python_engine-0.9.7 → lqft_python_engine-1.0.4}/lqft_python_engine.egg-info/PKG-INFO +2 -6
- {lqft_python_engine-0.9.7 → lqft_python_engine-1.0.4}/setup.py +16 -17
- lqft_python_engine-0.9.7/lqft_engine.c +0 -719
- {lqft_python_engine-0.9.7 → lqft_python_engine-1.0.4}/LICENSE.md +0 -0
- {lqft_python_engine-0.9.7 → lqft_python_engine-1.0.4}/lqft_engine.py +0 -0
- {lqft_python_engine-0.9.7 → lqft_python_engine-1.0.4}/lqft_python_engine.egg-info/SOURCES.txt +0 -0
- {lqft_python_engine-0.9.7 → lqft_python_engine-1.0.4}/lqft_python_engine.egg-info/dependency_links.txt +0 -0
- {lqft_python_engine-0.9.7 → lqft_python_engine-1.0.4}/lqft_python_engine.egg-info/requires.txt +0 -0
- {lqft_python_engine-0.9.7 → lqft_python_engine-1.0.4}/lqft_python_engine.egg-info/top_level.txt +0 -0
- {lqft_python_engine-0.9.7 → lqft_python_engine-1.0.4}/pyproject.toml +0 -0
- {lqft_python_engine-0.9.7 → lqft_python_engine-1.0.4}/setup.cfg +0 -0
|
@@ -1,18 +1,14 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lqft-python-engine
|
|
3
|
-
Version: 0.
|
|
4
|
-
Summary: LQFT Engine:
|
|
3
|
+
Version: 1.0.4
|
|
4
|
+
Summary: LQFT Engine: 14.3M Ops/sec O(1) Time | O(Σ) Space Data Structure
|
|
5
5
|
Home-page: https://github.com/ParjadM/Log-Quantum-Fractal-Tree-LQFT-
|
|
6
6
|
Author: Parjad Minooei
|
|
7
7
|
License: MIT
|
|
8
8
|
Classifier: Development Status :: 5 - Production/Stable
|
|
9
9
|
Classifier: Programming Language :: Python :: 3
|
|
10
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
11
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
12
|
-
Classifier: Programming Language :: Python :: 3.12
|
|
13
10
|
Classifier: Programming Language :: C
|
|
14
11
|
Classifier: Operating System :: OS Independent
|
|
15
|
-
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
16
12
|
Classifier: Topic :: Database :: Database Engines/Servers
|
|
17
13
|
Requires-Python: >=3.10
|
|
18
14
|
Description-Content-Type: text/markdown
|