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
$ git push origin master --tags
$ rm dist/*
$ python setup.py sdist bdist_wheel
$ 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 Distribution
mixbox-1.0.5.tar.gz
(42.2 kB
view hashes)
Built Distribution
mixbox-1.0.5-py2.py3-none-any.whl
(47.8 kB
view hashes)
Close
Hashes for mixbox-1.0.5-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 170551ec415a0705b3c26c92e3f75fe1cdc95cc7f71f2b6ada4248fb1e96d035 |
|
MD5 | 6af4956f49f862671184c8b356fbf13d |
|
BLAKE2b-256 | f5d23dc1236f7cf380f2a3dbcba364ed1993eef5693adcaf06bea5826dcb53f7 |