Metadata-Version: 2.1
Name: gitam
Version: 0.2.1
Summary: Useful tools to extract data from GITAM University websites.
Home-page: https://github.com/rohitganji/gitam
Author: Rohit Ganji
Author-email: grohit.2001@gmail.com
License: MIT
Download-URL: https://pypi.org/project/gitam/
Keywords: GITAM,GITAM University,Gandhi Institute of Technology and Management
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

## GITAM

<b>GITAM</b> is a simple, yet elegant, library.


Works only with the [Results Page](https://doeresults.gitam.edu/) for now. New version coming soon!<br>

#### Installing

```python 
$ pip install gitam
```

#### Documentation

```python
>>> from gitam import result
>>> student = Result(roll_id=221810309053, semester=6)
>>> student.name
'Rohit G'
>>> student.branch
'Computer Science and Engineering'
>>> student.cgpa
8.68
```

[GLearn](https://login.gitam.edu/), [GParent](https://gparent.gitam.edu/), [Moodle](https://learn.gitam.edu/) etc. will be added soon.

