Metadata-Version: 1.1
Name: word-count
Version: 0.1.0
Summary: Counts the number of words in the specified string.
Home-page: https://github.com/Jaza/word-count
Author: Jeremy Epstein
Author-email: jazepstein@gmail.com
License: UNKNOWN
Description: Word Count
        ==========
        
        Counts the number of words in the specified string.
        
        Based on the regexes / logic from Countable.js:
        
        https://github.com/RadLikeWhoa/Countable
        
        (recommended to use this function for back-end validation, in conjunction with Countable.js for a front-end live word count).
        
Platform: any
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
