fmcapi


Namefmcapi JSON
Version 20240418.0 PyPI version JSON
download
home_pagehttps://github.com/daxm/fmcapi
SummaryEasier interface to Cisco's FMC API than writing your own way.
upload_time2024-04-17 20:32:06
maintainerNone
docs_urlNone
authorDax Mickelson
requires_python>=3.6
licenseBSD
keywords fmcapi fmc ftd security cisco ngfw api firepower
VCS
bugtrack_url
requirements idna requests ipaddress xmltodict
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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.
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/daxm/fmcapi",
    "name": "fmcapi",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "fmcapi fmc ftd security cisco ngfw api firepower",
    "author": "Dax Mickelson",
    "author_email": "dmickels@cisco.com",
    "download_url": "https://files.pythonhosted.org/packages/e1/48/bad4ef6861a246e4af9d068fed8e1858912b372de03bc3ffc6432c13dba8/fmcapi-20240418.0.tar.gz",
    "platform": null,
    "description": "With the removal to configure a Cisco NGFW via the command line your only option is to\n     do so via a manager.  Some things are better when automated so using the manager's API gives us that power. \n     However, the current way to write external scripts and interact with the FMC's API isn't that great.  We created \n     this \"wrapper\" to give you an easier to use way of communicating with the FMC's API than using the example code \n     provided in the API Explorer.",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Easier interface to Cisco's FMC API than writing your own way.",
    "version": "20240418.0",
    "project_urls": {
        "Homepage": "https://github.com/daxm/fmcapi"
    },
    "split_keywords": [
        "fmcapi",
        "fmc",
        "ftd",
        "security",
        "cisco",
        "ngfw",
        "api",
        "firepower"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e148bad4ef6861a246e4af9d068fed8e1858912b372de03bc3ffc6432c13dba8",
                "md5": "cd23a5952ef524a830f77cc8949c98b8",
                "sha256": "16361622c64537214922e4679050665df605544c01638237e4fd175d8ef8b9dc"
            },
            "downloads": -1,
            "filename": "fmcapi-20240418.0.tar.gz",
            "has_sig": false,
            "md5_digest": "cd23a5952ef524a830f77cc8949c98b8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 91912,
            "upload_time": "2024-04-17T20:32:06",
            "upload_time_iso_8601": "2024-04-17T20:32:06.975153Z",
            "url": "https://files.pythonhosted.org/packages/e1/48/bad4ef6861a246e4af9d068fed8e1858912b372de03bc3ffc6432c13dba8/fmcapi-20240418.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-17 20:32:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "daxm",
    "github_project": "fmcapi",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "idna",
            "specs": [
                [
                    "==",
                    "3.7"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": []
        },
        {
            "name": "ipaddress",
            "specs": []
        },
        {
            "name": "xmltodict",
            "specs": []
        }
    ],
    "lcname": "fmcapi"
}
        
Elapsed time: 0.23891s