Packages
locale_slug
0.2.0Locale-aware and script-aware URL slugs. German ö→oe, Estonian ö→o, Ukrainian Київ→kyiv. Cyrillic and Greek romanization from cited national standards. Pure Elixir, no NIF, zero dependencies.
phoenix_live_gantt
0.4.0Phoenix LiveView Gantt chart with dependency arrows, sub-projects, and click-to-detail popovers
phoenix_live_calendar
0.5.0A comprehensive calendar and scheduling component library for Phoenix LiveView
shelly
0.3.0Shelly smart-device client for Elixir: cloud APIs (legacy auth-key, v2, OAuth account access), real-time websocket events, and component-aware status parsing across Gen1-Gen4 hardware.
polymarket_clob
0.2.0Standalone Elixir client for the Polymarket CLOB API.
paper_ex
0.8.0Generic, exchange-agnostic paper trading and simulated-execution engine for Elixir. Pure functional core: portfolio state, execution attempts, positions, and orders. No HTTP, no database, no Polymarket dependency.
polymarket_sdk
0.2.0Higher-level Elixir SDK for Polymarket: Gamma market discovery, Data API, CTF/pUSD helpers, and convenience facades. Depends on polymarket_clob for the low-level CLOB surface.
paper_ex_polymarket
0.3.2Adapter between paper_ex (generic paper trading) and polymarket (Polymarket SDK). Translates Polymarket CLOB books, market metadata, and trade activity into the normalized paper_ex domain. Not a trading bot.
polymarket_strategies
0.1.0Blueprint / example trading strategies for the paper_ex paper-trading engine — a reference set of textbook strategies (momentum, mean-reversion, favorite/longshot, market-making, stink-bid, resolution-snipe, basket arbitrage) implementing PaperEx.Strategy.
polymarket_notify
0.1.0Notification controls (per-category x per-strategy) plus pluggable channels (Telegram/Discord/webhook/log) for Elixir trading bots. Best-effort delivery, injectable HTTP, no processes or database.