Skip to content
This repository was archived by the owner on Mar 2, 2025. It is now read-only.

Commit 0214598

Browse files
committed
Version 1.9.52
1 parent 7ac0f61 commit 0214598

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88

99
# Important: ciscoconfparse2
1010

11+
**ciscoconfparse is End of Life**
12+
1113
As of December 14, 2023 [ciscoconfparse2][64] is released; this is equivalent to version 2.0 of [ciscoconfparse][17], but [ciscoconfparse2][64] is a different PYPI project.
1214

1315
You should upgrade; here's why, [ciscoconfparse2][64]:
1416

15-
16-
1717
- It supports all major network vendor text configuration files (Arista, Cisco, F5, Juniper, Palo Alto)
1818
- It supports searching across any number of configuration levels ([ciscoconfparse][17] only supports two config levels : a parent and child)
1919
- It adds a [string methods](http://www.pennington.net/py/ciscoconfparse2/tutorial_get_config_values.html#string-methods) so you don't need to use regex matching if you don't want to
@@ -22,6 +22,7 @@ You should upgrade; here's why, [ciscoconfparse2][64]:
2222
- It simplifies the user interface and fixes broken [ciscoconfparse][17] default parameters (this could require changing old scripts using the original API)
2323
- It intentionally uses a new python import to minimize confusion between itself and the original
2424

25+
*NOTE [ciscoconfparse2][64] deprecates many legacy [ciscoconfparse][17] APIs; overall this is a good thing because [ciscoconfparse2][64] is easier to use. As such, test your code before using [ciscoconfparse2][64] as a drop-in replacement.*
2526

2627

2728
## Introduction: What is ciscoconfparse?

0 commit comments

Comments
 (0)