Skip to main content

Utility library for cybox, maec, and stix packages

Project description

A library of common code leveraged by python-cybox, python-maec, and python-stix.

Build Status Code Health version badge downloads badge

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/*
$ git push --tag

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

mixbox-1.0.1.zip (48.3 kB view hashes)

Uploaded Source

mixbox-1.0.1.tar.gz (39.8 kB view hashes)

Uploaded Source

Built Distribution

mixbox-1.0.1-py2.py3-none-any.whl (46.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page