README.md
pyproject.toml
src/papermc_plugin_manager/__init__.py
src/papermc_plugin_manager/__main__.py
src/papermc_plugin_manager/connector_interface.py
src/papermc_plugin_manager/console.py
src/papermc_plugin_manager/plugin_manager.py
src/papermc_plugin_manager/utils.py
src/papermc_plugin_manager.egg-info/PKG-INFO
src/papermc_plugin_manager.egg-info/SOURCES.txt
src/papermc_plugin_manager.egg-info/dependency_links.txt
src/papermc_plugin_manager.egg-info/entry_points.txt
src/papermc_plugin_manager.egg-info/requires.txt
src/papermc_plugin_manager.egg-info/top_level.txt
src/papermc_plugin_manager/connectors/__init__.py
src/papermc_plugin_manager/connectors/modrinth.py
src/papermc_plugin_manager/connectors/modrinth_models.py
tests/test_modrinth_models.py