Skip to content
This repository has been archived by the owner on Sep 27, 2021. It is now read-only.
/ callooktools Public archive

DEPRECATED - A Callook.info API interface in Python with sync and async support.

License

Notifications You must be signed in to change notification settings

miaowware/callooktools

callooktools

WARNING: This library is now deprecated. Use callsignlookuptools instead.

Callook.info API interface in Python

PyPI PyPI - Python Version PyPI - License Documentation Status

Installation

callooktools requires Python 3.8 at minimum.

# synchronous requests only
$ pip install callooktools

# asynchronous aiohttp only
$ pip install callooktools[async]

# both sync and async
$ pip install callooktools[all]

# enable the CLI
$ pip install callooktools[cli]

Note: If requests, aiohttp, or rich are installed another way, you will also have access to the sync, async, or command-line interface, respectively.

Documentation

Documentation is available on ReadTheDocs.

Copyright

Copyright 2021 classabbyamp, 0x5c
Released under the BSD 3-Clause License.
See LICENSE for the full license text.