Metadata-Version: 2.4
Name: django_etuovi
Version: 0.2.2
Summary: Django wrapper around Etuovi API.
Home-page: https://github.com/City-of-Helsinki/django-etuovi
Author: City of Helsinki
Author-email: dev@hel.fi
License: MIT License
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Django>=3.2
Requires-Dist: lxml>=4
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# 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 .`
