ex_progress alternatives and similar packages
Based on the "Utilities" category.
Alternatively, view ex_progress alternatives based on common mentions on social networks and blogs.
-
retry
Simple Elixir macros for linear retry, exponential backoff and wait with composable delays -
erlware_commons
Erlware Commons is an Erlware project focused on all aspects of reusable Erlang components. -
async_with
The asynchronous version of Elixir's "with", resolving the dependency graph and executing the clauses in the most performant way possible! -
plasm
Ecto's composable query multitool (.count, .random, .earliest, .latest, .find, .at, .on, etc.) -
sips_downloader
Utility to download Elixir Sips screencast videos written in Elixir (subscription to Elixir Sips required) -
ar2ecto
Migrate your active record migrations to ecto compatible migrations -
dot-notes
Simple dot/bracket notation parsing/conversion for Maps/Lists -
exjprop
Elixir library for reading Java properties files from various sources. -
ExNric
Validation for National Registration Identity Card numbers (NRIC) -
fitex
FitEx is a Macro-Module which provides a bit of sugar for function definitions.
Clean code begins in your IDE with SonarLint
Do you think we are missing an alternative of ex_progress or a related project?
README
ExProgress
A library for tracking progress across many cooperating tasks.
Getting Started
See the comments at the top of the ExProgress module for an overview and examples.
Installation
The package can be installed by adding ex_progress
to your list of dependencies in mix.exs
:
def deps do
[
{:ex_progress, "~> 0.1.0"}
]
end
License
MIT
*Note that all licence references and agreements mentioned in the ex_progress README section above
are relevant to that project's source code only.