Feat
- project was moved from GitLab to GitHub (original repo can be found at
https://gitlab.com/zef1r/pydio)
- testing and releasing is now done via CircleCI
- use **commitizen** tool (https://github.com/commitizen-tools/commitizen) to handle automatic version bump (based on Git log messages) and changelog management
- switch to **Poetry** (https://python-poetry.org/) from **Pipenv** (https://pipenv.pypa.io/en/latest/)
- successfully pass testing on Python 3.10
- drop support for Python 3.6 (as some development tools need >=3.7)
- use Markdown for README and CHANGELOG