.coveragerc
.gitignore
.python-version
LICENSE
README.md
setup.py
tox.ini
.github/workflows/build.yml
.github/workflows/coverage.yml
.github/workflows/fmt.yml
.github/workflows/install.yml
.github/workflows/release.yml
examples/cat_bot.py
examples/ping_bot.py
requirements/fmt.in
requirements/fmt.txt
requirements/test.in
requirements/test.txt
smalld/__init__.py
smalld/exceptions.py
smalld/ratelimit.py
smalld/smalld.py
smalld/standard_listeners.py
smalld.egg-info/PKG-INFO
smalld.egg-info/SOURCES.txt
smalld.egg-info/dependency_links.txt
smalld.egg-info/requires.txt
smalld.egg-info/top_level.txt
smalld/resources/__init__.py
smalld/resources/ratelimit_buckets
test/test_gateway.py
test/test_httpclient.py
test/test_ratelimit.py
test/test_sanity.py
test/test_version.py