Metadata-Version: 2.1
Name: ingen-lib
Version: 1.0.1
Summary: A Python script suite that generates interface files based on the given interface metadata/config file
Home-page: https://github.com/blackrock/interface-generator
Maintainer: Swarna Dhakad, Piyush Ranjan, Jatin Varlyani, Pooja Katariya
Maintainer-email: swarna.dhakad@gmail.com, piyushranjan95@gmail.com, varlyanijatin88@gmail.com, poojakatariya1811@gmail.com
License: License :: Apache License
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.12
License-File: LICENSE
Requires-Dist: aiohttp>=3.10.2
Requires-Dist: great_expectations==0.15.*
Requires-Dist: holidays==0.27.*
Requires-Dist: hvac==0.11.*
Requires-Dist: numpy==1.26.*
Requires-Dist: pandas==1.3.*
Requires-Dist: pycryptodome==3.11.*
Requires-Dist: PyMySQL==1.1.*
Requires-Dist: PyYAML==6.0.*
Requires-Dist: setuptools==68.0.*
Requires-Dist: xmltodict==0.12.*

InGen is a command line tool written on top of pandas and great_expectations to perform small scale data transformations and validations without writing code. It is designed for developers and analysts to quickly transform data by specifying their requirements in a simple YAML file.
