Skip to content

jcru/python-troveclient

 
 

Repository files navigation

Python bindings to the Trove API

This is a client for the Trove API. There's a Python API (the troveclient module), and a command-line script (trove). Each implements 100% (or less ;) ) of the Trove API.

Command-line API

To use the command line API, first log in using your user name, api key, tenant, and appropriate auth url.

At this point you will be authenticated and given a token, which is stored at ~/.apitoken. From there you can make other calls to the CLI.

TODO: Add docs

Packages

No packages published

Languages

  • Python 99.3%
  • Shell 0.7%