multiversx-sdk-cli


Namemultiversx-sdk-cli JSON
Version 9.5.4 PyPI version JSON
download
home_pageNone
SummaryMultiversX Smart Contracts Tools
upload_time2024-04-22 08:18:58
maintainerNone
docs_urlNone
authorMultiversX
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
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
[mxpy-up](https://docs.multiversx.com/sdk-and-tools/sdk-py/installing-mxpy/) and [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/8d/4c/5f7c8ae62ab5bc48fceb9629410a37398c6fe0c719a8b74cc7b52f93c5bc/multiversx_sdk_cli-9.5.4.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[mxpy-up](https://docs.multiversx.com/sdk-and-tools/sdk-py/installing-mxpy/) and [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.5.4",
    "project_urls": {
        "Homepage": "https://github.com/multiversx/mx-sdk-py-cli"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8e572202b605ebda33d309e1efd8156bc8f91ca921e0c047647685ac588246af",
                "md5": "abee4aa0c0c9cb615c8c26ea52eb92ea",
                "sha256": "8edf111c8ef910743603967a339f3d07f5d13edec77c3e74e7ec4a50ffe61191"
            },
            "downloads": -1,
            "filename": "multiversx_sdk_cli-9.5.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "abee4aa0c0c9cb615c8c26ea52eb92ea",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 109458,
            "upload_time": "2024-04-22T08:18:56",
            "upload_time_iso_8601": "2024-04-22T08:18:56.473510Z",
            "url": "https://files.pythonhosted.org/packages/8e/57/2202b605ebda33d309e1efd8156bc8f91ca921e0c047647685ac588246af/multiversx_sdk_cli-9.5.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8d4c5f7c8ae62ab5bc48fceb9629410a37398c6fe0c719a8b74cc7b52f93c5bc",
                "md5": "e304f48a0d28431413b7492f3007d3ec",
                "sha256": "bae89c0b3ee1dab46d169ef79fe8101c14611c68ca67e986992fe0c94762f2f6"
            },
            "downloads": -1,
            "filename": "multiversx_sdk_cli-9.5.4.tar.gz",
            "has_sig": false,
            "md5_digest": "e304f48a0d28431413b7492f3007d3ec",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 70005,
            "upload_time": "2024-04-22T08:18:58",
            "upload_time_iso_8601": "2024-04-22T08:18:58.518418Z",
            "url": "https://files.pythonhosted.org/packages/8d/4c/5f7c8ae62ab5bc48fceb9629410a37398c6fe0c719a8b74cc7b52f93c5bc/multiversx_sdk_cli-9.5.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-22 08:18:58",
    "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": [],
    "lcname": "multiversx-sdk-cli"
}
        
Elapsed time: 0.27241s