Пакет: python3-flexparser (0.4-1)
Ссылки для python3-flexparser
Ресурсы Debian:
- Сообщения об ошибках
- Developer Information
- Debian журнал изменений
- Файл авторских прав
- Отслеживание заплат Debian
Исходный код flexparser:
Сопровождающие:
Внешние ресурсы:
- Сайт [github.com]
Подобные пакеты:
Parsing using Python typing
The idea behind flexparser is quite simple. To write a class for every type of content (called here `ParsedStatement`) one needs to parse. Each class have a `from_string` constructor. The `typing` module is used extensively to make the output structure easy to use and less error prone.
The fuse of frozen dataclass is not necessary but it convenient. Being a dataclass you get the init, str, repr, etc for free. Being frozen, sort of immutable, makes them easier to reason around.
The result is a collection of `ParsedStatement` or `ParsingError`.
Другие пакеты, относящиеся к python3-flexparser
|
|
|
|
-
- dep: python3
- интерактивный высокоуровневый объектно-ориентированный язык (версия python3 по умолчанию)
-
- dep: python3-typing-extensions
- Backported and Experimental Type Hints for Python
Загрузка python3-flexparser
Архитектура | Размер пакета | В установленном виде | Файлы |
---|---|---|---|
all | 41,9 Кб | 211,0 Кб | [список файлов] |