blivomdeler-api


Nameblivomdeler-api JSON
Version 0.3.0 PyPI version JSON
download
home_pagehttps://github.com/objectiveSquid/blivomdeler-api
SummaryA python library for doing all sorts of things on the https://blivomdeler.nu site.
upload_time2023-11-14 15:14:50
maintainer
docs_urlNone
authorMagnus Zahle
requires_python
licenseMIT
keywords python api api-wrapper blivomdeler website-api
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Blivomdeler-API
An API wrapper for the danish Blivomdeler site: https://blivomdeler.nu <br>
The words "Bliv Omdeler" in danish translates to "Become Distributor", as in a newpaper distributor.


# Changelog

## 0.1.0
First release <br>
Added main class <br>
Added function to get earned points <br>
Added login functionality <br>
Added logout functionality

## 0.2.0
Added classes for some function returns <br>
Added some more exception handling <br>
Added function to get giftshop items <br>
Added function to get history of points collected, earned or spent <br>
Added function to get information about the current user <br>
Added function to change information about the current user <br>
Removed option to login when creating an instance of the APISession class, use APISession.login() after creating an instance. <br>
Removed APISession.earned_points property, use APISession.get_earned_points() instead.

## 0.3.0
Added function to download a route map

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/objectiveSquid/blivomdeler-api",
    "name": "blivomdeler-api",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,api,api-wrapper,blivomdeler,website-api",
    "author": "Magnus Zahle",
    "author_email": "objectivesquid@outlook.com",
    "download_url": "",
    "platform": null,
    "description": "# Blivomdeler-API\r\nAn API wrapper for the danish Blivomdeler site: https://blivomdeler.nu <br>\r\nThe words \"Bliv Omdeler\" in danish translates to \"Become Distributor\", as in a newpaper distributor.\r\n\r\n\r\n# Changelog\r\n\r\n## 0.1.0\r\nFirst release <br>\r\nAdded main class <br>\r\nAdded function to get earned points <br>\r\nAdded login functionality <br>\r\nAdded logout functionality\r\n\r\n## 0.2.0\r\nAdded classes for some function returns <br>\r\nAdded some more exception handling <br>\r\nAdded function to get giftshop items <br>\r\nAdded function to get history of points collected, earned or spent <br>\r\nAdded function to get information about the current user <br>\r\nAdded function to change information about the current user <br>\r\nRemoved option to login when creating an instance of the APISession class, use APISession.login() after creating an instance. <br>\r\nRemoved APISession.earned_points property, use APISession.get_earned_points() instead.\r\n\r\n## 0.3.0\r\nAdded function to download a route map\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A python library for doing all sorts of things on the https://blivomdeler.nu site.",
    "version": "0.3.0",
    "project_urls": {
        "Homepage": "https://github.com/objectiveSquid/blivomdeler-api"
    },
    "split_keywords": [
        "python",
        "api",
        "api-wrapper",
        "blivomdeler",
        "website-api"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "82bf3a171be086aee6ea30fc0f2edc7860c7210cf6dd1f917721f04825652d66",
                "md5": "7c666c3042c0a28f26953929cdc4b03a",
                "sha256": "701c477acba09bf889b55b35ea025bb44a0a681db6c83d4ab36ced6a1a9bdd99"
            },
            "downloads": -1,
            "filename": "blivomdeler_api-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7c666c3042c0a28f26953929cdc4b03a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 12047,
            "upload_time": "2023-11-14T15:14:50",
            "upload_time_iso_8601": "2023-11-14T15:14:50.675467Z",
            "url": "https://files.pythonhosted.org/packages/82/bf/3a171be086aee6ea30fc0f2edc7860c7210cf6dd1f917721f04825652d66/blivomdeler_api-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-14 15:14:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "objectiveSquid",
    "github_project": "blivomdeler-api",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "blivomdeler-api"
}
        
Elapsed time: 0.17160s