Metadata-Version: 2.1
Name: daggerpy
Version: 0.0.1
Summary: DAG tools to process numerical topography and landscape evolution models
Home-page: https://github.com/bgailleton/DAGGER
Author: Boris Gailleton
Author-email: boris.gailleton@univ-rennes.fr
License: GNU General Public License v3
Keywords: dagger
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.6
License-File: LICENSE
License-File: AUTHORS.rst

======
DAGGER
======


.. .. image:: https://img.shields.io/pypi/v/dagger.svg
..         :target: https://pypi.python.org/pypi/dagger

.. .. image:: https://img.shields.io/travis/bgailleton/dagger.svg
..         :target: https://travis-ci.com/bgailleton/dagger

.. .. image:: https://readthedocs.org/projects/dagger/badge/?version=latest
..         :target: https://dagger.readthedocs.io/en/latest/?version=latest
..         :alt: Documentation Status




DAG tools to process numerical topography and landscape evolution models


* Free software: GNU General Public License v3
* Documentation: https://dagger.readthedocs.io. (WIP - will be online at publication time)


Features
--------

* TODO

References
-----------

TODO add and format the references

Credits
-------

Main developer: Boris Gailleton (boris.gailleton@univ-rennes.fr)

Project partly funded byt projects within the SUBITOP ITN, University of Edinburgh, GFZ Postdam, ERC Feasible, Université de Rennes

This package formatting 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

Some I/O operations are using `libnpy <https://github.com/llohse/libnpy>`_ (MIT), a header-only c++ library to write/load simple `numpy` arrays.


=======
History
=======

0 (2023-07-20)
------------------

* First release on PyPI.
