Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/panda-official/driftcli
CLI Client for Drift Platform
https://github.com/panda-official/driftcli
cli click command-line data
Last synced: about 1 month ago
JSON representation
CLI Client for Drift Platform
- Host: GitHub
- URL: https://github.com/panda-official/driftcli
- Owner: panda-official
- License: mpl-2.0
- Created: 2023-02-09T09:58:28.000Z (almost 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-05-15T09:19:04.000Z (7 months ago)
- Last Synced: 2024-09-17T04:48:42.169Z (3 months ago)
- Topics: cli, click, command-line, data
- Language: Python
- Homepage: https://driftcli.readthedocs.io/en/latest/
- Size: 78.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Drift CLI
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/panda-official/DriftCLI)](https://pypi.org/project/drift-cli)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/drift-cli)](https://pypi.org/project/drift-cli)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/panda-official/DriftCLI/ci.yml?branch=develop)](https://github.com/panda-official/DriftCLI/actions)Drift CLI is a command line client for [PANDA|Drift](https://driftpythonclient.readthedocs.io/en/latest/docs/panda_drift/) platform.
## Features
* Export data from Drift Blob Storage
## Requirements
* Python >= 3.8
* pip## Installing
To install the Drift CLI, simply use pip:
```
pip install drift-cli
```## Usage
```
drift-cli --help
drift-cli alias add drift-device --address 127.0.0.1 --password SOME_PASSWORD
drift-cli export raw drift-device ./tmp --start 2021-01-01 --end 2021-01-02
```## Links
* [Documentation](https://driftcli.readthedocs.io/en/latest/)