Metadata-Version: 2.4
Name: param-helper
Version: 1.1.2
Author: EvATive7
Project-URL: Homepage, https://github.com/EvATive7/param_helper
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Provides-Extra: build
Requires-Dist: build; extra == "build"
Dynamic: license-file

<div align="center">

# param-helper

A python library that provides an esay way to get parameters in a function, with additional features

[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/EvATive7/param-helper/package.yml)](https://github.com/EvATive7/param-helper/actions)
[![Python](https://img.shields.io/pypi/pyversions/param-helper)](https://pypi.org/project/param-helper)
[![PyPI version](https://badge.fury.io/py/param-helper.svg)](https://pypi.org/project/param-helper)
[![License](https://img.shields.io/github/license/EvATive7/param-helper.svg)](https://pypi.org/project/param-helper/)

</div>
