| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A python library for parsing, manipulating, and generating Structured Threat Information eXpression (STIX™) v1.2.0 content.
| Source: | https://github.com/STIXProject/python-stix |
|---|---|
| Documentation: | https://stix.readthedocs.io/ |
| Information: | https://stixproject.github.io/ |
| Download: | https://pypi.python.org/pypi/stix/ |
The python-stix library is hosted on PyPI and the most recent stable version can be installed with pip:
$ pip install stix
The python-stix library can also be installed via the distutils setup.py script included at the root directory:
$ python setup.py install
The python-stix library depends on the presence of certain packages/libraries to function. Please refer to their installation documentation for installation instructions.
$ sudo apt-get install python-dev python-pip libxml2-dev libxslt-dev zlib1g-dev $ sudo pip install stix
Download the Lxml wheel for your version of Python from http://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml, then install it via "pip install <filename>.whl". For example, to install it on 64-bit Windows running Python 2.7:
$ pip install lxml-3.6.1-cp27-cp27m-win_amd64.whl $ pip install stix
Releases of the python-stix library will be given version numbers of the form major.minor.update.revision, where major, minor, and update correspond to the STIX version being supported. The revision number is used to indicate new versions of the python-stix library itself.
The python-stix package layout is as follows:
Please refer to examples for concrete examples of how to interact with the python-stix library.
| Back | FazBrowse Home | New Git URL |