Metadata-Version: 2.1
Name: envg
Version: 0.0.4
Summary: Environment as globals
Author-email: José Antonio Puértolas Montañés <63794670+j5pu@users.noreply.github.com>
License: MIT
Project-URL: Homepage, https://github.com/j5pu/envg
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: pproj[all] ; extra == 'dev'

# ENVg

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

[![Read the documentation at https://sbit.readthedocs.io/](https://img.shields.io/readthedocs/envg/latest.svg?label=Read%20the%20Docs)][read the docs]
[![Tests](https://github.com/j5pu/envg/workflows/Tests/badge.svg)][tests]
[![Codecov](https://codecov.io/gh/j5pu/envg/branch/main/graph/badge.svg)][codecov]

[pypi status]: https://pypi.org/project/envg/

[read the docs]: https://envg.readthedocs.io/

[tests]: https://github.com/j5pu/envg/actions?workflow=Tests

[codecov]: https://app.codecov.io/gh/j5pu/envg

[pre-commit]: https://github.com/pre-commit/pre-commit

[black]: https://github.com/psf/black

## Features

## Installation

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

```console
$ pip install envg
```

## License

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

## Issues

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

## Credits

[@j5pu]: https://github.com/j5pu

[pypi]: https://pypi.org/

[file an issue]: https://github.com/j5pu/pproj/issues

[pip]: https://pip.pypa.io/

<!-- github-only -->

[license]: https://github.com/j5pu/pproj/blob/main/LICENSE
