Copyrights and Licenses Information
path start end what value
python-pydocstyle/python-pydocstyle.spec 8 8 license mit
python-pydocstyle/pydocstyle-6.3.0/LICENSE-MIT 7 23 license mit
python-pydocstyle/pydocstyle-6.3.0/MANIFEST.in 1 1 license mit
python-pydocstyle/pydocstyle-6.3.0/pyproject.toml 6 6 license mit
python-pydocstyle/pydocstyle-6.3.0/docs/license.rst 4 4 license mit
File Information
path type name extension date size sha1 md5 files_count mime_type file_type programming_language is_binary is_text is_archive is_media is_source is_script
python-pydocstyle directory
python-pydocstyle/pydocstyle-6.3.0-SPECPARTS directory
python-pydocstyle/pydocstyle-6.3.0.tar.gz file
python-pydocstyle/python-pydocstyle.spec file
python-pydocstyle/sources file
python-pydocstyle/pydocstyle-6.3.0 directory
python-pydocstyle/pydocstyle-6.3.0/.gitpod.yml file
python-pydocstyle/pydocstyle-6.3.0/.pre-commit-hooks.yaml file
python-pydocstyle/pydocstyle-6.3.0/LICENSE-MIT file
python-pydocstyle/pydocstyle-6.3.0/Makefile file
python-pydocstyle/pydocstyle-6.3.0/MANIFEST.in file
python-pydocstyle/pydocstyle-6.3.0/poetry.lock file
python-pydocstyle/pydocstyle-6.3.0/PULL_REQUEST_TEMPLATE.md file
python-pydocstyle/pydocstyle-6.3.0/pyproject.toml file
python-pydocstyle/pydocstyle-6.3.0/README.rst file
python-pydocstyle/pydocstyle-6.3.0/requirements.txt file
python-pydocstyle/pydocstyle-6.3.0/tox.ini file
python-pydocstyle/pydocstyle-6.3.0/.github directory
python-pydocstyle/pydocstyle-6.3.0/.github/workflows directory
python-pydocstyle/pydocstyle-6.3.0/.github/workflows/pre-release.yml file
python-pydocstyle/pydocstyle-6.3.0/.github/workflows/release.yml file
python-pydocstyle/pydocstyle-6.3.0/.github/workflows/test.yml file
python-pydocstyle/pydocstyle-6.3.0/docs directory
python-pydocstyle/pydocstyle-6.3.0/docs/conf.py file
python-pydocstyle/pydocstyle-6.3.0/docs/error_codes.rst file
python-pydocstyle/pydocstyle-6.3.0/docs/index.rst file
python-pydocstyle/pydocstyle-6.3.0/docs/license.rst file
python-pydocstyle/pydocstyle-6.3.0/docs/make.bat file
python-pydocstyle/pydocstyle-6.3.0/docs/Makefile file
python-pydocstyle/pydocstyle-6.3.0/docs/quickstart.rst file
python-pydocstyle/pydocstyle-6.3.0/docs/release_notes.rst file
python-pydocstyle/pydocstyle-6.3.0/docs/usage.rst file
python-pydocstyle/pydocstyle-6.3.0/docs/snippets directory
python-pydocstyle/pydocstyle-6.3.0/docs/snippets/cli.rst file
python-pydocstyle/pydocstyle-6.3.0/docs/snippets/config.rst file
python-pydocstyle/pydocstyle-6.3.0/docs/snippets/in_file.rst file
python-pydocstyle/pydocstyle-6.3.0/docs/snippets/install.rst file
python-pydocstyle/pydocstyle-6.3.0/docs/snippets/pre_commit.rst file
python-pydocstyle/pydocstyle-6.3.0/docs/snippets/publicity.rst file
python-pydocstyle/pydocstyle-6.3.0/requirements directory
python-pydocstyle/pydocstyle-6.3.0/requirements/docs.txt file
python-pydocstyle/pydocstyle-6.3.0/requirements/runtime.txt file
python-pydocstyle/pydocstyle-6.3.0/requirements/test_env.txt file
python-pydocstyle/pydocstyle-6.3.0/requirements/tests.txt file
python-pydocstyle/pydocstyle-6.3.0/src directory
python-pydocstyle/pydocstyle-6.3.0/src/__init__.py file
python-pydocstyle/pydocstyle-6.3.0/src/pydocstyle directory
python-pydocstyle/pydocstyle-6.3.0/src/pydocstyle/__init__.py file
python-pydocstyle/pydocstyle-6.3.0/src/pydocstyle/__main__.py file
python-pydocstyle/pydocstyle-6.3.0/src/pydocstyle/_version.py file
python-pydocstyle/pydocstyle-6.3.0/src/pydocstyle/checker.py file
python-pydocstyle/pydocstyle-6.3.0/src/pydocstyle/cli.py file
python-pydocstyle/pydocstyle-6.3.0/src/pydocstyle/config.py file
python-pydocstyle/pydocstyle-6.3.0/src/pydocstyle/parser.py file
python-pydocstyle/pydocstyle-6.3.0/src/pydocstyle/utils.py file
python-pydocstyle/pydocstyle-6.3.0/src/pydocstyle/violations.py file
python-pydocstyle/pydocstyle-6.3.0/src/pydocstyle/wordlists.py file
python-pydocstyle/pydocstyle-6.3.0/src/pydocstyle/data directory
python-pydocstyle/pydocstyle-6.3.0/src/pydocstyle/data/imperatives.txt file
python-pydocstyle/pydocstyle-6.3.0/src/pydocstyle/data/imperatives_blacklist.txt file
python-pydocstyle/pydocstyle-6.3.0/src/tests directory
python-pydocstyle/pydocstyle-6.3.0/src/tests/__init__.py file
python-pydocstyle/pydocstyle-6.3.0/src/tests/error_tests.py file
python-pydocstyle/pydocstyle-6.3.0/src/tests/parser_test.py file
python-pydocstyle/pydocstyle-6.3.0/src/tests/test_decorators.py file
python-pydocstyle/pydocstyle-6.3.0/src/tests/test_definitions.py file
python-pydocstyle/pydocstyle-6.3.0/src/tests/test_integration.py file
python-pydocstyle/pydocstyle-6.3.0/src/tests/test_utils.py file
python-pydocstyle/pydocstyle-6.3.0/src/tests/test_cases directory
python-pydocstyle/pydocstyle-6.3.0/src/tests/test_cases/__init__.py file
python-pydocstyle/pydocstyle-6.3.0/src/tests/test_cases/all_import.py file
python-pydocstyle/pydocstyle-6.3.0/src/tests/test_cases/all_import_as.py file
python-pydocstyle/pydocstyle-6.3.0/src/tests/test_cases/all_import_aux.py file
python-pydocstyle/pydocstyle-6.3.0/src/tests/test_cases/canonical_google_examples.py file
python-pydocstyle/pydocstyle-6.3.0/src/tests/test_cases/canonical_numpy_examples.py file
python-pydocstyle/pydocstyle-6.3.0/src/tests/test_cases/canonical_pep257_examples.py file
python-pydocstyle/pydocstyle-6.3.0/src/tests/test_cases/capitalization.py file
python-pydocstyle/pydocstyle-6.3.0/src/tests/test_cases/comment_after_def_bug.py file
python-pydocstyle/pydocstyle-6.3.0/src/tests/test_cases/expected.py file
python-pydocstyle/pydocstyle-6.3.0/src/tests/test_cases/functions.py file
python-pydocstyle/pydocstyle-6.3.0/src/tests/test_cases/multi_line_summary_start.py file
python-pydocstyle/pydocstyle-6.3.0/src/tests/test_cases/nested_class.py file
python-pydocstyle/pydocstyle-6.3.0/src/tests/test_cases/noqa.py file
python-pydocstyle/pydocstyle-6.3.0/src/tests/test_cases/sections.py file
python-pydocstyle/pydocstyle-6.3.0/src/tests/test_cases/superfluous_quotes.py file
python-pydocstyle/pydocstyle-6.3.0/src/tests/test_cases/test.py file
python-pydocstyle/pydocstyle-6.3.0/src/tests/test_cases/unicode_literals.py file
Holders
path holder start end
Authors
path Author start end
Emails
path email start end
Urls
path url start end
License References
key short_name category owner scancode_url licensedb_url homepage_url text_urls spdx_license_key spdx_url
mit MIT License Permissive MIT https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE https://scancode-licensedb.aboutcode.org/mit http://opensource.org/licenses/mit-license.php http://opensource.org/licenses/mit-license.php MIT https://spdx.org/licenses/MIT