Skip to content

cy-fir/mixbox

 
 

Repository files navigation

mixbox

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/*

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%