close-mongo-ops-manager


Nameclose-mongo-ops-manager JSON
Version 0.1.4 PyPI version JSON
download
home_pageNone
SummaryMonitor and kill MongoDB operations
upload_time2024-12-17 16:13:16
maintainerNone
docs_urlNone
authorNone
requires_python>=3.12
licenseNone
keywords manager mongo operations
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # close-mongo-ops-manager
Monitor and kill MongoDB operations (Be advised that this is in a pre-alpha state. Use at your own risk.)

# Requirements

Install [uv](https://docs.astral.sh/uv/getting-started/installation/#installing-uv)

Once installed you should see something similar to this:
```shell
$ uv version
uv 0.5.4 (c62c83c37 2024-11-20)
```

Use the right Python version
```shell
uv python install 3.13
```

List the Python versions
```shell
uv python list
```

Pin the Python 3.13 version
```shell
uv python pin cpython-3.13.0-macos-aarch64-none
```

# Dependencies

Sync the project
```shell
uv sync
```

# Running the app

Launch the app with the required arguments
```shell
uv run app.py --help
```

![App screenshot](img/close-mongo-ops-manager.png "Close Mongo Ops Manager")

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "close-mongo-ops-manager",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "manager, mongo, operations",
    "author": null,
    "author_email": "Vicen\u00e7 Juan Tom\u00e0s Monserrat <vicenc.monserrat@close.com>",
    "download_url": "https://files.pythonhosted.org/packages/ca/a7/d78d6687be826e01db08a278ca88177d1db458200fe3cfd138a9ff499fc4/close_mongo_ops_manager-0.1.4.tar.gz",
    "platform": null,
    "description": "# close-mongo-ops-manager\nMonitor and kill MongoDB operations (Be advised that this is in a pre-alpha state. Use at your own risk.)\n\n# Requirements\n\nInstall [uv](https://docs.astral.sh/uv/getting-started/installation/#installing-uv)\n\nOnce installed you should see something similar to this:\n```shell\n$ uv version\nuv 0.5.4 (c62c83c37 2024-11-20)\n```\n\nUse the right Python version\n```shell\nuv python install 3.13\n```\n\nList the Python versions\n```shell\nuv python list\n```\n\nPin the Python 3.13 version\n```shell\nuv python pin cpython-3.13.0-macos-aarch64-none\n```\n\n# Dependencies\n\nSync the project\n```shell\nuv sync\n```\n\n# Running the app\n\nLaunch the app with the required arguments\n```shell\nuv run app.py --help\n```\n\n![App screenshot](img/close-mongo-ops-manager.png \"Close Mongo Ops Manager\")\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Monitor and kill MongoDB operations",
    "version": "0.1.4",
    "project_urls": {
        "Documentation": "https://github.com/closeio/close-mongo-ops-manager#readme",
        "Issues": "https://github.com/closeio/close-mongo-ops-manager/issues",
        "Source": "https://github.com/closeio/close-mongo-ops-manager"
    },
    "split_keywords": [
        "manager",
        " mongo",
        " operations"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "59db07708be861071985b2ca187787aff3cad881c65823cc93cfb936ea41cac0",
                "md5": "a2db0f1f83fe46e182cf206fa6c6cd54",
                "sha256": "9aa491682a1d278f09ab99d5efb50fab2bd673a4296b0ebb05c6309518106040"
            },
            "downloads": -1,
            "filename": "close_mongo_ops_manager-0.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a2db0f1f83fe46e182cf206fa6c6cd54",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 11393,
            "upload_time": "2024-12-17T16:13:15",
            "upload_time_iso_8601": "2024-12-17T16:13:15.392925Z",
            "url": "https://files.pythonhosted.org/packages/59/db/07708be861071985b2ca187787aff3cad881c65823cc93cfb936ea41cac0/close_mongo_ops_manager-0.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "caa7d78d6687be826e01db08a278ca88177d1db458200fe3cfd138a9ff499fc4",
                "md5": "f46d076911e22477c7b0e52dd8a3989a",
                "sha256": "0f59b777c25c955fd200474da7112d030b8e24be7a52af1ae8230325e7e01960"
            },
            "downloads": -1,
            "filename": "close_mongo_ops_manager-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "f46d076911e22477c7b0e52dd8a3989a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 11830,
            "upload_time": "2024-12-17T16:13:16",
            "upload_time_iso_8601": "2024-12-17T16:13:16.520649Z",
            "url": "https://files.pythonhosted.org/packages/ca/a7/d78d6687be826e01db08a278ca88177d1db458200fe3cfd138a9ff499fc4/close_mongo_ops_manager-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-17 16:13:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "closeio",
    "github_project": "close-mongo-ops-manager#readme",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "close-mongo-ops-manager"
}
        
Elapsed time: 0.48139s