[![Version](https://img.shields.io/pypi/v/awsmate)](https://pypi.org/project/awsmate/ "Project page - PyPI")
[![Python](https://img.shields.io/pypi/pyversions/awsmate)](https://github.com/shlublu/awsmate/tree/master/src/awsmate "Source code - Github")
[![License](https://img.shields.io/github/license/shlublu/awsmate)](https://github.com/shlublu/awsmate/blob/master/LICENSE.txt "License - Github")
[![Tests](https://github.com/shlublu/awsmate/actions/workflows/tests.yaml/badge.svg?branch=master)](https://github.com/shlublu/awsmate/actions "Workflows - Github")
[![Documentation](https://readthedocs.org/projects/awsmate/badge/?version=latest)](https://awsmate.readthedocs.io/ "Documentation - ReadTheDocs.io")
`awsmate` is a companion for your AWS developments in Python.
It provides you with helper code that facilitates the use of various AWS services.
## What it is, what it does
`awsmate` pools AWS specific code that is rewriten and retested for each new project:
* it simplifies the use of some AWS services
* it simplifies the error handling related to the use of these services
`awsmate` does not do what others have already done and sticks to simplifying the use of AWS:
* it does not replace existing major libraries such as [s3fs](https://s3fs.readthedocs.io/en/latest/), [pynamodb](https://pynamodb.readthedocs.io/en/latest/), [aws-lambda-powertools](https://pypi.org/project/aws-lambda-powertools/) or [boto3](https://boto3.amazonaws.com/v1/documentation/api/latest/index.html)
* it does not implement functional use cases or algorithms
## Installation
* Command line: `pip3 install awsmate`
* [PyPI page](https://pypi.org/project/awsmate/ "PyPI page")
## Documentation
The complete documentation is available at [ReadTheDocs](https://awsmate.readthedocs.io/ "Documentation - ReadTheDocs.io").
## Example application
An example application is available to demonstrate the main features of this library. It is documented [in this chapter](https://awsmate.readthedocs.io/en/latest/example_application.html).
## Issues
Should you encounter any bug or problem of any kind, please feel free to open an issue according to our [contribution guidelines](https://awsmate.readthedocs.io/en/latest/contributing.html).
## License
This project is licensed under the EUROPEAN UNION PUBLIC LICENCE (EUPL) v. 1.2, which is compatible with the majority of open source licences.
* [View all translations](https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 "Translations of the EUPL-1.2")
* [OSI Compatibility matrix](https://joinup.ec.europa.eu/collection/eupl/matrix-eupl-compatible-open-source-licences "Compatibility matrix of the EUPL-1.2")
Raw data
{
"_id": null,
"home_page": null,
"name": "awsmate",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "aws, aws-apigateway, aws-eventbridge, aws-lambda, aws-s3, python",
"author": null,
"author_email": "\"Vincent Poulain (Shlublu)\" <shlublu@yahoo.fr>",
"download_url": "https://files.pythonhosted.org/packages/ec/e1/41c3d42cd09b50db16e4a1483894d3c0a288875b64af58158d9d40f590d9/awsmate-0.4.2.tar.gz",
"platform": null,
"description": "[![Version](https://img.shields.io/pypi/v/awsmate)](https://pypi.org/project/awsmate/ \"Project page - PyPI\")\n[![Python](https://img.shields.io/pypi/pyversions/awsmate)](https://github.com/shlublu/awsmate/tree/master/src/awsmate \"Source code - Github\")\n[![License](https://img.shields.io/github/license/shlublu/awsmate)](https://github.com/shlublu/awsmate/blob/master/LICENSE.txt \"License - Github\")\n[![Tests](https://github.com/shlublu/awsmate/actions/workflows/tests.yaml/badge.svg?branch=master)](https://github.com/shlublu/awsmate/actions \"Workflows - Github\")\n[![Documentation](https://readthedocs.org/projects/awsmate/badge/?version=latest)](https://awsmate.readthedocs.io/ \"Documentation - ReadTheDocs.io\")\n\n\n`awsmate` is a companion for your AWS developments in Python.\nIt provides you with helper code that facilitates the use of various AWS services.\n\n## What it is, what it does\n\n`awsmate` pools AWS specific code that is rewriten and retested for each new project:\n* it simplifies the use of some AWS services\n* it simplifies the error handling related to the use of these services\n\n`awsmate` does not do what others have already done and sticks to simplifying the use of AWS:\n* it does not replace existing major libraries such as [s3fs](https://s3fs.readthedocs.io/en/latest/), [pynamodb](https://pynamodb.readthedocs.io/en/latest/), [aws-lambda-powertools](https://pypi.org/project/aws-lambda-powertools/) or [boto3](https://boto3.amazonaws.com/v1/documentation/api/latest/index.html)\n* it does not implement functional use cases or algorithms\n\n## Installation\n\n* Command line: `pip3 install awsmate`\n* [PyPI page](https://pypi.org/project/awsmate/ \"PyPI page\")\n\n## Documentation\n\nThe complete documentation is available at [ReadTheDocs](https://awsmate.readthedocs.io/ \"Documentation - ReadTheDocs.io\").\n\n## Example application\n\nAn example application is available to demonstrate the main features of this library. It is documented [in this chapter](https://awsmate.readthedocs.io/en/latest/example_application.html).\n\n## Issues\n\nShould you encounter any bug or problem of any kind, please feel free to open an issue according to our [contribution guidelines](https://awsmate.readthedocs.io/en/latest/contributing.html).\n\n## License\n\nThis project is licensed under the EUROPEAN UNION PUBLIC LICENCE (EUPL) v. 1.2, which is compatible with the majority of open source licences.\n\n* [View all translations](https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 \"Translations of the EUPL-1.2\")\n* [OSI Compatibility matrix](https://joinup.ec.europa.eu/collection/eupl/matrix-eupl-compatible-open-source-licences \"Compatibility matrix of the EUPL-1.2\")\n",
"bugtrack_url": null,
"license": null,
"summary": "A companion for your AWS Python developments.",
"version": "0.4.2",
"project_urls": {
"Bug Tracker": "https://github.com/shlublu/awsmate/issues",
"Changelog": "https://github.com/shlublu/awsmate/blob/master/CHANGELOG.md",
"Documentation": "https://awsmate.readthedocs.io/",
"Repository": "https://github.com/shlublu/awsmate"
},
"split_keywords": [
"aws",
" aws-apigateway",
" aws-eventbridge",
" aws-lambda",
" aws-s3",
" python"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f0e5d64fcee9945da59ce2b848d61f40513dc68db08d3e1aa887df82da823971",
"md5": "362a982ff6722a350cd61aa160bf257d",
"sha256": "18ab1adb5f6560f32cb0ef6ab4753f3c5de74c6559b05ec35e7bf76a15725882"
},
"downloads": -1,
"filename": "awsmate-0.4.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "362a982ff6722a350cd61aa160bf257d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 23211,
"upload_time": "2024-10-15T13:59:13",
"upload_time_iso_8601": "2024-10-15T13:59:13.451749Z",
"url": "https://files.pythonhosted.org/packages/f0/e5/d64fcee9945da59ce2b848d61f40513dc68db08d3e1aa887df82da823971/awsmate-0.4.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ece141c3d42cd09b50db16e4a1483894d3c0a288875b64af58158d9d40f590d9",
"md5": "f292c418cbef2fc988ca0827f1e03d83",
"sha256": "dc11e30706007bf0d8f74d25c8cfef339187e1be9170b4dbfb32318ab41834f8"
},
"downloads": -1,
"filename": "awsmate-0.4.2.tar.gz",
"has_sig": false,
"md5_digest": "f292c418cbef2fc988ca0827f1e03d83",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 47278,
"upload_time": "2024-10-15T13:59:15",
"upload_time_iso_8601": "2024-10-15T13:59:15.316076Z",
"url": "https://files.pythonhosted.org/packages/ec/e1/41c3d42cd09b50db16e4a1483894d3c0a288875b64af58158d9d40f590d9/awsmate-0.4.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-15 13:59:15",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "shlublu",
"github_project": "awsmate",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "awsmate"
}