Skip to content

bendikrb/telguarder

Repository files navigation

telguarder

GitHub Release Python Versions Project Maintenance License Made with Love in Norway

Build Status Code coverage

Asynchronous Python client for the Telguarder API.

Installation

pip install telguarder

Usage

from telguarder import TelguarderClient

async with TelguarderClient() as client:
    result = await client.lookup("12345678")
    print(result)

CLI

telguarder lookup 12345678

Contributing

If you'd like to contribute to the project, please submit a pull request or open an issue on the GitHub repository.

License

telguarder is licensed under the MIT license. See the LICENSE file for more details.

Contact

If you have any questions or need assistance with the library, you can contact the project maintainer at @bendikrb.