Metadata-Version: 2.1
Name: brrrdata
Version: 0.2.0
Summary: A tool for handling Excel files and data processing.
Author-email: felix arvidsson <felix.arvidsson@gmail.com>
License: MIT License
        
        Copyright (c) [year] [your name or organization]
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
        
Project-URL: Homepage, https://github.com/felix-arvidsson/brrrData
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: blessed==1.20.0
Requires-Dist: editor==1.6.6
Requires-Dist: et-xmlfile==1.1.0
Requires-Dist: inquirer==3.4.0
Requires-Dist: numpy==2.1.1
Requires-Dist: openpyxl==3.1.5
Requires-Dist: pandas==2.2.2
Requires-Dist: prompt_toolkit==3.0.47
Requires-Dist: python-dateutil==2.9.0.post0
Requires-Dist: pytz==2024.1
Requires-Dist: readchar==4.2.0
Requires-Dist: runs==1.2.2
Requires-Dist: six==1.16.0
Requires-Dist: tzdata==2024.1
Requires-Dist: wcwidth==0.2.13
Requires-Dist: xmod==1.8.1
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Requires-Dist: bumpver; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: pip-tools; extra == "dev"
Requires-Dist: pytest; extra == "dev"

![data processor go brrr](brrr.png)
# excel data processing script

python script I use for work to process data in excel files.
I plan to add more features in the future
 

## Features

- **Remove Duplicate Rows**: Remove duplicate rows based on selected columns.
- **Save Only Duplicates**: Save only the duplicate rows to a new file.
- **Compare Columns**: Compare columns from two files and optionally save common values.
- **List Duplicates**: List duplicate rows in a file and save them if required.
- **Sort Rows**: Sort rows in an Excel file based on a selected column.
- **Modify Column**: Modify values in a selected column with various text manipulation options.

## Installation

   ```sh
   pip install brrrData
   #usage
   brrrdata
   
