Metadata-Version: 2.1
Name: bw2data
Version: 4.0.dev24
Summary: Tools for the management of inventory databases and impact assessment methods. Part of the Brightway2 LCA Framework.
Home-page: https://github.com/brightway-lca/brightway2-data
Author: Chris Mutel
Author-email: <cmutel@gmail.com>
Maintainer: Chris Mutel
Maintainer-email: <cmutel@gmail.com>
License: BSD-3-Clause
Project-URL: source, https://github.com/brightway-lca/brightway2-data
Project-URL: homepage, https://github.com/brightway-lca/brightway2-data
Project-URL: tracker, https://github.com/brightway-lca/brightway2-data/issues
Keywords: "brightway","development"
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
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
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3.9
Description-Content-Type: text/markdown; charset=UTF-8
License-File: LICENSE
Requires-Dist: bw-processing
Requires-Dist: bw-projects >=2.0.1
Requires-Dist: bw2parameters
Requires-Dist: lxml
Requires-Dist: numpy
Requires-Dist: peewee >=3.9.4
Requires-Dist: platformdirs
Requires-Dist: scipy
Requires-Dist: stats-arrays
Requires-Dist: tqdm
Requires-Dist: voluptuous
Requires-Dist: whoosh
Requires-Dist: wrapt
Provides-Extra: dev
Requires-Dist: pre-commit ; extra == 'dev'
Requires-Dist: pylint ; extra == 'dev'
Provides-Extra: testing
Requires-Dist: bw2io ; extra == 'testing'
Requires-Dist: bw2calc >=2.0.dev13 ; extra == 'testing'
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: pytest-cov ; extra == 'testing'
Requires-Dist: python-coveralls ; extra == 'testing'
Requires-Dist: setuptools ; extra == 'testing'

# brightway2-data

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

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

This package provides tools for the management of inventory databases and impact assessment methods.
It is part of the [Brightway LCA framework](https://brightway.dev).
[Online documentation](https://docs.brightway.dev/) is available, and the source code is hosted on [GitHub brightway-lca organization](https://github.com/brightway-lca/brightway2-data).

Note that version 4.0 and higher are only compatible with Brightway 2.5, as described in the [changelog](https://github.com/brightway-lca/brightway2-data/blob/main/CHANGES.md).

## Installation

You can install _brightway2_data_ from [PyPI] or Anaconda:

## Contributing

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

## License

Distributed under the terms of the [BSD 3 Clause license][license],
_brightway2_data_ 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://brightway2-data.readthedocs.io/en/latest/usage.html
[license]: https://github.com/brightway-lca/brightway2-data/blob/main/LICENSE
[contributor guide]: https://github.com/brightway-lca/brightway2-data/blob/main/CONTRIBUTING.md
