Metadata-Version: 2.1
Name: envwrap
Version: 0.1.0
Summary: 🚀 Override function defaults with environment variables
Home-page: https://github.com/regulad/envwrap
License: MIT
Author: Parker Wahle
Author-email: regulad@regulad.xyz
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
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
Requires-Dist: typing-extensions (>=4.12.2,<5.0.0)
Project-URL: Changelog, https://github.com/regulad/envwrap/releases
Project-URL: Documentation, https://envwrap.readthedocs.io
Project-URL: Repository, https://github.com/regulad/envwrap
Description-Content-Type: text/markdown

# envwrap

[![PyPI](https://img.shields.io/pypi/v/envwrap.svg)][pypi status]
[![Status](https://img.shields.io/pypi/status/envwrap.svg)][pypi status]
[![Python Version](https://img.shields.io/pypi/pyversions/envwrap)][pypi status]
[![License](https://img.shields.io/pypi/l/envwrap)][license]

[![Read the documentation at https://envwrap.readthedocs.io/](https://img.shields.io/readthedocs/envwrap/latest.svg?label=Read%20the%20Docs)][read the docs]

[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)][pre-commit]
[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)][black]

[pypi status]: https://pypi.org/project/envwrap/
[read the docs]: https://envwrap.readthedocs.io/
[tests]: https://github.com/regulad/envwrap/actions?workflow=Tests
[codecov]: https://app.codecov.io/gh/regulad/envwrap
[pre-commit]: https://github.com/pre-commit/pre-commit
[black]: https://github.com/psf/black

## Features

- TODO

## Requirements

- TODO

## Installation

You can install _envwrap_ via [pip] from [PyPI]:

```console
$ pip install envwrap
```

## Contributing

Contributions are very welcome.
To learn more, see the [Contributor Guide].

## License

Distributed under the terms of the [MIT license][license],
_envwrap_ is free and open source software.

## Issues

If you encounter any problems,
please [file an issue] along with a detailed description.

## Credits

This project was generated from [@regulad]'s [neopy] template.

[@regulad]: https://github.com/regulad
[pypi]: https://pypi.org/
[neopy]: https://github.com/regulad/cookiecutter-neopy
[file an issue]: https://github.com/regulad/envwrap/issues
[pip]: https://pip.pypa.io/

<!-- github-only -->

[license]: https://github.com/regulad/envwrap/blob/main/LICENSE
[contributor guide]: https://github.com/regulad/envwrap/blob/main/CONTRIBUTING.md
[command-line reference]: https://envwrap.readthedocs.io/en/latest/usage.html

