deepfenceai


Namedeepfenceai JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryAI-driven cybersecurity utility by Disruptiq
upload_time2025-10-28 11:51:12
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT
keywords cybersecurity ai security automation
VCS
bugtrack_url
requirements click pyyaml requests jinja2 rich pydantic asyncio-mqtt pathlib2 pathspec aiofiles python-dotenv toml requests psutil colorama
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # DeepfenceAI

DeepfenceAI is a cybersec utility to empower professionals and enterprises to secure their infrastructure  

## Usage
```python
import deepfenceai
print(deepfenceai.hello())

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "deepfenceai",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "cybersecurity, ai, security, automation",
    "author": null,
    "author_email": "Ronald Wilson <ron@disruptiq.io>",
    "download_url": "https://files.pythonhosted.org/packages/ab/93/963e27718cf596af717cecbe919302c255b7d69ff41a1b1cf6c192322e8b/deepfenceai-0.0.1.tar.gz",
    "platform": null,
    "description": "# DeepfenceAI\r\n\r\nDeepfenceAI is a cybersec utility to empower professionals and enterprises to secure their infrastructure  \r\n\r\n## Usage\r\n```python\r\nimport deepfenceai\r\nprint(deepfenceai.hello())\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "AI-driven cybersecurity utility by Disruptiq",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/disruptiq/deepfenceai"
    },
    "split_keywords": [
        "cybersecurity",
        " ai",
        " security",
        " automation"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "10f8603c2c400b3a2823846db0fd9e04472b913153a8e2acbea71c2c6029dce0",
                "md5": "aacc2627dda9f1c3580cd7aeb0dd32eb",
                "sha256": "ff3792fda53ceec18aaf87a697dd855f94c617aa3b14b7c641d80ca9fce510bb"
            },
            "downloads": -1,
            "filename": "deepfenceai-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "aacc2627dda9f1c3580cd7aeb0dd32eb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 1827,
            "upload_time": "2025-10-28T11:51:10",
            "upload_time_iso_8601": "2025-10-28T11:51:10.995601Z",
            "url": "https://files.pythonhosted.org/packages/10/f8/603c2c400b3a2823846db0fd9e04472b913153a8e2acbea71c2c6029dce0/deepfenceai-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ab93963e27718cf596af717cecbe919302c255b7d69ff41a1b1cf6c192322e8b",
                "md5": "28c1e1c3357960bc978ffdcc0cf1f129",
                "sha256": "f75f315adf78172da61e1cfa1095d7af760d264bd9118d5ff47ab5c7ef28a933"
            },
            "downloads": -1,
            "filename": "deepfenceai-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "28c1e1c3357960bc978ffdcc0cf1f129",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 1498,
            "upload_time": "2025-10-28T11:51:12",
            "upload_time_iso_8601": "2025-10-28T11:51:12.415661Z",
            "url": "https://files.pythonhosted.org/packages/ab/93/963e27718cf596af717cecbe919302c255b7d69ff41a1b1cf6c192322e8b/deepfenceai-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-28 11:51:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "disruptiq",
    "github_project": "deepfenceai",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "click",
            "specs": [
                [
                    ">=",
                    "8.0.0"
                ]
            ]
        },
        {
            "name": "pyyaml",
            "specs": [
                [
                    ">=",
                    "6.0"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    ">=",
                    "2.25.0"
                ]
            ]
        },
        {
            "name": "jinja2",
            "specs": [
                [
                    ">=",
                    "3.0.0"
                ]
            ]
        },
        {
            "name": "rich",
            "specs": [
                [
                    ">=",
                    "12.0.0"
                ]
            ]
        },
        {
            "name": "pydantic",
            "specs": [
                [
                    ">=",
                    "1.8.0"
                ]
            ]
        },
        {
            "name": "asyncio-mqtt",
            "specs": [
                [
                    ">=",
                    "0.11.0"
                ]
            ]
        },
        {
            "name": "pathlib2",
            "specs": [
                [
                    ">=",
                    "2.3.0"
                ]
            ]
        },
        {
            "name": "pathspec",
            "specs": [
                [
                    "==",
                    "0.12.1"
                ]
            ]
        },
        {
            "name": "aiofiles",
            "specs": []
        },
        {
            "name": "python-dotenv",
            "specs": []
        },
        {
            "name": "toml",
            "specs": []
        },
        {
            "name": "requests",
            "specs": []
        },
        {
            "name": "psutil",
            "specs": []
        },
        {
            "name": "colorama",
            "specs": [
                [
                    ">=",
                    "0.4.6"
                ]
            ]
        }
    ],
    "lcname": "deepfenceai"
}
        
Elapsed time: 1.54099s