Metadata-Version: 2.1
Name: dxlconsole
Version: 0.3.2
Summary: Web-based console for interacting with a DXL fabric
Home-page: http://www.mcafee.com
Author: McAfee LLC
License: Apache License 2.0
Keywords: opendxl,dxl,mcafee,console
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=2.7.9,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
Requires-Dist: tornado
Requires-Dist: dxlbootstrap (>=0.1.3)
Requires-Dist: dxlclient
Requires-Dist: beautifulSoup4
Provides-Extra: dev
Requires-Dist: pylint ; extra == 'dev'
Requires-Dist: sphinx ; extra == 'dev'
Provides-Extra: test
Requires-Dist: pylint ; extra == 'test'

OpenDXL Console
===============

Overview
--------

The OpenDXL Console is a pluggable web-based console that provides a high-level user interface for interacting with a
DXL fabric. One of the primary modules is the "Fabric Monitor" which enables the invocation of DXL services and
sending/receiving DXL events via a graphical interface.

Documentation
-------------

See the `GitHub Wiki <https://github.com/opendxl/opendxl-console/wiki>`_ for an overview of the
OpenDXL Console and usage instructions.

See the `OpenDXL Console documentation <https://opendxl.github.io/opendxl-console/pydoc>`_ for
installation instructions.

Bugs and Feedback
-----------------

For bugs, questions and discussions please use the `GitHub Issues <https://github.com/opendxl/opendxl-console/issues>`_.

LICENSE
-------

Copyright 2017 McAfee LLC

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the
License. You may obtain a copy of the License at

`<http://www.apache.org/licenses/LICENSE-2.0>`_

