python-mcollective
  • python-mcollective
    • Introduction
    • Features
    • Installation
    • Contribute
    • Support
    • License
  • API
    • Configuration
      • pymco.config
    • Connectors
      • Connectors base
      • Connector plugins
        • ActiveMQ connector
        • RabbitMQ connector
        • STOMP connector
    • Exceptions
      • pymco.exc
    • Listeners
      • pymco.listeners
    • Messaging
      • pymco.message
    • RPC
      • pymco.rpc
    • Security
      • Security providers base
      • Security providers plugins
        • None provider
        • SSL provider
    • Serializers
      • Serializers base
      • Serializers plugins
        • YAML
    • Test utils
      • pymco.test.ctxt
      • pymco.test.utils
    • Utils
      • pymco.utils
  • python-mcollective style guide
    • General
    • Imports
    • Human Alphabetical Order Examples
    • Docstrings
    • Dictionaries/Lists
    • Calling Methods
    • Creating Unit Tests
    • Commit Messages
    • Flake8
    • Further Reading
  • Running the tests
    • Travis-CI
    • Vagrant setup
    • Local MCollective setup
    • Running py.test
    • Running tox
 
python-mcollective
  • Docs »
  • API
  • Edit on GitHub

API¶

Contents:

  • Configuration
    • pymco.config
  • Connectors
    • Connectors base
    • Connector plugins
      • ActiveMQ connector
      • RabbitMQ connector
      • STOMP connector
  • Exceptions
    • pymco.exc
  • Listeners
    • pymco.listeners
  • Messaging
    • pymco.message
  • RPC
    • pymco.rpc
  • Security
    • Security providers base
    • Security providers plugins
      • None provider
      • SSL provider
  • Serializers
    • Serializers base
    • Serializers plugins
      • YAML
  • Test utils
    • pymco.test.ctxt
    • pymco.test.utils
  • Utils
    • pymco.utils
Next Previous

© Copyright 2014, Rafael Durán Castañeda.

Built with Sphinx using a theme provided by Read the Docs.