Metadata-Version: 2.1
Name: mara-cli
Version: 0.3.1
Summary: Mara cli app which calls the appropriate contributed subcommand.
Home-page: https://github.com/mara/mara-cli
Author: Mara contributors
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click
Requires-Dist: setuptools
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-click ; extra == 'test'

# Mara CLI

[![Build status](https://github.com/mara/mara-cli/actions/workflows/build.yaml/badge.svg)](https://github.com/mara/mara-cli/actions/workflows/build.yaml)
![PyPI - License](https://img.shields.io/pypi/l/mara-cli.svg)
[![PyPI version](https://badge.fury.io/py/mara-cli.svg)](https://badge.fury.io/py/mara-cli)
[![Slack Status](https://img.shields.io/badge/slack-join_chat-white.svg?logo=slack&style=social)](https://communityinviter.com/apps/mara-users/public-invite)

A 'mara' command which exposes contributed click commands. Contributed click 
commands are exposed as subcommands. It automatically provides click commands in entry point `mara.commands` of all installed libraries.

