Package to manage OAuth 2.0 login for OSM in Python.

2 stars 2 forks 2 watchers Python GNU Affero General Public License v3.0
1 Open Issue Need Help Last updated: Dec 23, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This issue proposes replacing the Pydantic library with Python's built-in dataclasses for two simple models. The current Pydantic usage is deemed overkill, as only basic validation (checking for existence and string type) is required, making dataclasses a more lightweight alternative.

Complexity: 1/5
enhancement good first issue help wanted

Package to manage OAuth 2.0 login for OSM in Python.

Python