Metadata-Version: 2.4
Name: moctopus
Version: 0.1.0
Summary: A Python package for Moctopus functionality
Author-email: Andy <andy@example.com>
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Moctopus

A Python package for Moctopus functionality.

## Installation

```bash
pip install moctopus
```

## Usage

```python
from moctopus import hello

print(hello())
```
