multiversx-sdk-cli


Namemultiversx-sdk-cli JSON
Version 9.10.1 PyPI version JSON
download
home_pageNone
SummaryMultiversX Smart Contracts Tools
upload_time2025-01-15 15:08:30
maintainerNone
docs_urlNone
authorMultiversX
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements toml types-toml requests types-requests prettytable types-prettytable ledgercomm semver requests-cache rich argcomplete multiversx-sdk
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Description
Python Command Line Tools for interacting with Multivers<sup>X</sup>.

## Documentation
[docs.multiversx.com](https://docs.multiversx.com/sdk-and-tools/sdk-py/)

## CLI
[CLI](CLI.md)

## Distribution
[pipx](https://docs.multiversx.com/sdk-and-tools/sdk-py/installing-mxpy/) [(PyPi)](https://pypi.org/project/multiversx-sdk-cli/#history)

## Development setup

Clone this repository and cd into it:

```
git clone https://github.com/multiversx/mx-sdk-py-cli.git
cd mx-sdk-py-cli
```

### Virtual environment

Create a virtual environment and install the dependencies:

```
python3 -m venv ./venv
source ./venv/bin/activate
pip install -r ./requirements.txt --upgrade
```

Install development dependencies, as well:

```
pip install -r ./requirements-dev.txt --upgrade
```

Above, `requirements.txt` should mirror the **dependencies** section of `setup.py`.

If using VSCode, restart it or follow these steps:
 - `Ctrl + Shift + P`
 - _Select Interpreter_
 - Choose `./venv/bin/python`.

### Using your local `mxpy`

If you want to test the modifications you locally made to `mxpy`, set `PYTHONPATH` with the path to your local repository path.

For example, if you cloned the repository at `~/mx-sdk-py-cli`, run:

```
export PYTHONPATH="~/mx-sdk-py-cli"
```

Then `mxpy` will use the code in your local repository.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "multiversx-sdk-cli",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "MultiversX",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/65/24/a8bbc4cf11a158a3aa350943ab736c3aa4bda30e50592cb9bbeb45f155d7/multiversx_sdk_cli-9.10.1.tar.gz",
    "platform": null,
    "description": "# Description\nPython Command Line Tools for interacting with Multivers<sup>X</sup>.\n\n## Documentation\n[docs.multiversx.com](https://docs.multiversx.com/sdk-and-tools/sdk-py/)\n\n## CLI\n[CLI](CLI.md)\n\n## Distribution\n[pipx](https://docs.multiversx.com/sdk-and-tools/sdk-py/installing-mxpy/) [(PyPi)](https://pypi.org/project/multiversx-sdk-cli/#history)\n\n## Development setup\n\nClone this repository and cd into it:\n\n```\ngit clone https://github.com/multiversx/mx-sdk-py-cli.git\ncd mx-sdk-py-cli\n```\n\n### Virtual environment\n\nCreate a virtual environment and install the dependencies:\n\n```\npython3 -m venv ./venv\nsource ./venv/bin/activate\npip install -r ./requirements.txt --upgrade\n```\n\nInstall development dependencies, as well:\n\n```\npip install -r ./requirements-dev.txt --upgrade\n```\n\nAbove, `requirements.txt` should mirror the **dependencies** section of `setup.py`.\n\nIf using VSCode, restart it or follow these steps:\n - `Ctrl + Shift + P`\n - _Select Interpreter_\n - Choose `./venv/bin/python`.\n\n### Using your local `mxpy`\n\nIf you want to test the modifications you locally made to `mxpy`, set `PYTHONPATH` with the path to your local repository path.\n\nFor example, if you cloned the repository at `~/mx-sdk-py-cli`, run:\n\n```\nexport PYTHONPATH=\"~/mx-sdk-py-cli\"\n```\n\nThen `mxpy` will use the code in your local repository.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "MultiversX Smart Contracts Tools",
    "version": "9.10.1",
    "project_urls": {
        "Homepage": "https://github.com/multiversx/mx-sdk-py-cli"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "18bb992f8270aa110ec120d022eac973a1ce355942e11e727c80a2b4db4fca9b",
                "md5": "ee6a928d03810b739c4dfe9a1fc04743",
                "sha256": "0855dfbfc68bf6e3e6a9f5f28991c0448801e1f40d2c099874ef56e3f3b9a9e3"
            },
            "downloads": -1,
            "filename": "multiversx_sdk_cli-9.10.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ee6a928d03810b739c4dfe9a1fc04743",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 112589,
            "upload_time": "2025-01-15T15:08:28",
            "upload_time_iso_8601": "2025-01-15T15:08:28.114101Z",
            "url": "https://files.pythonhosted.org/packages/18/bb/992f8270aa110ec120d022eac973a1ce355942e11e727c80a2b4db4fca9b/multiversx_sdk_cli-9.10.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6524a8bbc4cf11a158a3aa350943ab736c3aa4bda30e50592cb9bbeb45f155d7",
                "md5": "46cc2fb9e0467e951bdbc6beed10694d",
                "sha256": "a57fb33a5fce44a9816309741ef39227b13d859de2f22c0ee424013174495af1"
            },
            "downloads": -1,
            "filename": "multiversx_sdk_cli-9.10.1.tar.gz",
            "has_sig": false,
            "md5_digest": "46cc2fb9e0467e951bdbc6beed10694d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 72689,
            "upload_time": "2025-01-15T15:08:30",
            "upload_time_iso_8601": "2025-01-15T15:08:30.344905Z",
            "url": "https://files.pythonhosted.org/packages/65/24/a8bbc4cf11a158a3aa350943ab736c3aa4bda30e50592cb9bbeb45f155d7/multiversx_sdk_cli-9.10.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-15 15:08:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "multiversx",
    "github_project": "mx-sdk-py-cli",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "toml",
            "specs": [
                [
                    ">=",
                    "0.10.2"
                ]
            ]
        },
        {
            "name": "types-toml",
            "specs": []
        },
        {
            "name": "requests",
            "specs": [
                [
                    ">=",
                    "2.32.0"
                ],
                [
                    "<",
                    "3.0.0"
                ]
            ]
        },
        {
            "name": "types-requests",
            "specs": []
        },
        {
            "name": "prettytable",
            "specs": []
        },
        {
            "name": "types-prettytable",
            "specs": []
        },
        {
            "name": "ledgercomm",
            "specs": []
        },
        {
            "name": "semver",
            "specs": []
        },
        {
            "name": "requests-cache",
            "specs": []
        },
        {
            "name": "rich",
            "specs": [
                [
                    "==",
                    "13.3.4"
                ]
            ]
        },
        {
            "name": "argcomplete",
            "specs": [
                [
                    "==",
                    "3.2.2"
                ]
            ]
        },
        {
            "name": "multiversx-sdk",
            "specs": [
                [
                    "==",
                    "0.19.0"
                ]
            ]
        }
    ],
    "lcname": "multiversx-sdk-cli"
}
        
Elapsed time: 1.05510s