Metadata-Version: 1.2
Name: sentinel2
Version: 0.0.1
Summary: A Python package for processing Sentinel-2 Level-1C product
Home-page: https://github.com/csaybar/sentinel2
Author: Cesar Aybar Camacho
Author-email: csaybar@gmail.com
License: GNU General Public License v3
Description: =========
        sentinel2
        =========
        
        
        .. image:: https://img.shields.io/pypi/v/sentinel2.svg
                :target: https://pypi.python.org/pypi/sentinel2
        
        .. image:: https://img.shields.io/travis/csaybar/sentinel2.svg
                :target: https://travis-ci.com/csaybar/sentinel2
        
        .. image:: https://readthedocs.org/projects/sentinel2/badge/?version=latest
                :target: https://sentinel2.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        A Python package for processing Sentinel-2 Level-1C product
        
        
        * Free software: GNU General Public License v3
        * Documentation: https://sentinel2.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.0.1 (2020-06-25)
        ------------------
        
        * First release on PyPI.
        
Keywords: sentinel2
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
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
