/
niceSOFT
/
python3-hatchling
Обзор
Документация
Войти
/
niceSOFT
/
python3-hatchling
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/hatch/plugin/specs.py
31 строка
775 B
Cary Hawkins
Add env lock command to generate PEP compliant lock files. (#2216)
23 апр 2026, 07:58
Не верифицирован
23 апр 2026, 07:58
89fb3cb
Код
Авторство
О чём код?
from hatchling.plugin.specs import hookspec @hookspec def hatch_register_environment(): """Register new classes that adhere to the environment interface.""" @hookspec def hatch_register_environment_collector(): """Register new classes that adhere to the environment collector interface.""" @hookspec def hatch_register_version_scheme(): """Register new classes that adhere to the version scheme interface.""" @hookspec def hatch_register_publisher(): """Register new classes that adhere to the publisher interface.""" @hookspec def hatch_register_template(): """Register new classes that adhere to the template interface.""" @hookspec def hatch_register_locker(): """Register new classes that adhere to the dependency locker interface."""