Metadata-Version: 2.4
Name: meu
Version: 0.1.0a0
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
License-File: LICENSE
Summary: A Rust-powered set of convenient command-line tools for everyday tasks.
Keywords: rust,ssh
Author-email: Campbell Brown <campbellbrown093@gmail.com>
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: homepage, https://github.com/campbellmbrown/meu
Project-URL: issues, https://github.com/campbellmbrown/meu/issues
Project-URL: source, https://github.com/campbellmbrown/meu

# Meu

[![PyPI - Version](https://img.shields.io/pypi/v/meu?style=for-the-badge)](https://pypi.org/project/meu/)
[![License](https://img.shields.io/github/license/campbellmbrown/meu?style=for-the-badge)](LICENSE)
[![Deploy](https://img.shields.io/github/actions/workflow/status/campbellmbrown/meu/deploy.yaml?style=for-the-badge&logo=github&label=Deploy)](https://github.com/campbellmbrown/meu/actions/workflows/deploy.yaml)
[![Develop](https://img.shields.io/github/actions/workflow/status/campbellmbrown/meu/develop.yaml?branch=main&style=for-the-badge&logo=github&label=Develop)](https://github.com/campbellmbrown/meu/actions/workflows/develop.yaml)

![Rust](https://img.shields.io/badge/rust-%23000000.svg?style=for-the-badge&logo=rust&logoColor=white)

## Overview

Meu is a set of convenient command-line tools for everyday tasks, written in Rust.

## Installation

Meu is available on [PyPI](https://pypi.org/project/meu/).

You can install it using your preferred Python package manager. For example, using `uv`:

```bash
uv tool install meu
```

To upgrade:

```bash
uv tool update meu
```

## Usage

*TODO*

## Contributing

Contributions are welcome! Please see the [contributing guide](CONTRIBUTING.md) for details.

