Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/city-of-helsinki/django-etuovi

A Python wrapper around Etuovi API
https://github.com/city-of-helsinki/django-etuovi

Last synced: about 2 months ago
JSON representation

A Python wrapper around Etuovi API

Awesome Lists containing this project

README

        

# django-etuovi
A Django wrapper around Etuovi API

## Code format

This project uses
[`black`](https://github.com/psf/black) and
[`ruff`](https://github.com/astral-sh/ruff)
for code formatting and quality checking. Project follows the basic
black config, without any modifications.

Basic `black` commands:

* To let `black` do its magic: `black .`
* To see which files `black` would change: `black --check .`