Metadata-Version: 1.1
Name: iso_language_codes
Version: 1.0.0
Summary: Get ISO code for a given language
Home-page: https://github.com/kirinokirino/iso_language_codes
Author: Andrei Ruzin
Author-email: kirinokirino2501@gmail.com
License: MIT license
Description: ==================
        ISO Language Codes
        ==================
        
        
        .. image:: https://img.shields.io/pypi/v/iso_language_codes.svg
                :target: https://pypi.python.org/pypi/iso_language_codes
        
        .. image:: https://img.shields.io/travis/kirinokirino/iso_language_codes.svg
                :target: https://travis-ci.org/kirinokirino/iso_language_codes
        
        .. image:: https://readthedocs.org/projects/iso-language-codes/badge/?version=latest
                :target: https://iso-language-codes.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        Get ISO code for a given language
        
        
        * Free software: MIT license
        * Documentation: https://iso-language-codes.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.0 
        ------------------
        
        * Base from filled cookiecutter-pypackage template.
        
        
        0.2.0 
        ------------------
        
        * Basic functionality of the module.
        
        
        0.3.0 
        ------------------
        
        * Added Tests for language, language_name and language_autonym functions.
        * Added Documentation.
        * Fixed bug with path to database
        * Metadata changes
        
        
Keywords: iso_language_codes
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
