Metadata-Version: 2.1
Name: pydeck-earthengine-layers
Version: 0.1.0
Summary: Pydeck wrapper for use with Google Earth Engine
Home-page: https://github.com/UnfoldedInc/earthengine-layers/blob/master/py
Author: Kyle Barron
Author-email: kyle@unfolded.ai
License: MIT license
Description: # pydeck-earthengine-layers
        
        Pydeck wrapper for use with Google Earth Engine
        
        ## Install
        
        ```bash
        pip install pydeck-earthengine-layers
        ```
        
        This also ensures [pydeck](https://pydeck.gl/) is installed. If you haven't
        previously enabled pydeck to be used with Jupyter, follow [its
        instructions](https://pydeck.gl/installation.html) to install.
        
        ## Using
        
        For an example, see the
        [`examples/Introduction.ipynb`](examples/Introduction.ipynb) Jupyter Notebook.
        
        ## Release notes
        
        To release, bump the version by running:
        
        ```bash
        bumpversion patch
        // or
        bumpversion minor
        ```
        
        Then create a dist bundle with:
        
        ```bash
        python setup.py sdist
        ```
        
        Then upload to PyPI with
        
        ```bash
        twine upload dist/pydeck-earthengine-layers-0.1.0.tar.gz
        ```
        
        replacing with the current version number.
        
        
        # Changelog
        
        ## 0.1.0 (2020-04-23)
        
        - First release on PyPI.
        
Keywords: pydeck_earthengine_layers
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
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
