LICENSE
README.md
setup.py
obscurepy/__init__.py
obscurepy/obfuscator.py
obscurepy.egg-info/PKG-INFO
obscurepy.egg-info/SOURCES.txt
obscurepy.egg-info/dependency_links.txt
obscurepy.egg-info/entry_points.txt
obscurepy.egg-info/requires.txt
obscurepy.egg-info/top_level.txt
obscurepy/handlers/__init__.py
obscurepy/handlers/arg_handler.py
obscurepy/handlers/assign_handler.py
obscurepy/handlers/attribute_handler.py
obscurepy/handlers/call_handler.py
obscurepy/handlers/classdef_handler.py
obscurepy/handlers/constant_handler.py
obscurepy/handlers/functiondef_handler.py
obscurepy/handlers/handler.py
obscurepy/handlers/name_handler.py
obscurepy/scripts/__init__.py
obscurepy/scripts/obscure.py
obscurepy/utils/__init__.py
obscurepy/utils/definition_tracker.py
obscurepy/utils/loader.py
obscurepy/utils/log.py
obscurepy/utils/name.py
obscurepy/utils/tree.py
tests/__init__.py
tests/my_module.py
tests/test_arg_handler.py
tests/test_assign_handler.py
tests/test_attribute_handler.py
tests/test_call_handler.py
tests/test_classdef_handler.py
tests/test_complete_chain.py
tests/test_constant_handler.py
tests/test_functiondef_handler.py
tests/test_handler.py
tests/test_name_handler.py
tests/test_obfuscator.py
tests/test_obscure.py
tests/test_utils_definition_tracker.py
tests/test_utils_loader.py
tests/test_utils_log.py
tests/test_utils_name.py
tests/test_utils_tree.py