Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 534 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 534 Bytes

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.