Metadata-Version: 1.1
Name: langcodes
Version: 1.0.1
Summary: Labels and compares human languages in a standardized way
Home-page: http://github.com/LuminosoInsight/langcodes
Author: Luminoso Technologies, Inc.
Author-email: rspeer@luminoso.com
License: MIT
Description: 
        langcodes is a toolkit for working with and comparing the standardized codes
        for languages, such as 'en' for English, 'es' for Spanish, and 'zh-Hant' for
        Traditional Chinese. These are BCP 47 language codes, formerly known as ISO
        language codes.
        
        The documentation for langcodes lives in its README file, which you can read
        on GitHub: https://github.com/LuminosoInsight/langcodes
        
Platform: any
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
