Metadata-Version: 2.1
Name: bw2data
Version: 4.0.dev29
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
License: 3-clause BSD
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: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3.9
License-File: LICENSE.txt
Requires-Dist: bw2parameters
Requires-Dist: bw-processing
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

Brightway2 data management
==========================

.. image:: https://ci.appveyor.com/api/projects/status/uqixaochulbu6vjv?svg=true
   :target: https://ci.appveyor.com/project/cmutel/brightway2-data
   :alt: bw2data appveyor build status

.. image:: https://coveralls.io/repos/bitbucket/cmutel/brightway2-data/badge.svg?branch=master
    :target: https://coveralls.io/bitbucket/cmutel/brightway2-data?branch=default
    :alt: Test coverage report

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>`__.
