Add base vars and sudo check
This commit is contained in:
parent
c151fd6910
commit
054f5ad80c
8733 changed files with 137813 additions and 15 deletions
|
@ -0,0 +1 @@
|
|||
pip
|
|
@ -0,0 +1 @@
|
|||
/home/runner/.cache/pip/pool/01/37/61/51d4645efbadf8aa1badc575ebf0b35db1fae4545604d545f5c9b32fde
|
|
@ -0,0 +1 @@
|
|||
/home/runner/.cache/pip/pool/57/22/37/b9b267fe755d82a28e213f69176bd56afa162a5a641b37a06e300728d1
|
|
@ -0,0 +1,64 @@
|
|||
Metadata-Version: 2.1
|
||||
Name: numpy
|
||||
Version: 1.23.4
|
||||
Summary: NumPy is the fundamental package for array computing with Python.
|
||||
Home-page: https://www.numpy.org
|
||||
Author: Travis E. Oliphant et al.
|
||||
Maintainer: NumPy Developers
|
||||
Maintainer-email: numpy-discussion@python.org
|
||||
License: BSD
|
||||
Download-URL: https://pypi.python.org/pypi/numpy
|
||||
Project-URL: Bug Tracker, https://github.com/numpy/numpy/issues
|
||||
Project-URL: Documentation, https://numpy.org/doc/1.23
|
||||
Project-URL: Source Code, https://github.com/numpy/numpy
|
||||
Platform: Windows
|
||||
Platform: Linux
|
||||
Platform: Solaris
|
||||
Platform: Mac OS-X
|
||||
Platform: Unix
|
||||
Classifier: Development Status :: 5 - Production/Stable
|
||||
Classifier: Intended Audience :: Science/Research
|
||||
Classifier: Intended Audience :: Developers
|
||||
Classifier: License :: OSI Approved :: BSD License
|
||||
Classifier: Programming Language :: C
|
||||
Classifier: Programming Language :: Python
|
||||
Classifier: Programming Language :: Python :: 3
|
||||
Classifier: Programming Language :: Python :: 3.8
|
||||
Classifier: Programming Language :: Python :: 3.9
|
||||
Classifier: Programming Language :: Python :: 3.10
|
||||
Classifier: Programming Language :: Python :: 3.11
|
||||
Classifier: Programming Language :: Python :: 3 :: Only
|
||||
Classifier: Programming Language :: Python :: Implementation :: CPython
|
||||
Classifier: Topic :: Software Development
|
||||
Classifier: Topic :: Scientific/Engineering
|
||||
Classifier: Typing :: Typed
|
||||
Classifier: Operating System :: Microsoft :: Windows
|
||||
Classifier: Operating System :: POSIX
|
||||
Classifier: Operating System :: Unix
|
||||
Classifier: Operating System :: MacOS
|
||||
Requires-Python: >=3.8
|
||||
License-File: LICENSE.txt
|
||||
License-File: LICENSES_bundled.txt
|
||||
|
||||
It provides:
|
||||
|
||||
- a powerful N-dimensional array object
|
||||
- sophisticated (broadcasting) functions
|
||||
- tools for integrating C/C++ and Fortran code
|
||||
- useful linear algebra, Fourier transform, and random number capabilities
|
||||
- and much more
|
||||
|
||||
Besides its obvious scientific uses, NumPy can also be used as an efficient
|
||||
multi-dimensional container of generic data. Arbitrary data-types can be
|
||||
defined. This allows NumPy to seamlessly and speedily integrate with a wide
|
||||
variety of databases.
|
||||
|
||||
All NumPy wheels distributed on PyPI are BSD licensed.
|
||||
|
||||
NumPy requires ``pytest`` and ``hypothesis``. Tests can then be run after
|
||||
installation with::
|
||||
|
||||
python -c 'import numpy; numpy.test()'
|
||||
|
||||
|
||||
|
1345
venv/lib/python3.8/site-packages/numpy-1.23.4.dist-info/RECORD
Normal file
1345
venv/lib/python3.8/site-packages/numpy-1.23.4.dist-info/RECORD
Normal file
File diff suppressed because it is too large
Load diff
1
venv/lib/python3.8/site-packages/numpy-1.23.4.dist-info/WHEEL
Symbolic link
1
venv/lib/python3.8/site-packages/numpy-1.23.4.dist-info/WHEEL
Symbolic link
|
@ -0,0 +1 @@
|
|||
/home/runner/.cache/pip/pool/a5/a3/76/ac713eb0b7f283467862f4277a7b4c4565f166791c9510c7f04e49eaa9
|
|
@ -0,0 +1 @@
|
|||
{"archive_info": {"hash": "sha256=a0882323e0ca4245eb0a3d0a74f88ce581cc33aedcfa396e415e5bba7bf05f68"}, "url": "https://files.pythonhosted.org/packages/56/df/2f6016171ebce9875e7de0292a2131bea86e0340607a313a04b332d35c8e/numpy-1.23.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"}
|
|
@ -0,0 +1 @@
|
|||
/home/runner/.cache/pip/pool/ef/09/16/3b7978c2ad802f64d2c305200e56a020e9e4d95936008a5e0900a00a01
|
|
@ -0,0 +1 @@
|
|||
/home/runner/.cache/pip/pool/e0/9f/65/6c130b9c08b2c5ab7187c891295e449ed77febea2a6ceee9cc98ccb0fc
|
Loading…
Add table
Add a link
Reference in a new issue