Metadata-Version: 2.1
Name: mimosa-monomer
Version: 0.0.20
Summary: CLI for Stilt 2 database.
Author: Daniel Hampton
Author-email: dhampton084@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Database
Classifier: Topic :: Utilities
Requires-Dist: attrs (>=19.3.0,<20.0.0)
Requires-Dist: cerberus (>=1.3.2,<2.0.0)
Requires-Dist: click (==7.0)
Requires-Dist: cutie (>=0.2.2,<0.3.0)
Requires-Dist: firebase-admin (>=3.2.1,<4.0.0)
Requires-Dist: halo (>=0.0.28,<0.0.29)
Requires-Dist: typer[all] (>=0.0.9,<0.0.10)
Description-Content-Type: text/markdown

# mimosa 
Database management CLI for **Stilt 2**.

## Installation
Run `pip install mimosa_monomer-0.0.1-py3-none-any.whl` to install the package
into your chosen python environment.

Be sure to update to the current wheel filename.

## Usage
Run `mimosa` in the terminal. Select the service account key file for the
desired Firebase project to connect to. Follow the prompts.

## Development
Run all tests with `tox` command.
Run tests and recreate virtual environments with `tox --recreate`.

