Files
2026-etpgrf-site/etpgrf_site/__init__.py
erjemin 0f2704573d
All checks were successful
Build ETPGRF-site / build (push) Successful in 1m27s
mod: новая версия библиотеки etpgrf (v0.1.4) и версия сайта (v0.2.2)
2026-02-03 02:44:41 +03:00

9 lines
495 B
Python
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
"""сайт etpgrf - сайт на django для тестирования и представления библиотеки экранной типографики etpgrf.
Основные возможности:
- Веб-интерфейс для ввода текста и настройки параметров типографики.
"""
__version__ = "0.2.2"
__author__ = "Sergei Erjemin"
__email__ = "erjemin@gmail.com"
__license__ = "MIT"
__copyright__ = "Copyright 2026 Sergei Erjemin"