Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
babel.messages.setuptools_frontend.update_catalog Class Reference
Inheritance diagram for babel.messages.setuptools_frontend.update_catalog:
Inheritance graph
[legend]
Collaboration diagram for babel.messages.setuptools_frontend.update_catalog:
Collaboration graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from babel.messages.frontend.UpdateCatalog
 initialize_options (self)
 
 finalize_options (self)
 
 run (self)
 
- Public Member Functions inherited from babel.messages.frontend.CommandMixin
 __init__ (self, dist=None)
 
 ensure_finalized (self)
 
- Public Attributes inherited from babel.messages.frontend.UpdateCatalog
 domain
 
 input_file
 
 output_dir
 
 output_file
 
 omit_header
 
 locale
 
 width
 
 no_wrap
 
 ignore_obsolete
 
 init_missing
 
 no_fuzzy_matching
 
 update_header_comment
 
 previous
 
 check
 
 ignore_pot_creation_date
 
- Public Attributes inherited from babel.messages.frontend.CommandMixin
 distribution
 
 verbose
 
 force
 
 help
 
 finalized
 
- Static Public Attributes inherited from babel.messages.frontend.UpdateCatalog
str description = 'update message catalogs from a POT file'
 
list user_options
 
list boolean_options
 
- Static Public Attributes inherited from babel.messages.frontend.CommandMixin
 as_args = None
 
tuple multiple_value_options = ()
 
tuple boolean_options = ()
 
dict option_aliases = {}
 
dict option_choices = {}
 
 log = log
 
- Protected Attributes inherited from babel.messages.frontend.UpdateCatalog
 _locale
 
- Protected Attributes inherited from babel.messages.frontend.CommandMixin
 _dry_run
 

Detailed Description

Catalog merging command for use in ``setup.py`` scripts.

If correctly installed, this command is available to Setuptools-using
setup scripts automatically. For projects using plain old ``distutils``,
the command needs to be registered explicitly in ``setup.py``::

    from babel.messages.setuptools_frontend import update_catalog

    setup(
        ...
        cmdclass = {'update_catalog': update_catalog}
    )

.. versionadded:: 0.9

The documentation for this class was generated from the following file: