0 purchases
pynuoadmin 2.3.0
Contents
Requirements
Installation
Example
Resources
License
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:
CPython >= 3.6 or == 2.7
NuoDB – one of the following:
NuoDB >= 5.0
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 PyPI and
installed with setuptools:
$ tar xzf pynuoadmin-*.tar.gz
$ cd nuodb-pynuoadmin*
$ python setup.py install
The tar file and folder nuodb-pynuoadmin* can be safely removed after
installation.
Example
Run the following command to confirm the pynuoadmin package is installed
properly:
$ nuocmd show domain
Resources
NuoDB Documentation: https://doc.nuodb.com/
License
Pynuoadmin is licensed under a BSD 3-Clause License.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.