tamga
A modern, high-performance logging utility for Python with multiple output formats and colorful console output.
@stdlib/utils-async-some-by-right
Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function, iterating from right to left.
@stdlib/utils-async-any-by-right
Test whether at least one element in a collection passes a test implemented by a predicate function, iterating from right to left.
@stdlib/utils-async-for-each
Invoke a function once for each element in a collection.
@stdlib/fs-read-file-list
Read the entire contents of each file in a file list.
@stdlib/utils-async-for-each-right
Invoke a function once for each element in a collection, iterating from right to left.
@stdlib/utils-async-some-by
Test whether a collection contains `n` elements which pass a test implemented by a predicate function.
@stdlib/utils-async-any-by
Test whether at least one element in a collection passes a test implemented by a predicate function.
@stdlib/utils-async-reduce
Apply a function against an accumulator and each element in a collection and return the accumulated result.
@stdlib/utils-async-inmap-right
Invoke a function for each element in a collection and update the collection in-place, iterating from right to left.
@stdlib/utils-async-every-by-right
Test whether all elements in a collection pass a test implemented by a predicate function, iterating from right to left.
@stdlib/utils-async-inmap
Invoke a function for each element in a collection and update the collection in-place.
@stdlib/utils-async-every-by
Test whether all elements in a collection pass a test implemented by a predicate function.
@stdlib/utils-async-none-by-right
Test whether all elements in a collection fail a test implemented by a predicate function, iterating from right to left.
@stdlib/utils-async-if-else
If a predicate function returns a truthy value, return `x`; otherwise, return `y`.
@stdlib/utils-async-try-catch
If a function does not return an error, invoke a callback with the function result; otherwise, invoke a callback with a value `y`.
@stdlib/utils-async-none-by
Test whether all elements in a collection fail a test implemented by a predicate function.
@stdlib/utils-async-try-then
If a function does not return an error, invoke a callback with the function result; otherwise, invoke a second function.
utils-async-reduce-right
Apply a function against an accumulator and each element in a collection and return the accumulated result, iterating from right to left.
@stdlib/utils-async-series-waterfall
Execute functions in series, passing the results of one function as arguments to the next function.
https://github.com/dineshpinto/geckoterminal-api
Lightweight Python wrapper for GeckoTerminal DeFi & DeX aggregator.
extra-async-function
An async function is a function that delivers its result asynchronously (through Promise).
gufo-traceroute
Gufo Traceroute is the Python asyncio IPv4 traceroute implementation.
fastapi-postgres
Template for building FastAPI Asynchronous applications with PostgreSQL(SQLModel)
gufo-liftbridge
Gufo Liftbridge is the Python asyncio Liftbridge client library.
gisco-geodata
GISCO Geodata is a Python package that provides access to the European Commission's GISCO geospatial data.
https://github.com/dineshpinto/geckoterminal-rs
RESTful asynchronous Rust client for GeckoTerminal API
https://github.com/anibulus/basics-csharplibrary
Un ejemplo en C# para incluir async/await y creación de librerias.