Metadata-Version: 1.2
Name: fmcapi
Version: 20210730.0
Summary: Easier interface to Cisco's FMC API than writing your own way.
Home-page: https://github.com/daxm/fmcapi
Author: Dax Mickelson
Author-email: dmickels@cisco.com
License: BSD
Description: With the removal to configure a Cisco NGFW via the command line your only option is to
             do so via a manager.  Some things are better when automated so using the manager's API gives us that power. 
             However, the current way to write external scripts and interact with the FMC's API isn't that great.  We created 
             this "wrapper" to give you an easier to use way of communicating with the FMC's API than using the example code 
             provided in the API Explorer.
Keywords: fmcapi fmc ftd security cisco ngfw api firepower
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Plugins
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Other Audience
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Security
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Networking :: Firewalls
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Requires-Python: >=3.6
