Skip to main content

Python management interface for NuoDB

Project description

This package enables the nuoadmin client management of a NuoDB database without the need to install the full NuoDB product distribution on a client machine.

Requirements

  • Python – one of the following:

  • NuoDB – one of the following:

If you haven’t done so already, and plan to use pynuoadmin with the NuoDB Community Edition, visit Download and Install NuoDB.

Installation

The last stable release is available on PyPI and can be installed with pip:

$ pip install 'pynuoadmin[completion]'
$ eval "$(register-python-argcomplete nuocmd)"

We recommend installing using the “completion” module, to enable command line argument completion.

Alternatively (e.g. if pip is not available), a tarball can be downloaded from GitHub and installed with Setuptools:

$ curl -L https://github.com/nuodb/nuodb-pynuoadmin/archive/master.tar.gz | tar xz
$ cd nuodb-pynuoadmin*
$ python setup.py install

The folder nuodb-pynuoadmin* can be safely removed after installation.

Example

Run the following command to confirm the pynuoamdin package is installed properly:

$ nuocmd show domain

Resources

NuoDB Documentation: http://doc.nuodb.com/Latest/Default.htm

License

Pynuoadmin is licensed under a BSD 3-Clause License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pynuoadmin-1.0.2.tar.gz (49.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page