.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
pytest.ini
setup.cfg
setup.py
tox.ini
ci/bootstrap.py
ci/requirements.txt
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/reference/index.rst
docs/reference/pasteme_cli.rst
src/pasteme_cli/__init__.py
src/pasteme_cli/__main__.py
src/pasteme_cli/cli.py
src/pasteme_cli/constants.py
src/pasteme_cli.egg-info/PKG-INFO
src/pasteme_cli.egg-info/SOURCES.txt
src/pasteme_cli.egg-info/dependency_links.txt
src/pasteme_cli.egg-info/entry_points.txt
src/pasteme_cli.egg-info/not-zip-safe
src/pasteme_cli.egg-info/requires.txt
src/pasteme_cli.egg-info/top_level.txt
src/pasteme_cli/sdk/__init__.py
src/pasteme_cli/sdk/pasteme.py
tests/__init__.py
tests/test_snippet.py