Metadata-Version: 2.1
Name: dxlopenc2client
Version: 0.1.0
Summary: OpenC2 DXL Python client library
Home-page: http://www.mcafee.com
Author: McAfee LLC
License: Apache License 2.0
Keywords: opendxl,dxl,mcafee,client,openc2
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: openc2
Requires-Dist: stix2
Requires-Dist: dxlbootstrap (>=0.2.0)
Requires-Dist: dxlclient (>=4.1.0.184)
Provides-Extra: dev
Requires-Dist: astroid (<2.3.0) ; extra == 'dev'
Requires-Dist: pylint (<=2.3.1) ; extra == 'dev'
Requires-Dist: sphinx ; extra == 'dev'
Provides-Extra: test
Requires-Dist: astroid (<2.3.0) ; extra == 'test'
Requires-Dist: pylint (<=2.3.1) ; extra == 'test'

OpenC2 DXL Python Client Library
================================

Overview
--------

The OpenC2 DXL Python client library provides a high level wrapper for sending and receiving 
`OpenC2 <https://docs.oasis-open.org/openc2/oc2ls/v1.0/oc2ls-v1.0.html>`_ command and control messages 
via the `Data Exchange Layer <http://www.mcafee.com/us/solutions/data-exchange-layer.aspx>`_ (DXL) fabric.

This library utilizes `Lycan <https://github.com/oasis-open/openc2-lycan-python>`_, an implementation 
of the OpenC2 OASIS standard for command and control messaging.

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

See the `GitHub Wiki <https://github.com/opendxl/opendxl-openc2-client-python/wiki>`_ for an overview of the OpenC2 DXL
Python Client Library and examples.

See the `OpenC2 DXL Python Client Library <https://opendxl.github.io/opendxl-openc2-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-openc2-client-python/issues>`_.

LICENSE
-------

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

