Metadata-Version: 2.1
Name: detapack
Version: 0.1.2
Summary: 
Author: Paul Haedrich
Author-email: paul@berrysauce.me
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: deta (>=1.1.0,<2.0.0)
Requires-Dist: progress (>=1.6,<2.0)
Requires-Dist: typer (>=0.4.1,<0.5.0)
Description-Content-Type: text/markdown

<h1 align="center">detapack 📄</h1>
<p align="center"><strong>Import/Export data from/to Deta Bases</strong></p>
<p align="center">
    <img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/detapack">
    <img alt="PyPI - Downloads" src="https://img.shields.io/pypi/dm/detapack">
    <img alt="PyPI" src="https://img.shields.io/pypi/v/detapack">
    <img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/berrysauce/detapack">
</p>

## 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 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.
