Metadata-Version: 2.2
Name: dxlclient
Version: 5.7.0.0
Summary: McAfee Data Exchange Layer Client
Home-page: http://www.mcafee.com/
Author: McAfee, Inc.
License: Apache License 2.0
Keywords: opendxl,dxl,mcafee,client
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7
License-File: LICENSE
Requires-Dist: asn1crypto
Requires-Dist: configobj
Requires-Dist: msgpack<1.0.0,>=0.5
Requires-Dist: requests
Requires-Dist: PySocks
Provides-Extra: dev
Requires-Dist: futures; python_version == "3.7" and extra == "dev"
Requires-Dist: mock; extra == "dev"
Requires-Dist: nose; extra == "dev"
Requires-Dist: parameterized; extra == "dev"
Requires-Dist: astroid<2.3.0; python_version == "3.7" and extra == "dev"
Requires-Dist: astroid==2.3.3; python_version > "3.7" and extra == "dev"
Requires-Dist: pylint<=2.3.1; extra == "dev"
Requires-Dist: requests-mock; extra == "dev"
Requires-Dist: sphinx; extra == "dev"
Provides-Extra: test
Requires-Dist: futures; python_version == "3.7" and extra == "test"
Requires-Dist: mock; extra == "test"
Requires-Dist: nose; extra == "test"
Requires-Dist: parameterized; extra == "test"
Requires-Dist: astroid<2.3.0; python_version == "3.7" and extra == "test"
Requires-Dist: astroid==2.3.3; python_version > "3.7" and extra == "test"
Requires-Dist: pylint<=2.3.1; extra == "test"
Requires-Dist: requests-mock; extra == "test"
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

OpenDXL Python Client
=====================

Overview
--------
The OpenDXL Python Client enables the development of applications that connect to the `McAfee Data Exchange Layer <http://www.mcafee.com/us/solutions/data-exchange-layer.aspx>`_ messaging fabric for the purposes of sending/receiving events and invoking/providing services.

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

See the `GitHub Wiki <https://github.com/opendxl/opendxl-client-python/wiki>`_ for an overview of the Data Exchange Layer (DXL), the OpenDXL Python client, and examples.

See the `Python Client SDK Documentation <https://opendxl.github.io/opendxl-client-python/pydoc>`_ for installation instructions, API documentation, and examples.

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

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

LICENSE
-------

Copyright 2018 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>`_
