ml-cloud-tools


Nameml-cloud-tools JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/telekom/ml-cloud-tools
SummaryML Tools for the Cloud
upload_time2023-06-09 21:07:41
maintainerPhilip May
docs_urlNone
authorPhilip May
requires_python>=3.7
license
keywords cloud aws boto3 s3
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ML-Cloud-Tools - [Code Doc](https://telekom.github.io/ml-cloud-tools/)

[![MIT License](https://img.shields.io/github/license/telekom/ml-cloud-tools)](https://github.com/telekom/ml-cloud-tools/blob/main/LICENSE)
[![Python Version](https://img.shields.io/pypi/pyversions/ml-cloud-tools)](https://www.python.org)
[![pypi](https://img.shields.io/pypi/v/ml-cloud-tools.svg)](https://pypi.python.org/pypi/ml-cloud-tools)
<br/>
[![pytest](https://github.com/telekom/ml-cloud-tools/actions/workflows/pytest.yml/badge.svg)](https://github.com/telekom/ml-cloud-tools/actions/workflows/pytest.yml)
[![Static Code Checks](https://github.com/telekom/ml-cloud-tools/actions/workflows/static_checks.yml/badge.svg)](https://github.com/telekom/ml-cloud-tools/actions/workflows/static_checks.yml)
[![Build & Deploy Doc](https://github.com/telekom/ml-cloud-tools/actions/workflows/build_deploy_doc.yml/badge.svg)](https://github.com/telekom/ml-cloud-tools/actions/workflows/build_deploy_doc.yml)
[![GitHub issues](https://img.shields.io/github/issues-raw/telekom/ml-cloud-tools)](https://github.com/telekom/ml-cloud-tools/issues)

☁️ Machine Learning Tools for the Cloud. Currently very much focused on AWS and S3. ☁️

## Table of Contents

- [Installation](#installation)
- [Support and Feedback](#support-and-feedback)
- [Reporting Security Vulnerabilities](#reporting-security-vulnerabilities)
- [Contribution](#contribution)
- [Code of Conduct](#code-of-conduct)
- [Licensing](#licensing)

## Installation

ML-Cloud-Tools is available at [the Python Package Index (PyPI)](https://pypi.org/project/ml-cloud-tools/).
It can be installed with pip:

```bash
$ pip install ml-cloud-tools
```

## Support and Feedback

The following channels are available for discussions, feedback, and support requests:

- [open an issue in our GitHub repository](https://github.com/telekom/ml-cloud-tools/issues/new/choose)
- [send an e-mail to our open source team](mailto:opensource@telekom.de)

## Reporting Security Vulnerabilities

This project is built with security and data privacy in mind to ensure your data is safe.
We are grateful for security researchers and users reporting a vulnerability to us, first.
To ensure that your request is handled in a timely manner and non-disclosure of vulnerabilities
can be assured, please follow the below guideline.

**Please do not report security vulnerabilities directly on GitHub.
GitHub Issues can be publicly seen and therefore would result in a direct disclosure.**

Please address questions about data privacy, security concepts,
and other media requests to the [opensource@telekom.de](mailto:opensource@telekom.de) mailbox.

## Contribution

Our commitment to open source means that we are enabling - in fact encouraging - all interested
parties to contribute and become part of our developer community.

Contribution and feedback is encouraged and always welcome. For more information about how to
contribute, as well as additional contribution information, see our
[Contribution Guidelines](https://github.com/telekom/ml-cloud-tools/blob/main/CONTRIBUTING.md).

## Code of Conduct

This project has adopted the [Contributor Covenant](https://www.contributor-covenant.org/)
as our code of conduct. Please see the details in our
[Contributor Covenant Code of Conduct](https://github.com/telekom/ml-cloud-tools/blob/main/CODE_OF_CONDUCT.md).
All contributors must abide by the code of conduct.

## Licensing

Copyright (c) 2021 Timothy Wolff-Piggott, Deutsche Telekom AG<br/>
Copyright (c) 2021-2023 Philip May, Deutsche Telekom AG<br/>
Copyright (c) 2021-2023 Philip May

Licensed under the **MIT License** (the "License"); you may not use this file except in compliance with the License.
You may obtain a copy of the License by reviewing the file
[LICENSE](https://github.com/telekom/ml-cloud-tools/blob/main/LICENSE) in the repository.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/telekom/ml-cloud-tools",
    "name": "ml-cloud-tools",
    "maintainer": "Philip May",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "cloud aws boto3 s3",
    "author": "Philip May",
    "author_email": "philip.may@t-systems.com",
    "download_url": "https://files.pythonhosted.org/packages/92/2f/34a048c8188e355ee38a2f6f966a0d5dc8becbad120ecbb58ea1b2258c5f/ml_cloud_tools-0.0.1.tar.gz",
    "platform": null,
    "description": "# ML-Cloud-Tools - [Code Doc](https://telekom.github.io/ml-cloud-tools/)\n\n[![MIT License](https://img.shields.io/github/license/telekom/ml-cloud-tools)](https://github.com/telekom/ml-cloud-tools/blob/main/LICENSE)\n[![Python Version](https://img.shields.io/pypi/pyversions/ml-cloud-tools)](https://www.python.org)\n[![pypi](https://img.shields.io/pypi/v/ml-cloud-tools.svg)](https://pypi.python.org/pypi/ml-cloud-tools)\n<br/>\n[![pytest](https://github.com/telekom/ml-cloud-tools/actions/workflows/pytest.yml/badge.svg)](https://github.com/telekom/ml-cloud-tools/actions/workflows/pytest.yml)\n[![Static Code Checks](https://github.com/telekom/ml-cloud-tools/actions/workflows/static_checks.yml/badge.svg)](https://github.com/telekom/ml-cloud-tools/actions/workflows/static_checks.yml)\n[![Build & Deploy Doc](https://github.com/telekom/ml-cloud-tools/actions/workflows/build_deploy_doc.yml/badge.svg)](https://github.com/telekom/ml-cloud-tools/actions/workflows/build_deploy_doc.yml)\n[![GitHub issues](https://img.shields.io/github/issues-raw/telekom/ml-cloud-tools)](https://github.com/telekom/ml-cloud-tools/issues)\n\n\u2601\ufe0f Machine Learning Tools for the Cloud. Currently very much focused on AWS and S3. \u2601\ufe0f\n\n## Table of Contents\n\n- [Installation](#installation)\n- [Support and Feedback](#support-and-feedback)\n- [Reporting Security Vulnerabilities](#reporting-security-vulnerabilities)\n- [Contribution](#contribution)\n- [Code of Conduct](#code-of-conduct)\n- [Licensing](#licensing)\n\n## Installation\n\nML-Cloud-Tools is available at [the Python Package Index (PyPI)](https://pypi.org/project/ml-cloud-tools/).\nIt can be installed with pip:\n\n```bash\n$ pip install ml-cloud-tools\n```\n\n## Support and Feedback\n\nThe following channels are available for discussions, feedback, and support requests:\n\n- [open an issue in our GitHub repository](https://github.com/telekom/ml-cloud-tools/issues/new/choose)\n- [send an e-mail to our open source team](mailto:opensource@telekom.de)\n\n## Reporting Security Vulnerabilities\n\nThis project is built with security and data privacy in mind to ensure your data is safe.\nWe are grateful for security researchers and users reporting a vulnerability to us, first.\nTo ensure that your request is handled in a timely manner and non-disclosure of vulnerabilities\ncan be assured, please follow the below guideline.\n\n**Please do not report security vulnerabilities directly on GitHub.\nGitHub Issues can be publicly seen and therefore would result in a direct disclosure.**\n\nPlease address questions about data privacy, security concepts,\nand other media requests to the [opensource@telekom.de](mailto:opensource@telekom.de) mailbox.\n\n## Contribution\n\nOur commitment to open source means that we are enabling - in fact encouraging - all interested\nparties to contribute and become part of our developer community.\n\nContribution and feedback is encouraged and always welcome. For more information about how to\ncontribute, as well as additional contribution information, see our\n[Contribution Guidelines](https://github.com/telekom/ml-cloud-tools/blob/main/CONTRIBUTING.md).\n\n## Code of Conduct\n\nThis project has adopted the [Contributor Covenant](https://www.contributor-covenant.org/)\nas our code of conduct. Please see the details in our\n[Contributor Covenant Code of Conduct](https://github.com/telekom/ml-cloud-tools/blob/main/CODE_OF_CONDUCT.md).\nAll contributors must abide by the code of conduct.\n\n## Licensing\n\nCopyright (c) 2021 Timothy Wolff-Piggott, Deutsche Telekom AG<br/>\nCopyright (c) 2021-2023 Philip May, Deutsche Telekom AG<br/>\nCopyright (c) 2021-2023 Philip May\n\nLicensed under the **MIT License** (the \"License\"); you may not use this file except in compliance with the License.\nYou may obtain a copy of the License by reviewing the file\n[LICENSE](https://github.com/telekom/ml-cloud-tools/blob/main/LICENSE) in the repository.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "ML Tools for the Cloud",
    "version": "0.0.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/telekom/ml-cloud-tools/issues",
        "Code Doc": "https://telekom.github.io/ml-cloud-tools/",
        "Code of Conduct": "https://github.com/telekom/ml-cloud-tools/blob/main/CODE_OF_CONDUCT.md",
        "Contributing": "https://github.com/telekom/ml-cloud-tools/blob/main/CONTRIBUTING.md",
        "Homepage": "https://github.com/telekom/ml-cloud-tools",
        "Source Code": "https://github.com/telekom/ml-cloud-tools"
    },
    "split_keywords": [
        "cloud",
        "aws",
        "boto3",
        "s3"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e6dac311e6606301a9aca9bae7d27520ba37ecdd26e67602d3de909aaadb670e",
                "md5": "42ac82a9dca13aa92c1c282318085b6c",
                "sha256": "0226667b17c29082de418fb744503760c31030f1af14baa7ea6543cee2214d10"
            },
            "downloads": -1,
            "filename": "ml_cloud_tools-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "42ac82a9dca13aa92c1c282318085b6c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 7006,
            "upload_time": "2023-06-09T21:07:40",
            "upload_time_iso_8601": "2023-06-09T21:07:40.188964Z",
            "url": "https://files.pythonhosted.org/packages/e6/da/c311e6606301a9aca9bae7d27520ba37ecdd26e67602d3de909aaadb670e/ml_cloud_tools-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "922f34a048c8188e355ee38a2f6f966a0d5dc8becbad120ecbb58ea1b2258c5f",
                "md5": "97b5b635d1aa15307a4a52d8c3a4e4da",
                "sha256": "1f72ea47de050843a3dc531f368fd7625bdc16cb76a27a506102101f4cb0fbfe"
            },
            "downloads": -1,
            "filename": "ml_cloud_tools-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "97b5b635d1aa15307a4a52d8c3a4e4da",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 12627,
            "upload_time": "2023-06-09T21:07:41",
            "upload_time_iso_8601": "2023-06-09T21:07:41.791453Z",
            "url": "https://files.pythonhosted.org/packages/92/2f/34a048c8188e355ee38a2f6f966a0d5dc8becbad120ecbb58ea1b2258c5f/ml_cloud_tools-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-09 21:07:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "telekom",
    "github_project": "ml-cloud-tools",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "ml-cloud-tools"
}
        
Elapsed time: 0.22221s