Metadata-Version: 2.1
Name: barsapi
Version: 1.2
Summary: Library to get data from Bars School Diary
License: All Rights Reserved
Author: askiphy
Author-email: durovam06@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: fake-useragent (>=1.2.1,<2.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Description-Content-Type: text/markdown

# BarsAPI
A python library to get data from Bars School Diary

## Using

```py
import barsapi
```

```py
getMarks(cookie)
```

```py
getData(cookie)
```

```py
getClass(cookie)
```
