Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: Add new methods and refactor * build: Add mypy to dev dependencies and config file * chore: Add types (WIP) * feat!: Add new methods and refactor * chore: Remove unused import * chore: Remove file test_gliff.py * fix: Minor fixes and edit comments * fix: Lint * build: Remove tests from github actions * fix: Format action * chore: Move mypy config inside pyproject.toml * fix: Turn gliff into a class and suggested changes (WIP) * fix: Lint * fix: suggested changes rename some methods, update docs, replace .format strings with f-strings, add helpers for creating and updating tiles, add method 'upload_annotation'. * chore: Remove useless comments * refactor: Change _mng to _manager * fix: Suggested changes replace getters and setters with @Property and make methods _reset_values and _get_value private. * fix: Make methods protected Make decode_content and encode_content protected * refactor: Call login inside constructor and add __del__ method * refactor: Change error into warning * refactor: Make some methods static and fix docs * refactor: Improve docstrings
- Loading branch information