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
- Host: GitHub
- URL: https://github.com/berrysauce/detapack
- Owner: berrysauce
- Created: 2022-05-28T11:27:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-25T14:17:48.000Z (about 2 years ago)
- Last Synced: 2024-10-30T04:30:00.327Z (12 months ago)
- Topics: backup, cli, cli-app, deta, export, import, typer-cli
- Language: Python
- Homepage: http://berrysauce.me/detapack/
- Size: 30.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
📄 detapack
Import/Export data from/to Deta Bases
![]()
![]()
![]()
![]()
![]()
## 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.