.gitignore
LICENSE
README.md
pylama.ini
pyproject.toml
.github/workflows/python-ci.yml
deltachat2/__init__.py
deltachat2/_utils.py
deltachat2/bot.py
deltachat2/client.py
deltachat2/events.py
deltachat2/rpc.py
deltachat2/transport.py
deltachat2/types.py
deltachat2/util.py
deltachat2.egg-info/PKG-INFO
deltachat2.egg-info/SOURCES.txt
deltachat2.egg-info/dependency_links.txt
deltachat2.egg-info/requires.txt
deltachat2.egg-info/top_level.txt
examples/client.py
examples/echobot.py
examples/echobot_advanced.py