Skip to content

ics-forks/libtaxii

 
 

Repository files navigation

libtaxii

A Python library for handling TAXII Messages and invoking TAXII Services.

Source

https://github.com/TAXIIProject/libtaxii

Documentation

http://libtaxii.readthedocs.org

Information

http://taxii.mitre.org

Build Status

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:

$ pip install libtaxii

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

You are encouraged to provide feedback by commenting on open issues or signing up for the TAXII discussion list and posting your questions.

About

A Python library for TAXII Messages and TAXII Client.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.6%
  • Shell 1.4%