berrysauce / detapack

πŸ“„ Import/Export data from/to Deta Bases

Home Page:http://berrysauce.me/detapack/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“„ 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 (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:

detapack export <BASE NAME>
detapack import <BASE NAME> <PATH TO JSON>

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.

About

πŸ“„ Import/Export data from/to Deta Bases

http://berrysauce.me/detapack/


Languages

Language:Python 100.0%