Metadata-Version: 2.1
Name: networkparse
Version: 1.9.0
Summary: Simple read-only parser for Cisco IOS, NX-OS, HP, and other network device running configs
Home-page: https://gitlab.com/xylok/networkparse
License: MIT
Keywords: xylok,cyber
Author: Ryan Morehart
Author-email: ryan@xylok.io
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Quality Assurance
Project-URL: Documentation, https://networkparse.readthedocs.io/en/latest/
Description-Content-Type: text/x-rst

Installing
==========

.. code-block::

    pip install --user networkparse

Using
=====
Docs are available on `Read the Docs`_

.. _`Read the Docs`: https://networkparse.readthedocs.io/en/latest/


License
=======
This module was developed by and for Xylok_. The code is release under the MIT license.

.. _Xylok: https://www.xylok.io


Credits
=======
This module was inspired by CiscoConfParse_.

.. _CiscoConfParse: https://github.com/mpenning/ciscoconfparse

