Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/appknox/keydetector
ML Module to detect sensitive keys
https://github.com/appknox/keydetector
Last synced: 1 day ago
JSON representation
ML Module to detect sensitive keys
- Host: GitHub
- URL: https://github.com/appknox/keydetector
- Owner: appknox
- License: apache-2.0
- Created: 2023-04-06T13:36:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-10T10:53:41.000Z (over 1 year ago)
- Last Synced: 2024-11-30T07:38:33.697Z (26 days ago)
- Language: Python
- Homepage: https://pypi.org/project/ak-keydetector/
- Size: 10.7 KB
- Stars: 3
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ak-KeyDetector
This package contains setup files to install [api_key_detector](https://github.com/appknox/api_key_detector) to be used as a pip package.
## Installation
```bash
pip install ak-keydetector
```## Usage
Example imports post installation:
```python
from api_key_detector import string_classifier
from api_key_detector.classifier_singleton import classifier
```### Detailed Usage
Please refer to the [README](https://github.com/appknox/api_key_detector/blob/appknox/README.md) of the module for detailed usage.