Skip to content

Awakno/Alise-api

Repository files navigation

Awlise: An awmazing API wrapper for Alise

This library is not affiliated with Alise in any way.

What is "Alise" ?

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.

Installation

Install Awlise via pip:

pip install awlise

Usage

import asyncio

from awlise import login_credentials

# Example usage
session = asyncio.run(
    login_credentials(site_id="example_site", username="user", password="password")
)

Contributing

We welcome contributions! Please refer to the CONTRIBUTING.md file for guidelines on how to contribute to this project.

License

This project is licensed under the GPL-3.0 License - see the LICENSE.md file for details.

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages