Metadata-Version: 2.5
Name: mycelium-client
Version: 0.1.2
Summary: The official client for the Mycelium file-sharing protocol.
Project-URL: Documentation, https://git.mojavesoft.org/mycelium/mycelium-client
Project-URL: Issues, https://git.mojavesoft.org/mycelium/mycelium-client/issues
Project-URL: Source, https://git.mojavesoft.org/mycelium/mycelium-client
Author-email: PPPDUD <mojavesoft@gmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: click~=8.4
Requires-Dist: requests
Requires-Dist: tqdm
Description-Content-Type: text/markdown

# mycelium-client

[![PyPI - Version](https://img.shields.io/pypi/v/mycelium-client.svg)](https://pypi.org/project/mycelium-client)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mycelium-client.svg)](https://pypi.org/project/mycelium-client)

-----

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install mycelium-client
```

## License

`mycelium-client` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
