Metadata-Version: 2.4
Name: netmagus
Version: 1.0.0
Summary: Python module for JSON data exchange with the Intelligent Visibility NetMagus system.
Project-URL: Homepage, https://www.intelligentvisibility.com/netmagus/
Project-URL: Repository, https://github.com/intelligentvisibility/netmagus_python
Author-email: Richard Collins <rcollins@intelligentvisibility.com>
License: LGPL-3.0
License-File: AUTHORS.rst
License-File: LICENSE
Keywords: automation,netmagus,netops,network
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: System :: Networking
Requires-Python: >=3.10
Requires-Dist: autobahn-sync==0.3.2
Requires-Dist: autobahn<22.0.0,>=20.4.3
Requires-Dist: numpy>=1.21.6
Provides-Extra: dev
Requires-Dist: coverage>=4.5; extra == 'dev'
Requires-Dist: pre-commit>=3.5.0; extra == 'dev'
Requires-Dist: pytest-cov>=2.8.1; extra == 'dev'
Requires-Dist: pytest>=7.1; extra == 'dev'
Requires-Dist: ruff>=0.8.0; extra == 'dev'
Provides-Extra: docs
Requires-Dist: sphinx-rtd-theme>=0.4.3; extra == 'docs'
Requires-Dist: sphinx>=2.2.0; extra == 'docs'
Provides-Extra: test
Requires-Dist: crossbar>=20.4.2; extra == 'test'
Requires-Dist: msgpack>=1.0.0; extra == 'test'
Requires-Dist: six>=1.16.0; extra == 'test'
Requires-Dist: tox>=3.0; extra == 'test'
Description-Content-Type: text/x-rst

NetMāgus Python Package
=======================

This Python package is to be used with the `NetMāgus <http://www.intelligentvisibility.com/netmagus>`_ product from `Intelligent Visbility, Inc <http://www.intelligentvisibility.com>`_.

It is used to create and exchange UI forms and Formula steps with the NetMāgus application.

The code has been tested and should work for Python 3.10 and 3.11.

Refer to the `NetMāgus <http://www.intelligentvisibility.com/netmagus>`_ documentation for usage details.

To install: ``pip install netmagus``
