getise


Namegetise JSON
Version 2.0.0 PyPI version JSON
download
home_pagehttps://github.com/robwdwd/getise
SummaryGet networks and devices from Cisco ISE
upload_time2024-09-11 10:06:59
maintainerNone
docs_urlNone
authorRob Woodward
requires_python<4.0,>=3.10
licenseBSD-2-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # getise

Get lists of devices from Cisco ISE.

# Configuration

Create a config file in ~/.config/getise/config.json

```json
{
    "username": "user",
    "password": "password"
}
```

# Usage

Run the command with --help to see command line options.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/robwdwd/getise",
    "name": "getise",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Rob Woodward",
    "author_email": "rob@emailplus.org",
    "download_url": "https://files.pythonhosted.org/packages/d7/47/2e3fa4b5982cc73e0fdd59fe88d83b36698d75853477e82bb28388c4ab2b/getise-2.0.0.tar.gz",
    "platform": null,
    "description": "# getise\n\nGet lists of devices from Cisco ISE.\n\n# Configuration\n\nCreate a config file in ~/.config/getise/config.json\n\n```json\n{\n    \"username\": \"user\",\n    \"password\": \"password\"\n}\n```\n\n# Usage\n\nRun the command with --help to see command line options.\n",
    "bugtrack_url": null,
    "license": "BSD-2-Clause",
    "summary": "Get networks and devices from Cisco ISE",
    "version": "2.0.0",
    "project_urls": {
        "Homepage": "https://github.com/robwdwd/getise",
        "Repository": "https://github.com/robwdwd/getise"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2707d287fa10ded2239e58ceddb856739b152339a0f49c15fc6c767a6c3a1abe",
                "md5": "86745e837640ed30b5e0c8dc390be961",
                "sha256": "316b456f9c0d3b9b7917eddcd63b0efa2eb848eba0662716e748e7a3d2625cac"
            },
            "downloads": -1,
            "filename": "getise-2.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "86745e837640ed30b5e0c8dc390be961",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 8565,
            "upload_time": "2024-09-11T10:06:59",
            "upload_time_iso_8601": "2024-09-11T10:06:59.031210Z",
            "url": "https://files.pythonhosted.org/packages/27/07/d287fa10ded2239e58ceddb856739b152339a0f49c15fc6c767a6c3a1abe/getise-2.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d7472e3fa4b5982cc73e0fdd59fe88d83b36698d75853477e82bb28388c4ab2b",
                "md5": "4cdbe1fb92e56af106cb57871d74f8dd",
                "sha256": "7337281927bea79059f5ced4d18f552774ebaa89519c9fa09087baebaf8dff56"
            },
            "downloads": -1,
            "filename": "getise-2.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "4cdbe1fb92e56af106cb57871d74f8dd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 6298,
            "upload_time": "2024-09-11T10:06:59",
            "upload_time_iso_8601": "2024-09-11T10:06:59.921851Z",
            "url": "https://files.pythonhosted.org/packages/d7/47/2e3fa4b5982cc73e0fdd59fe88d83b36698d75853477e82bb28388c4ab2b/getise-2.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-11 10:06:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "robwdwd",
    "github_project": "getise",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "getise"
}
        
Elapsed time: 0.41273s