Sha256: 3311c1bbd560e6e6e7b56f9a1054c0d63129266c957b9470d30daae57fa95b53

Contents?: true

Size: 1.28 KB

Versions: 38

Compression:

Stored size: 1.28 KB

Contents

### Tools for working with common data sources

A collection of CLI utilities for pulling both files and structured data
from file sharing and collaboration services like Google Drive and
Dropbox.

You can use this to pull down google spreadsheets and convert them to
JSON structures, or to convert an excel spreadsheet on Dropbox to the
same.

You can use this to sync the contents of a local folder on your system
with the remote contents of a file share on Dropbox or Google Drive.

And much more.

### Getting Started

```bash
gem install datapimp
datapimp help
```

#### Available Commands

```
  COMMANDS:

    config               Shows the configuration options being used
    config set           manipulate configuration settings
    help                 Display global or [command] help documentation
    list spreadsheets    list the spreadsheets which can be used as datasources
    setup amazon         setup integration with amazon
    setup dropbox        setup integration with dropbox
    setup github         setup integration with github
    setup google         setup integration with google drive
    sync data            Synchronize the contents of a local data store with its remote source
    sync folder          Synchronize the contents of a local folder with a file sharing service

```

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
datapimp-1.2.11 README.md
datapimp-1.2.10 README.md
datapimp-1.2.9 README.md
datapimp-1.2.8 README.md
datapimp-1.2.7 README.md
datapimp-1.2.6 README.md
datapimp-1.2.5 README.md
datapimp-1.2.4 README.md
datapimp-1.2.3 README.md
datapimp-1.2.2 README.md
datapimp-1.2.1 README.md
datapimp-1.2.0 README.md
datapimp-1.1.1 README.md
datapimp-1.1.0 README.md
datapimp-1.0.29 README.md
datapimp-1.0.28 README.md
datapimp-1.0.27 README.md
datapimp-1.0.26 README.md
datapimp-1.0.25 README.md
datapimp-1.0.24 README.md