pyfsr


Namepyfsr JSON
Version 0.2.1 PyPI version JSON
download
home_pageNone
SummaryPython implementation of the FortiSOAR REST API
upload_time2024-12-19 22:55:54
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseMIT
keywords api fortinet fortisoar rest
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pyfsr

Goal of the library is be a Python Client for the FortiSOAR Rest API. 

## Installation

```bash
pip install pyfsr
```

This library is a work in progress and is not yet ready for production use.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pyfsr",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "api, fortinet, fortisoar, rest",
    "author": null,
    "author_email": "Dylan Spille <dspille@fortinet.com>",
    "download_url": "https://files.pythonhosted.org/packages/6f/e2/4cf6b535bb7a3c2b4b9f123c47efb98a19d07ca277f0bbbf72fd0865cc65/pyfsr-0.2.1.tar.gz",
    "platform": null,
    "description": "# pyfsr\n\nGoal of the library is be a Python Client for the FortiSOAR Rest API. \n\n## Installation\n\n```bash\npip install pyfsr\n```\n\nThis library is a work in progress and is not yet ready for production use.\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python implementation of the FortiSOAR REST API",
    "version": "0.2.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/ftnt-dspille/pyfsr/issues",
        "Homepage": "https://github.com/ftnt-dspille/pyfsr"
    },
    "split_keywords": [
        "api",
        " fortinet",
        " fortisoar",
        " rest"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dec96da9d7a0f72b841aa963009543aefc8ffb333c67428fe05e79c3ccd97286",
                "md5": "960929629e0492f095642ec1f6110cf3",
                "sha256": "e60c2e597d2984fbefd9398ce85be68394db66eac0fa39a76f7eccad1a678579"
            },
            "downloads": -1,
            "filename": "pyfsr-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "960929629e0492f095642ec1f6110cf3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 9127,
            "upload_time": "2024-12-19T22:55:53",
            "upload_time_iso_8601": "2024-12-19T22:55:53.463597Z",
            "url": "https://files.pythonhosted.org/packages/de/c9/6da9d7a0f72b841aa963009543aefc8ffb333c67428fe05e79c3ccd97286/pyfsr-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6fe24cf6b535bb7a3c2b4b9f123c47efb98a19d07ca277f0bbbf72fd0865cc65",
                "md5": "688490680c9aac9c0135b3ecf1069cf4",
                "sha256": "ca742b703add4ed2173554390500783047687e45c3a69a3335809321d5a43cec"
            },
            "downloads": -1,
            "filename": "pyfsr-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "688490680c9aac9c0135b3ecf1069cf4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 37426,
            "upload_time": "2024-12-19T22:55:54",
            "upload_time_iso_8601": "2024-12-19T22:55:54.707332Z",
            "url": "https://files.pythonhosted.org/packages/6f/e2/4cf6b535bb7a3c2b4b9f123c47efb98a19d07ca277f0bbbf72fd0865cc65/pyfsr-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-19 22:55:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ftnt-dspille",
    "github_project": "pyfsr",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pyfsr"
}
        
Elapsed time: 0.47921s