.coveragerc
.gitignore
.readthedocs.yml
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
Makefile
README.rst
make.bat
requirements.txt
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/README.rst
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/make.bat
src/code_searcher/__init__.py
src/code_searcher/additional_functions.py
src/code_searcher/code_searcher_class.py
src/code_searcher/working_with_files.py
src/code_searcher.egg-info/PKG-INFO
src/code_searcher.egg-info/SOURCES.txt
src/code_searcher.egg-info/dependency_links.txt
src/code_searcher.egg-info/not-zip-safe
src/code_searcher.egg-info/requires.txt
src/code_searcher.egg-info/top_level.txt
tests/__init__.py
tests/test_code_searcher_class.py