nextcloud-deck


Namenextcloud-deck JSON
Version 0.2.1 PyPI version JSON
download
home_pagehttps://github.com/kprestel/nextcloud-deck
SummaryPython wrapper around Nextcloud Deck API
upload_time2023-01-07 17:16:14
maintainer
docs_urlNone
authorKyle Prestel
requires_python>=3.8,<4.0
licenseMIT
keywords nextcloud
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Python Nextcloud Deck API

Simple python based wrapper around the Nextcloud deck API

Before using this library you should get familiar with the [Offical REST API](https://deck.readthedocs.io/en/latest/API/)
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kprestel/nextcloud-deck",
    "name": "nextcloud-deck",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "nextcloud",
    "author": "Kyle Prestel",
    "author_email": "kprestel@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/c3/c5/85d5da7739f0cfc9a7cd2ac6bf9ab883976d6a9aefcb2ae680a47d54da27/nextcloud_deck-0.2.1.tar.gz",
    "platform": null,
    "description": "# Python Nextcloud Deck API\n\nSimple python based wrapper around the Nextcloud deck API\n\nBefore using this library you should get familiar with the [Offical REST API](https://deck.readthedocs.io/en/latest/API/)",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python wrapper around Nextcloud Deck API",
    "version": "0.2.1",
    "split_keywords": [
        "nextcloud"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7744551e7e2bc368cc98711173e20af3d487cd5701635c480fb5d58cc300ca33",
                "md5": "9d211166f0ea377f195b67c7eaf188b6",
                "sha256": "39ec92c51e7b85081a88697f4e7d8167213b1c7782e1a60ca89169caca4c61ba"
            },
            "downloads": -1,
            "filename": "nextcloud_deck-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9d211166f0ea377f195b67c7eaf188b6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 4089,
            "upload_time": "2023-01-07T17:16:13",
            "upload_time_iso_8601": "2023-01-07T17:16:13.778530Z",
            "url": "https://files.pythonhosted.org/packages/77/44/551e7e2bc368cc98711173e20af3d487cd5701635c480fb5d58cc300ca33/nextcloud_deck-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c3c585d5da7739f0cfc9a7cd2ac6bf9ab883976d6a9aefcb2ae680a47d54da27",
                "md5": "cfa3cd9d7181ffaa6e598577385b75ba",
                "sha256": "b1f49c8cb1833a612c2db176d1ed77ef27dde4894f61c0999cf05c9f513f8f46"
            },
            "downloads": -1,
            "filename": "nextcloud_deck-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "cfa3cd9d7181ffaa6e598577385b75ba",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 3743,
            "upload_time": "2023-01-07T17:16:14",
            "upload_time_iso_8601": "2023-01-07T17:16:14.886806Z",
            "url": "https://files.pythonhosted.org/packages/c3/c5/85d5da7739f0cfc9a7cd2ac6bf9ab883976d6a9aefcb2ae680a47d54da27/nextcloud_deck-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-07 17:16:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "kprestel",
    "github_project": "nextcloud-deck",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "nextcloud-deck"
}
        
Elapsed time: 0.03213s