.gitignore
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
.github/workflows/publish.yml
examples/paste_dictionary.py
src/superpaste/__init__.py
src/superpaste/__main__.py
src/superpaste/__version__.py
src/superpaste.egg-info/PKG-INFO
src/superpaste.egg-info/SOURCES.txt
src/superpaste.egg-info/dependency_links.txt
src/superpaste.egg-info/entry_points.txt
src/superpaste.egg-info/requires.txt
src/superpaste.egg-info/top_level.txt
src/superpaste/backends/__init__.py
src/superpaste/backends/base.py
src/superpaste/backends/hastebin_com.py
src/superpaste/backends/hastebin_skyra_pw.py
src/superpaste/backends/hst_sh.py
src/superpaste/backends/mystb_in.py
src/superpaste/backends/paste_ee.py