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/*
$ git push --tag
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-1.0.1.zip
(48.3 kB
view hashes)
mixbox-1.0.1.tar.gz
(39.8 kB
view hashes)
Built Distribution
mixbox-1.0.1-py2.py3-none-any.whl
(46.8 kB
view hashes)
Close
Hashes for mixbox-1.0.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e70e82c21995240df708a930afed2850ac3476e75746328890ea44ab94ba1b7a |
|
MD5 | ee8323c7a7e065c19450a5d2ee0807c3 |
|
BLAKE2b-256 | 84d9bafabff120d5e72d035680ff555d074182b4e12d2124fbe0c3839c71f821 |