Metadata-Version: 2.1
Name: testgear-python-commons
Version: 2.2.1
Summary: Python commons for Test Gear
Home-page: https://github.com/testgear-tms/adapters-python/
Author: Integration team
Author-email: integrations@test-gear.io
License: Apache-2.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown
Requires-Dist: pluggy
Requires-Dist: testgear-api-client==3.2.1

# How to enable debug logging?
1. Add in **connection_config.ini** file from the root directory of the project:
```
[debug]
__DEV = true
```
