Metadata-Version: 1.1
Name: fmc-rest-client
Version: 0.5
Summary: FMC REST API Client
Home-page: https://github.com/macvjuhu/fmc_rest_client
Author: Vikas Sharma
Author-email: macvjuhu@yahoo.com
License: MIT
Description: FMC REST CLIENT
        ---------------
        
        Easy to use REST Client for Firepower Management Center REST API
        
        Features
        ~~~~~~~~
        
        -  Create object for FMC REST resources and perform CRUD operations
        -  Maintains REST connection with FMC
        -  Listing for a particular resource type supports fetching all results
           in single go
        -  Easy to add support for new resources or url endpoints
        
        Enhancements in future
        ~~~~~~~~~~~~~~~~~~~~~~
        
        -  Support for bulk operations, leveraging FMC REST API where available
           or support in client
        -  Iterator for list operation
        -  Get by name
        
        How to use this library
        ----------
        Refer HOWTO.md
        
Keywords: firepower management rest-api
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Security
Classifier: Topic :: System :: Networking :: Firewalls
