Metadata-Version: 2.4
Name: python_toolkit_vald3nir
Version: 2026.1.5
Summary: Collection of utility scripts for developing Python projects
Project-URL: Homepage, https://github.com/vald3nir/Python-Toolkit
Project-URL: Issues, https://github.com/vald3nir/Python-Toolkit/issues
Author-email: Valdenir Severino <vald3nir@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: firebase-admin==7.2.0
Requires-Dist: googletrans==4.0.2
Requires-Dist: paho-mqtt==2.1.0
Requires-Dist: pandas==3.0.1
Requires-Dist: pdfplumber==0.11.9
Requires-Dist: pymongo==4.16.0
Requires-Dist: pysondb==1.6.7
Requires-Dist: pytz==2026.1
Requires-Dist: requests-to-curl==1.1.0
Requires-Dist: tabulate==0.10.0
Provides-Extra: test
Requires-Dist: pytest-asyncio==1.3.0; extra == 'test'
Requires-Dist: pytest==9.0.2; extra == 'test'
Description-Content-Type: text/markdown

# Python-Toolkit

Collection of utility scripts for developing Python projects

## Overview

    toolkit/
    ├── database/
    │   ├── firebase/
    │   │   ├── __init__.py
    │   │   └── firebase.py
    │   ├── __init__.py
    │   ├── jsondb/
    │   │   ├── __init__.py
    │   │   └── json_db.py
    │   └── mongodb/
    │       ├── __init__.py
    │       ├── mongo_api.py
    │       └── mongo_dao.py
    ├── __init__.py
    ├── protocols/
    │   ├── __init__.py
    │   └── mqtt.py
    └── utils/
    ├── __init__.py
    ├── dataframe_ops.py
    ├── date_ops.py
    ├── file_ops.py
    ├── ip_ops.py
    ├── json_ops.py
    ├── pdf_ops.py
    ├── text_ops.py
    ├── translation_ops.py
    └── uuid_ops.py

## Download Lib

https://pypi.org/project/python-toolkit-vald3nir/