Metadata-Version: 1.1
Name: repchar
Version: 1.0.1
Summary: Simple reporter for characters used in a file
Home-page: https://github.com/rotula/repchar
Author: Clemens Radl
Author-email: clemens.radl@googlemail.com
License: MIT
Description: *******
        repchar
        *******
        
        This is a simple command line script that creates a list of all
        characters contained in a given document.
        
        Usage
        =====
        
        repchar [-h] -o OUTFILENAME [-v] [-c] INFILENAME
        
        positional arguments:
          INFILENAME            Filename
        
        optional arguments:
          -h, --help            show this help message and exit
          -o OUTFILENAME, --outfile OUTFILENAME, --out OUTFILENAME
                                Filename for report
          -v, --verbose         Set log level to INFO.
          --version             show program's version number and exit
          -c, --comb, --combining
                                Create special report for combining characters
        
        
Keywords: unicode
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Environment :: Console
Classifier: Topic :: Text Processing
Classifier: Topic :: Text Processing :: General
