Updated 6 months ago

flower • Rank 34.9 • Science 36%

Real-time monitor and web admin for Celery distributed task queue

Updated 6 months ago

future • Rank 27.2 • Science 26%

:rocket: R package: future: Unified Parallel and Distributed Processing in R for Everyone

Updated 6 months ago

@stdlib/utils-async-some-by-right • Rank 4.5 • Science 44%

Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function, iterating from right to left.

Updated 6 months ago

@stdlib/utils-async-any-by-right • Rank 4.5 • Science 44%

Test whether at least one element in a collection passes a test implemented by a predicate function, iterating from right to left.

Updated 6 months ago

@stdlib/utils-async-some-by • Rank 4.1 • Science 44%

Test whether a collection contains `n` elements which pass a test implemented by a predicate function.

Updated 6 months ago

@stdlib/utils-async-reduce • Rank 4.0 • Science 44%

Apply a function against an accumulator and each element in a collection and return the accumulated result.

Updated 6 months ago

@stdlib/utils-async-any-by • Rank 4.0 • Science 44%

Test whether at least one element in a collection passes a test implemented by a predicate function.

Updated 6 months ago

@stdlib/utils-async-inmap-right • Rank 3.9 • Science 44%

Invoke a function for each element in a collection and update the collection in-place, iterating from right to left.

Updated 6 months ago

@stdlib/utils-async-map-function • Rank 3.8 • Science 44%

Invoke a function n times and return an array of accumulated function return values.

Updated 6 months ago

@stdlib/utils-async-every-by-right • Rank 3.8 • Science 44%

Test whether all elements in a collection pass a test implemented by a predicate function, iterating from right to left.

Updated 6 months ago

@stdlib/utils-async-inmap • Rank 3.7 • Science 44%

Invoke a function for each element in a collection and update the collection in-place.

Updated 6 months ago

@stdlib/utils-async-if-then • Rank 3.7 • Science 44%

If a predicate function returns a truthy value, invoke `x`; otherwise, invoke `y`.

Updated 6 months ago

@stdlib/utils-async-every-by • Rank 3.6 • Science 44%

Test whether all elements in a collection pass a test implemented by a predicate function.

Updated 6 months ago

@stdlib/utils-async-none-by-right • Rank 3.6 • Science 44%

Test whether all elements in a collection fail a test implemented by a predicate function, iterating from right to left.

Updated 6 months ago

@stdlib/utils-async-try-catch • Rank 3.4 • Science 44%

If a function does not return an error, invoke a callback with the function result; otherwise, invoke a callback with a value `y`.

Updated 6 months ago

@stdlib/utils-async-none-by • Rank 3.3 • Science 44%

Test whether all elements in a collection fail a test implemented by a predicate function.

Updated 6 months ago

@stdlib/utils-async-try-then • Rank 3.2 • Science 44%

If a function does not return an error, invoke a callback with the function result; otherwise, invoke a second function.

Updated 6 months ago

utils-async-reduce-right • Rank 0.7 • Science 44%

Apply a function against an accumulator and each element in a collection and return the accumulated result, iterating from right to left.

Updated 6 months ago

paco • Rank 13.1 • Science 13%

Small utility library for coroutine-driven asynchronous generic programming in Python

Updated 6 months ago

fastapi-postgres • Science 44%

Template for building FastAPI Asynchronous applications with PostgreSQL(SQLModel)

Updated 6 months ago

pyrobots • Science 28%

A Python toolset for asynchronous, event-based control of robots