This package contains setup files to install api_key_detector to be used as a pip package.
pip install ak-keydetector
Example imports post installation:
from api_key_detector import string_classifier
from api_key_detector.classifier_singleton import classifier
Please refer to the README of the module for detailed usage.