Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mixbox

Package Overview
Dependencies
Maintainers
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mixbox

Utility library for cybox, maec, and stix packages

  • 1.0.5
  • PyPI
  • Socket score

Maintainers
3

mixbox

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

|travis_badge| |landscape_io_badge| |version_badge|

.. |travis_badge| image:: https://api.travis-ci.org/CybOXProject/mixbox.svg?branch=master :target: https://travis-ci.org/CybOXProject/mixbox :alt: Build Status .. |landscape_io_badge| image:: https://landscape.io/github/CybOXProject/mixbox/master/landscape.svg?style=flat :target: https://landscape.io/github/CybOXProject/mixbox/master :alt: Code Health .. |version_badge| image:: https://img.shields.io/pypi/v/mixbox.svg?maxAge=3600 :target: https://pypi.python.org/pypi/mixbox/ :alt: Version

Developing

To set up an environment to develop mixbox:

.. code:: bash

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

.. code:: bash

$ bumpversion patch
$ git push origin master --tags
$ rm dist/*
$ python setup.py sdist bdist_wheel
$ twine upload dist/*

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc