Metadata-Version: 2.4
Name: cli-csv-to-excel
Version: 1.1.3
Summary: Convert CSV files to Excel and Excel files to CSV
Author: Danil Runtime
License: MIT License
        
        Copyright (c) [year] [fullname]
        
        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: Repository, https://github.com/danilruntime/cli-csv-to-excel
Project-URL: Issues, https://github.com/danilruntime/cli-csv-to-excel/issues
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas<4.0,>=2.5
Requires-Dist: openpyxl<4.0,>=3.1
Dynamic: license-file

# Command-Line Tool to Convert CSV Files to Excel and Vice Versa
## Description
A small Python project with a solid structure and localization
## Localization
Russian/Русский
## Usage
![preview](https://raw.githubusercontent.com/danilruntime/cli-csv-to-excel/main/preview.png)
- The project is published on PyPI. You can install it using ```pip install cli-csv-to-excel```<br>
- The project can be installed as a **.whl** file from the releases ```pip install FILE.whl```<br>
- For quick setup **python venv** and start project, you can run one of the two **setup** files for **Linux** (**setup_linux.sh**) or **Windows** (**setup_windows.bat**)
- Localization files are stored as **.po** files in the **src/csv_to_excel/locale/LANG** folder and compiled using **build_messages.py**
- To edit localizations using **build_messages.py**, you need to install **polib** in your **venv**: ```pip install polib```
- To build the project, you need the **build** module. You can install it using ```pip install build``` and build the project with ```python -m build``` using **pyproject.toml**
## License
MIT License
