Metadata-Version: 2.1
Name: lnctApi
Version: 0.0.6
Summary: LNCT API wrapper, written in Python.
Home-page: https://github.com/cro2003/lnctApi
Author: cro2003
Author-email: cro@chirag.software
License: MIT
Project-URL: Documentation, https://cro2003.github.io/lnctApi/
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: requests
Requires-Dist: beautifulsoup4
Provides-Extra: dev
Requires-Dist: twine ; extra == 'dev'

# LNCT API
LNCT API wrapper, written in Python.

## Installation
Install using Pypi:
```bash
pip install lnctApi
```

## Usage
Example code to get Main Result:
```python
import lnctApi

student = lnctApi.accsoft(USER_ID, PASSWORD)
print(student.profile())
```

## Contact 
Chirag
<br>[cro@chirag.software](mailto:cro@chirag.software) 

