[ Источник: python-parse ]
Пакет: python3-parse (1.20.2-1)
Ссылки для python3-parse
Ресурсы Debian:
- Сообщения об ошибках
- Developer Information
- Debian журнал изменений
- Файл авторских прав
- Отслеживание заплат Debian
Исходный код python-parse:
Сопровождающий:
Внешние ресурсы:
- Сайт [github.com]
Подобные пакеты:
Provide the reverse function for format(), Python 3 package
Parse strings using a specification based on the Python format() syntax. parse() is the opposite of format(). For example:
>>> parse("It's {}, I love it!", "It's spam, I love it!") <Result ('spam',) {}> >>> _[0] 'spam'
Or to search a string for some pattern:
>>> search('Age: {:d}\n', 'Name: Rufus\nAge: 42\nColor: red\n') <Result (42,) {}>
Другие пакеты, относящиеся к python3-parse
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
Загрузка python3-parse
Архитектура | Размер пакета | В установленном виде | Файлы |
---|---|---|---|
all | 26,1 Кб | 86,0 Кб | [список файлов] |