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

Additional Inherited Members

- Public Member Functions inherited from babel.messages.frontend.CompileCatalog
 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.CompileCatalog
 domain
 
 directory
 
 input_file
 
 output_file
 
 locale
 
 use_fuzzy
 
 statistics
 
- Public Attributes inherited from babel.messages.frontend.CommandMixin
 distribution
 
 verbose
 
 force
 
 help
 
 finalized
 
- Static Public Attributes inherited from babel.messages.frontend.CompileCatalog
str description = 'compile message catalogs to binary MO files'
 
list user_options
 
list boolean_options = ['use-fuzzy', 'statistics']
 
- 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 Member Functions inherited from babel.messages.frontend.CompileCatalog
 _run_domain (self, domain)
 
- Protected Attributes inherited from babel.messages.frontend.CommandMixin
 _dry_run
 

Detailed Description

Catalog compilation 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 compile_catalog

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

.. versionadded:: 0.9

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