Skip to content

appknox/keydetector

Repository files navigation

Ak-KeyDetector

This package contains setup files to install api_key_detector to be used as a pip package.

Installation

pip install ak-keydetector

Usage

Example imports post installation:

from api_key_detector import string_classifier
from api_key_detector.classifier_singleton import classifier

Detailed Usage

Please refer to the README of the module for detailed usage.