Metadata-Version: 2.4
Name: salla_common_lib
Version: 0.0.4
Summary: App for salla common lib
Author-email: Golive-Solutions <info@golive-solutions.com>
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# Salla Common Lib

A Python library for common Salla functionality.

## Installation

You can install the package using pip:

```bash
pip install salla-common-lib
```

## Features

- Common utilities for Salla integration
- Template management
- Configuration handling
- Event management

## Usage

```python
from salla_common_lib import utils

# Use the library functions as needed
```

## License

This project is licensed under the MIT License.

## Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

