Mattermost-API


NameMattermost-API JSON
Version 0.18 PyPI version JSON
download
home_pagehttps://github.com/izhatomic/mattermost-api
SummarySimple Mattermost API library
upload_time2023-11-19 17:00:35
maintainer
docs_urlNone
authorAleksandr Kuznetsov, Aleksandr Zarin
requires_python>=3.6
licenseMIT
keywords mattermost mattermostapi mattermost-api mattermost api mm api mm-api
VCS
bugtrack_url
requirements setuptools requests
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # mattermost-api
Another wrapper for the [MatterMost API](https://api.mattermost.com)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/izhatomic/mattermost-api",
    "name": "Mattermost-API",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "mattermost,mattermostapi,mattermost-api,mattermost api,mm api,mm-api",
    "author": "Aleksandr Kuznetsov, Aleksandr Zarin",
    "author_email": "Aleksandr Kuznetsov <izhatomic@yandex.ru>, Aleksandr Zarin <vector-777@yandex.ru>",
    "download_url": "https://files.pythonhosted.org/packages/35/7e/09f2753b4e9076120a97b0a2fffb68c2beaa55523d8b6b5a0884c9063e67/Mattermost-API-0.18.tar.gz",
    "platform": null,
    "description": "# mattermost-api\nAnother wrapper for the [MatterMost API](https://api.mattermost.com)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Simple Mattermost API library",
    "version": "0.18",
    "project_urls": {
        "Download": "https://pypi.org/project/mattermost-api/",
        "Homepage": "https://github.com/izhatomic/mattermost-api"
    },
    "split_keywords": [
        "mattermost",
        "mattermostapi",
        "mattermost-api",
        "mattermost api",
        "mm api",
        "mm-api"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e7ffc0c8a20d1ec9b80db802df22c29cc1ca5f0da89eee94e4be0e03f3758d5",
                "md5": "760a076ed0a5780a633ebb329fff0b9f",
                "sha256": "6866ba137540efc933ddb120403e8befc3b8d9f694b537c383fa15c16f002268"
            },
            "downloads": -1,
            "filename": "Mattermost_API-0.18-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "760a076ed0a5780a633ebb329fff0b9f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 15245,
            "upload_time": "2023-11-19T17:00:33",
            "upload_time_iso_8601": "2023-11-19T17:00:33.946499Z",
            "url": "https://files.pythonhosted.org/packages/9e/7f/fc0c8a20d1ec9b80db802df22c29cc1ca5f0da89eee94e4be0e03f3758d5/Mattermost_API-0.18-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "357e09f2753b4e9076120a97b0a2fffb68c2beaa55523d8b6b5a0884c9063e67",
                "md5": "48b59ebb58f2689864af35557913eafb",
                "sha256": "e2ea004cceca2c3eabc83fff388b7a52ed93938a76c7cd23b3660e3c94b72305"
            },
            "downloads": -1,
            "filename": "Mattermost-API-0.18.tar.gz",
            "has_sig": false,
            "md5_digest": "48b59ebb58f2689864af35557913eafb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 9323,
            "upload_time": "2023-11-19T17:00:35",
            "upload_time_iso_8601": "2023-11-19T17:00:35.456479Z",
            "url": "https://files.pythonhosted.org/packages/35/7e/09f2753b4e9076120a97b0a2fffb68c2beaa55523d8b6b5a0884c9063e67/Mattermost-API-0.18.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-19 17:00:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "izhatomic",
    "github_project": "mattermost-api",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "setuptools",
            "specs": [
                [
                    "~=",
                    "65.5.1"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    "~=",
                    "2.28.2"
                ]
            ]
        }
    ],
    "lcname": "mattermost-api"
}
        
Elapsed time: 0.17270s