Metadata-Version: 1.0
Name: collective.i18nreport
Version: 1.1
Summary: Internationalization coverage report
Home-page: https://github.com/collective/collective.i18nreport
Author: Jonas Baumann
Author-email: jone@jone.ch
License: GPL2
Description: =======================
         collective.i18nreport
        =======================
        
        Creates a coverage report of internationalizations.
        
        
        Usage
        =====
        
        Install it using buildout:
        
        .. code:: ini
        
            [buildout]
            parts =
                report
        
            [report]
            recipe = zc.recipe.egg
            eggs = collective.i18nreport
        
        Or you can checkout the repository and use it from source:
        
        .. code:: shell
        
            $ git clone https://github.com/collective/collective.i18nreport.git
            $ ln -s development.cfg buildout.cfg
            $ python2.7 bootstrap.py
            $ bin/buildout
            $ bin/i18nreport
        
            usage: i18nreport [-h] [--path PATH] [--format FORMAT] [--all-languages]
        
            optional arguments:
              -h, --help            show this help message and exit
              --path PATH, -p PATH  Path to scan for translations (defaults to pwd)
              --format FORMAT, -f FORMAT
                                    json, html
              --all-languages, -a   Show also languages wich are not translated at all
        
        
        Links
        -----
        
        - Main github project repository: https://github.com/collective/collective.i18nreport
        - Issue tracker: https://github.com/collective/collective.i18nreport/issues
        - Package on pypi: http://pypi.python.org/pypi/collective.i18nreport
        
        Changelog
        =========
        
        
        1.1 (2013-02-10)
        ----------------
        
        - Add python 2.6 compatibility.
          [jone]
        
        
        1.0 (2013-02-10)
        ----------------
        
        - Initial implementation
        
Keywords: i18n coverage
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
