first
first copied to clipboard
The function you always missed in Python: return the first true value of an iterable.
Hi - I understand that `first` is considered finished, I was just wondering if you'd open to inlining the type hints from https://github.com/python/typeshed/blob/main/stubs/first/first.pyi and adding "py.typed", so that the stubs...
Please replace `http:` by `https:` in `setup.py`. Thank you.
closes #31 Doing a local install from git ```console $ uv pip install git+https://github.com/MarcoGorelli/first.git@inline-stubs --no-cache ``` and then running `mypy` on a `t.py` file with ```python from first import first...