# API Key Locator (APIKeyL) #
## What is this? ##
This module allows you to check your project for API keys.
## Quick Guide ##
The module is based on the following structure:
files = ['...']
probability = 6
locator = APIKeyL(files, probability)
locator.find_keys()
***files*** is for files you want to check *(blank to check the current folder)*\
***probability*** defines level of keys to show *(from 1 to 10, 5 is default)*
----------
### Using ###
Using the library is as simple and convenient as possible:
First, import everything from the library (use the `from `...` import *` construct).
Examples of all operations:
Finding keys in *files_to_check* `find_keys(files_to_check: list)` \
If *files_to_check* is blank, it will check for keys in _locator.files_to_check_ which is defined in constructor
files = ['path/to/file1', 'path/to/file2']
locator.find_keys(files)
----------
## Developer ##
My site: https://github.com/VitalyKalinsky
Raw data
{
"_id": null,
"home_page": "https://github.com/VitalyKalinsky/APIKeyL",
"name": "APIKeyL",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": "API keys APIkeys locate detect passwords",
"author": "vitaly_kalinsky",
"author_email": "kalinskyvii@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/1e/6d/eb19f4ad3c60874ac441ebb6b8a0ba2fe86545903dec0d7c1dbdc6eed12e/apikeyl-0.0.1.tar.gz",
"platform": null,
"description": "# API Key Locator (APIKeyL) #\r\n\r\n## What is this? ##\r\nThis module allows you to check your project for API keys.\r\n\r\n## Quick Guide ##\r\nThe module is based on the following structure:\r\n\r\n files = ['...']\r\n probability = 6\r\n locator = APIKeyL(files, probability)\r\n locator.find_keys()\r\n\r\n***files*** is for files you want to check *(blank to check the current folder)*\\\r\n***probability*** defines level of keys to show *(from 1 to 10, 5 is default)*\r\n\r\n----------\r\n\r\n\r\n### Using ###\r\n\r\nUsing the library is as simple and convenient as possible:\r\n\r\nFirst, import everything from the library (use the `from `...` import *` construct).\r\n\r\nExamples of all operations:\r\n\r\nFinding keys in *files_to_check* `find_keys(files_to_check: list)` \\\r\nIf *files_to_check* is blank, it will check for keys in _locator.files_to_check_ which is defined in constructor\r\n\r\n files = ['path/to/file1', 'path/to/file2']\r\n locator.find_keys(files)\r\n\r\n\r\n\r\n----------\r\n\r\n\r\n## Developer ##\r\nMy site: https://github.com/VitalyKalinsky\r\n",
"bugtrack_url": null,
"license": null,
"summary": "This module helps to define API keys",
"version": "0.0.1",
"project_urls": {
"GitHub": "https://github.com/VitalyKalinsky",
"Homepage": "https://github.com/VitalyKalinsky/APIKeyL"
},
"split_keywords": [
"api",
"keys",
"apikeys",
"locate",
"detect",
"passwords"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1c8b49e47fa899d8a8c8e724d067ddaa49f0a65422cc907c4f71c81e5a264ede",
"md5": "0e7ff7b7e3a27349ffa819f669009b85",
"sha256": "03a056785ec5e08b76a868c4326bc724ca2ce4b350e980cdef721c09e11241e3"
},
"downloads": -1,
"filename": "APIKeyL-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0e7ff7b7e3a27349ffa819f669009b85",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 1698,
"upload_time": "2025-01-04T18:52:05",
"upload_time_iso_8601": "2025-01-04T18:52:05.594394Z",
"url": "https://files.pythonhosted.org/packages/1c/8b/49e47fa899d8a8c8e724d067ddaa49f0a65422cc907c4f71c81e5a264ede/APIKeyL-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1e6deb19f4ad3c60874ac441ebb6b8a0ba2fe86545903dec0d7c1dbdc6eed12e",
"md5": "e346fc0e3a3d077b308f98b1f7ecf5e4",
"sha256": "cdcf666c2e045bb3aa93bcfdda4ad582fd70b305ca97461dec70c8c1a9c49264"
},
"downloads": -1,
"filename": "apikeyl-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "e346fc0e3a3d077b308f98b1f7ecf5e4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 1745,
"upload_time": "2025-01-04T18:52:07",
"upload_time_iso_8601": "2025-01-04T18:52:07.963729Z",
"url": "https://files.pythonhosted.org/packages/1e/6d/eb19f4ad3c60874ac441ebb6b8a0ba2fe86545903dec0d7c1dbdc6eed12e/apikeyl-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-04 18:52:07",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "VitalyKalinsky",
"github_project": "APIKeyL",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "apikeyl"
}