TAXIIProject / libtaxii

A Python library for handling TAXII Messages invoking TAXII Services.

Home Page:http://libtaxii.readthedocs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libtaxii

A Python library for handling Trusted Automated eXchange of Indicator Information (TAXII™) 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/

Build Status Code Health version badge downloads badge

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.

Getting Started

Read the Getting Started guide.

Layout

The libtaxii repository has the following layout:

  • docs/ - Used to build the documentation.
  • 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.

About

A Python library for handling TAXII Messages invoking TAXII Services.

http://libtaxii.readthedocs.org/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%