LICENSE
MANIFEST.in
README.md
pyproject.toml
pd/__init__.py
pd/__main__.py
pd/cli.py
pd/repl.py
pd.egg-info/PKG-INFO
pd.egg-info/SOURCES.txt
pd.egg-info/dependency_links.txt
pd.egg-info/requires.txt
pd.egg-info/top_level.txt
pd/commands/__init__.py
pd/commands/copy_cmd.py
pd/commands/edit_cmd.py
pd/commands/fork_cmd.py
pd/commands/help_cmd.py
pd/commands/list_cmd.py
pd/commands/new_cmd.py
pd/commands/read_cmd.py
pd/commands/sync_cmd.py
pd/commands/write_cmd.py
pd/utils/__init__.py
pd/utils/browser.py
pd/utils/config.py
pd/utils/git_command_runner.py
pd/utils/snippet_repo.py
pd/utils/ssh.py