flow-py-sdk-legacy


Nameflow-py-sdk-legacy JSON
Version 1.1.3 PyPI version JSON
download
home_pagehttps://github.com/justinnout/flow-py-sdk
SummaryA python SDK for the flow blockchain
upload_time2023-04-24 19:08:35
maintainer
docs_urlNone
authorJanez Podhostnik
requires_python>=3.7,<4.0
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            The Flow Python SDK provides a set of packages for Python developers to build applications that interact with the Flow network.

[![PyPI](https://img.shields.io/pypi/v/flow-py-sdk-legacy.svg)](https://pypi.org/project/flow-py-sdk-legacy/)
[![codecov](https://codecov.io/gh/justinnout/flow-py-sdk/branch/master/graph/badge.svg)](https://codecov.io/gh/codecov/example-go)


See the [guide](https://janezpodhostnik.github.io/flow-py-sdk/python_SDK_guide/)!


Note: This SDK is also fully compatible with the Flow Emulator and can be used for local development.

## Installing

To start using the SDK, install Python 3.7 or higher and install package:

```sh
pip install flow-py-sdk-legacy
```

or if using poetry:

```sh
poetry add flow-py-sdk-legacy
```

## Contributors

<a href="https://github.com/justinnout/flow-py-sdk/graphs/contributors">
  <img src="https://contrib.rocks/image?repo=justinnout/flow-py-sdk" />
</a>

Made with [contrib.rocks](https://contrib.rocks).
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/justinnout/flow-py-sdk",
    "name": "flow-py-sdk-legacy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Janez Podhostnik",
    "author_email": "janez.podhostnik@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/83/89/1035a522bdf3cebb31152b5421c1d67d779355f22f349d7d3d9d87f6dd36/flow_py_sdk_legacy-1.1.3.tar.gz",
    "platform": null,
    "description": "The Flow Python SDK provides a set of packages for Python developers to build applications that interact with the Flow network.\n\n[![PyPI](https://img.shields.io/pypi/v/flow-py-sdk-legacy.svg)](https://pypi.org/project/flow-py-sdk-legacy/)\n[![codecov](https://codecov.io/gh/justinnout/flow-py-sdk/branch/master/graph/badge.svg)](https://codecov.io/gh/codecov/example-go)\n\n\nSee the [guide](https://janezpodhostnik.github.io/flow-py-sdk/python_SDK_guide/)!\n\n\nNote: This SDK is also fully compatible with the Flow Emulator and can be used for local development.\n\n## Installing\n\nTo start using the SDK, install Python 3.7 or higher and install package:\n\n```sh\npip install flow-py-sdk-legacy\n```\n\nor if using poetry:\n\n```sh\npoetry add flow-py-sdk-legacy\n```\n\n## Contributors\n\n<a href=\"https://github.com/justinnout/flow-py-sdk/graphs/contributors\">\n  <img src=\"https://contrib.rocks/image?repo=justinnout/flow-py-sdk\" />\n</a>\n\nMade with [contrib.rocks](https://contrib.rocks).",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A python SDK for the flow blockchain",
    "version": "1.1.3",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1042625b86c4279bd6352d99a2005d58caeb9d33149d51d7a936d87f970f66a2",
                "md5": "06acebdeeaad5cbd881a9352e3258fc0",
                "sha256": "8fa7bb18a73a1d40909983d961ea8c2e08ac8283cce845c7f2ff7b4b9b858235"
            },
            "downloads": -1,
            "filename": "flow_py_sdk_legacy-1.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "06acebdeeaad5cbd881a9352e3258fc0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7,<4.0",
            "size": 36092,
            "upload_time": "2023-04-24T19:08:34",
            "upload_time_iso_8601": "2023-04-24T19:08:34.438714Z",
            "url": "https://files.pythonhosted.org/packages/10/42/625b86c4279bd6352d99a2005d58caeb9d33149d51d7a936d87f970f66a2/flow_py_sdk_legacy-1.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "83891035a522bdf3cebb31152b5421c1d67d779355f22f349d7d3d9d87f6dd36",
                "md5": "cb1acb333e4b16754c410b635801ecb9",
                "sha256": "88cb2bff8ea4ab8c91e827b0628f95feaf8a70824051f50a6afeb5a4ee92c038"
            },
            "downloads": -1,
            "filename": "flow_py_sdk_legacy-1.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "cb1acb333e4b16754c410b635801ecb9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7,<4.0",
            "size": 25546,
            "upload_time": "2023-04-24T19:08:35",
            "upload_time_iso_8601": "2023-04-24T19:08:35.720994Z",
            "url": "https://files.pythonhosted.org/packages/83/89/1035a522bdf3cebb31152b5421c1d67d779355f22f349d7d3d9d87f6dd36/flow_py_sdk_legacy-1.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-24 19:08:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "justinnout",
    "github_project": "flow-py-sdk",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "flow-py-sdk-legacy"
}
        
Elapsed time: 0.15183s