boostedblob


Nameboostedblob JSON
Version 0.15.5 PyPI version JSON
download
home_pageNone
SummaryCommand line tool and async library to perform basic file operations on local paths, Google Cloud Storage paths and Azure Blob Storage paths.
upload_time2024-10-02 02:22:31
maintainerNone
docs_urlNone
authorShantanu Jain
requires_python>=3.8
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # boostedblob

boostedblob is a command line tool and async library to perform basic file operations on local
paths, Google Cloud Storage paths and Azure Blob Storage paths.

boostedblob is derived from the excellent [blobfile](https://github.com/christopher-hesse/blobfile).

The fun part of implementing boostedblob is `boostedblob/boost.py`, which provides a
`concurrent.futures`-like interface for running and composing async tasks in a concurrency limited
environment.

## Installation

Just run `pip install boostedblob`. boostedblob requires Python 3.8 or better.

## Usage

For an overview and list of commands:
```sh
bbb --help
```

For help with a specific command:
```sh
bbb ls --help
```

To enable tab completion, add the following to your shell config (replacing `zsh` with `bash`,
if appropriate):
```sh
eval "$(bbb complete init zsh)"
```
Note that the quotes are necessary. You can also inline the result of `bbb complete init zsh` into
your shell config to make your shell startup a little faster.

## Contributing

For developer documentation (getting started, running tests, debugging tricks, codebase tips),
see [CONTRIBUTING.md](CONTRIBUTING.md)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "boostedblob",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Shantanu Jain",
    "author_email": "hauntsaninja@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/17/40/77d232292564f04e9b164e77b8f74fc0e567d69bab6e7e739df979e8a905/boostedblob-0.15.5.tar.gz",
    "platform": null,
    "description": "# boostedblob\n\nboostedblob is a command line tool and async library to perform basic file operations on local\npaths, Google Cloud Storage paths and Azure Blob Storage paths.\n\nboostedblob is derived from the excellent [blobfile](https://github.com/christopher-hesse/blobfile).\n\nThe fun part of implementing boostedblob is `boostedblob/boost.py`, which provides a\n`concurrent.futures`-like interface for running and composing async tasks in a concurrency limited\nenvironment.\n\n## Installation\n\nJust run `pip install boostedblob`. boostedblob requires Python 3.8 or better.\n\n## Usage\n\nFor an overview and list of commands:\n```sh\nbbb --help\n```\n\nFor help with a specific command:\n```sh\nbbb ls --help\n```\n\nTo enable tab completion, add the following to your shell config (replacing `zsh` with `bash`,\nif appropriate):\n```sh\neval \"$(bbb complete init zsh)\"\n```\nNote that the quotes are necessary. You can also inline the result of `bbb complete init zsh` into\nyour shell config to make your shell startup a little faster.\n\n## Contributing\n\nFor developer documentation (getting started, running tests, debugging tricks, codebase tips),\nsee [CONTRIBUTING.md](CONTRIBUTING.md)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Command line tool and async library to perform basic file operations on local paths, Google Cloud Storage paths and Azure Blob Storage paths.",
    "version": "0.15.5",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "72ccfe1ed3e5b2d150c4852f232e1bc41dc19a5ccc93729b984dd1474b424bd3",
                "md5": "174f50edefde63382d09f8ec512c0a30",
                "sha256": "95403cac93e6497160b45924aa3f6ed083edef620bed909fc45a6dabb0e94312"
            },
            "downloads": -1,
            "filename": "boostedblob-0.15.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "174f50edefde63382d09f8ec512c0a30",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 59136,
            "upload_time": "2024-10-02T02:22:29",
            "upload_time_iso_8601": "2024-10-02T02:22:29.890724Z",
            "url": "https://files.pythonhosted.org/packages/72/cc/fe1ed3e5b2d150c4852f232e1bc41dc19a5ccc93729b984dd1474b424bd3/boostedblob-0.15.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "174077d232292564f04e9b164e77b8f74fc0e567d69bab6e7e739df979e8a905",
                "md5": "ea4780116fd004e4b9a296840cb40727",
                "sha256": "4e3b0b809d6fca91cf6efa59900f6dfea36609191942d542a2863ad3ec49a947"
            },
            "downloads": -1,
            "filename": "boostedblob-0.15.5.tar.gz",
            "has_sig": false,
            "md5_digest": "ea4780116fd004e4b9a296840cb40727",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 51254,
            "upload_time": "2024-10-02T02:22:31",
            "upload_time_iso_8601": "2024-10-02T02:22:31.366177Z",
            "url": "https://files.pythonhosted.org/packages/17/40/77d232292564f04e9b164e77b8f74fc0e567d69bab6e7e739df979e8a905/boostedblob-0.15.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-02 02:22:31",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "boostedblob"
}
        
Elapsed time: 0.73863s