Updated 6 months ago

ugropy • Rank 10.7 • Science 62%

A Python library designed to swiftly and effortlessly obtain the UNIFAC-like groups from molecules by their names and subsequently integrate them into inputs for thermodynamic libraries. UNIFAC, PSRK, Joback, and Abdulelah-Gani models are implemented.

Updated 6 months ago

@stdlib/utils-curry • Rank 4.3 • Science 44%

Transform a function into a sequence of functions each accepting a single argument.

Updated 6 months ago

@stdlib/utils-curry-right • Rank 3.5 • Science 44%

Transform a function into a sequence of functions each accepting a single argument.

Updated 6 months ago

@stdlib/utils-decorate-after • Rank 2.1 • Science 44%

Decorate a provided function such that the function's return value is provided as an argument to another function.

Updated 6 months ago

utils-uncurry • Rank 0.0 • Science 44%

Transform a curried function into a function invoked with multiple arguments.

Updated 5 months ago

https://github.com/aidinhamedi/python-check-arg • Rank 0.7 • Science 13%

The check_arg function is a handy Python code snippet that checks if a specific argument exists in a list of arguments. It's a reusable piece of code that you can easily integrate into your projects.

Updated 6 months ago

pipeable • Science 44%

A domain specific language for building functionally composable steps.