This library is not affiliated with Alise in any way.
Alise is a platform designed for managing bookings, reservations, and other administrative tasks for various establishments. It provides a web-based interface for users to interact with its services. Awlise aims to simplify and enhance the interaction with Alise's API by providing a Python-based wrapper.
Install Awlise via pip:
pip install awliseimport asyncio
from awlise import login_credentials
# Example usage
session = asyncio.run(
login_credentials(site_id="example_site", username="user", password="password")
)We welcome contributions! Please refer to the CONTRIBUTING.md file for guidelines on how to contribute to this project.
This project is licensed under the GPL-3.0 License - see the LICENSE.md file for details.