Metadata-Version: 2.3
Name: qcanvas
Version: 2.0.3
Summary: View courses from Canvas LMS
Author: QCanvas
Author-email: QCanvas@noreply.codeberg.org
Requires-Python: >=3.12,<3.13
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: aiofile (>=3.9.0,<4.0.0)
Requires-Dist: aiosqlite (>=0.20.0,<0.21.0)
Requires-Dist: asynctaskpool (>=0.2.1,<0.3.0)
Requires-Dist: cachetools (>=5.5.0,<6.0.0)
Requires-Dist: libqcanvas (>=0.5.4,<0.6.0)
Requires-Dist: platformdirs (>=4.2.2,<5.0.0)
Requires-Dist: pyqtdarktheme-fork (>=2.3.2,<3.0.0)
Requires-Dist: qasync (>=0.27.1,<0.28.0)
Requires-Dist: sqlalchemy (>=2.0.31,<3.0.0)
Requires-Dist: validators (>=0.34.0,<0.35.0)
Description-Content-Type: text/markdown

# QCanvas

QCanvas is an **unofficial** desktop client for Canvas LMS.

https://codeberg.org/QCanvas/QCanvas

https://github.com/QCanvas/QCanvasApp

# Downloads

<a href='https://flathub.org/apps/io.github.qcanvas.QCanvasApp'>
    <img width='240' alt='Get it on Flathub' src='https://flathub.org/api/badge?svg&locale=en'/>
</a>

You can download a **windows** version from [releases](https://github.com/QCanvas/QCanvasApp/releases)

> [!WARNING] 
> The appimage version is currently broken and may be dropped in the future.

# Development/Run from source

## Prerequisites

- Python 3.12
- Poetry

## Get started

```bash
git clone https://github.com/QCanvas/QCanvasApp.git
cd QCanvasApp

# Install packages and stuff
poetry install --with flatpak-exclude

# Run QCanvas (If you run `poetry shell`, you can drop the `poetry run` part)
poetry run qcanvas
# Alternative
poetry run python -m qcanvas
```

## Build custom AppImage

> [!WARNING]
> This is not recommended as the appimage produced by this process isn't a proper appimage.

> [!IMPORTANT]
> You will need [Appimagetool](https://github.com/AppImage/appimagetool)

```bash
bash ./dev_scripts/build_appimage
```
