按回车键查看全部搜索结果
首页
技术栈
工具库
讨论
首页
技术栈
工具库
讨论
按回车键查看全部搜索结果
pipe_here
An Elixir macro for easily piping arguments at any position.
rushie
A client library to interact with Rushfiles.
meta_pid_request
MetaPidRequest provides an OTP application for keeping track of meta data associated with requests.
fun_with_flags
FunWithFlags, a flexible and fast feature toggle library for Elixir.
subway
An minimalist event ~bus~ subway library for Elixir.
staart
STAtechARTs for Elixir
cielo
A Client for Cielo E-Commerce API
soda
libsodium bindings for Erlang
phoenix_postgres_pub_sub
Subscribe to postgres notifications on specific database tables
ex_cmd
Interact with external programs with back-pressure
reverse_proxy_plug
An Elixir reverse proxy Plug with HTTP/2, chunked transfer and path proxying support.
radex
Generate API documentation based on your tests.
momento
Momento is an Elixir port of Moment.js for the purpose of parsing, validating, manipulating, and formatting dates.
crud
A set of tools for simplified database access
probe
A super-powered version of `IO.inspect` for better print debugging.
elli_prometheus
Elli middleware for collecting stats via Prometheus.
ash_phoenix
Utilities for integrating Ash with Phoenix
path_express
PathExpress provides increased powers (like nil-safey) from `Kernel.get_in/2` calls
neo4j_sips_models
Add Models support to the Neo4J Elixir driver
erlang_psq
Priority Search Queue
spect
Type specification extensions for Elixir.
cowboy_swagger
Swagger for Cowboy Erlang projects
uinta
Simpler structured logs and lower log volume for Elixir apps
explot
Package to plot data using Python's Matplotlib
phoenix_extra_generators
Extra generator commands for Phoenix.
cowboy_oauth
OAuth2 endpoints for cowboy and snarl.
ecto_shorts
Helper tools for making ecto interactions more pleasant and shorter
deadline
Deadline is a small library for managing deadlines and deadline propagation.
nextexif
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"
aba_cli
AbaCLI is a tool to update data in an AbaModel database.
slack_verify
An elixir plug that verifies Slack requests per Slack's verification protocol: https://api.slack.com/docs/verifying-requests-from-slack
weebo
An XML-RPC parser/formatter for Elixir, with full support for datatype mapping!
propcheck
PropCheck provides property based testing and is an Elixir layer around PropEr. It is also inspired by Quviq's QuickCheck Elixir library.
geocoder
A simple, efficient geocoder/reverse geocoder with a built-in cache.
interval_tree
Implements an interval tree using an augmented self-balancing AVL tree with an interval as the data field and a max value tracking the interval high value in the subtree rooted at that node
enchufeweb
Websocket Library written in Elixir
elixir_coincheck_client
Coincheck client library for elixir
ignorant
Selectively ignore parts of a data structure to allow for partial comparison.
data_source
DataSource provides an infinite stream of data and DataStage provides a GenStage-producer you can subscribe to in order to fetch data/events from the given source.
tally
A reporting library for Elixir
blackbook
google_api_analytics
Google Analytics API client library. Views and manages your Google Analytics data.
ecto_hlclock
Ecto type support for storing/retrieving HLC timestamps
atecc508a
Elixir interface for the ATECC508A
erbloom
Fast Bloom Filter
nerves_ntp
OTP application to sync time using busybox `ntpd` command.
maybex
An implementation of the Maybe monad in elixir
oop
OOP in Elixir!
soa
SOA Simple Object Access Protocol
speakeasy
Middleware based authentication and authorization for Absinthe GraphQL powered by Bodyguard
conjunction
Combine a list of strings with a conjunction
what_the_fuck_is_the_monad
ELIXIR MACROS FOR FUNCTION DEFINITIONS WITH ERROR HANDLING
yggdrasil_rabbitmq
RabbitMQ adapter for Yggdrasil (pub/sub)
kuberl
Erlang Kubernetes client
ex_component
A DSL for building dynamic and reusable components in EEx for any frontend framework.
getopt
Command-line options parser for Erlang
keymaster
An opinionated OAuth 2.0 server for Elixir projects.
han
Utils for processing chinese.
one_dhcpd
One address DHCP server
json_logex
JSONLogex is a custom backend for Elixir's Logger. It outputs log events in JSON format to the standard console.
kazan
Kubernetes API client for Elixir
jplaceholder
A JsonPlaceholder REST API Client built with Elixir
distributed
Distributed is a wrapper module that helps developers to make distributed, scaled, replicated and fault-tolerant (with takeover ability) master-slave systems.
google_api_qpx_express
Finds the least expensive flights between an origin and a destination.
holiday_jp_clje
Japanese holiday in Clojerl.
ecto_instashard
Dynamic Instagram-like PostgreSQL sharding with Ecto
pop3mail
Pop3 client to download email (including attachments) from the inbox. Decodes multipart content, quoted-printables, base64 and encoded-words. Uses an Erlang pop3 client with SSL support derived from the epop package.
plug_accesslog
Plug for writing access logs
sunta
Web API Framework
ace
HTTP web server and client, supports http1 and http2
anise
Helpers/Assertions for Absinthe
petick
Periodic timer
gestalt
A wrapper for `Application.get_config/3` and `System.get_env/1` that makes it easy to swap in process-specific overrides. Among other things, this allows tests to provide async-safe overrides.
keycloak
Library for interacting with a Keycloak authorization server
plug_letsencrypt
PlugLetsEncrypt responds to Let’s Encrypt domain verification requests.
secure_compare
A simple constant-time comparison algorithm for Elixir
happy
Happy path programming in elixir. Alternative to ok_jose, elixir's 1.2 `with` keyword and that kind of stuff.
nine_ball
nine_ball because eight_ball was taken
perudox
An implementation of the Perudo / Dudo / Pirate's Dice game written in Elixir.
matrix_operation
Matrix operation library
drmaa
An Elixir interface to a Distributed Resource Management Application API.
google_api_health_care
Cloud Healthcare API client library. Manage, store, and access healthcare data in Google Cloud Platform.
sneeze
Render Elixir data to HTML. Inspired by Hiccup.
detergentex
Elixir binding to Detergent erlang library used to call WSDL SOAP Services
mint
Small and composable HTTP client.
google_api_tag_manager
Tag Manager API client library. This API allows clients to access and modify container and tag configuration.
etest
A lightweight and fast testing framework for Erlang
lapin
Elixir RabbitMQ Client
credentials_obfuscation
Helper library that obfuscates sensitive values in process state
xalsa
An Elixir to ALSA Connector.
amlapio
Amlapio: Adding a Map API to a GenServer or Module with Agent-held State A use macro to add a Map API (e.g. get, put, pop, etc) to a GenServer's state or a module's state held in an Agent.
cologne_phonetic_ex
Calculates and returns the "Cologne Phonetic" (Kölner Phonetik) code for the given string. It's the phonetic code for the German language.
zap
Native ZIP archive creation with chunked input and output.
ex_doc
ExDoc is a documentation generation tool for Elixir
mutex
This package implements a simple mutex as a GenServer. It allows to await locked keys and handles locking multiple keys without deadlocks.
nerves_key
Elixir support for the NervesKey
grapher
A GraphQL client written in Elixir, providing document storage, management of multiple schemas and facilities for HTTP based schema auth.
gotrue
GoTrue client for Elixir
fire
An OTP application
‹
1
…
83
84
85
…
97
›