Metadata-Version: 2.4
Name: t-common
Version: 1.0.19
Summary: The package contains all frequently used packages in Thoughtful
Home-page: https://www.thoughtful.ai/
Keywords: thoughtful-common-packages,t-common,t_common
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
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/x-rst
Requires-Dist: uv==0.2.6
Requires-Dist: rpaframework==31.0.0
Requires-Dist: tenacity==8.3.0
Requires-Dist: ta-bitwarden-cli==0.13.0
Requires-Dist: thoughtful<3.0,>=2.2
Requires-Dist: python-docx==0.8.11
Requires-Dist: retry==0.9.2
Requires-Dist: pandas==2.1.3
Requires-Dist: pillow==10.3.0
Requires-Dist: Office365-REST-Python-Client==2.5.2
Requires-Dist: setuptools>=65.5.1
Requires-Dist: google-api-core==2.20.0
Requires-Dist: google-api-python-client==2.122.0
Requires-Dist: google-auth==2.28.2
Requires-Dist: google-auth-httplib2==0.2.0
Requires-Dist: google-auth-oauthlib==1.2.0
Requires-Dist: ta-sites==0.4.*
Requires-Dist: openpyxl==3.0.10
Requires-Dist: numpy==1.26.1
Requires-Dist: bugsnag==4.7.1
Requires-Dist: t_bug_catcher==0.6.*
Requires-Dist: ta-captcha-solver==0.2.5
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: requires-dist
Dynamic: summary

===========================
Thoughtful common packages
===========================


.. image:: https://img.shields.io/pypi/v/t_common.svg
        :target: https://pypi.python.org/pypi/t-common

|

It contains most usable and important libs

|

Installation
------------

::

   python3 -m virtualenv venv
   source venv/bin/activate
   pip install t-common

|

Using Packages
--------------

::

    uv==0.2.6
    rpaframework==29.0.0
    tenacity==8.3.0
    ta-bitwarden-cli==0.13.0
    thoughtful>=2.2,<3.0
    python-docx==0.8.11
    retry==0.9.2
    pandas==2.1.3
    pillow==10.3.0
    Office365-REST-Python-Client==2.5.2
    setuptools>=65.5.1
    google-api-core==2.20.0
    google-api-python-client==2.122.0
    google-auth==2.28.2
    google-auth-httplib2==0.2.0
    google-auth-oauthlib==1.2.0
    ta-sites==0.4.26
    openpyxl==3.0.10
    numpy==1.26.1
    bugsnag==4.7.1
    t_bug_catcher==0.5.7
    ta-captcha-solver==0.2.5

