__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
from enum import Enum
from types import ModuleType
from typing import Final, Literal as L, TypedDict, overload, type_check_only
from typing_extensions import NotRequired
_CompilerConfigDictValue = TypedDict(
"_CompilerConfigDictValue",
{
"name": str,
"linker": str,
"version": str,
"commands": str,
"args": str,
"linker args": str,
},
)
_CompilerConfigDict = TypedDict(
"_CompilerConfigDict",
{
"c": _CompilerConfigDictValue,
"cython": _CompilerConfigDictValue,
"c++": _CompilerConfigDictValue,
},
)
_MachineInformationDict = TypedDict(
"_MachineInformationDict",
{
"host":_MachineInformationDictValue,
"build": _MachineInformationDictValue,
"cross-compiled": NotRequired[L[True]],
},
)
@type_check_only
class _MachineInformationDictValue(TypedDict):
cpu: str
family: str
endian: L["little", "big"]
system: str
_BuildDependenciesDictValue = TypedDict(
"_BuildDependenciesDictValue",
{
"name": str,
"found": NotRequired[L[True]],
"version": str,
"include directory": str,
"lib directory": str,
"openblas configuration": str,
"pc file directory": str,
},
)
class _BuildDependenciesDict(TypedDict):
blas: _BuildDependenciesDictValue
lapack: _BuildDependenciesDictValue
class _PythonInformationDict(TypedDict):
path: str
version: str
_SIMDExtensionsDict = TypedDict(
"_SIMDExtensionsDict",
{
"baseline": list[str],
"found": list[str],
"not found": list[str],
},
)
_ConfigDict = TypedDict(
"_ConfigDict",
{
"Compilers": _CompilerConfigDict,
"Machine Information": _MachineInformationDict,
"Build Dependencies": _BuildDependenciesDict,
"Python Information": _PythonInformationDict,
"SIMD Extensions": _SIMDExtensionsDict,
},
)
###
__all__ = ["show_config"]
CONFIG: Final[_ConfigDict] = ...
class DisplayModes(Enum):
stdout = "stdout"
dicts = "dicts"
def _check_pyyaml() -> ModuleType: ...
@overload
def show(mode: L["stdout"] = "stdout") -> None: ...
@overload
def show(mode: L["dicts"]) -> _ConfigDict: ...
@overload
def show_config(mode: L["stdout"] = "stdout") -> None: ...
@overload
def show_config(mode: L["dicts"]) -> _ConfigDict: ...
| 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 |
|