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.
- Host: GitHub
- URL: https://github.com/literateink/pawnote.kt
- Owner: LiterateInk
- License: gpl-3.0
- Created: 2025-07-14T19:53:22.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-14T20:41:49.000Z (11 months ago)
- Last Synced: 2025-07-17T03:44:49.804Z (11 months ago)
- Language: Kotlin
- Size: 321 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Citation: CITATION.cff
Awesome Lists containing this project
README

_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).