Metadata-Version: 2.1
Name: pydeck-carto
Version: 0.1.0a1
Summary: Pydeck wrapper for use with CARTO
Home-page: https://github.com/visgl/deck.gl/tree/master/bindings/pydeck-carto
Author: Jesús Arroyo
Author-email: jarroyo@carto.com
License: BSD 3-Clause
Description: # pydeck-carto
        
        Pydeck wrapper for use with CARTO
        
        ## Install
        
        ```bash
        pip install pydeck-carto
        ```
        
        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.
        
        ## Usage
        
        For an example, see the [`examples/hello_world.ipynb`](./examples/basic-examples/hello_world.ipynb) Jupyter Notebook.
        
        ## Development
        
        Make commands:
        
        - init: create the environment and install dependencies
        - lint: run linter (flake8)
        - lint-fix: run linter fix (black)
        - test: run tests (pytest)
        - publish-pypi: publish package in pypi.org
        - publish-test-pypi: publish package in test.pypi.org
        - clean: remove the environment
Keywords: pydeck,carto,visualization,graphics,GIS,maps
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Jupyter
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.7
Description-Content-Type: text/markdown
