Copyrights and Licenses Information
path start end what value
python-mockito/python-mockito.spec 7 7 license mit
python-mockito/mockito-python-1.3.0/LICENSE 3 19 license mit
python-mockito/mockito-python-1.3.0/setup.py 23 23 license mit
python-mockito/mockito-python-1.3.0/setup.py 30 30 license mit
python-mockito/mockito-python-1.3.0/mockito/__init__.py 3 19 license mit
python-mockito/mockito-python-1.3.0/mockito/inorder.py 3 19 license mit
python-mockito/mockito-python-1.3.0/mockito/invocation.py 3 19 license mit
python-mockito/mockito-python-1.3.0/mockito/matchers.py 3 19 license mit
python-mockito/mockito-python-1.3.0/mockito/mock_registry.py 3 19 license mit
python-mockito/mockito-python-1.3.0/mockito/mocking.py 3 19 license mit
python-mockito/mockito-python-1.3.0/mockito/mockito.py 3 19 license mit
python-mockito/mockito-python-1.3.0/mockito/spying.py 3 19 license mit
python-mockito/mockito-python-1.3.0/mockito/verification.py 3 19 license mit
python-mockito/mockito-python-1.3.0/tests/classmethods_test.py 3 19 license mit
python-mockito/mockito-python-1.3.0/tests/instancemethods_test.py 3 19 license mit
python-mockito/mockito-python-1.3.0/tests/matchers_test.py 3 19 license mit
python-mockito/mockito-python-1.3.0/tests/modulefunctions_test.py 3 19 license mit
python-mockito/mockito-python-1.3.0/tests/speccing_test.py 3 19 license mit
python-mockito/mockito-python-1.3.0/tests/spying_test.py 3 19 license mit
python-mockito/mockito-python-1.3.0/tests/staticmethods_test.py 3 19 license mit
python-mockito/mockito-python-1.3.0/tests/stubbing_test.py 3 19 license mit
python-mockito/mockito-python-1.3.0/tests/test_base.py 3 19 license mit
python-mockito/mockito-python-1.3.0/tests/verification_errors_test.py 3 19 license mit
python-mockito/mockito-python-1.3.0/tests/verifications_test.py 3 19 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-mockito directory
python-mockito/mockito-python-1.3.0-SPECPARTS directory
python-mockito/mockito-python-1.3.0.tar.gz file
python-mockito/python-mockito.spec file
python-mockito/README.md file
python-mockito/sources file
python-mockito/mockito-python-1.3.0 directory
python-mockito/mockito-python-1.3.0/.bumpversion.cfg file
python-mockito/mockito-python-1.3.0/.flake8 file
python-mockito/mockito-python-1.3.0/AUTHORS file
python-mockito/mockito-python-1.3.0/bump.bat file
python-mockito/mockito-python-1.3.0/CHANGES.txt file
python-mockito/mockito-python-1.3.0/LICENSE file
python-mockito/mockito-python-1.3.0/MANIFEST.in file
python-mockito/mockito-python-1.3.0/README.rst file
python-mockito/mockito-python-1.3.0/setup.py file
python-mockito/mockito-python-1.3.0/.github directory
python-mockito/mockito-python-1.3.0/.github/workflows directory
python-mockito/mockito-python-1.3.0/.github/workflows/test-lint-go.yml file
python-mockito/mockito-python-1.3.0/docs directory
python-mockito/mockito-python-1.3.0/docs/changes.rst file
python-mockito/mockito-python-1.3.0/docs/conf.py file
python-mockito/mockito-python-1.3.0/docs/index.rst file
python-mockito/mockito-python-1.3.0/docs/make.bat file
python-mockito/mockito-python-1.3.0/docs/Makefile file
python-mockito/mockito-python-1.3.0/docs/nutshell.rst file
python-mockito/mockito-python-1.3.0/docs/recipes.rst file
python-mockito/mockito-python-1.3.0/docs/the-functions.rst file
python-mockito/mockito-python-1.3.0/docs/the-matchers.rst file
python-mockito/mockito-python-1.3.0/docs/walk-through.rst file
python-mockito/mockito-python-1.3.0/docs/_static directory
python-mockito/mockito-python-1.3.0/docs/_static/alabaster.css file
python-mockito/mockito-python-1.3.0/mockito directory
python-mockito/mockito-python-1.3.0/mockito/__init__.py file
python-mockito/mockito-python-1.3.0/mockito/inorder.py file
python-mockito/mockito-python-1.3.0/mockito/invocation.py file
python-mockito/mockito-python-1.3.0/mockito/matchers.py file
python-mockito/mockito-python-1.3.0/mockito/mock_registry.py file
python-mockito/mockito-python-1.3.0/mockito/mocking.py file
python-mockito/mockito-python-1.3.0/mockito/mockito.py file
python-mockito/mockito-python-1.3.0/mockito/signature.py file
python-mockito/mockito-python-1.3.0/mockito/spying.py file
python-mockito/mockito-python-1.3.0/mockito/utils.py file
python-mockito/mockito-python-1.3.0/mockito/verification.py file
python-mockito/mockito-python-1.3.0/tests directory
python-mockito/mockito-python-1.3.0/tests/__init__.py file
python-mockito/mockito-python-1.3.0/tests/classmethods_test.py file
python-mockito/mockito-python-1.3.0/tests/conftest.py file
python-mockito/mockito-python-1.3.0/tests/ellipsis_test.py file
python-mockito/mockito-python-1.3.0/tests/instancemethods_test.py file
python-mockito/mockito-python-1.3.0/tests/late_imports_test.py file
python-mockito/mockito-python-1.3.0/tests/matchers_test.py file
python-mockito/mockito-python-1.3.0/tests/mocking_properties_test.py file
python-mockito/mockito-python-1.3.0/tests/module.py file
python-mockito/mockito-python-1.3.0/tests/modulefunctions_test.py file
python-mockito/mockito-python-1.3.0/tests/my_dict_test.py file
python-mockito/mockito-python-1.3.0/tests/numpy_test.py file
python-mockito/mockito-python-1.3.0/tests/signatures_test.py file
python-mockito/mockito-python-1.3.0/tests/speccing_test.py file
python-mockito/mockito-python-1.3.0/tests/spying_test.py file
python-mockito/mockito-python-1.3.0/tests/staticmethods_test.py file
python-mockito/mockito-python-1.3.0/tests/stubbing_test.py file
python-mockito/mockito-python-1.3.0/tests/test_base.py file
python-mockito/mockito-python-1.3.0/tests/unstub_test.py file
python-mockito/mockito-python-1.3.0/tests/verification_errors_test.py file
python-mockito/mockito-python-1.3.0/tests/verifications_test.py file
python-mockito/mockito-python-1.3.0/tests/when2_test.py file
python-mockito/mockito-python-1.3.0/tests/when_interface_test.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