Metadata-Version: 2.1
Name: pygal-maps-ru
Version: 1.0.1.1
Summary: Russian maps for Pygal
Home-page: https://github.com/burevol/pygal_maps_ru
Author: Burevol
Author-email: alexum2013@yandex.ru
License: GNU LGPL v3+
Description: # pygal_maps_ru  
        
        Russian maps for Pygal
        
        ## Usage
        
        ~~~~
        import pygal.maps.ru
        
        map = pygal.maps.ru.Regions()
        map.add('Data', {'KHM': 2, 'KYA': 5})
        map.render_to_file('test.svg')
        
        ~~~~
        
        ## Requirements
        
        * [Pygal](https://github.com/Kozea/pygal) 
        
        ## Author
        [burevol](https://github.com/burevol)   
        SVG map by [SmartTeleMax](https://github.com/SmartTeleMax)
        
Keywords: svg,chart,graph,maps,russian
Platform: Any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Multimedia :: Graphics :: Presentation
Provides: pygal_maps_ru
Description-Content-Type: text/markdown
