Metadata-Version: 2.1
Name: dags
Version: 0.2.1
Summary: Tools to create executable dags from interdependent functions.
Home-page: https://github.com/OpenSourceEconomics/dags
Author: Janoś Gabler, Tobias Raabe
Author-email: janos.gabler@gmail.com
License: MIT
Platform: unix
Platform: linux
Platform: osx
Platform: cygwin
Platform: win32
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
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: Topic :: Utilities
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: networkx

dags
====

.. start-badges

.. image:: https://img.shields.io/pypi/v/dags?color=blue
    :alt: PyPI
    :target: https://pypi.org/project/dags

.. image:: https://img.shields.io/pypi/pyversions/dags
    :alt: PyPI - Python Version
    :target: https://pypi.org/project/dags

.. image:: https://img.shields.io/conda/vn/conda-forge/dags.svg
    :target: https://anaconda.org/conda-forge/dags

.. image:: https://img.shields.io/conda/pn/conda-forge/dags.svg
    :target: https://anaconda.org/conda-forge/dags

.. image:: https://img.shields.io/pypi/l/dags
    :alt: PyPI - License
    :target: https://pypi.org/project/dags

.. image:: https://readthedocs.org/projects/dags/badge/?version=latest
    :target: https://dags.readthedocs.io/en/latest

.. image:: https://img.shields.io/github/workflow/status/OpenSourceEconomics/dags/main/main
   :target: https://github.com/OpenSourceEconomics/dags/actions?query=branch%3Amain

.. image:: https://codecov.io/gh/OpenSourceEconomics/dags/branch/main/graph/badge.svg
    :target: https://codecov.io/gh/OpenSourceEconomics/dags

.. image:: https://results.pre-commit.ci/badge/github/OpenSourceEconomics/dags/main.svg
    :target: https://results.pre-commit.ci/latest/github/OpenSourceEconomics/dags/main
    :alt: pre-commit.ci status

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

.. end-badges

Installation
------------

dags is available on `PyPI <https://pypi.org/project/dags>`_ and `Anaconda.org
<https://anaconda.org/conda-forge/dags>`_. Install it with

.. code-block:: console

    $ pip install dags

    # or

    $ conda install -c conda-forge dags


About
-----

dags provides Tools to create executable dags from interdependent functions.


