Metadata-Version: 2.1
Name: pyjiit
Version: 0.1.0a1
Summary: Python wrapper for JIIT webportal
License: MIT
Author: Harsh Sharma
Author-email: harsh@codelif.in
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: pycryptodome (>=3.20.0,<4.0.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Description-Content-Type: text/x-rst

pyjiit
============

**pyjiit** is a Python library for accessing data from JIIT Webportal. It uses the internal APIs of JIIT Webportal to programattically access the data. It can be used in various types of projects which require getting attendance data or general student information (like results, registration, etc).

For full documentation, visit https://pyjiit.codelif.in


Features
--------

* Login and Session management (with invalidation)
* Attendance data queries
* Subject registration data
* Exam event data
* Explicit exceptions
* Happiness

Roadmap
-------

* :code:`Webportal` instantiation with :code:`WebportalSession` (for cached sessions)
* Cover more endpoints
* Drink water
* Sleep more than 2 hours in a day
* Meetup with the people who designed JIIT Webportal
* Heavily judge their design choices


Dependencies
------------

* requests
* pycryptodome (this is explicit for very interesting reasons)
* NESCAFE
* `Dopamine Dose`_

.. _Dopamine Dose: https://open.spotify.com/playlist/3MD5jRlnXlLrMacF9rirOv?si=pH4WlKBPRyaJUokQwoehnA


Credits
-------
* `arvindpunk <https://github.com/arvindpunk>`_ (He helped heavily by reverse-engineering the encryption and decryption of the payload, without which this wouldn't exist)




