Metadata-Version: 2.1
Name: mcm-python
Version: 0.1
Summary: A simple Python package for My Country Mobile
Home-page: https://github.com/Mycountrymobile-com/mcm-python/
Author: Ariyan
Author-email: ariyan@mycountrymobile.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# My Country Mobile

Welcome to the official repository of **My Country Mobile**, a simple Python package designed to showcase basic functionality and offer a foundation for further development. This project includes essential tools and examples for learning how to create, document, and distribute Python packages.

## Table of Contents

- [About](#about)
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
- [Support](#support)

## About

**[My Country Mobile](https://www.mycountrymobile.com/)** is dedicated to revolutionizing telecom operations with cutting-edge AI tools designed to support businesses in various aspects. Our comprehensive solutions help telecom companies optimize workflows, manage customer interactions, and stay competitive in a rapidly evolving market. We provide a wide range of services that include virtual numbers, bulk SMS, VOIP solutions, and more.

The below project demonstrates how to structure a Python package, use `setuptools` for packaging, and publish the package to PyPI.


## Features

- **Virtual Number Provider**: Cost-effective and reliable international calling services for businesses.
- **[Bulk SMS](https://www.smslocal.com/)**: Engage with your audience via targeted SMS campaigns.
- **VOIP Solutions**: Scalable and flexible voice solutions that simplify communication for businesses.
- **Cloud-contact Center**: Integrate cloud-based contact center solutions into your applications to streamline customer support and enhance communication efficiency.




## Installation

To install **My Country Mobile** python repo locally, follow these steps:

1. Clone the repository:

    ```bash
    git clone https://github.com/Mycountrymobile-com/mcm-python.git
    ```

2. Navigate to the project directory:

    ```bash
    cd mcm-python
    ```

3. Install dependencies (if any):

    ```bash
    pip install -r requirements.txt
    ```

4. Install the package locally for development:

    ```bash
    pip install -e .
    ```

## Usage

After installing the package, you can use the greeting function as shown below:

```python
from my_package import greet

# Call the greet function
message = greet("World")
print(message)
```

This will output:

```
Hello, World!
```

Feel free to explore the code, make modifications, and create your own version of the package!

## Contributing

We welcome contributions! If youâ€™d like to help improve **My Country Mobile** python repo, please follow these steps:

1. Fork the repository.
2. Create a new branch for your changes.
3. Make your changes and commit them.
4. Submit a pull request with a description of your changes.

For larger changes, please ensure you follow the coding standards and include unit tests for new features where applicable.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## Support

If you discover any issues or have questions, feel free to open an issue on GitHub or email us at [support@mycountrymobile.com](mailto:support@mycountrymobile.com). 
