Utility library for cybox, maec, and stix packages
Project description
A library of common code leveraged by python-cybox, python-maec, and python-stix.
Developing
To set up an environment to develop mixbox:
# Create a new virtualenv
$ mkvirtualenv mixbox
# Change to this directory and install requirements
$ cd /path/to/mixbox
$ pip install -r requirements.txt
# Install python-cybox, python-maec, and python-stix in "develop" mode.
$ pip install -e /path/to/python-cybox
$ pip install -e /path/to/python-maec
$ pip install -e /path/to/python-stix
Then you can make changes to the mixbox library and ensure the test cases for the corresponding projects continue to pass (using tox or nosetests).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
mixbox-0.0.7.zip
(28.8 kB
view hashes)
mixbox-0.0.7.tar.gz
(22.4 kB
view hashes)