Metadata-Version: 2.1
Name: whatsapp-framework
Version: 0.1.0
Summary: 
Author: Damian Akpan
Author-email: damiakpan@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: pydantic (>=2.9.1,<3.0.0)
Requires-Dist: pyngrok (>=7.2.0,<8.0.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Requires-Dist: werkzeug (>=3.0.4,<4.0.0)
Description-Content-Type: text/markdown

# WhatsappPy

**WhatsappPy** framework simplifies building and deploying whatsapp based application.

## Installation

```bash
pip install whatsapp_py
```

## Usage

Here's a basic example of how to use **MyPythonLibrary**:

```python
from mypythonlibrary import MyClass

# Create an instance of MyClass
my_instance = MyClass(param1='value1', param2='value2')

# Call a method
result = my_instance.some_method()

# Print the result
print(result)
```

For more detailed usage instructions and examples, please refer to the [Documentation](#documentation).

## Documentation

Full documentation is available at [https://mypythonlibrary.readthedocs.io](https://mypythonlibrary.readthedocs.io). It includes detailed explanations, usage examples, and API references.

## Contributing

We welcome contributions to **MyPythonLibrary**! To contribute, please follow these steps:

1. Fork the repository.
2. Create a new branch (`git checkout -b feature/your-feature-name`).
3. Commit your changes (`git commit -am 'Add some feature'`).
4. Push to the branch (`git push origin feature/your-feature-name`).
5. Open a pull request.

Please refer to the [Contributing Guidelines](CONTRIBUTING.md) for more information.

## License

**MyPythonLibrary** is licensed under the [MIT License](LICENSE). See the [LICENSE](LICENSE) file for details.

## Contact

If you have any questions or need support, please open an issue on [GitHub Issues](https://github.com/yourusername/mypythonlibrary/issues) or contact us at [support@example.com](mailto:support@example.com).

---

Thank you for using **MyPythonLibrary**!

```

