quantumpykit 2.2.3__tar.gz → 2.3.3__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.
- {quantumpykit-2.2.3 → quantumpykit-2.3.3}/PKG-INFO +2 -2
- {quantumpykit-2.2.3 → quantumpykit-2.3.3}/README.md +1 -1
- {quantumpykit-2.2.3 → quantumpykit-2.3.3}/pyproject.toml +1 -1
- {quantumpykit-2.2.3 → quantumpykit-2.3.3}/quantumpykit.egg-info/PKG-INFO +2 -2
- {quantumpykit-2.2.3 → quantumpykit-2.3.3}/LICENSE +0 -0
- {quantumpykit-2.2.3 → quantumpykit-2.3.3}/quantumpykit.egg-info/SOURCES.txt +0 -0
- {quantumpykit-2.2.3 → quantumpykit-2.3.3}/quantumpykit.egg-info/dependency_links.txt +0 -0
- {quantumpykit-2.2.3 → quantumpykit-2.3.3}/quantumpykit.egg-info/requires.txt +0 -0
- {quantumpykit-2.2.3 → quantumpykit-2.3.3}/quantumpykit.egg-info/top_level.txt +0 -0
- {quantumpykit-2.2.3 → quantumpykit-2.3.3}/requirements.txt +0 -0
- {quantumpykit-2.2.3 → quantumpykit-2.3.3}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: quantumpykit
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.3.3
|
|
4
4
|
Summary: Installs 200+ of the most useful Python libraries in one command.
|
|
5
5
|
Author-email: QuantumTechCoder <quantumtechsperts@gmail.com>
|
|
6
6
|
Classifier: Programming Language :: Python :: 3
|
|
@@ -372,6 +372,6 @@ Stop typing `pip install` fifty times on a new machine or virtual environment. O
|
|
|
372
372
|
|
|
373
373
|
```bash
|
|
374
374
|
|
|
375
|
-
pip install
|
|
375
|
+
pip install quantumpykit[all] --no-build-isolation --prefer-binary
|
|
376
376
|
```
|
|
377
377
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: quantumpykit
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.3.3
|
|
4
4
|
Summary: Installs 200+ of the most useful Python libraries in one command.
|
|
5
5
|
Author-email: QuantumTechCoder <quantumtechsperts@gmail.com>
|
|
6
6
|
Classifier: Programming Language :: Python :: 3
|
|
@@ -372,6 +372,6 @@ Stop typing `pip install` fifty times on a new machine or virtual environment. O
|
|
|
372
372
|
|
|
373
373
|
```bash
|
|
374
374
|
|
|
375
|
-
pip install
|
|
375
|
+
pip install quantumpykit[all] --no-build-isolation --prefer-binary
|
|
376
376
|
```
|
|
377
377
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|