Metadata-Version: 2.1
Name: sambuca-core
Version: 1.3.3
Summary: Core model components for the Semi-Analytical Model
Requires-Dist: future
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: scipy
Requires-Dist: spectral
Requires-Dist: xlrd
Provides-Extra: dev
Requires-Dist: bumpversion; extra == 'dev'
Requires-Dist: check-manifest; extra == 'dev'
Requires-Dist: ipython; extra == 'dev'
Requires-Dist: ipdb; extra == 'dev'
Requires-Dist: pylint; extra == 'dev'
Requires-Dist: sphinx; extra == 'dev'
Requires-Dist: sphinx-rtd-theme; extra == 'dev'
Requires-Dist: twine; extra == 'dev'
Requires-Dist: wheel; extra == 'dev'
Provides-Extra: test
Requires-Dist: pylint; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-sugar; extra == 'test'
Requires-Dist: tox; extra == 'test'

for Bathymetry, Un-mixing, and Concentration Assessment (SAMBUCA).
Home-page: https://github.com/csiro-aquatic-remote-sensing/sambuca_core
Author: Daniel Collins
Author-email: daniel.collins@csiro.au
License: CSIRO Open Source Software Licence Agreement
Description: .. image:: https://travis-ci.org/csiro-aquatic-remote-sensing/sambuca_core.svg
            :target: https://travis-ci.org/csiro-aquatic-remote-sensing/sambuca_core
            :alt: Build Status
        
        .. image:: https://readthedocs.org/projects/sambuca-core/badge/?version=latest
            :target: https://sambuca-core.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        
        * **Free software:** CSIRO Open Source Software Licence Agreement
        * **Homepage:** https://github.com/csiro-aquatic-remote-sensing/sambuca_core
        * **Documentation:** https://sambuca-core.readthedocs.io/en/latest/
        * **Version:** 1.3.3
        
        Contains the core model components for the Semi-Analytical Model
        for Bathymetry, Un-mixing, and Concentration Assessment (SAMBUCA).
        
        Installation
        ------------
        ::
        
            pip install sambuca_core
        
        For everything else, please refer to the
        `project documentation <https://sambuca-core.readthedocs.io/en/latest/>`_.
        
Keywords: Hydrology Modeling Bathymetry
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Scientists
Classifier: Topic :: Hydrology :: Water Quality
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Provides-Extra: dev
Provides-Extra: test
