Copyrights and Licenses Information
path start end what value
python-aiomysql/python-aiomysql.spec 6 6 license mit
python-aiomysql/aiomysql-0.1.1/LICENSE 3 19 license mit
python-aiomysql/aiomysql-0.1.1/setup.cfg 18 18 license mit
python-aiomysql/aiomysql-0.1.1/setup.cfg 31 31 license mit
python-aiomysql/aiomysql-0.1.1/aiomysql/__init__.py 6 22 license mit
python-aiomysql/aiomysql-0.1.1/docs/index.rst 117 117 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-aiomysql directory
python-aiomysql/aiomysql-0.1.1-SPECPARTS directory
python-aiomysql/aiomysql-0.1.1.tar.gz file
python-aiomysql/python-aiomysql.spec file
python-aiomysql/README.md file
python-aiomysql/sources file
python-aiomysql/aiomysql-0.1.1 directory
python-aiomysql/aiomysql-0.1.1/.coveragerc file
python-aiomysql/aiomysql-0.1.1/.flake8 file
python-aiomysql/aiomysql-0.1.1/.git_archival.txt file
python-aiomysql/aiomysql-0.1.1/.readthedocs.yaml file
python-aiomysql/aiomysql-0.1.1/CHANGES.txt file
python-aiomysql/aiomysql-0.1.1/CONTRIBUTING.rst file
python-aiomysql/aiomysql-0.1.1/docker-compose.yml file
python-aiomysql/aiomysql-0.1.1/LICENSE file
python-aiomysql/aiomysql-0.1.1/Makefile file
python-aiomysql/aiomysql-0.1.1/pyproject.toml file
python-aiomysql/aiomysql-0.1.1/README.rst file
python-aiomysql/aiomysql-0.1.1/requirements-dev.txt file
python-aiomysql/aiomysql-0.1.1/setup.cfg file
python-aiomysql/aiomysql-0.1.1/.github directory
python-aiomysql/aiomysql-0.1.1/.github/dependabot.yml file
python-aiomysql/aiomysql-0.1.1/.github/ISSUE_TEMPLATE directory
python-aiomysql/aiomysql-0.1.1/.github/ISSUE_TEMPLATE/bug_report.yml file
python-aiomysql/aiomysql-0.1.1/.github/ISSUE_TEMPLATE/feature_request.yml file
python-aiomysql/aiomysql-0.1.1/.github/workflows directory
python-aiomysql/aiomysql-0.1.1/.github/workflows/ci-cd.yml file
python-aiomysql/aiomysql-0.1.1/aiomysql directory
python-aiomysql/aiomysql-0.1.1/aiomysql/__init__.py file
python-aiomysql/aiomysql-0.1.1/aiomysql/_scm_version.pyi file
python-aiomysql/aiomysql-0.1.1/aiomysql/_version.py file
python-aiomysql/aiomysql-0.1.1/aiomysql/connection.py file
python-aiomysql/aiomysql-0.1.1/aiomysql/cursors.py file
python-aiomysql/aiomysql-0.1.1/aiomysql/log.py file
python-aiomysql/aiomysql-0.1.1/aiomysql/pool.py file
python-aiomysql/aiomysql-0.1.1/aiomysql/utils.py file
python-aiomysql/aiomysql-0.1.1/aiomysql/sa directory
python-aiomysql/aiomysql-0.1.1/aiomysql/sa/__init__.py file
python-aiomysql/aiomysql-0.1.1/aiomysql/sa/connection.py file
python-aiomysql/aiomysql-0.1.1/aiomysql/sa/engine.py file
python-aiomysql/aiomysql-0.1.1/aiomysql/sa/exc.py file
python-aiomysql/aiomysql-0.1.1/aiomysql/sa/result.py file
python-aiomysql/aiomysql-0.1.1/aiomysql/sa/transaction.py file
python-aiomysql/aiomysql-0.1.1/docs directory
python-aiomysql/aiomysql-0.1.1/docs/conf.py file
python-aiomysql/aiomysql-0.1.1/docs/connection.rst file
python-aiomysql/aiomysql-0.1.1/docs/contributing.rst file
python-aiomysql/aiomysql-0.1.1/docs/cursors.rst file
python-aiomysql/aiomysql-0.1.1/docs/examples.rst file
python-aiomysql/aiomysql-0.1.1/docs/glossary.rst file
python-aiomysql/aiomysql-0.1.1/docs/index.rst file
python-aiomysql/aiomysql-0.1.1/docs/make.bat file
python-aiomysql/aiomysql-0.1.1/docs/Makefile file
python-aiomysql/aiomysql-0.1.1/docs/pool.rst file
python-aiomysql/aiomysql-0.1.1/docs/sa.rst file
python-aiomysql/aiomysql-0.1.1/docs/tutorial.rst file
python-aiomysql/aiomysql-0.1.1/examples directory
python-aiomysql/aiomysql-0.1.1/examples/example.py file
python-aiomysql/aiomysql-0.1.1/examples/example_callproc.py file
python-aiomysql/aiomysql-0.1.1/examples/example_callproc_oldstyle.py file
python-aiomysql/aiomysql-0.1.1/examples/example_cursors.py file
python-aiomysql/aiomysql-0.1.1/examples/example_executemany.py file
python-aiomysql/aiomysql-0.1.1/examples/example_executemany_oldstyle.py file
python-aiomysql/aiomysql-0.1.1/examples/example_oldstyle.py file
python-aiomysql/aiomysql-0.1.1/examples/example_pool.py file
python-aiomysql/aiomysql-0.1.1/examples/example_pool_oldstyle.py file
python-aiomysql/aiomysql-0.1.1/examples/example_simple_sa.py file
python-aiomysql/aiomysql-0.1.1/examples/example_simple_sa_oldstyle.py file
python-aiomysql/aiomysql-0.1.1/examples/example_ssl.py file
python-aiomysql/aiomysql-0.1.1/examples/example_transaction.py file
python-aiomysql/aiomysql-0.1.1/examples/example_transaction_oldstyle.py file
python-aiomysql/aiomysql-0.1.1/tests directory
python-aiomysql/aiomysql-0.1.1/tests/__init__.py file
python-aiomysql/aiomysql-0.1.1/tests/_testutils.py file
python-aiomysql/aiomysql-0.1.1/tests/base.py file
python-aiomysql/aiomysql-0.1.1/tests/conftest.py file
python-aiomysql/aiomysql-0.1.1/tests/test_async_iter.py file
python-aiomysql/aiomysql-0.1.1/tests/test_async_with.py file
python-aiomysql/aiomysql-0.1.1/tests/test_basic.py file
python-aiomysql/aiomysql-0.1.1/tests/test_bulk_inserts.py file
python-aiomysql/aiomysql-0.1.1/tests/test_connection.py file
python-aiomysql/aiomysql-0.1.1/tests/test_cursor.py file
python-aiomysql/aiomysql-0.1.1/tests/test_deserialize_cursor.py file
python-aiomysql/aiomysql-0.1.1/tests/test_dictcursor.py file
python-aiomysql/aiomysql-0.1.1/tests/test_issues.py file
python-aiomysql/aiomysql-0.1.1/tests/test_load_local.py file
python-aiomysql/aiomysql-0.1.1/tests/test_nextset.py file
python-aiomysql/aiomysql-0.1.1/tests/test_pool.py file
python-aiomysql/aiomysql-0.1.1/tests/test_sha_connection.py file
python-aiomysql/aiomysql-0.1.1/tests/test_sscursor.py file
python-aiomysql/aiomysql-0.1.1/tests/test_ssl.py file
python-aiomysql/aiomysql-0.1.1/tests/fixtures directory
python-aiomysql/aiomysql-0.1.1/tests/fixtures/load_local_data.txt file
python-aiomysql/aiomysql-0.1.1/tests/fixtures/load_local_warn_data.txt file
python-aiomysql/aiomysql-0.1.1/tests/fixtures/my.cnf.tcp.tmpl file
python-aiomysql/aiomysql-0.1.1/tests/fixtures/my.cnf.unix.tmpl file
python-aiomysql/aiomysql-0.1.1/tests/sa directory
python-aiomysql/aiomysql-0.1.1/tests/sa/__init__.py file
python-aiomysql/aiomysql-0.1.1/tests/sa/test_sa_compiled_cache.py file
python-aiomysql/aiomysql-0.1.1/tests/sa/test_sa_connection.py file
python-aiomysql/aiomysql-0.1.1/tests/sa/test_sa_default.py file
python-aiomysql/aiomysql-0.1.1/tests/sa/test_sa_distil.py file
python-aiomysql/aiomysql-0.1.1/tests/sa/test_sa_engine.py file
python-aiomysql/aiomysql-0.1.1/tests/sa/test_sa_transaction.py file
python-aiomysql/aiomysql-0.1.1/tests/sa/test_sa_types.py file
python-aiomysql/aiomysql-0.1.1/tests/ssl_resources directory
python-aiomysql/aiomysql-0.1.1/tests/ssl_resources/README.md file
python-aiomysql/aiomysql-0.1.1/tests/ssl_resources/socket.cnf file
python-aiomysql/aiomysql-0.1.1/tests/ssl_resources/tls.cnf file
python-aiomysql/aiomysql-0.1.1/tests/ssl_resources/ssl directory
python-aiomysql/aiomysql-0.1.1/tests/ssl_resources/ssl/ca-key.pem file
python-aiomysql/aiomysql-0.1.1/tests/ssl_resources/ssl/ca.pem file
python-aiomysql/aiomysql-0.1.1/tests/ssl_resources/ssl/server-cert.pem file
python-aiomysql/aiomysql-0.1.1/tests/ssl_resources/ssl/server-key.pem file
python-aiomysql/aiomysql-0.1.1/tests/ssl_resources/ssl/server-req.pem 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