Metadata-Version: 2.1
Name: leafmaptools
Version: 0.0.2
Summary: A Python package for building a tool widgets infrastructure with ipyleaflet and ipywidgets
Home-page: https://github.com/giswqs/leafmaptools
Author: Qiusheng Wu
Author-email: giswqs@gmail.com
License: MIT license
Description: # leafmaptools
        
        
        [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/giswqs/leafmaptools/master?urlpath=lab/tree/examples/notebooks)
        [![image](https://img.shields.io/pypi/v/leafmaptools.svg)](https://pypi.python.org/pypi/leafmaptools)
        [![image](https://img.shields.io/conda/vn/conda-forge/leafmaptools.svg)](https://anaconda.org/conda-forge/leafmaptools)
        [![image](https://github.com/giswqs/leafmaptools/workflows/docs/badge.svg)](https://leafmaptools.gishub.org)
        [![image](https://github.com/giswqs/leafmaptools/workflows/build/badge.svg)](https://github.com/giswqs/leafmaptools/actions?query=workflow%3Abuild)
        [![image](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
        
        
        **A Python package for building a tool widgets infrastructure with ipyleaflet and ipywidgets**
        
        
        -   Free software: MIT license
        -   Documentation: https://leafmaptools.gishub.org
            
        
        ## Features
        
        For now the the Wiki contains some [feature ideas](https://github.com/giswqs/leafmaptools/wiki/Feature-ideas). Early prototypes can be found in the [prototypes](https://github.com/giswqs/leafmaptools/tree/master/prototypes) folder. The following image is a sneak preview:
        
        ![Screenshot](https://github.com/giswqs/leafmaptools/raw/master/prototypes/prototype1.gif)
        
        
        ## Credits
        
        This package was created with [Cookiecutter](https://github.com/cookiecutter/cookiecutter) and the [giswqs/pypackage](https://github.com/giswqs/pypackage) project template.
        
Keywords: leafmaptools
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Description-Content-Type: text/markdown
