MANIFEST.in
README.md
setup.cfg
setup.py
./api_key_detector/__init__.py
./api_key_detector/__main__.py
./api_key_detector/charset.py
./api_key_detector/classifier_singleton.py
./api_key_detector/classifiers_test.py
./api_key_detector/config.py
./api_key_detector/dataset_plotter.py
./api_key_detector/detector.py
./api_key_detector/detector_config.py
./api_key_detector/entropy.py
./api_key_detector/neuralnets_test.py
./api_key_detector/sequentiality.py
./api_key_detector/string_classifier.py
./api_key_detector/strings_filter.py
./api_key_detector/strings_filter_singleton.py
./api_key_detector/words_finder.py
./api_key_detector/words_finder_singleton.py
./api_key_detector/gibberish_detector/__init__.py
./api_key_detector/gibberish_detector/config.py
./api_key_detector/gibberish_detector/gibberish_config.py
./api_key_detector/gibberish_detector/gibberish_detector.py
./api_key_detector/gibberish_detector/gibberish_singleton.py
ak_keydetector.egg-info/PKG-INFO
ak_keydetector.egg-info/SOURCES.txt
ak_keydetector.egg-info/dependency_links.txt
ak_keydetector.egg-info/requires.txt
ak_keydetector.egg-info/top_level.txt
api_key_detector/.git
api_key_detector/.gitignore
api_key_detector/LICENSE
api_key_detector/README.md
api_key_detector/__init__.py
api_key_detector/__main__.py
api_key_detector/charset.py
api_key_detector/classifier_singleton.py
api_key_detector/classifiers_test.py
api_key_detector/config.py
api_key_detector/config.yml
api_key_detector/dataset_plotter.py
api_key_detector/default_conf.json
api_key_detector/detector.py
api_key_detector/detector_config.py
api_key_detector/entropy.py
api_key_detector/log_config.json
api_key_detector/neuralnets_test.py
api_key_detector/requirements.txt
api_key_detector/sequentiality.py
api_key_detector/string_classifier.pki
api_key_detector/string_classifier.py
api_key_detector/strings_filter.py
api_key_detector/strings_filter_singleton.py
api_key_detector/words_finder.py
api_key_detector/words_finder_singleton.py
api_key_detector/datasets/classifier_learnset.npy
api_key_detector/datasets/classifier_testset_extended.npy
api_key_detector/datasets/computer_wordlist.txt
api_key_detector/datasets/english_wordlist.txt
api_key_detector/datasets/esg-key-values3.txt
api_key_detector/datasets/esg-text-values3.txt
api_key_detector/datasets/keys/api_key_generator.py
api_key_detector/datasets/keys/api_test.txt
api_key_detector/datasets/keys/api_test_extended.txt
api_key_detector/datasets/keys/blacklist.txt
api_key_detector/datasets/keys/gen_amazonaws.txt
api_key_detector/datasets/keys/gen_base91.txt
api_key_detector/datasets/keys/gen_beepbooptoken.txt
api_key_detector/datasets/keys/gen_bitly.txt
api_key_detector/datasets/keys/gen_facebookappsecret.txt
api_key_detector/datasets/keys/gen_flickr.txt
api_key_detector/datasets/keys/gen_foursquare.txt
api_key_detector/datasets/keys/gen_githubkey.txt
api_key_detector/datasets/keys/gen_githubsecret.txt
api_key_detector/datasets/keys/gen_gitlabtoken.txt
api_key_detector/datasets/keys/gen_googleauthtoken.txt
api_key_detector/datasets/keys/gen_googlemaps.txt
api_key_detector/datasets/keys/gen_guidupper.txt
api_key_detector/datasets/keys/gen_herokuapikey.txt
api_key_detector/datasets/keys/gen_linkedin.txt
api_key_detector/datasets/keys/gen_mailchimp.txt
api_key_detector/datasets/keys/gen_mailgun.txt
api_key_detector/datasets/keys/gen_mashapekey.txt
api_key_detector/datasets/keys/gen_sendgrid.txt
api_key_detector/datasets/keys/gen_slacktoken.txt
api_key_detector/datasets/keys/gen_stripelivekey.txt
api_key_detector/datasets/keys/gen_twitter.txt
api_key_detector/datasets/keys/manually_verified_keys.txt
api_key_detector/datasets/keys/manually_verified_keys_test.txt
api_key_detector/datasets/text/libnative-lib.txt
api_key_detector/datasets/text/libpcap-parser.txt
api_key_detector/datasets/text/manually_verified_text.txt
api_key_detector/datasets/text/manually_verified_text_test.txt
api_key_detector/datasets/text/metamorphosis.txt
api_key_detector/datasets/text/non_api_test.txt
api_key_detector/datasets/text/strings.txt
api_key_detector/gibberish_detector/__init__.py
api_key_detector/gibberish_detector/config.py
api_key_detector/gibberish_detector/config.yml
api_key_detector/gibberish_detector/gibberish_config.py
api_key_detector/gibberish_detector/gibberish_detector.pki
api_key_detector/gibberish_detector/gibberish_detector.py
api_key_detector/gibberish_detector/gibberish_singleton.py
api_key_detector/gibberish_detector/datasets/bad.txt
api_key_detector/gibberish_detector/datasets/good.txt
api_key_detector/gibberish_detector/datasets/i_promessi_sposi.txt
api_key_detector/gibberish_detector/datasets/le_comte_de_monte_cristo.txt
api_key_detector/gibberish_detector/datasets/menschliches_allzumenschliches.txt
api_key_detector/gibberish_detector/datasets/pride_and_prejudice.txt
api_key_detector/my_tools/config_parser.py
api_key_detector/my_tools/memoized.py