An open API service indexing awesome lists of open source software.

https://github.com/berrysauce/detapack

📄 Import/Export data from/to Deta Bases
https://github.com/berrysauce/detapack

backup cli cli-app deta export import typer-cli

Last synced: 7 months ago
JSON representation

📄 Import/Export data from/to Deta Bases

Awesome Lists containing this project

README

          

📄 detapack


Import/Export data from/to Deta Bases



PyPI - Python Version
PyPI - Downloads
PyPI
GitHub last commit
GitHub CodeQL

## What is detapack?
detapack is a tiny & simple CLI built with [Typer](https://github.com/tiangolo/typer) (in Python) which can import and export data from and to Deta Bases.

## How to install detapack?
detapack can be installed from the Python Package Index.
```
pip install detapack
```
Run `detapack version` to check if detapack was installed successfully. You may need to add detapack to your shell configuration.

## Commands

Detapack is mainly used with two commands:

```bash
detapack export
```

```bash
detapack import
```

Both commands will ask you for your Deta project key, which will be used to access your bases. For security reasons, detapack asks for this key every time and doesn't store it anywhere.

You can read more about each command by putting `-- help` at the end.