Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/city-of-helsinki/django-etuovi
- Owner: City-of-Helsinki
- License: mit
- Created: 2020-09-02T10:18:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-02T22:01:26.000Z (about 1 year ago)
- Last Synced: 2024-11-07T23:58:24.458Z (2 months ago)
- Language: Python
- Size: 67.4 KB
- Stars: 2
- Watchers: 9
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .`