
    -Ph                    0   d Z ddlmZ ddlZddlmZ ddlmZ ddl	m
Z
 ddlmZ  ej        e
dd	           ej                    dd                        Ze                    e           e                    e           e                    e           dS )zr
Entry point of the command line interface.

Each sub-command has its separate CLI definition andd help messages.
    )annotationsN   )_main)DefaultGroupbuildT)clsdefaultdefault_if_no_argsreturnNonec                     dS )u  
    Towncrier is a utility to produce useful, summarised news files for your project.
    Rather than reading the Git history as some newer tools to produce it, or having
    one single file which developers all write to, towncrier reads "news fragments"
    which contain information useful to end users.

    Towncrier delivers the news which is convenient to those that hear it, not those
    that write it.

    That is, a “news fragment” (a small file containing just enough information to
    be useful to end users) can be written that summarises what has changed from the
    “developer log” (which may contain complex information about the original issue,
    how it was fixed, who authored the fix, and who reviewed the fix). By compiling
    a collection of these fragments, towncrier can produce a digest of the changes
    which is valuable to those who may wish to use the software.
    N r       P/var/www/html/test/jupyter/venv/lib/python3.11/site-packages/towncrier/_shell.pyclir      s	    & 	Dr   )r   r   )__doc__
__future__r   clickr   r   
_build_cmdcheck
_check_cmdclick_default_groupr   create_create_cmdgroupversion_optionr   add_commandr   r   r   <module>r      s     # " " " " "  & & & & & & & & & & & & - - - - - - ( ( ( ( ( ( w4HHH	 	 	  IH	( 
    
         r   