{ "info": { "author": "leucothia", "author_email": "devops@oceanprotocol.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "[![banner](https://raw.githubusercontent.com/oceanprotocol/art/master/github/repo-banner%402x.png)](https://oceanprotocol.com)\n\n# osmosis-aws-driver\n\n> \ud83d\udca7 Osmosis Data S3 Driver Implementation\n> [oceanprotocol.com](https://oceanprotocol.com)\n\n\n[![Build Status](https://travis-ci.com/oceanprotocol/osmosis-aws-driver.svg)](https://travis-ci.com/oceanprotocol/osmosis-aws-driver)\n[![PyPI](https://img.shields.io/pypi/v/osmosis-aws-driver.svg)](https://pypi.org/project/osmosis-aws-driver/)\n[![GitHub contributors](https://img.shields.io/github/contributors/oceanprotocol/osmosis-aws-driver.svg)](https://github.com/oceanprotocol/osmosis-aws-driver/graphs/contributors)\n\n---\n## Table of Contents\n\n - [Quickstart](#quickstart)\n - [Code style](#code-style)\n - [Testing](#testing)\n - [New Version](#new-version)\n - [License](#license)\n\n---\n\n## Quickstart\n\nThe application interacts with AWS API using boto3 library, so you need to configure your system in order to boto3 can\nlogin as described in https://boto3.amazonaws.com/v1/documentation/api/latest/guide/configuration.html.\nAt the moment there is only a first implementation for the data_plugin, but in the future is going to be an instance\nfor the computing plugin as well.\n\nboto3 is used to manage the credentials. Therefore, no configuration options need to be specified in the config dictionary.\n\nboto3 will load the credentials from your system [(see the boto documentation)](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/configuration.html).\n\n## Code style\n\nThe information about code style in python is documented in this two links [python-developer-guide](https://github.com/oceanprotocol/dev-ocean/blob/master/doc/development/python-developer-guide.md)\nand [python-style-guide](https://github.com/oceanprotocol/dev-ocean/blob/master/doc/development/python-style-guide.md).\n\n## Testing\n\nAutomatic tests are setup via Travis, executing `tox`.\nOur test use pytest framework.\n\n## New Version\n\nThe `bumpversion.sh` script helps to bump the project version. You can execute the script using as first argument {major|minor|patch} to bump accordingly the version.\n\n## License\n\n```\nCopyright 2018 Ocean Protocol Foundation Ltd.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/oceanprotocol/osmosis-aws-driver", "keywords": "osmosis-aws-driver", "license": "Apache Software License 2.0", "maintainer": "", "maintainer_email": "", "name": "osmosis-aws-driver", "package_url": "https://pypi.org/project/osmosis-aws-driver/", "platform": "", "project_url": "https://pypi.org/project/osmosis-aws-driver/", "project_urls": { "Homepage": "https://github.com/oceanprotocol/osmosis-aws-driver" }, "release_url": "https://pypi.org/project/osmosis-aws-driver/0.0.2/", "requires_dist": [ "coloredlogs", "boto3 (==1.8.7)", "PyYAML (>=4.2b1)", "osmosis-driver-interface (==0.0.6)", "bumpversion ; extra == 'dev'", "pkginfo ; extra == 'dev'", "twine ; extra == 'dev'", "watchdog ; extra == 'dev'", "codacy-coverage ; extra == 'dev'", "coverage ; extra == 'dev'", "pylint ; extra == 'dev'", "pytest ; extra == 'dev'", "pytest-watch ; extra == 'dev'", "tox ; extra == 'dev'", "codacy-coverage ; extra == 'test'", "coverage ; extra == 'test'", "pylint ; extra == 'test'", "pytest ; extra == 'test'", "pytest-watch ; extra == 'test'", "tox ; extra == 'test'" ], "requires_python": "", "summary": "\ud83d\udca7 Osmosis Data S3 Driver Implementation", "version": "0.0.2" }, "last_serial": 4739547, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "3aa4c94e5f7b7589e31d27371d60c5e8", "sha256": "6754580b853d8db04e5ebbd37637d1969417c34984934157f3c9a7b35fd7417b" }, "downloads": -1, "filename": "osmosis_aws_driver-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3aa4c94e5f7b7589e31d27371d60c5e8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11539, "upload_time": "2019-01-25T10:47:08", "url": "https://files.pythonhosted.org/packages/90/1e/dca12e5962d74741f05d2c9b90c2ad660ade0d9ef1d27442391146671841/osmosis_aws_driver-0.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "01e1e92b00067a530bd56afaf4db3c23", "sha256": "27a7423b7da881fe56d4733ee29ec6f6aa6d61cb2ba436c741b274f1517858c6" }, "downloads": -1, "filename": "osmosis-aws-driver-0.0.2.tar.gz", "has_sig": false, "md5_digest": "01e1e92b00067a530bd56afaf4db3c23", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11389, "upload_time": "2019-01-25T10:47:10", "url": "https://files.pythonhosted.org/packages/7f/dc/83fb9249d739e50045dc597008eb3c03531909fabb4a0215ad5d78e2cdd1/osmosis-aws-driver-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3aa4c94e5f7b7589e31d27371d60c5e8", "sha256": "6754580b853d8db04e5ebbd37637d1969417c34984934157f3c9a7b35fd7417b" }, "downloads": -1, "filename": "osmosis_aws_driver-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3aa4c94e5f7b7589e31d27371d60c5e8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11539, "upload_time": "2019-01-25T10:47:08", "url": "https://files.pythonhosted.org/packages/90/1e/dca12e5962d74741f05d2c9b90c2ad660ade0d9ef1d27442391146671841/osmosis_aws_driver-0.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "01e1e92b00067a530bd56afaf4db3c23", "sha256": "27a7423b7da881fe56d4733ee29ec6f6aa6d61cb2ba436c741b274f1517858c6" }, "downloads": -1, "filename": "osmosis-aws-driver-0.0.2.tar.gz", "has_sig": false, "md5_digest": "01e1e92b00067a530bd56afaf4db3c23", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11389, "upload_time": "2019-01-25T10:47:10", "url": "https://files.pythonhosted.org/packages/7f/dc/83fb9249d739e50045dc597008eb3c03531909fabb4a0215ad5d78e2cdd1/osmosis-aws-driver-0.0.2.tar.gz" } ] }