Пакет python3-module-flexparser: Информация
Исходный пакет: python3-module-flexparser
Версия: 0.4-alt1
Собран: 27 ноября 2024 г. 22:42 в задании #363512
Категория: Разработка/Python 3
Сообщить об ошибке в пакетеДомашняя страница: https://pypi.org/project/flexparser
Лицензия: BSD-3-Clause
О пакете: Parsing made fun ... using typing
Описание:
The idea is quite simple. You write a class for every type of content (called here ParsedStatement) you need to parse. Each class should have a from_string constructor. We used extensively the typing module to make the output structure easy to use and less error prone.
Сопровождающий: Grigory Ustinov
Последнее изменение
27 ноября 2024 г. Grigory Ustinov 0.4-alt1
- Automatically updated to 0.4.
30 июля 2024 г. Grigory Ustinov 0.3.1-alt1
- Initial build for Sisyphus.