Metadata-Version: 2.2
Name: presets
Version: 1.0.0
Summary: A python module to manipulate default parameters of a module's functions
Home-page: http://github.com/bmcfee/presets
Download-URL: http://github.com/bmcfee/presets/releases
Author: Brian McFee
License: ISC
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Programming Language :: Python
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
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
License-File: LICENSE
Provides-Extra: docs
Requires-Dist: numpydoc; extra == "docs"
Provides-Extra: tests
Requires-Dist: coverage; extra == "tests"
Requires-Dist: pytest; extra == "tests"
Requires-Dist: pytest-cov; extra == "tests"
Dynamic: download-url

# presets
[![PyPI](https://img.shields.io/pypi/v/presets.svg)](https://pypi.python.org/pypi/presets)
[![CI](https://github.com/bmcfee/presets/actions/workflows/ci.yml/badge.svg)](https://github.com/bmcfee/presets/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/bmcfee/presets/graph/badge.svg?token=MOplTIz54j)](https://codecov.io/gh/bmcfee/presets)
[![License](https://img.shields.io/github/license/bmcfee/presets.svg)]()
[![Documentation Status](https://readthedocs.org/projects/presets/badge/?version=latest)](http://presets.readthedocs.org/en/latest/?badge=latest)

A python module to manipulate default parameters of a module's functions.

For instructions, please refer to the [documentation](http://presets.readthedocs.org/en/latest/).
