Metadata-Version: 2.0
Name: testcontainers
Version: 2.2
Summary: Library provides lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker containers
Home-page: https://github.com/SergeyPirogov/testcontainers-python
Author: Sergey Pirogov
Author-email: automationremarks@gmail.com
License: UNKNOWN
Description-Content-Type: UNKNOWN
Keywords: testing,logging,docker,test automation
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Requires-Dist: blindspin
Requires-Dist: crayons
Requires-Dist: docker
Requires-Dist: wrapt
Provides-Extra: docker-compose
Requires-Dist: docker-compose; extra == 'docker-compose'
Provides-Extra: mysql
Requires-Dist: pymysql; extra == 'mysql'
Requires-Dist: sqlalchemy; extra == 'mysql'
Provides-Extra: postgresql
Requires-Dist: psycopg2; extra == 'postgresql'
Requires-Dist: sqlalchemy; extra == 'postgresql'
Provides-Extra: selenium
Requires-Dist: selenium (==2.53.1); extra == 'selenium'

UNKNOWN


