mudasobwa

Total Owned Packages
56

Total Downloads
1 266 569

  • ack0.4.0

    24 011 Downloads

    Tiny drop-in for painless acknowledgements across different applications.

  • agency0.3.1

    7 320 Downloads

    The implementation of the `Agent` backing up any container implementing `Access`. The default one is map.

    All the handlers are exposed to ease the implementation.

  • agentex0.2.0

    5 296 Downloads

    Distributed `Agent` implementation, providing multi-node agents on top of Mnesia.

  • antenna0.5.1

    580 Downloads

    The tiny framework to simplify work with events, based on `GenStage`

  • atadura0.2.1

    4 620 Downloads

    Helper tiny module to provide easy binding support as `bind_quoted` does.

  • bex0.4.0

    250 Downloads

    The helper application providing tools to convert arbitrary function calls to behaviour-driven calls

  • camarero1.0.3

    27 330 Downloads

    The application-wide registry with handy helpers to ease dispatching.

  • case20.1.3

    5 426 Downloads

    Drop-in replacement for [`Recase`](https://github.com/sobolevn/recase) supporting Unicode [Default Identifiers](https://hexdocs.pm/elixir/unicode-syntax.html#r1-default-identifiers).

  • caterpillar0.40.1

    136 Downloads

    Elixir client for ClickHouse, a fast open-source Online Analytical Processing (OLAP) database management system.

    Forked from https://github.com/balance-platform/pillar to support CH25+

  • cloister0.18.1

    33 676 Downloads

    The helper application to manage cluster, that uses hash ring to route requests to nodes.

    Automatically keeps track of connected nodes, provides helpers to determine where the term is to be executed, to multicast to all the nodes in the cluster and to retrieve current state of the cluster.

  • distributed_supervisor0.5.5

    614 Downloads

    Distributed dynamic supervisor using `:pg` as a registry

  • easy_cluster0.1.1

    218 Downloads

    The scaffold for the process keeping track of the cluster changes and calling callbacks

  • easy_ets0.1.0

    283 Downloads

    The very simple ETS wrapper simplifying cross-process ETS handling (like `Agent`, but `:ets`).

  • emphatis0.2.1

    919 Downloads

    **Tiny library to convert text into unicode bold/italic/script.**

    Based on `StringNaming`.

  • enfiladex0.3.1

    5 022 Downloads

    Erlang `common_test` and multinode test with `:peer` convenient wrapper.

  • envio1.0.0

    55 173 Downloads

    The application-wide registry with handy helpers to ease dispatching.

  • envio_log0.1.1

    375 Downloads

    [Logger backend](https://hexdocs.pm/logger/Logger.html#module-backends) for [`Envío`](http://hexdocs.pm/envio) with `Slack` logging out of the box.

  • estructura1.11.0

    53 009 Downloads

    Extensions for Elixir structures.

  • exvalibur0.10.0

    4 162 Downloads

    The generator of blazingly fast validator for map input.

  • finitomata0.34.0

    58 557 Downloads

    The FSM implementation generated from PlantUML textual representation.

  • formulae0.18.0

    71 261 Downloads

    A set of functions to deal with analytical formulae.

  • gelato0.3.0

    1 408 Downloads

    The application-wide registry with handy helpers to ease dispatching.

  • issuer0.2.2

    8 615 Downloads

    Adds `mix` tasks to easily issue (publish) new versions.

  • iteraptor1.15.0

    490 242 Downloads

    This small library allows the deep iteration / mapping of Enumerables.

  • johanna0.2.7

    3 866 Downloads

    **The wrapper for `erlcron` to be used in Elixir projects.**

    Original erlang library: https://github.com/erlware/erlcron

  • kantox_consul1.2.0

    408 Downloads

    An Elixir client for Consul's HTTP API

  • kungfuig1.2.1

    52 196 Downloads

    Live config supporting many different backends.

    **Kungfuig** (_pronounced:_ [ˌkʌŋˈfig]) provides a drastically easy way to plug live configuration into everything.

    It provides backends for `env` and `system` and supports custom backends.

  • laocoon0.1.0

    119 Downloads

    **Laocoön** is the testing / seeding tool faking external sources.

    **Laocoön** was a Trojan priest who was attacked, with his two sons, by giant serpents sent by the gods.

    See https://en.wikipedia.org/wiki/Laoco%C3%B6n for details.

  • lazy_for1.1.0

    4 618 Downloads

    Lazy implementation of Kernel.SpecialForms.for/1 based on streams

  • lib_lat_lon0.8.0

    21 407 Downloads

    Small library for direct/reverse geocoding.

    Supports explicit latitude/longitude pairs, addresses as binaries, as well as jpeg/tiff images having a GPS information in exif.

  • markright0.7.3

    4 749 Downloads

    **The extended, configurable markdown-like syntax parser, that produces an AST.**

    Supports the full set of `markdown`, plus extensions (custom markup with a bit of elixir code to handle parsing.)

    The AST produced is understandable by [`XmlBuilder`](https://github.com/joshnuss/xml_builder).

  • md0.11.0

    21 682 Downloads

    Custom extendable markdown parser.

  • nextexif0.1.2

    38 425 Downloads

    Read TIFF and EXIF information from a JPEG-format image.

    iex> {:ok, info} = Exexif.exif_from_jpeg_buffer(buffer) iex> info.x_resolution 72 iex> info.model "DSC-RX100M2" ...> Exexif.Data.Gps.inspect info "41°23´16˝N,2°11´50˝E"

  • nimble_ets0.1.0

    190 Downloads

    The very simple ETS wrapper simplifying cross-process ETS handling (like `Agent`, but `:ets`).

  • nimble_options_ex0.2.0

    240 Downloads

    Pack of custom functions to enhance the UX with `NimbleOptions`.

  • peeper0.3.1

    145 Downloads

    Peeper is an Elixir library that provides a `GenServer`-like API with automatic state preservation between crashes.

    It enables you to embrace the “Let It Crash” philosophy while maintaining valuable state, supporting state/dictionary/ets recovery between crashes.

  • peluquero0.99.43

    9 219 Downloads

    RabbitMQ middleware to plug into exchange chain to transform data.

    Peluquero is reading all the configured source exchanges, transforms and publishes to all destination exchanges.

    Transformers might be added in runtime using `Peluquero.handler!/1`.

  • pyc0.2.1

    396 Downloads

    Struct on steroids: insertion validation, handy pipelining and more.

  • rambla1.5.0

    31 011 Downloads

    Easy publishing to many different targets.

    Supported back-ends:

    - Rabbit [Amqp](https://hexdocs.pm/amqp/) - Redis [Redix](https://hexdocs.pm/redix) - Http [:httpc](http://erlang.org/doc/man/httpc.html) - Smtp [:gen_smtp](https://hexdocs.pm/gen_smtp) - Slack [Envío](https://hexdocs.pm/envio)

  • serum_md1.6.8

    1 047 Downloads

    Yet another static website generator written in Elixir with MD parser (forked from serum)

  • serum_theme_essence_md1.2.2

    581 Downloads

    EssenceMD is a SerumMD theme which presents a minimal and clean look (ported from Essence).

  • siblings0.11.3

    4 387 Downloads

    The partitioned dynamic supervision of FSM-backed workers.

  • solo0.4.2

    1 743 Downloads

    Yet another one singleton library.

  • string_naming0.7.3

    3 201 Downloads

    Compile-time generated set of modules to ease an access to a predefined subset of UTF8 symbols.

  • sweetener0.1.0

    227 Downloads

    Set of nifty functions I missed in Elixir core.

    Currently it provides: [tap]. More coming soon.

  • tarearbol1.12.0

    55 096 Downloads

    The supervised tree of tasks, simplifying the process of handling:

    - recurrent tasks - retried tasks - long tasks - etc

  • telemetria0.24.0

    33 498 Downloads

    The helper application that simplifies and standardizes telemetry usage.

  • tempus0.16.0

    54 009 Downloads

    Easy handling of time periods, like business days, holidays, etc.

  • tempus_sql0.10.0

    186 Downloads

    Ecto support for `Tempus` library

  • test_cluster_task0.5.2

    20 646 Downloads

    Run tests in a distributed environment (cluster with several nodes).

    The code is based on the `distributed_test` by Sam Schneider (credits!)

  • tubo0.1.0

    294 Downloads

    **The tiny wrapper for functions to use them in pipelines.**

  • tyx0.1.2

    421 Downloads

    Library bringing types support to elixir.

    Allows type validation in compile time.

  • tyyppi0.12.3

    5 352 Downloads

    Library bringing erlang typespecs to runtime.

    Allows type validation, types structs with upserts validation and more.

  • vela1.1.0

    17 198 Downloads

    The tiny library to ease handling expiring invalidated cached series.

  • xml_builder_access1.0.0

    244 Downloads

    Access implementation for XmlBuilder.

  • xml_builder_ex3.1.4159

    21 265 Downloads

    XML builder for Elixir

Aleksei Matiushkin