.gitignore
.isort.cfg
.mypy.ini
CHANGELOG.rst
LICENSE
MANIFEST.in
README.rst
pylama.ini
pyproject.toml
setup.py
.github/dependabot.yml
.github/workflows/python-ci.yml
requirements/requirements-dev.txt
requirements/requirements-test.txt
requirements/requirements.txt
simplebot_stickers/__init__.py
simplebot_stickers/_version.py
simplebot_stickers/signal.py
simplebot_stickers/telegram.py
simplebot_stickers/util.py
simplebot_stickers.egg-info/PKG-INFO
simplebot_stickers.egg-info/SOURCES.txt
simplebot_stickers.egg-info/dependency_links.txt
simplebot_stickers.egg-info/entry_points.txt
simplebot_stickers.egg-info/not-zip-safe
simplebot_stickers.egg-info/requires.txt
simplebot_stickers.egg-info/top_level.txt
tests/test_plugin.py