Metadata-Version: 2.4
Name: carlogtt_python_library
Version: 1.3.6
Summary: A versatile Python library offering a collection of reusable utility functions designed to streamline common programming tasks and promote code reusability across various projects.
Home-page: https://github.com/64rl0/CarlogttPythonLibrary.git
Author: Carlo Gatti
Author-email: Carlo Gatti <carlo.gatti@me.com>
License: MIT
Project-URL: Homepage, https://github.com/64rl0/CarlogttPythonLibrary.git
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: boto3
Requires-Dist: awscrt
Requires-Dist: cryptography
Requires-Dist: mysql-connector-python
Requires-Dist: redis
Requires-Dist: requests
Requires-Dist: selenium
Requires-Dist: types-cryptography
Requires-Dist: types-requests
Requires-Dist: types-redis
Requires-Dist: types-psycopg2
Requires-Dist: boto3-stubs
Requires-Dist: mypy-boto3-cloudfront
Requires-Dist: mypy-boto3-dynamodb
Requires-Dist: mypy-boto3-ec2
Requires-Dist: mypy-boto3-kms
Requires-Dist: mypy-boto3-lambda
Requires-Dist: mypy-boto3-s3
Requires-Dist: mypy-boto3-secretsmanager
Provides-Extra: postgres
Requires-Dist: psycopg2; extra == "postgres"
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Requires-Dist: build; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: twine; extra == "dev"
Dynamic: license-file

# CarlogttPythonLibrary

![Python Logo](https://www.python.org/static/community_logos/python-logo.png "Python Logo")

A versatile Python library offering a collection of reusable utility functions designed to streamline common programming tasks and promote code reusability across various projects.

<br>

## Installation

To clone the repository:

```bash
git clone https://github.com/64rl0/CarlogttPythonLibrary.git ./carlogtt_python_library
cd carlogtt_python_library
```

<br>

To install the library via [pypi](https://pypi.org/project/carlogtt-python-library/):
```bash
pip install carlogtt-python-library
```

To use the library in your project:
```py
import carlogtt_python_library

sqlite = carlogtt_python_library.SQLite("/path/to/db", "db_filename")
```

<br>

## License

This project is licensed under the MIT License. See the LICENSE file for details.
