Metadata-Version: 2.1
Name: gl-parser
Version: 1.1.1
Summary: General ledger Excel parser and converter..
Home-page: https://github.com/luiscberrocal/gl-parser
License: MIT
Author: Luis C. Berrocal
Author-email: luis.berrocal.1942@gmail.com
Requires-Python: >=3.9,<3.12
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: openpyxl (>=3.0.10,<4.0.0)
Requires-Dist: pydantic (>=1.10.2,<2.0.0)
Requires-Dist: toml (>=0.10.2,<0.11.0)
Requires-Dist: tqdm (>=4.64.1,<5.0.0)
Description-Content-Type: text/markdown

# GL Parser


[![pypi](https://img.shields.io/pypi/v/gl-parser.svg)](https://pypi.org/project/gl-parser/)
[![python](https://img.shields.io/pypi/pyversions/gl-parser.svg)](https://pypi.org/project/gl-parser/)
[![Build Status](https://github.com/luiscberrocal/gl-parser/actions/workflows/dev.yml/badge.svg)](https://github.com/luiscberrocal/gl-parser/actions/workflows/dev.yml)
[![codecov](https://codecov.io/gh/luiscberrocal/gl-parser/branch/main/graphs/badge.svg)](https://codecov.io/github/luiscberrocal/gl-parser)



General ledger Excel parser and converter.


* Documentation: <https://luiscberrocal.github.io/gl-parser>
* GitHub: <https://github.com/luiscberrocal/gl-parser>
* PyPI: <https://pypi.org/project/gl-parser/>
* Free software: MIT


## Features

* TODO

## Credits

This package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and the [waynerv/cookiecutter-pypackage](https://github.com/waynerv/cookiecutter-pypackage) project template.

