Packages
4946 resultspolyfactory
Python test data factory library for Pydantic, dataclasses, and attrs models — generates realistic mock data based on type annotations. polyfactory features: ModelFactory for Pydantic BaseModel, DataclassFactory for dataclasses, AttrsFactory for attrs classes, TypedDictFactory, build() for single instance, batch() for multiple, __faker__ for locale-aware data, __random_seed__ for reproducible data, field overrides in build() call, __set_as_default_factory_for_type__ for global registration, and constrained types (constr, conint) respected. Successor to pydantic-factories. Generates valid test data from type annotations without manual fixture construction.
torchaudio
PyTorch audio processing library — audio I/O, signal transforms, and pretrained models for speech and audio ML. torchaudio features: torchaudio.load() and save() for audio files (WAV, FLAC, MP3, OGG), torchaudio.transforms (MelSpectrogram, MFCC, Spectrogram, Resample, AmplitudeToDB, FrequencyMasking, TimeMasking), torchaudio.functional for signal processing ops, torchaudio.datasets (LibriSpeech, SPEECHCOMMANDS, VoxCeleb), pretrained models (Wav2Vec2, HuBERT via torchaudio.pipelines), StreamReader for streaming audio, and GPU-accelerated transforms. PyTorch audio companion — pairs with Whisper and HuggingFace speech models for agent audio pipelines.
Apache Flink
Distributed stateful stream processing framework for real-time data pipelines with exactly-once semantics and event-time processing.
Apollo Client
GraphQL client for JavaScript/React — handles queries, mutations, subscriptions, caching, and state management for GraphQL APIs. Apollo Client 3 features: useQuery() and useMutation() React hooks, InMemoryCache with automatic normalization, cache-first / network-only / cache-and-network fetch policies, optimistic updates (optimisticResponse), Apollo Link chain (auth, error, retry), subscription via WebSocket (subscribeToMore), refetchQueries after mutations, field-level cache policies, reactive variables (makeVar()), pagination helpers (fetchMore, relayStylePagination), and Apollo Client DevTools. Standard GraphQL client for React agent frontends querying agent GraphQL APIs.
Aviationstack Real-Time Flight Data API
Aviationstack real-time flight data REST API for travel apps, logistics platforms, and aviation services to access live flight tracking, historical flight records, airport information, airline data, and global aviation status — covering 13,000+ airlines and 10,000+ airports worldwide with real-time departure/arrival data, flight status, and route information. Enables AI agents to manage real-time flight status for travel notification automation, handle flight tracking for logistics coordination automation, access airport data for facility information automation, retrieve airline information for carrier details automation, manage historical flights for analytics automation, handle departure/arrival data for schedule management automation, access flight routes for itinerary planning automation, retrieve aircraft data for fleet information automation, manage flight delay for disruption management automation, and integrate Aviationstack with travel apps, trip planners, and corporate travel platforms for end-to-end aviation data automation.
Buttondown API
Buttondown — simple, developer-friendly newsletter platform with a REST API for managing subscribers, sending newsletters, and tracking email analytics — purpose-built for writers and indie creators.
Envoy Proxy
High-performance C++ L4/L7 proxy and service mesh foundation. Envoy is the sidecar and edge proxy powering Istio, AWS App Mesh, and Consul Connect. It handles service discovery via xDS APIs, provides observability (metrics, traces, logs) per connection, manages retries, circuit breaking, and TLS. In agent architectures, Envoy provides the networking layer that handles all inter-service traffic uniformly.
Firebase JavaScript SDK
Official Firebase JavaScript/TypeScript SDK (modular v9+ API). Provides browser and React Native access to Firebase services: Authentication (20+ sign-in methods), Firestore (NoSQL realtime database), Realtime Database, Cloud Storage, Cloud Functions, Analytics, Hosting, and Remote Config. The modular API uses tree-shakeable function imports to minimize bundle size. Powers millions of mobile and web applications as Google's mobile/web backend platform.
Futu/Tiger Brokers Stock MCP Server
Futu/Tiger Brokers MCP server enabling AI agents to access Futu OpenAPI data — fetching Hong Kong and US stock quotes, retrieving order book data and historical prices, accessing portfolio information, and integrating Futu's brokerage data into agent-driven investment analysis workflows for Hong Kong and US markets.
GitHub Dependabot API
Dependabot is a GitHub-native dependency update and security alerting feature accessed entirely via the GitHub REST API — there is no standalone Dependabot API; agents use GitHub API endpoints under /repos/{owner}/{repo}/dependabot/ to manage alerts, auto-dismissals, and update configurations.
Google Apps Script MCP Server
Google Apps Script MCP server enabling AI agents to interact with Google Apps Script — executing scripts, managing script projects, triggering automation workflows, and integrating Google Workspace automation into agent-driven productivity and business process automation workflows that leverage Google's scripting platform for Sheets, Docs, Gmail, and other Google services.
Hotwire (Turbo + Stimulus)
Basecamp/37signals' HTML-over-the-wire approach to building fast, real-time web apps with minimal JavaScript. Hotwire combines Turbo (handles navigation without full page reloads via Turbo Drive, partial page updates via Turbo Frames, and server-pushed HTML via Turbo Streams) and Stimulus (lightweight JS controller framework for sprinkles of behavior). Rails 7's default frontend approach. Enables rich UIs with server-side rendering and WebSocket real-time updates.
Infermedica Symptom Assessment REST API
Infermedica symptom assessment REST API for digital health platforms, telehealth providers, and health insurance companies to integrate AI-powered symptom checking, medical triage, patient intake, and clinical decision support — enabling automated patient symptom collection, differential diagnosis suggestion, care pathway recommendation, and risk stratification through Infermedica's clinical AI engine built on probabilistic diagnostic reasoning. Enables AI agents to manage symptom assessment for adaptive symptom question and evidence collection automation, handle condition suggestion for differential diagnosis probability ranking automation, access triage recommendation for care level (self-care, primary care, ER) recommendation automation, retrieve risk factor collection for medical history and risk factor intake automation, manage explain management for diagnostic reasoning explanation automation, handle specialist recommendation for appropriate medical specialist routing automation, access lab test suggestion for relevant laboratory test recommendation automation, retrieve follow-up for next-symptom question sequencing and adaptive interview automation, manage mention parsing for NLP symptom extraction from patient text automation, and integrate Infermedica with EHR, telehealth, and patient portal systems for digital health triage automation.
Kyverno
Kubernetes-native policy engine for validating, mutating, and generating Kubernetes resources. Kyverno policies are written in YAML (not Rego/OPA) — no new policy language to learn. Runs as a Kubernetes admission controller: blocks non-compliant resources at deployment time, auto-remediates existing resources, and generates new resources based on triggers. CNCF graduated. Powers policy enforcement for security (no root containers), compliance (required labels), and operational standards (resource limits) in Kubernetes clusters.
Materialize Streaming SQL
Cloud-native streaming SQL database that maintains incrementally updated materialized views over streaming data. Materialize ingests from Kafka, PostgreSQL CDC, and other sources, and maintains SQL views in real-time — queries are always instant because results are pre-computed. PostgreSQL-compatible wire protocol allows standard SQL clients. Unlike Flink, Materialize uses standard SQL without custom operators.
Nodemailer
Email sending library for Node.js using SMTP, SES, or other transports. Nodemailer handles email composition (HTML/text, attachments, inline images, calendar events) and transport (SMTP, AWS SES, Sendmail). The standard Node.js library for email — used before transactional email APIs existed and still relevant for custom SMTP configurations, self-hosted mail, or when avoiding external email APIs.
Sentinel Hub Satellite Imagery Processing API
Sentinel Hub satellite imagery processing REST API for geospatial developers, environmental analysts, and Earth observation platforms to access, process, and analyze multispectral satellite imagery from Sentinel-2, Landsat, MODIS, Planet, and other EO data sources — enabling cloud-free image compositing, time-series analysis, custom band math, and large-scale geospatial data processing through Sentinel Hub's cloud-based EO infrastructure (Planet Labs company). Enables AI agents to manage imagery request for satellite image retrieval automation, handle evalscript processing for custom band calculation automation, access time-series for change detection automation, retrieve statistical analysis for area monitoring automation, manage batch processing for large-scale coverage automation, handle cloud masking for quality filtering automation, access catalog for scene search automation, retrieve NDVI/NDWI for vegetation and water index automation, manage OGC services for GIS platform integration automation, and integrate Sentinel Hub with GIS platforms, agriculture monitoring, and environmental reporting for Earth observation automation.
Sentry Go SDK
Official Go SDK for Sentry error monitoring and performance tracking. Captures panics, errors, and performance transactions in Go applications and reports them to Sentry's error tracking platform. Provides automatic panic recovery, context enrichment (user, request, tags), and performance monitoring with distributed tracing. Essential for production Go service observability.
Simple JWT (DRF)
JWT authentication for Django REST Framework — provides access/refresh token pair authentication with configurable expiry, rotation, and blacklisting. Simple JWT features: TokenObtainPairView (POST /api/token/ with username/password returns access+refresh), TokenRefreshView (POST /api/token/refresh/), TokenVerifyView, token blacklisting via OutstandingToken/BlacklistedToken DB tables, custom token claims (add user data to payload), token rotation on refresh, sliding tokens, JWTAuthentication backend for DRF, and SIMPLE_JWT settings configuration. Standard JWT implementation with refresh token rotation for agent API authentication.
Upstash QStash
Serverless HTTP message queue that delivers webhooks to any URL with built-in retry, delay, scheduling, and fan-out — no broker infrastructure required.