.gitignore
.travis.yml
LICENSE
README.en_US.md
README.md
pyproject.toml
requirements.txt
tox.ini
.github/workflows/check.yaml
.github/workflows/publish.yaml
tests/__init__.py
tests/server.py
tests/test_upload.py
tests/test_utils.py
tests/images/1.png
tests/images/2.jpeg
tests/images/3.jpeg
up2b/__init__.py
up2b/__main__.py
up2b/py.typed
up2b/version.py
up2b.egg-info/PKG-INFO
up2b.egg-info/SOURCES.txt
up2b.egg-info/dependency_links.txt
up2b.egg-info/entry_points.txt
up2b.egg-info/requires.txt
up2b.egg-info/top_level.txt
up2b/up2b_lib/__init__.py
up2b/up2b_lib/cache.py
up2b/up2b_lib/constants.py
up2b/up2b_lib/custom_types.py
up2b/up2b_lib/errors.py
up2b/up2b_lib/file.py
up2b/up2b_lib/http.py
up2b/up2b_lib/i18n.py
up2b/up2b_lib/log.py
up2b/up2b_lib/py.typed
up2b/up2b_lib/utils.py
up2b/up2b_lib/watermark.py
up2b/up2b_lib/up2b_api/__init__.py
up2b/up2b_lib/up2b_api/__init__.pyi
up2b/up2b_lib/up2b_api/github.py
up2b/up2b_lib/up2b_api/imgtg.py
up2b/up2b_lib/up2b_api/imgtu.py
up2b/up2b_lib/up2b_api/py.typed
up2b/up2b_lib/up2b_api/sm.py