You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2023. It is now read-only.
Add support for Python 3.10 (#2)
* Add support for Python 3.10
* Improve typing
* Use Optional for dacite
* Disable consider-alternative-union-syntax
* Use Final for constants
Pass data as dataclass object (#1)
* Use dataclass
* Use dataclass
* Next step
* Add translations
* Improve translations
* Improve translations
* Add py.typed file
* Add new trend strings
* Bump version
* Clean parsing logic
* Fix flake8 error
* Secure translate logic
* Bump version
* Add stale action
* Remove codeql action
* Use encoding parameter with open function
* Bump version