Copyrights and Licenses Information
path start end what value
python-beaker/beaker-use-system-paste.patch 9 9 license mit
python-beaker/python-beaker.spec 5 5 license bsd-new
python-beaker/beaker-1.12.1/LICENSE 5 27 license bsd-new
python-beaker/beaker-1.12.1/setup.py 5 27 license bsd-new
python-beaker/beaker-1.12.1/setup.py 65 65 license bsd-new
python-beaker/beaker-1.12.1/setup.py 82 83 license bsd-new
python-beaker/beaker-1.12.1/setup.py 83 83 license unknown-license-reference
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-beaker directory
python-beaker/beaker-1.12.1-SPECPARTS directory
python-beaker/beaker-1.12.1.tar.gz file
python-beaker/beaker-use-system-paste.patch file
python-beaker/python-beaker.spec file
python-beaker/sources file
python-beaker/unittest.mock.patch file
python-beaker/beaker-1.12.1 directory
python-beaker/beaker-1.12.1/CHANGELOG file
python-beaker/beaker-1.12.1/LICENSE file
python-beaker/beaker-1.12.1/MANIFEST.in file
python-beaker/beaker-1.12.1/README.rst file
python-beaker/beaker-1.12.1/setup.cfg file
python-beaker/beaker-1.12.1/setup.py file
python-beaker/beaker-1.12.1/.github directory
python-beaker/beaker-1.12.1/.github/workflows directory
python-beaker/beaker-1.12.1/.github/workflows/runtests.yml file
python-beaker/beaker-1.12.1/beaker directory
python-beaker/beaker-1.12.1/beaker/__init__.py file
python-beaker/beaker-1.12.1/beaker/_compat.py file
python-beaker/beaker-1.12.1/beaker/cache.py file
python-beaker/beaker-1.12.1/beaker/container.py file
python-beaker/beaker-1.12.1/beaker/converters.py file
python-beaker/beaker-1.12.1/beaker/cookie.py file
python-beaker/beaker-1.12.1/beaker/exceptions.py file
python-beaker/beaker-1.12.1/beaker/middleware.py file
python-beaker/beaker-1.12.1/beaker/session.py file
python-beaker/beaker-1.12.1/beaker/synchronization.py file
python-beaker/beaker-1.12.1/beaker/util.py file
python-beaker/beaker-1.12.1/beaker/crypto directory
python-beaker/beaker-1.12.1/beaker/crypto/__init__.py file
python-beaker/beaker-1.12.1/beaker/crypto/jcecrypto.py file
python-beaker/beaker-1.12.1/beaker/crypto/noencryption.py file
python-beaker/beaker-1.12.1/beaker/crypto/nsscrypto.py file
python-beaker/beaker-1.12.1/beaker/crypto/pbkdf2.py file
python-beaker/beaker-1.12.1/beaker/crypto/pyca_cryptography.py file
python-beaker/beaker-1.12.1/beaker/crypto/pycrypto.py file
python-beaker/beaker-1.12.1/beaker/crypto/util.py file
python-beaker/beaker-1.12.1/beaker/docs directory
python-beaker/beaker-1.12.1/beaker/docs/caching.rst file
python-beaker/beaker-1.12.1/beaker/docs/changes.rst file
python-beaker/beaker-1.12.1/beaker/docs/conf.py file
python-beaker/beaker-1.12.1/beaker/docs/configuration.rst file
python-beaker/beaker-1.12.1/beaker/docs/glossary.rst file
python-beaker/beaker-1.12.1/beaker/docs/index.rst file
python-beaker/beaker-1.12.1/beaker/docs/Makefile file
python-beaker/beaker-1.12.1/beaker/docs/sessions.rst file
python-beaker/beaker-1.12.1/beaker/docs/modules directory
python-beaker/beaker-1.12.1/beaker/docs/modules/cache.rst file
python-beaker/beaker-1.12.1/beaker/docs/modules/container.rst file
python-beaker/beaker-1.12.1/beaker/docs/modules/database.rst file
python-beaker/beaker-1.12.1/beaker/docs/modules/google.rst file
python-beaker/beaker-1.12.1/beaker/docs/modules/memcached.rst file
python-beaker/beaker-1.12.1/beaker/docs/modules/middleware.rst file
python-beaker/beaker-1.12.1/beaker/docs/modules/mongodb.rst file
python-beaker/beaker-1.12.1/beaker/docs/modules/pbkdf2.rst file
python-beaker/beaker-1.12.1/beaker/docs/modules/redis.rst file
python-beaker/beaker-1.12.1/beaker/docs/modules/session.rst file
python-beaker/beaker-1.12.1/beaker/docs/modules/sqla.rst file
python-beaker/beaker-1.12.1/beaker/docs/modules/synchronization.rst file
python-beaker/beaker-1.12.1/beaker/docs/modules/util.rst file
python-beaker/beaker-1.12.1/beaker/ext directory
python-beaker/beaker-1.12.1/beaker/ext/__init__.py file
python-beaker/beaker-1.12.1/beaker/ext/database.py file
python-beaker/beaker-1.12.1/beaker/ext/google.py file
python-beaker/beaker-1.12.1/beaker/ext/memcached.py file
python-beaker/beaker-1.12.1/beaker/ext/mongodb.py file
python-beaker/beaker-1.12.1/beaker/ext/redisnm.py file
python-beaker/beaker-1.12.1/beaker/ext/sqla.py file
python-beaker/beaker-1.12.1/tests directory
python-beaker/beaker-1.12.1/tests/__init__.py file
python-beaker/beaker-1.12.1/tests/annotated_functions.py file
python-beaker/beaker-1.12.1/tests/test_cache.py file
python-beaker/beaker-1.12.1/tests/test_cache_decorator.py file
python-beaker/beaker-1.12.1/tests/test_cachemanager.py file
python-beaker/beaker-1.12.1/tests/test_container.py file
python-beaker/beaker-1.12.1/tests/test_converters.py file
python-beaker/beaker-1.12.1/tests/test_cookie_domain_only.py file
python-beaker/beaker-1.12.1/tests/test_cookie_expires.py file
python-beaker/beaker-1.12.1/tests/test_cookie_only.py file
python-beaker/beaker-1.12.1/tests/test_database.py file
python-beaker/beaker-1.12.1/tests/test_domain_setting.py file
python-beaker/beaker-1.12.1/tests/test_increment.py file
python-beaker/beaker-1.12.1/tests/test_memcached.py file
python-beaker/beaker-1.12.1/tests/test_namespacing.py file
python-beaker/beaker-1.12.1/tests/test_pbkdf2.py file
python-beaker/beaker-1.12.1/tests/test_session.py file
python-beaker/beaker-1.12.1/tests/test_sqla.py file
python-beaker/beaker-1.12.1/tests/test_syncdict.py file
python-beaker/beaker-1.12.1/tests/test_synchronizer.py file
python-beaker/beaker-1.12.1/tests/test_unicode_cache_keys.py file
python-beaker/beaker-1.12.1/tests/test_managers directory
python-beaker/beaker-1.12.1/tests/test_managers/__init__.py file
python-beaker/beaker-1.12.1/tests/test_managers/base.py file
python-beaker/beaker-1.12.1/tests/test_managers/test_ext_mongodb.py file
python-beaker/beaker-1.12.1/tests/test_managers/test_ext_redis.py file
python-beaker/beaker-1.12.1/tests/test_namespacing_files directory
python-beaker/beaker-1.12.1/tests/test_namespacing_files/__init__.py file
python-beaker/beaker-1.12.1/tests/test_namespacing_files/namespace_get.py file
python-beaker/beaker-1.12.1/tests/test_namespacing_files/namespace_go.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
bsd-new BSD-3-Clause Permissive Regents of the University of California https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE https://scancode-licensedb.aboutcode.org/bsd-new http://www.opensource.org/licenses/BSD-3-Clause http://www.opensource.org/licenses/BSD-3-Clause BSD-3-Clause https://spdx.org/licenses/BSD-3-Clause
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