Правки Readme
This commit is contained in:
parent
36f94e2a22
commit
69f4b073f3
@ -1,10 +1,10 @@
|
|||||||
# py-fias
|
# py-phias
|
||||||
Python application that can operate with FIAS (Russian Address Object DB)
|
Python application that can operate with FIAS (Russian Address Object DB)
|
||||||
|
|
||||||
Простое приложение для работы с БД ФИАС, написано для Python 2.7
|
Простое приложение для работы с БД ФИАС, написано для Python 2.7
|
||||||
|
|
||||||
## Установка
|
## Установка
|
||||||
Протестирована работа на следующих ОС: Windows (8.1) и Debian Jessie
|
Протестирована работа на следующих ОС: [Windows](#Windows) (8.1) и [Debian](#debian-linux) Jessie
|
||||||
|
|
||||||
### Зависимости
|
### Зависимости
|
||||||
|
|
||||||
|
@ -26,8 +26,7 @@ index {{ index_name }}
|
|||||||
html_strip = 1
|
html_strip = 1
|
||||||
|
|
||||||
ignore_chars = @, -
|
ignore_chars = @, -
|
||||||
charset_table = 0..9, A..Z->a..z, _, a..z, \
|
|
||||||
U+0401->U+0435, U+0451->U+0435, \
|
|
||||||
U+410..U+42F->U+430..U+44F, U+430..U+44F
|
U+410..U+42F->U+430..U+44F, U+430..U+44F
|
||||||
|
|
||||||
source = {{index_name}}
|
source = {{index_name}}
|
||||||
|
1
setup.py
1
setup.py
@ -10,6 +10,7 @@ setup(
|
|||||||
author_email='hellotan@live.ru',
|
author_email='hellotan@live.ru',
|
||||||
description='Python application that can operate with FIAS (Russian Address Object DB)',
|
description='Python application that can operate with FIAS (Russian Address Object DB)',
|
||||||
requires=['lxml',
|
requires=['lxml',
|
||||||
|
'psycopg2',
|
||||||
'bottle',
|
'bottle',
|
||||||
'pysimplesoap',
|
'pysimplesoap',
|
||||||
'python-Levenshtein',
|
'python-Levenshtein',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user