You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

yajirushi

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yajirushi

0.1.5
pipPyPI
Maintainers
1

Yajirushi

Yajirushi is a small library that enables the workflow associated with Arrows.

from yajirushi import arrow

add_min_and_max = arrow(max) & arrow(min) | arrow(sum)
assert add_min_and_max([1, 2, 3]) == 1 + 3

Keywords

arrow

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts