pawnote.kt

A purrfect API wrapper for PRONOTE.

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

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.3%) to scientific vocabulary
Last synced: 8 months ago · JSON representation ·

Repository

A purrfect API wrapper for PRONOTE.

Basic Info
  • Host: GitHub
  • Owner: LiterateInk
  • License: gpl-3.0
  • Language: Kotlin
  • Default Branch: main
  • Size: 321 KB
Statistics
  • Stars: 2
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created 9 months ago · Last pushed 9 months ago
Metadata Files
Readme Funding License Citation

README.md

Pawnote: A purrfect API wrapper for PRONOTE

This library is not affiliated with Index-Education or PRONOTE in any way.

What is "PRONOTE" ?

PRONOTE 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 <dependency> <groupId>ink.literate</groupId> <artifactId>pawnote</artifactId> <version>1.0.0</version> </dependency>

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.

If that's not helpful, you can always open an issue to ask for help or join the LiterateInk Discord server.

Owner

  • Name: LiterateInk
  • Login: LiterateInk
  • Kind: organization
  • Email: contact@literate.ink
  • Location: France

A unified school workspace for literally everyone.

Citation (CITATION.cff)

cff-version: 1.2.0
title: Pawnote
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - name: LiterateInk
    website: "https://literate.ink"
    email: contact@literate.ink
repository-code: 'https://github.com/LiterateInk/Pawnote.kt'
url: 'https://pawnote.docs.literate.ink/'
repository-artifact: 'https://central.sonatype.com/artifact/ink.literate/pawnote'
abstract: >-
  A purrfect API wrapper for PRONOTE.
keywords:
  - pronote
  - wrapper
  - api
license: GPL-3.0-or-later

GitHub Events

Total
  • Watch event: 2
  • Create event: 1
Last Year
  • Watch event: 2
  • Create event: 1

Committers

Last synced: 9 months ago

All Time
  • Total Commits: 96
  • Total Committers: 2
  • Avg Commits per committer: 48.0
  • Development Distribution Score (DDS): 0.135
Past Year
  • Commits: 96
  • Committers: 2
  • Avg Commits per committer: 48.0
  • Development Distribution Score (DDS): 0.135
Top Committers
Name Email Commits
Maël GUERIN m****n@m****o 83
Mikkel ALMONTE--RINGAUD v****l@g****m 13
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 9 months ago


Dependencies

.github/workflows/publish.yml actions
  • actions/checkout v4 composite
  • actions/setup-java v4 composite
  • gradle/actions/setup-gradle v4 composite
build.gradle.kts maven
library/build.gradle.kts maven