Metadata-Version: 2.1
Name: bitmoro
Version: 0.1.0
Summary: A package for handling messaging and OTP functionalities.
Home-page: https://github.com/yourusername/bitmoro
Author: Bitmoro Nepal
Author-email: sunab@nestnepal.com.np
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: requests

# Bitmoro

Bitmoro is a Python package for handling messaging and OTP functionalities.

## Features

- Send SMS messages
- Schedule messages
- Generate and verify OTPs

## Installation

You can install Bitmoro via pip:

```bash
pip install bitmoro

