Metadata-Version: 1.1
Name: wordcount_file
Version: 0.2
Summary: Counts the words in an ASCII file.
Home-page: http://github.com/esoupy/wordcount_file
Author: Eric Sales
Author-email: eric@soupynet.com
License: MIT
Description: wordcount_file
        ==============
        This project came out of an exercise to the number of words in a text file and display the top results.
        
        
        Installation
        ------------
        Run this to install
        ::
        
            pip install wordcount_file
        
        
        Usage
        -----
        Create a WordCount object:
        ::
        
            >> import wordcount_file
            >> wc = wordcount_file.WordCount('file_to_count.txt')
        
        
Keywords: word count text file
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Text Processing :: Indexing
