.gitignore
.readthedocs.yml
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/ci.yml
.github/workflows/packaging.yml
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/index.rst
docs/source/license.rst
docs/source/quickstart.rst
docs/source/reference.rst
gyazo/__about__.py
gyazo/__init__.py
gyazo/api.py
gyazo/error.py
gyazo/image.py
gyazo/py.typed
python_gyazo.egg-info/PKG-INFO
python_gyazo.egg-info/SOURCES.txt
python_gyazo.egg-info/dependency_links.txt
python_gyazo.egg-info/requires.txt
python_gyazo.egg-info/top_level.txt
tests/__init__.py
tests/test_api.py
tests/test_image.py