{"categories":[{"label":"Sphinx","url":"https://skillfed.io/packages/category/documentation-sphinx"}],"enrichment":{"capability":"Python driver for ArangoDB that provides synchronous access to document, graph, and search operations across ArangoDB's multi-model database.","skillfed_tags":["database-driver","graph-database","multi-model"],"use_cases":["Build document-oriented applications with schema-flexible storage and persistent indexing on collections","Model and query graph relationships (e.g., social networks, knowledge graphs) using vertex and edge collections","Execute complex multi-document transactions and aggregations via AQL queries across large datasets","Migrate from or integrate with ArangoDB in Python backends without writing raw HTTP calls","Prototype or develop applications that require multi-model capabilities in a single database"],"what_it_does":"Python-Arango is the official synchronous Python driver for ArangoDB, a multi-model database supporting documents, graphs, and search. It handles connection management, database and collection operations, document CRUD, graph traversal, and AQL query execution through a high-level API. The driver abstracts HTTP communication with ArangoDB's REST endpoints, managing authentication and result streaming through cursor objects.\n\nTypical workflows involve initializing an ArangoClient with a host URL, authenticating to a database, creating or accessing collections, inserting or querying documents, and executing AQL queries. The package also supports graph operations\u2014creating vertex and edge collections, defining relationships, and traversing graphs. For async workloads, the documentation directs users to python-arango-async instead.","worth_installing":"Yes. The package is actively maintained, has low install friction, carries a permissive MIT license, and is the official driver for ArangoDB. Install it if you are building against ArangoDB 3.11+ and need synchronous Python access to documents, graphs, or search. If your workload requires async I/O, use python-arango-async instead. No known security vulnerabilities."},"id":"python-arango","links":{"html":"https://skillfed.io/packages/python-arango","md":"https://skillfed.io/packages/python-arango.md","pypi":"https://pypi.org/project/python-arango/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-06-01","license_spdx":null,"license_treatment":"permissive","name":"python-arango","python_support":"supports_current","summary":"Python Driver for ArangoDB"},"popularity":{"monthly_downloads":7195189,"position":1770,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"8.3.3"}
