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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mixbox-1.0.5.tar.gz.
File metadata
- Download URL: mixbox-1.0.5.tar.gz
- Upload date:
- Size: 42.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.4.2 requests/2.20.1 setuptools/44.1.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
13c618a36967a6906d09e9e5be952656c78279b0e9cb5527e9360416e4d1c057
|
|
| MD5 |
0a36729f71ce6403e24a57d69e6e491a
|
|
| BLAKE2b-256 |
ffb138a53aa8a059f09a06881e948cccff067c664e88f8a14cbfef8c5c29fac9
|
File details
Details for the file mixbox-1.0.5-py2.py3-none-any.whl.
File metadata
- Download URL: mixbox-1.0.5-py2.py3-none-any.whl
- Upload date:
- Size: 47.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.4.2 requests/2.20.1 setuptools/44.1.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
170551ec415a0705b3c26c92e3f75fe1cdc95cc7f71f2b6ada4248fb1e96d035
|
|
| MD5 |
6af4956f49f862671184c8b356fbf13d
|
|
| BLAKE2b-256 |
f5d23dc1236f7cf380f2a3dbcba364ed1993eef5693adcaf06bea5826dcb53f7
|