Metadata-Version: 1.1
Name: carnifex
Version: 0.2.2
Summary: Execute commands and run processes locally and remote
Home-page: http://github.com/sporsh/carnifex
Author: Geir Sporsheim
Author-email: gksporsh@gmail.com
License: MIT
Description: Carnifex
        ===============================================================================
        
        Carnifex provides an api for executing commands.
        The processes can be started locally or remotely on another machine with
        minimal effort for the user.
        
        Carnifex builds on Twisted and uses Twisted Conch for executing commands
        on a remote machine.
        
        
        License
        *******************************************************************************
        
        Carnifex is made available under the MIT license. See the included LICENSE file
        for details.
        
        
        Changes
        *******************************************************************************
        Version 0.2.2
        -------------------------------------------------------------------------------
        - Fix missing packages in distribution
        - License and documentation updates
        - Example scripts
        - Fixed issue with reconnecting after immediate failure in SSH inductor
        
        Version 0.2.1
        -------------------------------------------------------------------------------
        - More flexible connection support for ssh inductor (e.g. IPv6)
        - API for connecting Protocol to various SSH sessions ('shell', 'exec'
          and 'subsystem')
        - Bug fixes
        
        Version 0.2.0
        -------------------------------------------------------------------------------
        - Added support for authenticating with stored credentials when using
          remote process inductor
        - Added support for specifying valid known hosts to allow with remote execution
        - API change: execute, run, getOutput and getExitCode now take a command object
          or a string for the command to execute instead of executable and args.
        
        Version 0.1.0
        -------------------------------------------------------------------------------
        - Executing and running processes locally and remotely via ssh is supported.
        - Initial alpha release
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Twisted
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet
Classifier: Topic :: Security
Classifier: Topic :: System
Classifier: Topic :: System :: Networking
Classifier: Topic :: System :: Operating System
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Terminals
Requires: Twisted
Provides: carnifex
