boostedblob


Nameboostedblob JSON
Version 0.15.6 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_time2025-01-10 22:05: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/c6/ea/d461b8a01df8a2cc71d41c0eb401faec90daeb638ffe5b5ad62471131796/boostedblob-0.15.6.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.6",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dbc7a806e2748057a2bd933bc4d223538aced5bf29dadbbbe77ddb5e811a6c4b",
                "md5": "99cace263f1e635c9acc3414521da226",
                "sha256": "3f3527f6b1a552fd466331c17bd9215de20785f622240d4c5cb5fbe62cc8033b"
            },
            "downloads": -1,
            "filename": "boostedblob-0.15.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "99cace263f1e635c9acc3414521da226",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 59200,
            "upload_time": "2025-01-10T22:05:30",
            "upload_time_iso_8601": "2025-01-10T22:05:30.202226Z",
            "url": "https://files.pythonhosted.org/packages/db/c7/a806e2748057a2bd933bc4d223538aced5bf29dadbbbe77ddb5e811a6c4b/boostedblob-0.15.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c6ead461b8a01df8a2cc71d41c0eb401faec90daeb638ffe5b5ad62471131796",
                "md5": "59064bccc0cf08addc28f54eeb7e32b5",
                "sha256": "97f010b03fab90af851194a74ca8d68912c20675743ea9711a9e03d3dc6fb01d"
            },
            "downloads": -1,
            "filename": "boostedblob-0.15.6.tar.gz",
            "has_sig": false,
            "md5_digest": "59064bccc0cf08addc28f54eeb7e32b5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 51307,
            "upload_time": "2025-01-10T22:05:31",
            "upload_time_iso_8601": "2025-01-10T22:05:31.430462Z",
            "url": "https://files.pythonhosted.org/packages/c6/ea/d461b8a01df8a2cc71d41c0eb401faec90daeb638ffe5b5ad62471131796/boostedblob-0.15.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-10 22:05:31",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "boostedblob"
}
        
Elapsed time: 0.41256s