Metadata-Version: 1.1
Name: rasa
Version: 0.0.5
Summary: A wrapper Cisco ASA REST API
Home-page: http://networklore.com/rasa/
Author: Patrick Ogenstad
Author-email: patrick@ogenstad.com
License: Apache
Description: RASA: A Python wrapper for the Cisco ASA REST API
        =================================================
        
        Rasa is a Rest API wrapper for the Cisco ASA 9.3 and later. It is currently
        Alpha code but can be used for testing
        
        WARNING: As this is under early development it might change making current code incompatible.
        
        Known Issues
        ------------
        
        - Doesn't handle offsets, this will be added in future releases (limits the number of returned objects to 100)
        - Certificates, you can't yet specify which certificates to use. Only enable or disable checks
        
        
        
        .. :changelog:
        
        Release History
        ---------------
        
        0.0.5 (2015-06-06)
        ++++++++++++++++++
        
        * Added create_ikev1_policies()
        * Added delete_ikev1_policy()
        * Added get_ikev1_policies()
        * Added get_ikev1_policy()
        * Added update_ikev1_policy()
        
        
        0.0.4 (2015-06-02)
        ++++++++++++++++++
        
        * Fixed packaging bug
        
        0.0.3 (2015-05-30)
        ++++++++++++++++++
        
        * Renamed replace functions to update
        * Added constants for new services (rasa.constants)
        
        0.0.2 (2015-05-24)
        ++++++++++++++++++
        
        * Changed function structure
        * Added functions for network/service objects
        
        0.0.1 (2015-04-28)
        ++++++++++++++++++
        
        * Initial testing
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
