Metadata-Version: 2.1
Name: ecopass
Version: 0.1.14
Summary: This script specifically handles microfile headers sequentially.
Home-page: https://pypi.org/project/ecopass/
License: MIT
Author: yassinessadi
Author-email: yasine.esadi@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: click (>=8.1.8,<9.0.0)
Requires-Dist: pandas (==1.4.2)
Requires-Dist: psutil (>=7.0.0,<8.0.0)
Requires-Dist: pyarrow (==14.0.1)
Requires-Dist: rich (>=13.9.4,<14.0.0)
Project-URL: Repository, https://github.com/yassinessadi/ecopass
Description-Content-Type: text/markdown

# Ecopass

## Project Description
Python script to parse and return records based on the record line. This script specifically handles microfile headers sequentially.

## Installation

You can install **Ecopass** from PyPI using:

```bash
pip install ecopass
```

## Usage

To see the help menu:

```bash
ecopass -h
```

To run the script with input and output parameters:

```bash
ecopass --input file.bin --output out_dir --batch-size 10000
```

## Help & Contribution

This project is open-source, and contributions are welcome!  
If you find a bug, have a feature request, or want to improve the project, feel free to contribute.  

- **Fork the repository**
- **Submit a pull request**
- **Report issues on [GitHub](https://github.com/yassinessadi/ecopass/issues)**  

Your contributions help improve the project and benefit the community! 🚀
