pynuoadmin


Namepynuoadmin JSON
Version 2.3.0 PyPI version JSON
download
home_pagehttps://nuodb.com
SummaryPython management interface for NuoDB
upload_time2023-12-11 16:18:39
maintainer
docs_urlNone
authorNuoDB
requires_python
licenseBSD License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ==================
NuoDB - Pynuoadmin
==================

.. contents::

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_ >= 4.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 <https://pypi.org/project/pynuoadmin/#files>`_ 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`_.

.. _BSD 3-Clause License: https://github.com/nuodb/nuodb-python/blob/master/LICENSE
.. _Download and Install NuoDB: https://doc.nuodb.com/nuodb/latest/quick-start-guide/
.. _NuoDB: https://nuodb.com/
.. _CPython: https://www.python.org/
            

Raw data

            {
    "_id": null,
    "home_page": "https://nuodb.com",
    "name": "pynuoadmin",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "NuoDB",
    "author_email": "info@nuodb.com",
    "download_url": "https://files.pythonhosted.org/packages/59/99/9d05d6859a3c75eda0731f672223eedda9d332fb63406b02a6635110a4b7/pynuoadmin-2.3.0.tar.gz",
    "platform": null,
    "description": "==================\nNuoDB - Pynuoadmin\n==================\n\n.. contents::\n\nThis package enables the nuoadmin client management of a NuoDB database\nwithout the need to install the full NuoDB product distribution on a\nclient machine.\n\nRequirements\n------------\n\n* Python -- one of the following:\n\n  - CPython_ >= 3.6 or == 2.7\n\n* NuoDB -- one of the following:\n\n  - NuoDB_ >= 4.0\n\n\nIf you haven't done so already, and plan to use pynuoadmin with the NuoDB\nCommunity Edition, visit `Download and Install NuoDB`_.\n\nInstallation\n------------\n\nThe last stable release is available on PyPI and can be installed with\n``pip``::\n\n    $ pip install 'pynuoadmin[completion]'\n    $ eval \"$(register-python-argcomplete nuocmd)\"\n\nWe recommend installing using the \"completion\" module, to enable command\nline argument completion.\n\nAlternatively (e.g. if ``pip`` is not available), a tarball can be\n`downloaded from PyPI <https://pypi.org/project/pynuoadmin/#files>`_ and\ninstalled with setuptools::\n\n    $ tar xzf pynuoadmin-*.tar.gz\n    $ cd nuodb-pynuoadmin*\n    $ python setup.py install\n\nThe tar file and folder nuodb-pynuoadmin* can be safely removed after\ninstallation.\n\nExample\n-------\n\nRun the following command to confirm the pynuoadmin package is installed\nproperly::\n\n    $ nuocmd show domain\n\n\nResources\n---------\n\nNuoDB Documentation: https://doc.nuodb.com/\n\nLicense\n-------\n\nPynuoadmin is licensed under a `BSD 3-Clause License`_.\n\n.. _BSD 3-Clause License: https://github.com/nuodb/nuodb-python/blob/master/LICENSE\n.. _Download and Install NuoDB: https://doc.nuodb.com/nuodb/latest/quick-start-guide/\n.. _NuoDB: https://nuodb.com/\n.. _CPython: https://www.python.org/",
    "bugtrack_url": null,
    "license": "BSD License",
    "summary": "Python management interface for NuoDB",
    "version": "2.3.0",
    "project_urls": {
        "Homepage": "https://nuodb.com"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "59999d05d6859a3c75eda0731f672223eedda9d332fb63406b02a6635110a4b7",
                "md5": "47f527c78304154d105f2e3afe565790",
                "sha256": "064530fb3bad1aff0604a15b1a5039dec845a17dc9543cf86955ec9924478c29"
            },
            "downloads": -1,
            "filename": "pynuoadmin-2.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "47f527c78304154d105f2e3afe565790",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 85722,
            "upload_time": "2023-12-11T16:18:39",
            "upload_time_iso_8601": "2023-12-11T16:18:39.582586Z",
            "url": "https://files.pythonhosted.org/packages/59/99/9d05d6859a3c75eda0731f672223eedda9d332fb63406b02a6635110a4b7/pynuoadmin-2.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-11 16:18:39",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pynuoadmin"
}
        
Elapsed time: 0.14248s