Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Dec 25, 2022. It is now read-only.
/ foogle Public archive

Search engine in Python, that searches in local files by content.

Notifications You must be signed in to change notification settings

keshakostya/foogle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Поисковой движок над локальными файлами

Программа — поисковой движок

Установка

Для работы программы вам нужен интерпретатор языка Python версии не ниже 3.7

Рекомендую все делать в виртуальном окружении

$ git clone https://github.com/keshakostya/foogle.git
$ pip install foogle

Принцип работы

Программа может строить индекс над локальными файлами и искать их по названию или содержимому

Помощь

Чтобы открыть помощь

$ python3 -m foogle -h

Запустить тесты

$ python3 -m pytest

Пример использования

$ python -m foogle.cli
Welcome to search engine shell.
Type help or ? to list commands.
Type ? "command", to see help for command
>  build_index root
Built index in "root"

Автор

Козлов Константин, матмех

About

Search engine in Python, that searches in local files by content.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages