Metadata-Version: 2.1
Name: kam12filereader
Version: 3.1
Author: Dara TOUCH
Author-email: touchdara2015@live.com
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.11
License-File: LICENCE
Requires-Dist: numpy>=1.26.1
Requires-Dist: pandas>=2.2.1
Requires-Dist: openpyxl>=3.1.2

KAM12-BASEACTIONS

Description

This is a base-operation for generating Report for KAM12 CUSTOMS AND EXCISE OFFICE. It's developed based on my own experience, so some logic may not worked properly. This library works along with pandas, numpy, and openpyxl.

Requirements

- pandas
- numpy
- openpyxl

Installation

Global install: `pip install kam12-baseactions`
Virtual environment install: `pipenv install kam12-baseactions`

