Copyrights and Licenses Information
path start end what value
python-testfixtures/python-testfixtures.spec 8 8 license mit
python-testfixtures/testfixtures-7.2.2/LICENSE.txt 4 22 license mit
python-testfixtures/testfixtures-7.2.2/PKG-INFO 4 22 license mit
python-testfixtures/testfixtures-7.2.2/PKG-INFO 8 8 license mit
python-testfixtures/testfixtures-7.2.2/PKG-INFO 11 11 license mit
python-testfixtures/testfixtures-7.2.2/PKG-INFO 22 22 license unknown-license-reference
python-testfixtures/testfixtures-7.2.2/setup.py 2 2 license unknown-license-reference
python-testfixtures/testfixtures-7.2.2/setup.py 4 22 license mit
python-testfixtures/testfixtures-7.2.2/setup.py 23 23 license mit
python-testfixtures/testfixtures-7.2.2/setup.py 31 31 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-testfixtures directory
python-testfixtures/python-testfixtures.spec file
python-testfixtures/sources file
python-testfixtures/testfixtures-7.2.2-SPECPARTS directory
python-testfixtures/testfixtures-7.2.2.tar.gz file
python-testfixtures/testfixtures-7.2.2 directory
python-testfixtures/testfixtures-7.2.2/.carthorse.yml file
python-testfixtures/testfixtures-7.2.2/.coveragerc file
python-testfixtures/testfixtures-7.2.2/.readthedocs.yml file
python-testfixtures/testfixtures-7.2.2/CHANGELOG.rst file
python-testfixtures/testfixtures-7.2.2/conftest.py file
python-testfixtures/testfixtures-7.2.2/LICENSE.txt file
python-testfixtures/testfixtures-7.2.2/PKG-INFO file
python-testfixtures/testfixtures-7.2.2/pytest.ini file
python-testfixtures/testfixtures-7.2.2/README.rst file
python-testfixtures/testfixtures-7.2.2/setup.cfg file
python-testfixtures/testfixtures-7.2.2/setup.py file
python-testfixtures/testfixtures-7.2.2/.circleci directory
python-testfixtures/testfixtures-7.2.2/.circleci/config.yml file
python-testfixtures/testfixtures-7.2.2/docs directory
python-testfixtures/testfixtures-7.2.2/docs/api.txt file
python-testfixtures/testfixtures-7.2.2/docs/changes.txt file
python-testfixtures/testfixtures-7.2.2/docs/comparing.txt file
python-testfixtures/testfixtures-7.2.2/docs/components.txt file
python-testfixtures/testfixtures-7.2.2/docs/conf.py file
python-testfixtures/testfixtures-7.2.2/docs/datetime.txt file
python-testfixtures/testfixtures-7.2.2/docs/development.txt file
python-testfixtures/testfixtures-7.2.2/docs/django.txt file
python-testfixtures/testfixtures-7.2.2/docs/exceptions.txt file
python-testfixtures/testfixtures-7.2.2/docs/files.txt file
python-testfixtures/testfixtures-7.2.2/docs/index.txt file
python-testfixtures/testfixtures-7.2.2/docs/installation.txt file
python-testfixtures/testfixtures-7.2.2/docs/license.txt file
python-testfixtures/testfixtures-7.2.2/docs/logging.txt file
python-testfixtures/testfixtures-7.2.2/docs/make.bat file
python-testfixtures/testfixtures-7.2.2/docs/Makefile file
python-testfixtures/testfixtures-7.2.2/docs/mocking.txt file
python-testfixtures/testfixtures-7.2.2/docs/popen.txt file
python-testfixtures/testfixtures-7.2.2/docs/streams.txt file
python-testfixtures/testfixtures-7.2.2/docs/twisted.txt file
python-testfixtures/testfixtures-7.2.2/docs/utilities.txt file
python-testfixtures/testfixtures-7.2.2/docs/warnings.txt file
python-testfixtures/testfixtures-7.2.2/testfixtures directory
python-testfixtures/testfixtures-7.2.2/testfixtures/__init__.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/comparison.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/compat.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/components.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/datetime.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/django.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/logcapture.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/mock.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/outputcapture.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/popen.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/replace.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/resolve.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/rmtree.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/shouldraise.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/shouldwarn.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/sybil.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/tempdirectory.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/twisted.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/utils.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/version.txt file
python-testfixtures/testfixtures-7.2.2/testfixtures/tests directory
python-testfixtures/testfixtures-7.2.2/testfixtures/tests/__init__.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/tests/configparser-read.txt file
python-testfixtures/testfixtures-7.2.2/testfixtures/tests/configparser-write.txt file
python-testfixtures/testfixtures-7.2.2/testfixtures/tests/directory-contents.txt file
python-testfixtures/testfixtures-7.2.2/testfixtures/tests/sample1.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/tests/sample2.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/tests/sample3.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/tests/test_compare.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/tests/test_comparison.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/tests/test_components.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/tests/test_date.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/tests/test_datetime.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/tests/test_diff.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/tests/test_generator.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/tests/test_log_capture.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/tests/test_logcapture.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/tests/test_mappingcomparison.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/tests/test_mock.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/tests/test_outputcapture.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/tests/test_popen.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/tests/test_popen_docs.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/tests/test_rangecomparison.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/tests/test_replace.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/tests/test_replacer.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/tests/test_roundcomparison.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/tests/test_sequencecomparison.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/tests/test_should_raise.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/tests/test_shouldwarn.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/tests/test_stringcomparison.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/tests/test_sybil.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/tests/test_tempdir.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/tests/test_tempdirectory.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/tests/test_time.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/tests/test_twisted.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/tests/test_wrap.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/tests/test_django directory
python-testfixtures/testfixtures-7.2.2/testfixtures/tests/test_django/__init__.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/tests/test_django/manage.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/tests/test_django/models.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/tests/test_django/settings.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/tests/test_django/test_compare.py file
python-testfixtures/testfixtures-7.2.2/testfixtures/tests/test_django/test_shouldraise.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
unknown-license-reference Unknown License reference Unstated License Unspecified https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE https://scancode-licensedb.aboutcode.org/unknown-license-reference None LicenseRef-scancode-unknown-license-reference https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE