Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

arangodb

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arangodb

A Python client for ArangoDB REST API.

  • 0.0.12
  • PyPI
  • Socket score

Maintainers
1

arangodb

Objective

There are a couple of Python implementations for ArangoDB's rest API, but they do not fit my mind:

  • Have a declarative way of defining documents, Edges and Graphs.
  • Have a clean separation of client API and ArangoDB API.
  • Documents should be optionally de/serializable when loading or saving.
  • The API client may differ for a special Document.
  • Documents should behave like dicts.
  • Have a nice query tool.
  • Have ArangoDB errors thrown as exceptions.
  • Use requests Session with keep-alive.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc