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).
Releasing
$ bumpversion patch
$ rm dist/*
$ python setup.py sdist --formats=gztar,zip
$ twine upload dist/*
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.8.zip
(30.4 kB
view hashes)
mixbox-0.0.8.tar.gz
(23.5 kB
view hashes)