Metadata-Version: 1.1
Name: emoji-flags
Version: 0.1.0
Summary: Python Package for Country Flag Emojis.
Home-page: https://github.com/jonathan-kosgei/emoji-flags
Author: Jonathan Kosgei
Author-email: jonathan@ipdata.co
License: UNKNOWN
Download-URL: https://github.com/jonathan-kosgei/emoji-flags/archive/0.1.0.tar.gz
Description: Emoji Flags
        ===========
        
        This is a Python package that takes the `ISO 3166-1`_: internationally
        recognized two-letter country code, and returns the country’s flag emoji
        and is inspired by the Node version by Matias Singers `Emoji Flags`_.
        
        Usage
        -----
        
        ::
        
            >>> from flags.lookup import lookup
            >>> lookup('DE')
            '🇩🇪'
        
        .. _ISO 3166-1: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
        .. _Emoji Flags: https://github.com/matiassingers/emoji-flags
Keywords: geolocation,flags,emoji
Platform: UNKNOWN
