Update project description and enhance documentation for clarity
- Revised the project description in `pyproject.toml` to better reflect the functionality of the `oxipy` client. - Improved the README.md by adding detailed explanations of the project structure, installation instructions, and usage examples. - Updated documentation files to enhance clarity and organization, including sections on extending models and writing TTP templates. - Adjusted various TTP templates to ensure consistency and accuracy in the parsing of device configurations.
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
<doc>
|
||||
Qtech switch configuration parser.
|
||||
|
||||
The system group reads the model, serial number, and build number. For Qtech,
|
||||
system.version intentionally stores the build number from lines like
|
||||
`Version 2.2.0C Build 96279`.
|
||||
|
||||
The interfaces group parses CLI interface blocks and converts dotted decimal
|
||||
masks to prefix lengths. The vlans group supports named VLANs, comma-separated
|
||||
VLAN lists, ranges, and continuation lines.
|
||||
</doc>
|
||||
<vars>
|
||||
default_system = {
|
||||
|
||||
Reference in New Issue
Block a user