Metadata-Version: 2.0
Name: dxlbootstrap
Version: 0.1.0
Summary: OpenDXL Bootstrap Application
Home-page: http://www.mcafee.com/
Author: McAfee, Inc.
Author-email: UNKNOWN
License: Apache License 2.0
Keywords: opendxl,dxl,mcafee,bootstrap
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.7
Requires-Dist: dxlclient

OpenDXL Bootstrap Application
=============================

Overview
--------

The purpose of the OpenDXL Bootstrap application is to generate the structure and related files necessary (a project)
for developing a `Data Exchange Layer <http://www.mcafee.com/us/solutions/data-exchange-layer.aspx>`_ (DXL) integration
with Python. Multiple templates are available which control the type of project to generate (a client wrapper, a
persistent application which exposes services, etc.).

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

See the `GitHub Wiki <https://github.com/opendxl/opendxl-bootstrap-python/wiki>`_ for an overview of the DXL Bootstrap
application and usage examples.

See the `OpenDXL Bootstrap application documentation <https://opendxl.github.io/opendxl-bootstrap-python/pydoc>`_ for
installation instructions and usage examples.

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

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

LICENSE
-------

Copyright 2017 McAfee, Inc.

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


