pyElsHelp


NamepyElsHelp JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/theslothbear/Elschool-Help-Bot
SummaryThis is the module for ELSCHOOL diary
upload_time2023-09-13 14:03:47
maintainer
docs_urlNone
authorthe_sloth_bear
requires_python>=3.6
license
keywords pyelshelp
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pyElsHelp Library #

## What is this? ##
The module allows you to authenticate and get information from ELSCHOOL diary with your login and password

## Quick Guide ##
The module is based on the following structure:

	from pyElsHelp import ElsUser

	user = ElsUser(login='login', password='pass')

	print(user.auth())
	print(user.get_class())
	print(user.get_marks(subject='math', period='1'))

## Developer ##
My GitHub profile [here](https://github.com/theslothbear)


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/theslothbear/Elschool-Help-Bot",
    "name": "pyElsHelp",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "pyElsHelp",
    "author": "the_sloth_bear",
    "author_email": "molnychess@yandex.ru",
    "download_url": "https://files.pythonhosted.org/packages/48/d4/27094da8fe201b407e91ea36d00c0e2bb3ffe55575c96f50888dfcb4609d/pyElsHelp-0.0.2.tar.gz",
    "platform": null,
    "description": "# pyElsHelp Library #\r\n\r\n## What is this? ##\r\nThe module allows you to authenticate and get information from ELSCHOOL diary with your login and password\r\n\r\n## Quick Guide ##\r\nThe module is based on the following structure:\r\n\r\n\tfrom pyElsHelp import ElsUser\r\n\r\n\tuser = ElsUser(login='login', password='pass')\r\n\r\n\tprint(user.auth())\r\n\tprint(user.get_class())\r\n\tprint(user.get_marks(subject='math', period='1'))\r\n\r\n## Developer ##\r\nMy GitHub profile [here](https://github.com/theslothbear)\r\n\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "This is the module for ELSCHOOL diary",
    "version": "0.0.2",
    "project_urls": {
        "GitHub": "https://github.com/theslothbear",
        "Homepage": "https://github.com/theslothbear/Elschool-Help-Bot"
    },
    "split_keywords": [
        "pyelshelp"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "16f4dc3685325e8d98ad399a6fcd4dc08f20fa6355562352f4b8a4383ee1ecb1",
                "md5": "c755adcb41583abbea0286c4c56dcf3e",
                "sha256": "b3bf3c2deecceeec38ccd7068a452d7fb9525c7aaade35b5b90946d8d3af9a5e"
            },
            "downloads": -1,
            "filename": "pyElsHelp-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c755adcb41583abbea0286c4c56dcf3e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 5631,
            "upload_time": "2023-09-13T14:03:45",
            "upload_time_iso_8601": "2023-09-13T14:03:45.592122Z",
            "url": "https://files.pythonhosted.org/packages/16/f4/dc3685325e8d98ad399a6fcd4dc08f20fa6355562352f4b8a4383ee1ecb1/pyElsHelp-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "48d427094da8fe201b407e91ea36d00c0e2bb3ffe55575c96f50888dfcb4609d",
                "md5": "9443a601a80abc7c8cdcd22062aafa5a",
                "sha256": "26327e5279ef6457f1eb0848ee6e1f8c4a95cbd3d9ac8577e765f5233d3084ab"
            },
            "downloads": -1,
            "filename": "pyElsHelp-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "9443a601a80abc7c8cdcd22062aafa5a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3645,
            "upload_time": "2023-09-13T14:03:47",
            "upload_time_iso_8601": "2023-09-13T14:03:47.169966Z",
            "url": "https://files.pythonhosted.org/packages/48/d4/27094da8fe201b407e91ea36d00c0e2bb3ffe55575c96f50888dfcb4609d/pyElsHelp-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-13 14:03:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "theslothbear",
    "github_project": "Elschool-Help-Bot",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pyelshelp"
}
        
Elapsed time: 0.16967s