Metadata-Version: 2.1
Name: buyrandom3
Version: 0.4.1
Summary: A fake package testing cookiecutter-brightwaylib.
Home-page: https://github.com/tngTUDOR/buyrandom3
Author: Tomás NAVARRETE GUTIÉRREZ
Author-email: <tngTUDOR@users.noreply.github.com>
Maintainer: Tomás NAVARRETE GUTIÉRREZ
Maintainer-email: <tngTUDOR@users.noreply.github.com>
License: MIT
Project-URL: source, https://github.com/tngTUDOR/buyrandom3
Project-URL: homepage, https://github.com/tngTUDOR/buyrandom3
Project-URL: tracker, https://github.com/tngTUDOR/buyrandom3/issues
Keywords: "brightway","development"
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
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
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8
Provides-Extra: testing
Provides-Extra: dev
Provides-Extra: docs
License-File: LICENSE

# buyrandom3

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

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

[![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/buyrandom3/
[read the docs]: https://buyrandom3.readthedocs.io/
[tests]: https://github.com/tngTUDOR/buyrandom3/actions?workflow=Tests
[codecov]: https://app.codecov.io/gh/tngTUDOR/buyrandom3
[pre-commit]: https://github.com/pre-commit/pre-commit
[black]: https://github.com/psf/black

## Installation

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

```console
$ pip install buyrandom3
```

## Contributing

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

## License

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

## Issues

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


<!-- github-only -->

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