multiversx-sdk-core


Namemultiversx-sdk-core JSON
Version 0.8.0 PyPI version JSON
download
home_page
SummaryCore components of the MultiversX Python SDK.
upload_time2024-01-08 09:20:10
maintainer
docs_urlNone
authorMultiversX
requires_python>=3.8
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # mx-sdk-py-core

Core components of the MultiversX Python SDK.

## Distribution
 
 - GitHub: `git+https://git@github.com/multiversx/mx-sdk-py-core.git@v{Version}#egg=multiversx_sdk_core`
 - [PyPi](https://pypi.org/user/multiversx/)

## Documentation

[docs.multiversx.com](https://docs.multiversx.com/sdk-and-tools/erdpy/erdpy/)

## Development setup

### 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 `pyproject.toml`.

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

### Tests

Run the tests as follows:

```
pytest .
```

### Linting

First, install [`pyright`](https://github.com/microsoft/pyright) as follows:

```
npm install --global pyright
```

Run `pyright`:

```
pyright
```

Run `flake8`:

```
flake8 multiversx_sdk_core
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "multiversx-sdk-core",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "MultiversX",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/95/54/eade0f7869f25efcf8f702a1ad459c5c7c3093f1a2b53d2e2439e1f2f28d/multiversx_sdk_core-0.8.0.tar.gz",
    "platform": null,
    "description": "# mx-sdk-py-core\n\nCore components of the MultiversX Python SDK.\n\n## Distribution\n \n - GitHub: `git+https://git@github.com/multiversx/mx-sdk-py-core.git@v{Version}#egg=multiversx_sdk_core`\n - [PyPi](https://pypi.org/user/multiversx/)\n\n## Documentation\n\n[docs.multiversx.com](https://docs.multiversx.com/sdk-and-tools/erdpy/erdpy/)\n\n## Development setup\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 `pyproject.toml`.\n\nIf using VSCode, restart it or follow these steps:\n - `Ctrl + Shift + P`\n - _Select Interpreter_\n - Choose `./venv/bin/python`.\n\n### Tests\n\nRun the tests as follows:\n\n```\npytest .\n```\n\n### Linting\n\nFirst, install [`pyright`](https://github.com/microsoft/pyright) as follows:\n\n```\nnpm install --global pyright\n```\n\nRun `pyright`:\n\n```\npyright\n```\n\nRun `flake8`:\n\n```\nflake8 multiversx_sdk_core\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Core components of the MultiversX Python SDK.",
    "version": "0.8.0",
    "project_urls": {
        "Homepage": "https://github.com/multiversx/mx-sdk-py-core"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d47bd60d636c20ba857acc4a08b1b29bf8b158c424d400a62ca82119ec1c5460",
                "md5": "89f13159a0008dbe5ea223c6fe8c6109",
                "sha256": "c1db5be155e3594cc4248c511dfc66d46ad6b76c5bd63e58cf3cee565c82bf6d"
            },
            "downloads": -1,
            "filename": "multiversx_sdk_core-0.8.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "89f13159a0008dbe5ea223c6fe8c6109",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 74777,
            "upload_time": "2024-01-08T09:20:08",
            "upload_time_iso_8601": "2024-01-08T09:20:08.399248Z",
            "url": "https://files.pythonhosted.org/packages/d4/7b/d60d636c20ba857acc4a08b1b29bf8b158c424d400a62ca82119ec1c5460/multiversx_sdk_core-0.8.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9554eade0f7869f25efcf8f702a1ad459c5c7c3093f1a2b53d2e2439e1f2f28d",
                "md5": "cc346eed6a715675a78dcb96489472a6",
                "sha256": "0f6ad712592c4c59a96fae24132b3f70816e8632973c57b0f703be1fc2181f48"
            },
            "downloads": -1,
            "filename": "multiversx_sdk_core-0.8.0.tar.gz",
            "has_sig": false,
            "md5_digest": "cc346eed6a715675a78dcb96489472a6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 49204,
            "upload_time": "2024-01-08T09:20:10",
            "upload_time_iso_8601": "2024-01-08T09:20:10.069527Z",
            "url": "https://files.pythonhosted.org/packages/95/54/eade0f7869f25efcf8f702a1ad459c5c7c3093f1a2b53d2e2439e1f2f28d/multiversx_sdk_core-0.8.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-08 09:20:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "multiversx",
    "github_project": "mx-sdk-py-core",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "multiversx-sdk-core"
}
        
Elapsed time: 0.24848s