# tiupy
A library to scrape data from [TIU](https://my.tiu.edu.iq) student system
## Installation
```bash
pip install tiupy
```
## Example
```python
import tiupy
client = Client()
client.login(<username>, <password>)
print(client.sid)
print(client.profile.gpa)
print(client.get_courses_data())
```
Raw data
{
"_id": null,
"home_page": "https://github.com/heromr/tiupy",
"name": "Tiupy",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "python,tiu,tishk,tiu scraper,tiu API",
"author": "HeroMR",
"author_email": "mrhero4006@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/6d/73/8a1cd6f9bcf83ccf2c7d2525afa85979794c419c992784b5beb95dd8876a/Tiupy-0.0.10.tar.gz",
"platform": null,
"description": "# tiupy\nA library to scrape data from [TIU](https://my.tiu.edu.iq) student system\n\n## Installation\n\n```bash\npip install tiupy\n```\n\n## Example\n\n```python\nimport tiupy\n\nclient = Client()\nclient.login(<username>, <password>)\n\nprint(client.sid)\nprint(client.profile.gpa)\nprint(client.get_courses_data())\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A scraper for Tiu student system website",
"version": "0.0.10",
"project_urls": {
"Homepage": "https://github.com/heromr/tiupy"
},
"split_keywords": [
"python",
"tiu",
"tishk",
"tiu scraper",
"tiu api"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "74a20f3f725a711b944ff81460c78ec8c4fef71fd5d314ba78e05f493f31413c",
"md5": "aacefebca5ba459da3e2c327ec171b57",
"sha256": "e566a0426304d35001bee60191ba459f9044073512007905e16dd26d4082c24b"
},
"downloads": -1,
"filename": "Tiupy-0.0.10-py3-none-any.whl",
"has_sig": false,
"md5_digest": "aacefebca5ba459da3e2c327ec171b57",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 7034,
"upload_time": "2023-07-15T10:30:43",
"upload_time_iso_8601": "2023-07-15T10:30:43.023910Z",
"url": "https://files.pythonhosted.org/packages/74/a2/0f3f725a711b944ff81460c78ec8c4fef71fd5d314ba78e05f493f31413c/Tiupy-0.0.10-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6d738a1cd6f9bcf83ccf2c7d2525afa85979794c419c992784b5beb95dd8876a",
"md5": "47bb3304234a6f09bde7ea56c0cc922a",
"sha256": "6ff194eb5b930a8f5a10e9b8e590d154a2e63ddaeb2412061fcd03fa09f4b1c5"
},
"downloads": -1,
"filename": "Tiupy-0.0.10.tar.gz",
"has_sig": false,
"md5_digest": "47bb3304234a6f09bde7ea56c0cc922a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 5777,
"upload_time": "2023-07-15T10:30:44",
"upload_time_iso_8601": "2023-07-15T10:30:44.679650Z",
"url": "https://files.pythonhosted.org/packages/6d/73/8a1cd6f9bcf83ccf2c7d2525afa85979794c419c992784b5beb95dd8876a/Tiupy-0.0.10.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-07-15 10:30:44",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "heromr",
"github_project": "tiupy",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "tiupy"
}