Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
numpy / f2py / _backends / __init__.pyi
Size: Mime:
from typing import Literal as L

from ._backend import Backend

def f2py_build_generator(name: L["distutils", "meson"]) -> Backend: ...