Metadata-Version: 2.3
Name: xhydro-lstm
Version: 0.1.1
Summary: Hydrological modelling using LSTMs.
Keywords: xhydro-lstm
Author-email: Richard Arsenault <Richard.Arsenault@etsmtl.ca>
Maintainer-email: Richard Arsenault <Richard.Arsenault@etsmtl.ca>, Trevor James Smith <smith.trevorj@ouranos.ca>, Gabriel Rondeau-Genesse <rondeau-genesse.gabriel@ouranos.ca>
Requires-Python: >=3.9.0
Description-Content-Type: text/x-rst
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Dist: charset-normalizer >=3.1.0
Requires-Dist: netcdf4
Requires-Dist: numpy >=1.24.0
Requires-Dist: scikit-learn >=1.2.0
Requires-Dist: tensorflow >=2.10
Requires-Dist: xarray >=2023.11.0
Requires-Dist: xhydro
Requires-Dist: xhydro-lstm[dev] ; extra == "all"
Requires-Dist: xhydro-lstm[docs] ; extra == "all"
Requires-Dist: blackdoc ==0.3.9 ; extra == "dev"
Requires-Dist: bump-my-version >=0.30.1 ; extra == "dev"
Requires-Dist: coverage >=7.5.0 ; extra == "dev"
Requires-Dist: flake8 >=7.1.1 ; extra == "dev"
Requires-Dist: flake8-rst-docstrings >=0.3.0 ; extra == "dev"
Requires-Dist: flit >=3.10.1,<4.0 ; extra == "dev"
Requires-Dist: isort ==6.0.1 ; extra == "dev"
Requires-Dist: mypy >=1.14.1 ; extra == "dev"
Requires-Dist: numpydoc >=1.8.0 ; extra == "dev"
Requires-Dist: pip >=25.0 ; extra == "dev"
Requires-Dist: pooch >=1.8.0 ; extra == "dev"
Requires-Dist: pre-commit >=3.5.0 ; extra == "dev"
Requires-Dist: pytest >=8.3.2 ; extra == "dev"
Requires-Dist: pytest-cov >=5.0.0 ; extra == "dev"
Requires-Dist: ruff >=0.9.0 ; extra == "dev"
Requires-Dist: tox >=4.24.1 ; extra == "dev"
Requires-Dist: watchdog >=4.0.0 ; extra == "dev"
Requires-Dist: ipykernel ; extra == "docs"
Requires-Dist: ipython ; extra == "docs"
Requires-Dist: jupyter_client ; extra == "docs"
Requires-Dist: nbsphinx >=0.9.5 ; extra == "docs"
Requires-Dist: sphinx >=7.1.0,<8.2.0 ; extra == "docs"
Requires-Dist: sphinx-autodoc-typehints ; extra == "docs"
Requires-Dist: sphinx-codeautolink ; extra == "docs"
Requires-Dist: sphinx-copybutton ; extra == "docs"
Requires-Dist: sphinx-intl ; extra == "docs"
Requires-Dist: sphinx-rtd-theme >=1.0 ; extra == "docs"
Project-URL: Changelog, https://xhydro-lstm.readthedocs.io/en/stable/changelog.html
Project-URL: Homepage, https://xhydro_lstm.readthedocs.io/
Project-URL: Issue tracker, https://github.com/hydrologie/xhydro-lstm/issues
Project-URL: Source, https://github.com/hydrologie/xhydro-lstm
Provides-Extra: all
Provides-Extra: dev
Provides-Extra: docs

===========
xhydro-lstm
===========

+----------------------------+-----------------------------------------------------+
| Versions                   | |pypi| |versions|                                   |
+----------------------------+-----------------------------------------------------+
| Documentation and Support  | |docs|                                              |
+----------------------------+-----------------------------------------------------+
| Open Source                | |license| |ossf-score|                              |
+----------------------------+-----------------------------------------------------+
| Coding Standards           | |black| |isort| |ruff| |pre-commit|                 |
+----------------------------+-----------------------------------------------------+
| Development Status         | |status| |build| |coveralls|                        |
+----------------------------+-----------------------------------------------------+

Hydrological modelling using LSTMs.

* Free software: Apache Software License 2.0
* Documentation: https://xhydro-lstm.readthedocs.io.

Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `Ouranosinc/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/cookiecutter/cookiecutter
.. _`Ouranosinc/cookiecutter-pypackage`: https://github.com/Ouranosinc/cookiecutter-pypackage

.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
        :target: https://github.com/psf/black
        :alt: Python Black

.. |build| image:: https://github.com/hydrologie/xhydro-lstm/actions/workflows/main.yml/badge.svg
        :target: https://github.com/hydrologie/xhydro-lstm/actions
        :alt: Build Status

.. |coveralls| image:: https://coveralls.io/repos/github/hydrologie/xhydro-lstm/badge.svg
        :target: https://coveralls.io/github/hydrologie/xhydro-lstm
        :alt: Coveralls

.. |docs| image:: https://readthedocs.org/projects/xhydro-lstm/badge/?version=latest
        :target: https://xhydro-lstm.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status

.. |isort| image:: https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336
        :target: https://pycqa.github.io/isort/
        :alt: Isort

.. |license| image:: https://img.shields.io/github/license/hydrologie/xhydro-lstm.svg
        :target: https://github.com/hydrologie/xhydro-lstm/blob/main/LICENSE
        :alt: License

..
    .. |ossf-bp| image:: https://bestpractices.coreinfrastructure.org/projects/9945/badge
            :target: https://bestpractices.coreinfrastructure.org/projects/9945
            :alt: Open Source Security Foundation Best Practices

.. |ossf-score| image:: https://api.securityscorecards.dev/projects/github.com/hydrologie/xhydro-lstm/badge
        :target: https://securityscorecards.dev/viewer/?uri=github.com/hydrologie/xhydro-lstm
        :alt: OpenSSF Scorecard

.. |pre-commit| image:: https://results.pre-commit.ci/badge/github/hydrologie/xhydro-lstm/main.svg
        :target: https://results.pre-commit.ci/latest/github/hydrologie/xhydro-lstm/main
        :alt: pre-commit.ci status

.. |pypi| image:: https://img.shields.io/pypi/v/xhydro-lstm.svg
        :target: https://pypi.python.org/pypi/xhydro-lstm
        :alt: PyPI

.. |ruff| image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json
        :target: https://github.com/astral-sh/ruff
        :alt: Ruff

.. |status| image:: https://www.repostatus.org/badges/latest/active.svg
        :target: https://www.repostatus.org/#active
        :alt: Project Status: Active – The project has reached a stable, usable state and is being actively developed.

.. |versions| image:: https://img.shields.io/pypi/pyversions/xhydro-lstm.svg
        :target: https://pypi.python.org/pypi/xhydro-lstm
        :alt: Supported Python Versions

