admongo


Nameadmongo JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryMongoDB Administration Tool
upload_time2024-09-02 14:38:41
maintainerNone
docs_urlNone
authorThe Virtmat Tools Team
requires_python>=3.8
licenseBSD-2-Clause
keywords database database management system
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## About

This code automates MongoDB administrative tasks without knowledge of mongo shell language (JavaScript).

This repository contains scripts to automate adminstrative tasks on MongoDB.

* A Python module using PyMongo, the Python API for MongoDB. Detailed usage instructions can be found [here](docs/pymongo_admin.md).
* A bash script using the native JavaScript-based `mongo` client from the mongodb package.
  This interface is not further maintained and is deprecated.

## How to install

From the PyPI repository:
```
pip install admongo
```

From the Gitlab repository:
```
pip install git+https://gitlab.kit.edu/ivan.kondov/mongo-admin.git
```

## How to use

A short help can be obtained with the command:

```
mongo_admin --help
```

See the [detailed usage instructions](docs/pymongo_admin.md).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "admongo",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "database, database management system",
    "author": "The Virtmat Tools Team",
    "author_email": "virtmat-tools@lists.kit.edu",
    "download_url": "https://files.pythonhosted.org/packages/61/06/d53a070d3f1e7eda9db1a60cc7fd89f75f31faf879abc9e3e2c1f21ff4f0/admongo-0.1.0.tar.gz",
    "platform": null,
    "description": "## About\n\nThis code automates MongoDB administrative tasks without knowledge of mongo shell language (JavaScript).\n\nThis repository contains scripts to automate adminstrative tasks on MongoDB.\n\n* A Python module using PyMongo, the Python API for MongoDB. Detailed usage instructions can be found [here](docs/pymongo_admin.md).\n* A bash script using the native JavaScript-based `mongo` client from the mongodb package.\n  This interface is not further maintained and is deprecated.\n\n## How to install\n\nFrom the PyPI repository:\n```\npip install admongo\n```\n\nFrom the Gitlab repository:\n```\npip install git+https://gitlab.kit.edu/ivan.kondov/mongo-admin.git\n```\n\n## How to use\n\nA short help can be obtained with the command:\n\n```\nmongo_admin --help\n```\n\nSee the [detailed usage instructions](docs/pymongo_admin.md).\n",
    "bugtrack_url": null,
    "license": "BSD-2-Clause",
    "summary": "MongoDB Administration Tool",
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [
        "database",
        " database management system"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f7b7d11c63faf006609c8ebd5415f8ba64277d123b31e081c835485ecc84da3f",
                "md5": "3d80e6b2eef3a3bbfc62003082ff995b",
                "sha256": "745116270b299f14dc88502af68e34aaea2c25fb840bbb92e84ec5bcf40ab6eb"
            },
            "downloads": -1,
            "filename": "admongo-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3d80e6b2eef3a3bbfc62003082ff995b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 5310,
            "upload_time": "2024-09-02T14:38:39",
            "upload_time_iso_8601": "2024-09-02T14:38:39.975437Z",
            "url": "https://files.pythonhosted.org/packages/f7/b7/d11c63faf006609c8ebd5415f8ba64277d123b31e081c835485ecc84da3f/admongo-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6106d53a070d3f1e7eda9db1a60cc7fd89f75f31faf879abc9e3e2c1f21ff4f0",
                "md5": "5bbfd226091808f3d6236e38314ba51a",
                "sha256": "114e9fa3e600606b0b1745c643bb0607231e6f147152d2b5547c2aba32fa261b"
            },
            "downloads": -1,
            "filename": "admongo-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "5bbfd226091808f3d6236e38314ba51a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 4992,
            "upload_time": "2024-09-02T14:38:41",
            "upload_time_iso_8601": "2024-09-02T14:38:41.120724Z",
            "url": "https://files.pythonhosted.org/packages/61/06/d53a070d3f1e7eda9db1a60cc7fd89f75f31faf879abc9e3e2c1f21ff4f0/admongo-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-02 14:38:41",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "admongo"
}
        
Elapsed time: 8.62153s