conviso-cli


Nameconviso-cli JSON
Version 2.6.7 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2025-09-24 15:36:59
maintainerConviso
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # CLI

This is a command line tool to interact with [convisoappsec] API. 

# Documentation
Please visit the [official documentation] for further information.

[official documentation]: <https://docs.convisoappsec.com/cli/installation>

# Development Mode

To run this application in development mode, follow these steps:

## 1. Clone the Repository

First, clone this repository:

```shell
git clone <repository_url>
cd convisocli
```

## Set Up Python Environment
Create and activate a virtual environment:
```shell
  python -m venv venv
  source venv/bin/activate  # On macOS/Linux
  venv\Scripts\activate     # On Windows

```
and then install in development mode:
```shell
    pip install -e .
```

### Using pyenv:

If you don't have pyenv installed, follow the installation guide:
https://github.com/pyenv/pyenv?tab=readme-ov-file#installation

```shell
  pyenv install 3.13.1
```

To set a version only for convisocli, go to convisocli directory and run:
```shell
  pyenv local 3.13.1
```

To set a python version globally:

```shell
    pyenv global 3.13.1
```

and then you can run:
```shell
  pip install -e .
```
To install convisocli.

Run the following command to check if convisocli is installed correctly:

```shell
    conviso --help
```

To run the tests, install the required dependencies by running:

```shell
    pip install -r dev_requirements.txt
```

Once installed, execute the tests with:

```shell
    pytest
```

To run tests with coverage report:

```shell
    pytest --cov=convisoappsec test/
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "conviso-cli",
    "maintainer": "Conviso",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "development@convisoappsec.com",
    "keywords": null,
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/3a/49/7cbe8b69e96b0fc9e5613d4e9cda86611606a87904c2a72ddd835e47ccfd/conviso_cli-2.6.7.tar.gz",
    "platform": null,
    "description": "# CLI\n\nThis is a command line tool to interact with [convisoappsec] API. \n\n# Documentation\nPlease visit the [official documentation] for further information.\n\n[official documentation]: <https://docs.convisoappsec.com/cli/installation>\n\n# Development Mode\n\nTo run this application in development mode, follow these steps:\n\n## 1. Clone the Repository\n\nFirst, clone this repository:\n\n```shell\ngit clone <repository_url>\ncd convisocli\n```\n\n## Set Up Python Environment\nCreate and activate a virtual environment:\n```shell\n  python -m venv venv\n  source venv/bin/activate  # On macOS/Linux\n  venv\\Scripts\\activate     # On Windows\n\n```\nand then install in development mode:\n```shell\n    pip install -e .\n```\n\n### Using pyenv:\n\nIf you don't have pyenv installed, follow the installation guide:\nhttps://github.com/pyenv/pyenv?tab=readme-ov-file#installation\n\n```shell\n  pyenv install 3.13.1\n```\n\nTo set a version only for convisocli, go to convisocli directory and run:\n```shell\n  pyenv local 3.13.1\n```\n\nTo set a python version globally:\n\n```shell\n    pyenv global 3.13.1\n```\n\nand then you can run:\n```shell\n  pip install -e .\n```\nTo install convisocli.\n\nRun the following command to check if convisocli is installed correctly:\n\n```shell\n    conviso --help\n```\n\nTo run the tests, install the required dependencies by running:\n\n```shell\n    pip install -r dev_requirements.txt\n```\n\nOnce installed, execute the tests with:\n\n```shell\n    pytest\n```\n\nTo run tests with coverage report:\n\n```shell\n    pytest --cov=convisoappsec test/\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": null,
    "version": "2.6.7",
    "project_urls": {
        "Source": "https://github.com/convisoappsec/convisocli/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "90a91d5e7781d863d801d73d30d565273d68f97fcc45b7db211c04ed0453743b",
                "md5": "26a78b6d6bf53471c462b44e8100ee52",
                "sha256": "7c47821b984d7b965458c7a905b1b568dc722e3ebebafe3fd0b6c5ee2e1b0a92"
            },
            "downloads": -1,
            "filename": "conviso_cli-2.6.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "26a78b6d6bf53471c462b44e8100ee52",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 111364,
            "upload_time": "2025-09-24T15:36:57",
            "upload_time_iso_8601": "2025-09-24T15:36:57.477309Z",
            "url": "https://files.pythonhosted.org/packages/90/a9/1d5e7781d863d801d73d30d565273d68f97fcc45b7db211c04ed0453743b/conviso_cli-2.6.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3a497cbe8b69e96b0fc9e5613d4e9cda86611606a87904c2a72ddd835e47ccfd",
                "md5": "506d8aa22979097fe27f2ceae3ce22da",
                "sha256": "9c5276889ac94525b0669e0edaae8a362b18ae1a58e39d60cf598e1f5f1e6720"
            },
            "downloads": -1,
            "filename": "conviso_cli-2.6.7.tar.gz",
            "has_sig": false,
            "md5_digest": "506d8aa22979097fe27f2ceae3ce22da",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 70946,
            "upload_time": "2025-09-24T15:36:59",
            "upload_time_iso_8601": "2025-09-24T15:36:59.313687Z",
            "url": "https://files.pythonhosted.org/packages/3a/49/7cbe8b69e96b0fc9e5613d4e9cda86611606a87904c2a72ddd835e47ccfd/conviso_cli-2.6.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-24 15:36:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "convisoappsec",
    "github_project": "convisocli",
    "github_not_found": true,
    "lcname": "conviso-cli"
}
        
Elapsed time: 1.91329s