Metadata-Version: 2.4
Name: boring-utils
Version: 0.1.0
Summary: A Python library to handle the tedious parts of Data Science and AI—so you don't have to.
Author-email: Estevão Augusto da Fonseca Santos <estevaoaugusto2005@gmail.com>
Project-URL: Homepage, https://github.com/EstevaoAugusto/boring-utils
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas>=3.0.2
Requires-Dist: requests>=2.33.1
Dynamic: license-file

# boring-utils

For every project involving data, there's alot of tedious repetitive work that goes into it, which results in the creation of reusable scripts that greatly automate the process for you. What if instead of copy and pasting these files into new projects, there was one library that simplified things, and get solutions done through one line of code? Introducing 'boring-utils', a library focused on simplifying tedius, boring tasks involving data, such as downloading files, renaming folders, unziping files, integrating datasets, and much more.

## Installation
