Skip to content

Commit

Permalink
Migrate to the flat layout
Browse files Browse the repository at this point in the history
I will add `py.typed` after this PR is merged.
  • Loading branch information
kshramt committed Mar 20, 2024
1 parent b10d916 commit 9de5def
Show file tree
Hide file tree
Showing 95 changed files with 23 additions and 74 deletions.
46 changes: 23 additions & 23 deletions INDEX.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,29 +14,29 @@ testcontainers-python facilitates the use of Docker containers for functional an

.. toctree::

core/README
modules/arangodb/README
modules/azurite/README
modules/clickhouse/README
modules/elasticsearch/README
modules/google/README
modules/influxdb/README
modules/kafka/README
modules/keycloak/README
modules/localstack/README
modules/minio/README
modules/mongodb/README
modules/mssql/README
modules/mysql/README
modules/neo4j/README
modules/nginx/README
modules/opensearch/README
modules/oracle/README
modules/postgres/README
modules/rabbitmq/README
modules/redis/README
modules/selenium/README
modules/k3s/README
testcontainers/core/README
testcontainers//arangodb/README
testcontainers//azurite/README
testcontainers//clickhouse/README
testcontainers//elasticsearch/README
testcontainers//google/README
testcontainers//influxdb/README
testcontainers//kafka/README
testcontainers//keycloak/README
testcontainers//localstack/README
testcontainers//minio/README
testcontainers//mongodb/README
testcontainers//mssql/README
testcontainers//mysql/README
testcontainers//neo4j/README
testcontainers//nginx/README
testcontainers//opensearch/README
testcontainers//oracle/README
testcontainers//postgres/README
testcontainers//rabbitmq/README
testcontainers//redis/README
testcontainers//selenium/README
testcontainers//k3s/README

Getting Started
---------------
Expand Down
51 changes: 0 additions & 51 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,32 +24,6 @@ classifiers = [
"Operating System :: Unix",
"Operating System :: MacOS",
]
# testcontainers-core is a proper package dependency - only modules needed here
packages = [
{ include = "testcontainers", from = "core" },
{ include = "testcontainers", from = "modules/arangodb" },
{ include = "testcontainers", from = "modules/azurite" },
{ include = "testcontainers", from = "modules/clickhouse" },
{ include = "testcontainers", from = "modules/elasticsearch" },
{ include = "testcontainers", from = "modules/google" },
{ include = "testcontainers", from = "modules/influxdb" },
{ include = "testcontainers", from = "modules/k3s" },
{ include = "testcontainers", from = "modules/kafka" },
{ include = "testcontainers", from = "modules/keycloak" },
{ include = "testcontainers", from = "modules/localstack" },
{ include = "testcontainers", from = "modules/minio" },
{ include = "testcontainers", from = "modules/mongodb" },
{ include = "testcontainers", from = "modules/mssql" },
{ include = "testcontainers", from = "modules/mysql" },
{ include = "testcontainers", from = "modules/neo4j" },
{ include = "testcontainers", from = "modules/nginx" },
{ include = "testcontainers", from = "modules/opensearch" },
{ include = "testcontainers", from = "modules/oracle" },
{ include = "testcontainers", from = "modules/postgres" },
{ include = "testcontainers", from = "modules/rabbitmq" },
{ include = "testcontainers", from = "modules/redis" },
{ include = "testcontainers", from = "modules/selenium" }
]

[tool.poetry.urls]
"GitHub" = "https://github.com/testcontainers/testcontainers-python"
Expand Down Expand Up @@ -215,31 +189,6 @@ pretty = true
show_error_codes = true
strict = true
fast_module_lookup = true
modules = ["testcontainers.core"]
mypy_path = [
"core",
# "modules/arangodb",
# "modules/azurite",
# "modules/clickhouse",
# "modules/elasticsearch",
# "modules/google",
# "modules/k3s",
# "modules/kafka",
# "modules/keycloak",
# "modules/localstack",
# "modules/minio",
# "modules/mongodb",
# "modules/mssql",
# "modules/mysql",
# "modules/neo4j",
# "modules/nginx",
# "modules/opensearch",
# "modules/oracle",
# "modules/postgres",
# "modules/rabbitmq",
# "modules/redis",
# "modules/selenium"
]
enable_error_code = [
"ignore-without-code",
"redundant-expr",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9de5def

Please sign in to comment.