Metadata-Version: 2.1
Name: simple-dag-editor
Version: 0.0.2
Summary: Zero configuration Airflow Dag editor
Home-page: https://github.com/ohadmata/simple-dag-editor
Author: Ohad mata
Author-email: ohadmata@gmail.com
License: Apache License, Version 2.0
Description: # simple-dag-editor
        SimpleDagEditor is a zero configuration plugin for [Apache Airflow](https://github.com/apache/airflow).
        It provides a file managing interface that points to your dag_folder directory.
        With this plugin you will be able to delete, duplicate & edit you dags.
        
        ### System Requirements
        
        * Airflow 1.10.x
        * Not tested for Airflow 2.x
        
        ### Manual Installation
        1. Copy 'simple_dag_editor' folder into your plugins directory
        2. Restart airflow instance
        3. Open Admin - Simple DAG editor
        
        ### Package Installation
        1. Install the plugin (pip install simple-dag-editor)
        2. Restart airflow instance
        3. Open Admin - Simple DAG editor
            
        ### Screenshots
        
        
        ![Main editor screen](https://raw.githubusercontent.com/ohadmata/simple-dag-editor/main/screenshots/image1.png)
        ![Save as modal](https://raw.githubusercontent.com/ohadmata/simple-dag-editor/main/screenshots/image2.png)
        ![Save confirm](https://raw.githubusercontent.com/ohadmata/simple-dag-editor/main/screenshots/image3.png)
        
        
        
Platform: UNKNOWN
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
