LICENSE.txt
MANIFEST.in
README.md
package.yml
setup.py
src/shut/__init__.py
src/shut/py.typed
src/shut.egg-info/PKG-INFO
src/shut.egg-info/SOURCES.txt
src/shut.egg-info/dependency_links.txt
src/shut.egg-info/entry_points.txt
src/shut.egg-info/not-zip-safe
src/shut.egg-info/requires.txt
src/shut.egg-info/top_level.txt
src/shut/builders/__init__.py
src/shut/builders/core.py
src/shut/builders/setuptools.py
src/shut/changelog/__init__.py
src/shut/changelog/manager.py
src/shut/changelog/render.py
src/shut/changelog/v1.py
src/shut/changelog/v2.py
src/shut/changelog/v3.py
src/shut/checkers/__init__.py
src/shut/checkers/base.py
src/shut/checkers/generic.py
src/shut/checkers/monorepo.py
src/shut/checkers/package.py
src/shut/commands/__init__.py
src/shut/commands/classifiers.py
src/shut/commands/conda_forge.py
src/shut/commands/license.py
src/shut/commands/changelog/__init__.py
src/shut/commands/commons/__init__.py
src/shut/commands/commons/bump.py
src/shut/commands/commons/checks.py
src/shut/commands/commons/new.py
src/shut/commands/commons/status.py
src/shut/commands/mono/__init__.py
src/shut/commands/mono/bump.py
src/shut/commands/mono/checks.py
src/shut/commands/mono/install.py
src/shut/commands/mono/new.py
src/shut/commands/mono/publish.py
src/shut/commands/mono/status.py
src/shut/commands/mono/test.py
src/shut/commands/mono/update.py
src/shut/commands/pkg/__init__.py
src/shut/commands/pkg/build.py
src/shut/commands/pkg/bump.py
src/shut/commands/pkg/checks.py
src/shut/commands/pkg/install.py
src/shut/commands/pkg/new.py
src/shut/commands/pkg/publish.py
src/shut/commands/pkg/requirements.py
src/shut/commands/pkg/status.py
src/shut/commands/pkg/test.py
src/shut/commands/pkg/update.py
src/shut/model/__init__.py
src/shut/model/abstract.py
src/shut/model/author.py
src/shut/model/changelog.py
src/shut/model/linter.py
src/shut/model/monorepo.py
src/shut/model/package.py
src/shut/model/publish.py
src/shut/model/release.py
src/shut/model/requirements.py
src/shut/model/target.py
src/shut/model/test.py
src/shut/model/version.py
src/shut/publishers/__init__.py
src/shut/publishers/core.py
src/shut/publishers/warehouse.py
src/shut/renderers/__init__.py
src/shut/renderers/core.py
src/shut/renderers/generic.py
src/shut/renderers/setuptools.py
src/shut/test/__init__.py
src/shut/test/base.py
src/shut/test/pytest.py
src/shut/utils/__init__.py
src/shut/utils/ast.py
src/shut/utils/cli.py
src/shut/utils/text.py
src/shut/utils/type_registry.py
src/shut/utils/external/__init__.py
src/shut/utils/external/classifiers.py
src/shut/utils/external/license.py
src/shut/utils/io/__init__.py
src/shut/utils/io/sp.py
src/shut/utils/io/virtual.py