Metadata-Version: 2.2
Name: libtaxii
Version: 1.1.119
Summary: TAXII 1.X Library.
Home-page: https://taxiiproject.github.io/
Author: The MITRE Corporation
Author-email: taxii@mitre.org
License: BSD
Project-URL: Documentation, https://libtaxii.readthedocs.io/
Project-URL: Source Code, https://github.com/TAXIIProject/libtaxii/
Project-URL: Bug Tracker, https://github.com/TAXIIProject/libtaxii/issues/
Keywords: taxii libtaxii
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.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
Classifier: Programming Language :: Python :: 3.8
License-File: LICENSE.txt
Requires-Dist: python-dateutil>=1.4.1
Requires-Dist: six>=1.9.0
Requires-Dist: lxml>=2.2.3
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: project-url
Dynamic: requires-dist
Dynamic: summary

libtaxii
========

A Python library for handling `Trusted Automated eXchange of Indicator Information (TAXII™) <https://taxiiproject.github.io/>`_ v1.x Messages and invoking TAXII Services.

:Source: https://github.com/TAXIIProject/libtaxii/
:Documentation: https://libtaxii.readthedocs.io/
:Information: https://taxiiproject.github.io/
:Download: https://pypi.python.org/pypi/libtaxii/

|travis badge| |landscape.io badge| |version badge| |downloads badge|

.. |travis badge| image:: https://api.travis-ci.org/TAXIIProject/libtaxii.svg?branch=master
   :target: https://travis-ci.org/TAXIIProject/libtaxii
   :alt: Build Status
.. |landscape.io badge| image:: https://landscape.io/github/TAXIIProject/libtaxii/master/landscape.svg?style=flat
   :target: https://landscape.io/github/TAXIIProject/libtaxii/master
   :alt: Code Health
.. |version badge| image:: https://img.shields.io/pypi/v/libtaxii.svg?maxAge=3600
   :target: https://pypi.python.org/pypi/libtaxii/
.. |downloads badge| image:: https://img.shields.io/pypi/dm/libtaxii.svg?maxAge=3600
   :target: https://pypi.python.org/pypi/libtaxii/

Overview
--------

A primary goal of libtaxii is to remain faithful to both the TAXII
specifications and to customary Python practices. libtaxii is designed to be
intuitive both to Python developers and XML developers.


Installation
------------

Use pip to install or upgrade libtaxii::

    $ pip install libtaxii [--upgrade]

For more information, see the `Installation instructions
<http://libtaxii.readthedocs.org/en/latest/installation.html>`_.


Getting Started
---------------

Read the `Getting Started guide
<http://libtaxii.readthedocs.org/en/latest/getting_started.html>`_.


Layout
------

The libtaxii repository has the following layout:

* ``docs/`` - Used to build the `documentation
  <http://libtaxii.readthedocs.org>`_.
* ``libtaxii/`` - The main libtaxii source.
* ``libtaxii/tests/`` - libtaxii tests.
* ``xsd/`` - A copy of the TAXII XML Schemas, used by libtaxii for validation.


Versioning
----------

Releases of libtaxii are given ``major.minor.revision`` version numbers, where
``major`` and ``minor`` correspond to the TAXII version being supported.  The
``revision``` number is used to indicate new versions of libtaxii.


Feedback
--------

Please provide feedback and/or comments on open issues to taxii@mitre.org.
