{"categories":[{"label":"Internet","url":"https://skillfed.io/packages/category/internet/3"},{"label":"Networking","url":"https://skillfed.io/packages/category/system-networking"},{"label":"Communications","url":"https://skillfed.io/packages/category/communications"},{"label":"Monitoring","url":"https://skillfed.io/packages/category/system-networking-monitoring"}],"enrichment":{"capability":"Parses and queries Cisco IOS-style network device configurations, extracting parent-child relationships to answer questions about interfaces, addresses, and configuration state.","skillfed_tags":["network-config-parsing","cisco-ios","end-of-life"],"use_cases":["Audit Cisco router or switch configurations to find shutdown interfaces or missing critical commands.","Extract IP addresses and netmask information from interface configurations programmatically.","Query HSRP group settings and interface tracking across a device config.","Modify existing Cisco IOS configurations by finding and updating specific parent-child line pairs.","Build compliance checks that verify configuration standards are met across a fleet of devices."],"what_it_does":"ciscoconfparse is a Python library for parsing and querying Cisco IOS-style network device configurations. It reads a configuration file, breaks it into linked parent-child line relationships (e.g., an interface line as parent, shutdown as child), and lets you search and extract information using regex and object methods. You can audit existing configurations for missing or incorrect settings, modify them programmatically, or build new ones from scratch.\n\nThe library is now end-of-life as of December 2023. The maintainer released a successor as a separate PyPI project with broader vendor support, deeper configuration hierarchy, and a revised API. While this version remains functional and has no known vulnerabilities, new projects should use the successor instead, and existing code should be tested carefully before attempting migration.","worth_installing":"No, unless you are maintaining legacy code that already depends on this version. The project is archived and abandoned; the maintainer explicitly recommends upgrading to the successor project. If you are starting a new project, use the successor instead. If you must use this version, be aware it will receive no further updates or security patches."},"id":"ciscoconfparse","links":{"html":"https://skillfed.io/packages/ciscoconfparse","md":"https://skillfed.io/packages/ciscoconfparse.md","pypi":"https://pypi.org/project/ciscoconfparse/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2024-11-22","license_spdx":null,"license_treatment":"copyleft","name":"ciscoconfparse","python_support":"supports_current","summary":"Parse, Audit, Query, Build, and Modify Cisco IOS-style and JunOS-style configs"},"popularity":{"monthly_downloads":444735,"position":6619,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.9.52"}
