Copyrights and Licenses Information
path start end what value
pykka/pykka.spec 8 8 license apache-2.0
pykka/pykka-2.0.2/LICENSE 2 202 license apache-2.0
pykka/pykka-2.0.2/README.rst 20 25 license apache-2.0
pykka/pykka-2.0.2/setup.py 24 24 license apache-2.0
pykka/pykka-2.0.2/setup.py 29 29 license apache-2.0
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
pykka directory
pykka/fix-sphinx.diff file
pykka/pykka-2.0.2-SPECPARTS directory
pykka/pykka-2.0.2.tar.gz file
pykka/pykka.spec file
pykka/sources file
pykka/pykka-2.0.2 directory
pykka/pykka-2.0.2/.readthedocs.yml file
pykka/pykka-2.0.2/LICENSE file
pykka/pykka-2.0.2/MANIFEST.in file
pykka/pykka-2.0.2/pyproject.toml file
pykka/pykka-2.0.2/README.rst file
pykka/pykka-2.0.2/setup.cfg file
pykka/pykka-2.0.2/setup.py file
pykka/pykka-2.0.2/tox.ini file
pykka/pykka-2.0.2/.circleci directory
pykka/pykka-2.0.2/.circleci/config.yml file
pykka/pykka-2.0.2/docs directory
pykka/pykka-2.0.2/docs/_build directory
pykka/pykka-2.0.2/docs/_static directory
pykka/pykka-2.0.2/docs/changes.rst file
pykka/pykka-2.0.2/docs/conf.py file
pykka/pykka-2.0.2/docs/examples.rst file
pykka/pykka-2.0.2/docs/index.rst file
pykka/pykka-2.0.2/docs/inspiration.rst file
pykka/pykka-2.0.2/docs/Makefile file
pykka/pykka-2.0.2/docs/quickstart.rst file
pykka/pykka-2.0.2/docs/testing.rst file
pykka/pykka-2.0.2/docs/api directory
pykka/pykka-2.0.2/docs/api/actors.rst file
pykka/pykka-2.0.2/docs/api/debug.rst file
pykka/pykka-2.0.2/docs/api/exceptions.rst file
pykka/pykka-2.0.2/docs/api/futures.rst file
pykka/pykka-2.0.2/docs/api/index.rst file
pykka/pykka-2.0.2/docs/api/logging.rst file
pykka/pykka-2.0.2/docs/api/messages.rst file
pykka/pykka-2.0.2/docs/api/proxies.rst file
pykka/pykka-2.0.2/docs/api/registry.rst file
pykka/pykka-2.0.2/docs/runtimes directory
pykka/pykka-2.0.2/docs/runtimes/eventlet.rst file
pykka/pykka-2.0.2/docs/runtimes/gevent.rst file
pykka/pykka-2.0.2/docs/runtimes/index.rst file
pykka/pykka-2.0.2/docs/runtimes/threading.rst file
pykka/pykka-2.0.2/examples directory
pykka/pykka-2.0.2/examples/counter.py file
pykka/pykka-2.0.2/examples/deadlock_debugging.py file
pykka/pykka-2.0.2/examples/plain_actor.py file
pykka/pykka-2.0.2/examples/producer.py file
pykka/pykka-2.0.2/examples/producer_test.py file
pykka/pykka-2.0.2/examples/resolver.py file
pykka/pykka-2.0.2/examples/typed_actor.py file
pykka/pykka-2.0.2/pykka directory
pykka/pykka-2.0.2/pykka/__init__.py file
pykka/pykka-2.0.2/pykka/_actor.py file
pykka/pykka-2.0.2/pykka/_envelope.py file
pykka/pykka-2.0.2/pykka/_exceptions.py file
pykka/pykka-2.0.2/pykka/_future.py file
pykka/pykka-2.0.2/pykka/_proxy.py file
pykka/pykka-2.0.2/pykka/_ref.py file
pykka/pykka-2.0.2/pykka/_registry.py file
pykka/pykka-2.0.2/pykka/_threading.py file
pykka/pykka-2.0.2/pykka/debug.py file
pykka/pykka-2.0.2/pykka/eventlet.py file
pykka/pykka-2.0.2/pykka/gevent.py file
pykka/pykka-2.0.2/pykka/messages.py file
pykka/pykka-2.0.2/pykka/_compat directory
pykka/pykka-2.0.2/pykka/_compat/__init__.py file
pykka/pykka-2.0.2/pykka/_compat/await_py3.py file
pykka/pykka-2.0.2/tests directory
pykka/pykka-2.0.2/tests/__init__.py file
pykka/pykka-2.0.2/tests/conftest.py file
pykka/pykka-2.0.2/tests/log_handler.py file
pykka/pykka-2.0.2/tests/performance.py file
pykka/pykka-2.0.2/tests/test_actor.py file
pykka/pykka-2.0.2/tests/test_envelope.py file
pykka/pykka-2.0.2/tests/test_future.py file
pykka/pykka-2.0.2/tests/test_future_py3.py file
pykka/pykka-2.0.2/tests/test_logging.py file
pykka/pykka-2.0.2/tests/test_messages.py file
pykka/pykka-2.0.2/tests/test_ref.py file
pykka/pykka-2.0.2/tests/test_registry.py file
pykka/pykka-2.0.2/tests/test_threading_actor.py file
pykka/pykka-2.0.2/tests/proxy directory
pykka/pykka-2.0.2/tests/proxy/__init__.py file
pykka/pykka-2.0.2/tests/proxy/test_attribute_access.py file
pykka/pykka-2.0.2/tests/proxy/test_dynamic_method_calls.py file
pykka/pykka-2.0.2/tests/proxy/test_legacy_message_format.py file
pykka/pykka-2.0.2/tests/proxy/test_mocking.py file
pykka/pykka-2.0.2/tests/proxy/test_proxy.py file
pykka/pykka-2.0.2/tests/proxy/test_static_method_calls.py file
pykka/pykka-2.0.2/tests/proxy/test_traversable.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
apache-2.0 Apache 2.0 Permissive Apache Software Foundation https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE https://scancode-licensedb.aboutcode.org/apache-2.0 http://www.apache.org/licenses/ http://www.apache.org/licenses/LICENSE-2.0 Apache-2.0 https://spdx.org/licenses/Apache-2.0