Metadata-Version: 2.1
Name: cabby
Version: 0.1.23
Summary: TAXII client library
Home-page: https://github.com/EclecticIQ/cabby/
Author: EclecticIQ
Author-email: cabby@eclecticiq.com
License: BSD License
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Internet
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE.rst

cabby
=====

Python TAXII client implementation from `EclecticIQ <https://www.eclecticiq.com>`_.

:Source: https://github.com/eclecticiq/cabby
:Documentation: http://cabby.readthedocs.org
:Information: https://www.eclecticiq.com
:Download: https://pypi.python.org/pypi/cabby/

|travis badge| |coveralls.io badge| |docs badge| |requirements badge|

.. |travis badge| image:: https://travis-ci.org/eclecticiq/cabby.svg?branch=master
   :target: https://travis-ci.org/eclecticiq/cabby
   :alt: Build Status
.. |coveralls.io badge| image:: https://coveralls.io/repos/eclecticiq/cabby/badge.svg
   :target: https://coveralls.io/r/eclecticiq/cabby
   :alt: Coverage Status
.. |docs badge| image:: https://readthedocs.org/projects/cabby/badge/?version=latest
   :alt: Documentation Status
   :scale: 100%
   :target: https://readthedocs.org/projects/cabby/
.. |requirements badge| image:: https://requires.io/github/eclecticiq/cabby/requirements.svg?branch=master
   :target: https://requires.io/github/eclecticiq/cabby/requirements/?branch=master
   :alt: Requirements Status

A simple Python library for interacting with TAXII servers.


Docker
--------

To run cabby using docker, execute the following:

  docker run --rm eclecticiq/cabby taxii-discovery --path https://test.taxiistand.com/read-only/services/discovery

Feedback
--------

You are encouraged to provide feedback by commenting on open issues or sending us 
email at cabby@eclecticiq.com

