Metadata-Version: 2.1
Name: burf
Version: 1.0.4
Summary: A tool to surf buckets on gcs
Home-page: https://github.com/razeghi71/burf
Author: Mohammad Razeghi
Author-email: razeghi71@gmail.com
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown

# burf

burf is a terminal user interface (TUI) for surfing Google Cloud Storage (GCS) buckets.

## Installation

    git clone git@github.com:razeghi71/burf.git
    cd burf
    pip install .

## Usage

    usage: burf.py [-h] [-c CONFIG] [-p PROJECT] [gcs_uri]

    positional arguments:
        gcs_uri               gcs uri to browse: gs://<bucket>/<subdir1>/<subdir2>

    options:
        -h, --help            show this help message and exit
        -c CONFIG, --config CONFIG
                                path to config file
        -p PROJECT, --project PROJECT
                                gcp project to use

## License

burf is released under the [MIT License](LICENSE).
