aios3


Nameaios3 JSON
Version 0.2.1 PyPI version JSON
download
home_page
SummaryWrapper for aiobotocore to simplify reading of large files
upload_time2023-11-09 10:10:10
maintainer
docs_urlNone
author
requires_python>=3.7
licenseCopyright (c) 2021 Andrey Sorokin <andrey@sorokin.engineer> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords asyncio aws boto3 botocore s3
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Build Status](https://github.com/andgineer/aios3/workflows/ci/badge.svg)](https://github.com/andgineer/aios3/actions)
# File-like object for aiobotocore

With [stream](https://andgineer.github.io/aios3/docstrings/file/#function-stream) you can create file-like object
to read from [aiobotocore](https://aiobotocore.readthedocs.io/en/latest/) "files" by chunks.

# Documentation

[aioS3](https://andgineer.github.io/aios3/)

# Developers

Do not forget to run `. ./activate.sh`.

# Python github project template

You can use this repository as template for your Python projects.

It brings:

- Python virtual environment (see `activate.sh`)
- pre-commit configuration with mypy, flake8, black and docstrings linter (see `.pre-commit-config.yaml`, [install pre-commit](https://pre-commit.com) and activate it with `pre-commit install`)
- github pages: [read the article](https://sorokin.engineer/posts/en/github-pages-lazydocs-mkdocs.html), the site generated from md-files in `docs/`, `docs/docstrings/` is autogenerated from source code docstrings (see `.github/workflows/docs.yml`)
- pytest with examples of async tests and fixtures (see `tests/`)
- github actions to linter, test and to create github pages (see `.github/workflows/`)
- versions in git tags (see `verup.sh`)
- publishing Python PIP package [read the article](https://sorokin.engineer/posts/en/github-actions-release-pypi-python-package.html), automatically on git tag, also creates github release with link to the version on pypi.org
- pinning dependencies versions using [pip-tools](https://github.com/jazzband/pip-tools/) (see `scripts/compile_requirements.sh`)

# Scripts
    make help

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "aios3",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "asyncio,aws,boto3,botocore,s3",
    "author": "",
    "author_email": "Andrey Sorokin <andrey@sorokin.engineer>",
    "download_url": "https://files.pythonhosted.org/packages/ef/7a/09d9c923c422ceda58e34ca18166708c2865bbf3a6a317d7cc5e420dd14b/aios3-0.2.1.tar.gz",
    "platform": null,
    "description": "[![Build Status](https://github.com/andgineer/aios3/workflows/ci/badge.svg)](https://github.com/andgineer/aios3/actions)\n# File-like object for aiobotocore\n\nWith [stream](https://andgineer.github.io/aios3/docstrings/file/#function-stream) you can create file-like object\nto read from [aiobotocore](https://aiobotocore.readthedocs.io/en/latest/) \"files\" by chunks.\n\n# Documentation\n\n[aioS3](https://andgineer.github.io/aios3/)\n\n# Developers\n\nDo not forget to run `. ./activate.sh`.\n\n# Python github project template\n\nYou can use this repository as template for your Python projects.\n\nIt brings:\n\n- Python virtual environment (see `activate.sh`)\n- pre-commit configuration with mypy, flake8, black and docstrings linter (see `.pre-commit-config.yaml`, [install pre-commit](https://pre-commit.com) and activate it with `pre-commit install`)\n- github pages: [read the article](https://sorokin.engineer/posts/en/github-pages-lazydocs-mkdocs.html), the site generated from md-files in `docs/`, `docs/docstrings/` is autogenerated from source code docstrings (see `.github/workflows/docs.yml`)\n- pytest with examples of async tests and fixtures (see `tests/`)\n- github actions to linter, test and to create github pages (see `.github/workflows/`)\n- versions in git tags (see `verup.sh`)\n- publishing Python PIP package [read the article](https://sorokin.engineer/posts/en/github-actions-release-pypi-python-package.html), automatically on git tag, also creates github release with link to the version on pypi.org\n- pinning dependencies versions using [pip-tools](https://github.com/jazzband/pip-tools/) (see `scripts/compile_requirements.sh`)\n\n# Scripts\n    make help\n",
    "bugtrack_url": null,
    "license": "Copyright (c) 2021 Andrey Sorokin <andrey@sorokin.engineer>  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "Wrapper for aiobotocore to simplify reading of large files",
    "version": "0.2.1",
    "project_urls": {
        "Homepage": "https://andgineer.github.io/aios3/",
        "documentation": "https://andgineer.github.io/aios3/"
    },
    "split_keywords": [
        "asyncio",
        "aws",
        "boto3",
        "botocore",
        "s3"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1dabc8637a1e63f05c014689e10fec81c3884d02bce5c21feb62736deb92788c",
                "md5": "410cded1188a470d7d41c256b9b1125c",
                "sha256": "2f783519615d0b3a2633a1102b130bf86429c773227f2e0799db08408de1373b"
            },
            "downloads": -1,
            "filename": "aios3-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "410cded1188a470d7d41c256b9b1125c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 5764,
            "upload_time": "2023-11-09T10:10:08",
            "upload_time_iso_8601": "2023-11-09T10:10:08.605553Z",
            "url": "https://files.pythonhosted.org/packages/1d/ab/c8637a1e63f05c014689e10fec81c3884d02bce5c21feb62736deb92788c/aios3-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ef7a09d9c923c422ceda58e34ca18166708c2865bbf3a6a317d7cc5e420dd14b",
                "md5": "fb816ab4365187066d26676438314a4c",
                "sha256": "160761a73aefc7ec892811cf767bf0bb1ab371e8344186fc3a501771b190c904"
            },
            "downloads": -1,
            "filename": "aios3-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "fb816ab4365187066d26676438314a4c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 18910,
            "upload_time": "2023-11-09T10:10:10",
            "upload_time_iso_8601": "2023-11-09T10:10:10.966353Z",
            "url": "https://files.pythonhosted.org/packages/ef/7a/09d9c923c422ceda58e34ca18166708c2865bbf3a6a317d7cc5e420dd14b/aios3-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-09 10:10:10",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "aios3"
}
        
Elapsed time: 0.24400s