Metadata-Version: 2.1
Name: boukman
Version: 0.1.0
Summary: Supply chain manipulation in Brightway
Home-page: https://github.com/brightway-lca/boukman
Author: Chris Mutel
Author-email: <cmutel@gmail.com>
Maintainer: Chris Mutel
Maintainer-email: <cmutel@gmail.com>
License: MIT license
Project-URL: source, https://github.com/brightway-lca/boukman
Project-URL: homepage, https://github.com/brightway-lca/boukman
Project-URL: tracker, https://github.com/brightway-lca/boukman/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
License-File: LICENSE

# boukman

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

[![Read the documentation at https://boukman.readthedocs.io/](https://img.shields.io/readthedocs/boukman/latest.svg?label=Read%20the%20Docs)][read the docs]
[![Tests](https://github.com/brightway-lca/boukman/workflows/Tests/badge.svg)][tests]
[![Codecov](https://codecov.io/gh/brightway-lca/boukman/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/boukman/
[read the docs]: https://boukman.readthedocs.io/
[tests]: https://github.com/brightway-lca/boukman/actions?workflow=Tests
[codecov]: https://app.codecov.io/gh/brightway-lca/boukman
[pre-commit]: https://github.com/pre-commit/pre-commit
[black]: https://github.com/psf/black

## Installation

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

```console
$ pip install boukman
```

## Contributing

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

## License

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

## Issues

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


## Credits


[license]: https://github.com/brightway-lca/boukman/blob/main/LICENSE
[contributor guide]: https://github.com/brightway-lca/boukman/blob/main/CONTRIBUTING.md
