Metadata-Version: 2.1
Name: falgueras
Version: 0.1.0
Summary: Common code for Python projects involving GCP, Pandas, and Spark.
Home-page: https://github.com/aleixfalgueras/falgueras
Author: Aleix Falgueras Casals
Author-email: falguerasaleix@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: colorama ~=0.4.6
Requires-Dist: pytz ~=2024.1
Requires-Dist: pandas ~=2.2.2
Requires-Dist: db-dtypes ~=1.3.1
Requires-Dist: numpy ~=2.2.1
Requires-Dist: google-api-core ~=2.24.0
Requires-Dist: google-auth ~=2.37.0
Requires-Dist: google-cloud-bigquery ~=3.27.0
Requires-Dist: google-cloud-bigquery-storage ~=2.27.0
Requires-Dist: google-cloud-storage ~=2.19.0
Requires-Dist: google-api-python-client ~=2.156.0
Requires-Dist: google-cloud-secret-manager ~=2.22.0
Requires-Dist: google-cloud-language ~=2.16.0
Requires-Dist: protobuf ~=5.29.2
Requires-Dist: requests ~=2.32.3


# Falgueras ðŸª´

Common code for Python projects involving GCP, Pandas, and Spark. 

The main goal is to accelerate the development of data-driven projects by providing a common framework for developers
with different backgrounds: software engineers, big data engineers and data scientists.

## Packages

- `src.common`: Datetime, json, enums, and logging stuff.
- `src.gcp`: Google Cloud Platform related code.
- `src.pandas`: Pandas related code.
