.coveragerc
.gitignore
.pypirc
.readthedocs.yml
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
Makefile
Pipfile
Pipfile.lock
README.rst
make.bat
requirements.txt
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/source/AUTHORS.rst
docs/source/CHANGELOG.rst
docs/source/CONTRIBUTING.rst
docs/source/README.rst
docs/source/conf.py
docs/source/index.rst
docs/source/api/code_searcher.rst
docs/source/api/modules.rst
src/code_searcher/__init__.py
src/code_searcher/additional_functions.py
src/code_searcher/code_searcher_class.py
src/code_searcher/decorators.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/conftest.py
tests/test_code_searcher_class.py