aws3lib


Nameaws3lib JSON
Version 1.0.5 PyPI version JSON
download
home_pagehttps://github.com/prooxyyy/aws3lib
SummaryLibrary for working with AWS S3 storage
upload_time2023-10-20 14:30:55
maintainer
docs_urlNone
authorpro0xy
requires_python>=3.8
license
keywords aws3 aws s3 awss3
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # aws3lib - Fast library for working with AWS S3 storage on Python

Usage: https://github.com/prooxyyy/aws3lib/blob/master/aws3lib/example.py

PyPi: https://pypi.org/project/aws3lib/

Installation: `pip install aws3lib`

# Requirements:
Python >= 3.8

Boto3

Configured [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/prooxyyy/aws3lib",
    "name": "aws3lib",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "aws3 aws s3 awss3",
    "author": "pro0xy",
    "author_email": "nosammy09@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/15/96/d0d2127cced511ddaa153b4faeefad8764254f99cf5cd13447f38e4e3621/aws3lib-1.0.5.tar.gz",
    "platform": null,
    "description": "# aws3lib - Fast library for working with AWS S3 storage on Python\r\n\r\nUsage: https://github.com/prooxyyy/aws3lib/blob/master/aws3lib/example.py\r\n\r\nPyPi: https://pypi.org/project/aws3lib/\r\n\r\nInstallation: `pip install aws3lib`\r\n\r\n# Requirements:\r\nPython >= 3.8\r\n\r\nBoto3\r\n\r\nConfigured [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html)\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Library for working with AWS S3 storage",
    "version": "1.0.5",
    "project_urls": {
        "Documentation": "https://github.com/prooxyyy/aws3lib/blob/master/aws3lib/example.py",
        "Homepage": "https://github.com/prooxyyy/aws3lib"
    },
    "split_keywords": [
        "aws3",
        "aws",
        "s3",
        "awss3"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4e40e670b910d911f785a4edf5f1ac7fd7d7dca82d3aaf4acd3d8bd2c7991a64",
                "md5": "8bd7f4999419ca9610e5c009f38ab5e4",
                "sha256": "12af7669586938473d4cf90b18eee3d1cd248c1faaf219c109fa0e235995065c"
            },
            "downloads": -1,
            "filename": "aws3lib-1.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8bd7f4999419ca9610e5c009f38ab5e4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 4160,
            "upload_time": "2023-10-20T14:30:53",
            "upload_time_iso_8601": "2023-10-20T14:30:53.169353Z",
            "url": "https://files.pythonhosted.org/packages/4e/40/e670b910d911f785a4edf5f1ac7fd7d7dca82d3aaf4acd3d8bd2c7991a64/aws3lib-1.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1596d0d2127cced511ddaa153b4faeefad8764254f99cf5cd13447f38e4e3621",
                "md5": "40d80e2e663a45b643c06db45a64f481",
                "sha256": "beaae029beef6790f003384604b75fecc6ef834964ff08d1ec89e98a758ddc18"
            },
            "downloads": -1,
            "filename": "aws3lib-1.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "40d80e2e663a45b643c06db45a64f481",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 3580,
            "upload_time": "2023-10-20T14:30:55",
            "upload_time_iso_8601": "2023-10-20T14:30:55.243631Z",
            "url": "https://files.pythonhosted.org/packages/15/96/d0d2127cced511ddaa153b4faeefad8764254f99cf5cd13447f38e4e3621/aws3lib-1.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-20 14:30:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "prooxyyy",
    "github_project": "aws3lib",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "aws3lib"
}
        
Elapsed time: 0.11956s