{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/14"}],"enrichment":{"capability":"Renders directed acyclic graphs as ASCII art in the terminal, ported from Git's commit graph visualization logic.","skillfed_tags":["ascii-visualization","dag-rendering","terminal-graphics"],"use_cases":["Visualize commit histories or version control DAGs in terminal-based tools without a GUI.","Display hierarchical dependency or family-tree structures as ASCII diagrams for debugging or documentation.","Render workflow or state-machine DAGs in CLI applications where graphical output is not available.","Integrate graph visualization into terminal-based development utilities or build systems."],"what_it_does":"asciidag is a Python library that visualizes directed acyclic graphs (DAGs) as ASCII art in the terminal, modeled directly on Git's commit graph rendering from `git log --graph`. It provides a Graph class and Node class to construct and display hierarchical structures as text-based diagrams.\n\nThe package is a mechanical port of Git's internal graphing code, so it retains Git's visual style and approach but removes Git-specific dependencies. It depends only on enum34 for backward compatibility. The project is marked as alpha quality and has been abandoned since 2020, with no active maintenance or updates.","worth_installing":"No, unless you have a specific legacy need. The package is abandoned (last release October 2020, last commit June 2022) with no maintenance path forward. The GPL-2.0-only license also restricts use in proprietary code. For new projects, consider maintained alternatives or modern graph visualization libraries."},"id":"asciidag","links":{"html":"https://skillfed.io/packages/asciidag","md":"https://skillfed.io/packages/asciidag.md","pypi":"https://pypi.org/project/asciidag/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2020-10-05","license_spdx":null,"license_treatment":"copyleft","name":"asciidag","python_support":"unspecified","summary":"Draw DAGs (directed acyclic graphs) as ASCII art, \u00e0 la git log --graph"},"popularity":{"monthly_downloads":179375,"position":10174,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.2.0"}
