Packages
4946 resultsdelta-rs
Native Rust implementation of the Delta Lake protocol with Python bindings (deltalake package). Enables reading and writing Delta Lake tables without Spark — works in Python, Rust, and through Arrow/Pandas integration. Used to interact with Delta Lake from Python data pipelines, ML workflows, and agent backends. The Python deltalake package wraps the Rust implementation for high performance.
iDenfy Identity Verification and Biometric KYC REST API
iDenfy identity verification and biometric KYC REST API for banks, fintech, gaming, and regulated businesses across Europe and globally to perform document verification, facial biometric recognition, liveness detection, and AML screening — enabling automated customer identity verification with 98% automation rate through iDenfy's AI-powered KYC platform built in Lithuania with strong GDPR compliance. Enables AI agents to manage identity session for automated KYC verification flow automation, handle document verification for ID document capture and OCR automation, access face match for selfie-to-document biometric comparison automation, retrieve liveness for anti-spoofing real user detection automation, manage AML screening for sanctions and PEP watchlist check automation, handle NFC verification for chip-based document authentication automation, access video call for agent-supervised identity verification automation, retrieve database check for name and DOB identity corroboration automation, manage e-signature for KYC-integrated document signing automation, and integrate iDenfy with onboarding flows and compliance platforms for EU-compliant identity verification automation.
Apache Hudi
Open-source data lakehouse table format providing ACID transactions, record-level updates/deletes, and incremental processing on cloud object stores (S3, GCS, Azure). Hudi enables streaming upserts, efficient incremental queries ('give me records changed since timestamp X'), and time-travel on data lakes built on Spark, Flink, or Presto. Originated at Uber for streaming CDC to data lakes at scale. Competes directly with Delta Lake and Apache Iceberg.
Baseten
ML model deployment platform for serving custom ML models and open-source models (Llama, Whisper, SDXL, etc.) via a REST API. Uses 'Truss' — an open-source model packaging format — to containerize models with their dependencies. Baseten handles GPU provisioning, auto-scaling, and serving infrastructure. Faster to deploy models than custom Kubernetes setups.
Beyond Identity Passwordless Authentication REST API
Beyond Identity passwordless authentication REST API for enterprises to implement phishing-resistant, passwordless MFA — replacing passwords and legacy OTP with cryptographic device-bound authentication and real-time device security posture checks — enabling AI agents to manage user enrollment, device binding, authentication policies, risk assessment, and SIEM integration through Beyond Identity's zero trust authentication platform. Enables AI agents to manage identity management for passwordless user identity provisioning and management automation, handle authenticator binding for device credential binding and management automation, access policy management for risk-based authentication policy creation and enforcement automation, retrieve event management for authentication event and risk signal retrieval automation, manage tenant management for enterprise tenant configuration and administrative automation, handle integration management for SSO, IdP, and SIEM integration configuration automation, access device trust for real-time device security posture assessment automation, retrieve risk management for adaptive risk scoring and step-up authentication trigger automation, manage application management for protected application and authentication configuration automation, and integrate Beyond Identity with Okta, Azure AD, Ping Identity, and SIEM platforms for zero trust authentication automation.
CVAT (Computer Vision Annotation Tool)
Open-source computer vision annotation platform originally developed by Intel. Supports image and video annotation for object detection, segmentation, classification, and keypoint tasks. Provides collaborative annotation with multiple annotators, quality control workflows, and semi-automatic annotation using AI models (SAM, YOLOv8, etc.). REST API enables programmatic task creation, annotation export, and integration with ML pipelines. Hosted as CVAT.ai SaaS or self-hosted.
Camunda Platform
Comprehensive process automation platform combining BPMN workflow orchestration and DMN decision management with visual modeling tools, human task management, and analytics for end-to-end business process automation.
DEAP
Distributed Evolutionary Algorithms in Python — toolkit for implementing genetic algorithms, genetic programming, evolution strategies, and swarm intelligence. DEAP features: creator for custom individual/fitness classes, toolbox for operator registration, algorithms.eaSimple/eaMuPlusLambda for full EA loops, genetic operators (crossover, mutation, selection), Pareto front multi-objective optimization (NSGA-II), genetic programming tree evaluation, Hall of Fame for best individuals, Statistics tracking, pickle-based parallelism with scoop, and flexible fitness design. Used for feature selection, hyperparameter optimization, NAS, game playing, and prompt evolution.
EspoCRM
Lightweight, modern open-source CRM built with a clean REST API from the ground up. EspoCRM covers contacts, leads, accounts, opportunities, tasks, calendar, email integration, and activity streams. Known for its clean UI, well-documented API, and easier setup compared to SuiteCRM. Full entity manager allows custom fields and entities without coding. Used by SMBs and agencies wanting a self-hosted CRM without the complexity of SugarCRM derivatives.
Flax
Neural network library for JAX — defines and trains neural networks using JAX's functional programming model. Flax features: NNX API (flax.nnx.Module, stateful object-oriented style), Linen API (flax.linen.Module, legacy functional style), built-in layers (nnx.Linear, nnx.Conv, nnx.MultiHeadAttention), parameter initialization, batch normalization with mutable state, dropout, scan for recurrent networks, flax.training.train_state.TrainState for training loop boilerplate, and Orbax for checkpointing. JAX ecosystem neural network library — used by Google DeepMind, Hugging Face (transformers via flax weights), and ML research labs. Pairs with Optax for optimizers.
GoodData Analytics API
GoodData Cloud REST API for headless BI and embedded analytics. GoodData is developer-first analytics platform offering a comprehensive API and SDK for programmatic access to workspaces, metrics, dashboards, and data. Enables AI agents to execute MAQL (GoodData query language) queries, manage semantic layer, and retrieve analytics results.
Google Cloud Spanner
Google's horizontally scalable, globally distributed relational database with strong ACID consistency, SQL interface, and automatic sharding for planet-scale applications.
Ideogram API
Ideogram REST API — AI image generation with industry-leading text rendering capabilities, enabling agents to generate images with accurate legible typography, logos, signs, and text overlays that other models typically fail to render correctly.
Intezer Automated Malware Analysis REST API
Intezer automated malware analysis REST API for security teams to submit suspicious files, URLs, and endpoints for automated triage — using code reuse analysis and genetic malware intelligence to identify malware families, classify threats, and provide actionable verdicts — enabling AI agents to automate tier-1 SOC triage, alert enrichment, and malware investigation workflows. Enables AI agents to manage file analysis for malware file submission and automated verdict retrieval automation, handle URL analysis for suspicious URL and phishing page analysis automation, access endpoint scan for live endpoint memory scanning and process analysis automation, retrieve alert triage for SIEM alert enrichment and malware verdict automation, manage code reuse analysis for malware family identification and threat actor attribution automation, handle IOC extraction for malware-derived indicator of compromise extraction automation, access threat intelligence for malware family database and threat actor intelligence automation, retrieve family classification for malware variant and related sample clustering automation, manage integration for SOAR playbook and SIEM enrichment workflow automation, and integrate Intezer with Splunk, XSOAR, ServiceNow, and EDR platforms for automated SOC triage.
Kong Gateway Admin API
Exposes a REST admin API to configure Kong API Gateway — managing routes, services, consumers, plugins (rate limiting, auth, logging), and upstreams programmatically.
OR-Tools
Combinatorial optimization library — solves routing, scheduling, constraint satisfaction, and linear programming problems. OR-Tools features: CP-SAT solver (constraint programming with SAT), LP and MIP (linear/mixed-integer programming), Vehicle Routing Problem (VRP) solver, assignment problem solver, bin packing, knapsack, network flow, GLOP (LP solver), and Python API with CpModel/CpSolver/RoutingModel. Google's production optimization library — used for Google Maps routing, logistics optimization, and scheduling. Agent optimization for resource allocation, scheduling, and routing problems.
Realm Swift
Mobile-first object store database for Swift (and Objective-C). Realm stores Swift objects directly — no ORM, no SQL mapping. Objects are live — querying returns live results that auto-update. Integrated with MongoDB Atlas Device Sync for offline-first agent apps that sync automatically when online. Alternative to Core Data with simpler API and Atlas Sync for cloud.
Traceloop
LLM observability platform built on OpenTelemetry (OpenLLMetry). Automatically instruments LLM calls (OpenAI, Anthropic, Bedrock, etc.), vector DB queries, and agent workflows. Provides distributed traces, metrics, and prompt tracking for AI applications.
Turso DB API
Edge SQLite database built on libSQL (a SQLite fork) with per-database isolation, ultra-low latency reads at edge locations, and access via REST API, gRPC, and the libSQL client.
Wompi Colombia Payment API
Wompi Colombia payment REST API for Colombian merchants to accept credit cards, PSE bank transfers, Bancolombia QR, Nequi, and Daviplata payments through Bancolombia's payment platform for e-commerce, marketplace, and subscription integration with developer-first design and transparent pricing. Enables AI agents to manage payment transaction creation for Colombia card and bank payment automation, handle PSE bank transfer for Colombia ACH payment automation, access Bancolombia QR and Nequi mobile payment for Colombia fintech automation, retrieve payment status and confirmation for Colombia transaction automation, manage refund and void for Colombia order management automation, handle webhook notification for Colombia payment event automation, access transaction reporting for Colombia payment analytics automation, retrieve tokenized card for Colombia recurring billing automation, manage multi-payment split for Colombia marketplace automation, and integrate Wompi with Colombian e-commerce, fintech, and enterprise platforms for end-to-end Colombia payment automation.