An open API service indexing awesome lists of open source software.

https://github.com/literateink/pawnote.kt

A purrfect API wrapper for PRONOTE.
https://github.com/literateink/pawnote.kt

Last synced: 11 months ago
JSON representation

A purrfect API wrapper for PRONOTE.

Awesome Lists containing this project

README

          

Pawnote: A purrfect API wrapper for PRONOTE

_This library **is not** affiliated with [Index-Education](https://www.index-education.com/) or [PRONOTE](https://www.index-education.com/fr/logiciel-gestion-vie-scolaire.php) in any way._

## What is "PRONOTE" ?

[PRONOTE](https://www.index-education.com/fr/logiciel-gestion-vie-scolaire.php) is a school management application used by educational establishments in France to centralize and facilitate communication between teachers, students and parents. It lets you manage and consult timetables, grades, absences and homework, as well as communicate via messages. PRONOTE aims to improve the transparency and efficiency of day-to-day school management.

## Installation

### Maven

```xml

ink.literate
pawnote
1.0.0

```

### Gradle (Kotlin)

```kotlin
implementation("ink.literate:pawnote:1.0.0")
```

### Gradle

```groovy
implementation 'ink.literate:pawnote:1.0.0'
```

## Documentation

You can find documentation with guides at [docs.literate.ink/pawnote](https://docs.literate.ink/pawnote).

If that's not helpful, you can always [open an issue](https://github.com/LiterateInk/Pawnote/issues) to ask for help or join the [LiterateInk Discord server](https://literate.ink/discord).