|
12 | 12 | <a href="https://github.com/testcontainers/testcontainers-ruby/" class="card-grid-item" ><img src="language-logos/ruby.svg"/>Ruby</a> |
13 | 13 | </div> |
14 | 14 |
|
15 | | -## About Testcontainers for Python |
| 15 | +## About Testcontainers For Python |
16 | 16 |
|
17 | | -_Testcontainers for Python_ is a Python library that that makes it simple to create and clean up container-based dependencies for automated integration/smoke tests. The clean, easy-to-use API enables developers to programmatically define containers that should be run as part of a test and clean up those resources when the test is done. |
| 17 | +_Testcontainers for Python_ is a Python library that makes it simple to create and clean up container-based dependencies for automated integration or smoke tests. The easy-to-use API enables developers to programmatically define containers that should be run as part of a test and clean up those resources when the test is done. |
18 | 18 |
|
19 | | -To start using _Testcontainers for Python_ please read our [quickstart guide](quickstart.md) |
| 19 | +To start using _Testcontainers for Python_, see the [quickstart guide](quickstart.md). |
| 20 | + |
| 21 | +!!!note |
| 22 | + |
| 23 | + If you need a high-level explanation of _Testcontainers_, see the [main website](https://testcontainers.com/getting-started/). |
20 | 24 |
|
21 | 25 | ## Code Comments |
22 | 26 |
|
23 | | -Inline documentation and docs where the code live is crucial for us. Testcontainers Python follows [PEP 257](https://peps.python.org/pep-0257/){:target="\_blank"} comment conventions. The codebase previously supported Sphinx so you may encounter comments not yet updated for the new documentation style. |
| 27 | +Inline documentation and docs where the code lives are crucial for us. Testcontainers For Python follows the [PEP 257](https://peps.python.org/pep-0257/){:target="\_blank"} comment conventions. The codebase previously supported Sphinx, so you may encounter comments not yet updated for the new documentation style. |
24 | 28 |
|
25 | | -## Who is using Testcontainers Python? |
| 29 | +## Who Is Using Testcontainers Python? |
26 | 30 |
|
27 | | -- [Timescale](https://www.timescale.com/) - Uses testcontainers-python in their pgai project for testing PostgreSQL integrations, AI model interactions, and AWS service integrations |
28 | | -- [Redis](https://redis.io/) - Depends on testcontainers-python for their redis vector library implementation |
29 | | -- [Apache](https://skywalking.apache.org/) - Uses testcontainers-python in their Skywalking project for application performance monitor tool in distributed systems. |
| 31 | +- [Timescale](https://www.timescale.com/) - Uses testcontainers-python in their pgai project for testing PostgreSQL integrations, AI model interactions, and AWS service integrations. |
| 32 | +- [Redis](https://redis.io/) - Depends on testcontainers-python for their Redis vector library implementation. |
| 33 | +- [Apache](https://skywalking.apache.org/) - Uses testcontainers-python in their Skywalking project for an application performance monitoring tool in distributed systems. |
30 | 34 |
|
31 | 35 | ## License |
32 | 36 |
|
33 | | -See [LICENSE](https://raw.githubusercontent.com/testcontainers/testcontainers-python/refs/heads/main/LICENSE.txt){:target="\_blank"} . |
| 37 | +See [LICENSE](https://raw.githubusercontent.com/testcontainers/testcontainers-python/refs/heads/main/LICENSE.txt){:target="\_blank"}. |
34 | 38 |
|
35 | 39 | ## Attributions |
36 | 40 |
|
|
0 commit comments