__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
import argparse
from pathlib import Path
import sys
from .version import __version__
from .lib._utils_impl import get_include
def main() -> None:
parser = argparse.ArgumentParser()
parser.add_argument(
"--version",
action="version",
version=__version__,
help="Print the version and exit.",
)
parser.add_argument(
"--cflags",
action="store_true",
help="Compile flag needed when using the NumPy headers.",
)
parser.add_argument(
"--pkgconfigdir",
action="store_true",
help=("Print the pkgconfig directory in which `numpy.pc` is stored "
"(useful for setting $PKG_CONFIG_PATH)."),
)
args = parser.parse_args()
if not sys.argv[1:]:
parser.print_help()
if args.cflags:
print("-I" + get_include())
if args.pkgconfigdir:
_path = Path(get_include()) / '..' / 'lib' / 'pkgconfig'
print(_path.resolve())
if __name__ == "__main__":
main()
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| __pycache__ | Folder | 0755 |
|
|
| _core | Folder | 0755 |
|
|
| _pyinstaller | Folder | 0755 |
|
|
| _typing | Folder | 0755 |
|
|
| _utils | Folder | 0755 |
|
|
| char | Folder | 0755 |
|
|
| compat | Folder | 0755 |
|
|
| core | Folder | 0755 |
|
|
| doc | Folder | 0755 |
|
|
| f2py | Folder | 0755 |
|
|
| fft | Folder | 0755 |
|
|
| lib | Folder | 0755 |
|
|
| linalg | Folder | 0755 |
|
|
| ma | Folder | 0755 |
|
|
| matrixlib | Folder | 0755 |
|
|
| polynomial | Folder | 0755 |
|
|
| random | Folder | 0755 |
|
|
| rec | Folder | 0755 |
|
|
| strings | Folder | 0755 |
|
|
| testing | Folder | 0755 |
|
|
| tests | Folder | 0755 |
|
|
| typing | Folder | 0755 |
|
|
| __config__.py | File | 5.55 KB | 0644 |
|
| __config__.pyi | File | 2.32 KB | 0644 |
|
| __init__.cython-30.pxd | File | 45.33 KB | 0644 |
|
| __init__.pxd | File | 42.04 KB | 0644 |
|
| __init__.py | File | 21.63 KB | 0644 |
|
| __init__.pyi | File | 207.05 KB | 0644 |
|
| _array_api_info.py | File | 10.14 KB | 0644 |
|
| _array_api_info.pyi | File | 4.78 KB | 0644 |
|
| _configtool.py | File | 1007 B | 0644 |
|
| _configtool.pyi | File | 24 B | 0644 |
|
| _distributor_init.py | File | 407 B | 0644 |
|
| _distributor_init.pyi | File | 27 B | 0644 |
|
| _expired_attrs_2_0.py | File | 3.81 KB | 0644 |
|
| _expired_attrs_2_0.pyi | File | 1.24 KB | 0644 |
|
| _globals.py | File | 3.02 KB | 0644 |
|
| _globals.pyi | File | 280 B | 0644 |
|
| _pytesttester.py | File | 6.18 KB | 0644 |
|
| _pytesttester.pyi | File | 497 B | 0644 |
|
| conftest.py | File | 8.51 KB | 0644 |
|
| ctypeslib.py | File | 18.39 KB | 0644 |
|
| ctypeslib.pyi | File | 7.9 KB | 0644 |
|
| dtypes.py | File | 1.28 KB | 0644 |
|
| dtypes.pyi | File | 14.82 KB | 0644 |
|
| exceptions.py | File | 7.65 KB | 0644 |
|
| exceptions.pyi | File | 751 B | 0644 |
|
| matlib.py | File | 10.41 KB | 0644 |
|
| matlib.pyi | File | 9.4 KB | 0644 |
|
| py.typed | File | 0 B | 0644 |
|
| version.py | File | 293 B | 0644 |
|
| version.pyi | File | 388 B | 0644 |
|