AUTHORS
LICENSE
MANIFEST.in
README.md
environment.yaml
pyproject.toml
pytest.ini
setup.py
.github/FUNDING.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/pre-commit.yml
.github/workflows/publish_pypi.yml
.github/workflows/tests.yml
docs/images/cli_example_grayskull.gif
docs/images/cli_example_grayskull_version.gif
grayskull/__init__.py
grayskull/__main__.py
grayskull/_version.py
grayskull/utils.py
grayskull.egg-info/PKG-INFO
grayskull.egg-info/SOURCES.txt
grayskull.egg-info/dependency_links.txt
grayskull.egg-info/entry_points.txt
grayskull.egg-info/requires.txt
grayskull.egg-info/top_level.txt
grayskull/base/__init__.py
grayskull/base/base_recipe.py
grayskull/base/extra.py
grayskull/base/factory.py
grayskull/base/pkg_info.py
grayskull/base/recipe_item.py
grayskull/base/section.py
grayskull/base/track_packages.py
grayskull/cli/__init__.py
grayskull/cli/parser.py
grayskull/cli/stdout.py
grayskull/license/__init__.py
grayskull/license/discovery.py
grayskull/license/data/AGPL-3.0
grayskull/license/data/Apache-2.0
grayskull/license/data/BSD-2-Clause
grayskull/license/data/BSD-3-Clause
grayskull/license/data/BSD-4-Clause
grayskull/license/data/CC0-1.0
grayskull/license/data/EPL-2.0
grayskull/license/data/GPL-2.0
grayskull/license/data/GPL-3.0
grayskull/license/data/LGPL-2.1
grayskull/license/data/LGPL-3.0
grayskull/license/data/MIT
grayskull/license/data/MPL-2.0
grayskull/license/data/Unlicense
grayskull/license/data/__init__.py
grayskull/pypi/__init__.py
grayskull/pypi/config.yaml
grayskull/pypi/pypi.py
tests/__init__.py
tests/conftest.py
tests/test_pypi.py
tests/test_utils.py
tests/base/__init__.py
tests/base/test_base_recipe.py
tests/base/test_extra.py
tests/base/test_factory.py
tests/base/test_pkg_info.py
tests/base/test_recipe_item.py
tests/base/test_sections.py
tests/base/test_track_packages.py
tests/cli/__init__.py
tests/cli/test_cli_cmds.py
tests/cli/test_cli_recipes.py
tests/cli/test_parser.py
tests/cli/test_stdout.py
tests/data/foo_imports.py
tests/data/pypi_pytest_metadata.json
tests/data/licenses/pytest.txt
tests/data/recipes/empty_gray.yaml
tests/data/recipes/simple_jinja_var.yaml
tests/data/track_package/example.yaml
tests/license/__init__.py
tests/license/test_discovery.py