bw2data


Namebw2data JSON
Version 4.4.2 PyPI version JSON
download
home_pageNone
SummaryTools for the management of inventory databases and impact assessment methods. Part of the Brightway LCA framework.
upload_time2025-01-22 13:17:18
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # bw2data

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

[![Tests](https://github.com/brightway-lca/brightway2-data/actions/workflows/python-test.yml/badge.svg)][tests]
[![Codecov](https://codecov.io/gh/brightway-lca/bw2data/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/bw2data/
[read the docs]: https://bw2data.readthedocs.io/
[tests]: https://github.com/brightway-lca/brightway2-data/actions?workflow=Tests
[codecov]: https://app.codecov.io/gh/brightway-lca/bw2data
[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 _bw2data_ via [pip] from [PyPI]:

```console
$ pip install bw2data
```

## Contributing

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

## License

Distributed under the terms of the [BSD 3 Clause license][License],
_bw2data_ is free and open source software.

## Issues

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


<!-- github-only -->

[command-line reference]: https://bw2data.readthedocs.io/en/latest/usage.html
[License]: https://github.com/brightway-lca/bw2data/blob/main/LICENSE
[Contributor Guide]: https://github.com/brightway-lca/bw2data/blob/main/CONTRIBUTING.md
[Issue Tracker]: https://github.com/brightway-lca/bw2data/issues


## Building the Documentation

You can build the documentation locally by installing the documentation Conda environment:

```bash
conda env create -f docs/environment.yml
```

activating the environment

```bash
conda activate sphinx_bw2data
```

and [running the build command](https://www.sphinx-doc.org/en/master/man/sphinx-build.html#sphinx-build):

```bash
sphinx-build docs _build/html --builder=html --jobs=auto --write-all; open _build/html/index.html
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "bw2data",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "Chris Mutel <cmutel@gmail.com>",
    "keywords": null,
    "author": null,
    "author_email": "Chris Mutel <cmutel@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/2b/17/4da5517a8aae4fc8d2a4194c1d3e5f60b6abdfee9e9ddd419c71c8de7850/bw2data-4.4.2.tar.gz",
    "platform": null,
    "description": "# bw2data\n\n[![PyPI](https://img.shields.io/pypi/v/bw2data.svg)][pypi status]\n[![Status](https://img.shields.io/pypi/status/bw2data.svg)][pypi status]\n[![Python Version](https://img.shields.io/pypi/pyversions/bw2data)][pypi status]\n[![License](https://img.shields.io/pypi/l/bw2data)][license]\n\n[![Tests](https://github.com/brightway-lca/brightway2-data/actions/workflows/python-test.yml/badge.svg)][tests]\n[![Codecov](https://codecov.io/gh/brightway-lca/bw2data/branch/main/graph/badge.svg)][codecov]\n\n[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)][pre-commit]\n[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)][black]\n\n[pypi status]: https://pypi.org/project/bw2data/\n[read the docs]: https://bw2data.readthedocs.io/\n[tests]: https://github.com/brightway-lca/brightway2-data/actions?workflow=Tests\n[codecov]: https://app.codecov.io/gh/brightway-lca/bw2data\n[pre-commit]: https://github.com/pre-commit/pre-commit\n[black]: https://github.com/psf/black\n\nThis package provides tools for the management of inventory databases and impact assessment methods.\nIt is part of the [Brightway LCA framework](https://brightway.dev).\n[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).\n\nNote 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).\n\n## Installation\n\nYou can install _bw2data_ via [pip] from [PyPI]:\n\n```console\n$ pip install bw2data\n```\n\n## Contributing\n\nContributions are very welcome.\nTo learn more, see the [Contributor Guide][Contributor Guide].\n\n## License\n\nDistributed under the terms of the [BSD 3 Clause license][License],\n_bw2data_ is free and open source software.\n\n## Issues\n\nIf you encounter any problems,\nplease [file an issue][Issue Tracker] along with a detailed description.\n\n\n<!-- github-only -->\n\n[command-line reference]: https://bw2data.readthedocs.io/en/latest/usage.html\n[License]: https://github.com/brightway-lca/bw2data/blob/main/LICENSE\n[Contributor Guide]: https://github.com/brightway-lca/bw2data/blob/main/CONTRIBUTING.md\n[Issue Tracker]: https://github.com/brightway-lca/bw2data/issues\n\n\n## Building the Documentation\n\nYou can build the documentation locally by installing the documentation Conda environment:\n\n```bash\nconda env create -f docs/environment.yml\n```\n\nactivating the environment\n\n```bash\nconda activate sphinx_bw2data\n```\n\nand [running the build command](https://www.sphinx-doc.org/en/master/man/sphinx-build.html#sphinx-build):\n\n```bash\nsphinx-build docs _build/html --builder=html --jobs=auto --write-all; open _build/html/index.html\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Tools for the management of inventory databases and impact assessment methods. Part of the Brightway LCA framework.",
    "version": "4.4.2",
    "project_urls": {
        "homepage": "https://github.com/brightway-lca/bw2data",
        "source": "https://github.com/brightway-lca/bw2data",
        "tracker": "https://github.com/brightway-lca/bw2data/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "097b4f6f008c1f8c4d422eb644414755be8fc54222a9356fd31031628c54d7f3",
                "md5": "fbc72285bc28df2d323dfe5a5bd70efe",
                "sha256": "d82c510f6eca835d020d7275d9d6499c0a3460c32be3b4d60af65b16e310ea74"
            },
            "downloads": -1,
            "filename": "bw2data-4.4.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fbc72285bc28df2d323dfe5a5bd70efe",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 101173,
            "upload_time": "2025-01-22T13:17:16",
            "upload_time_iso_8601": "2025-01-22T13:17:16.280018Z",
            "url": "https://files.pythonhosted.org/packages/09/7b/4f6f008c1f8c4d422eb644414755be8fc54222a9356fd31031628c54d7f3/bw2data-4.4.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2b174da5517a8aae4fc8d2a4194c1d3e5f60b6abdfee9e9ddd419c71c8de7850",
                "md5": "809d1214c445dad1085a6493417655b3",
                "sha256": "252a33c46c78cad7edffea47ec0178d43383710e85f7154c82612ab7172d7e84"
            },
            "downloads": -1,
            "filename": "bw2data-4.4.2.tar.gz",
            "has_sig": false,
            "md5_digest": "809d1214c445dad1085a6493417655b3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 89276,
            "upload_time": "2025-01-22T13:17:18",
            "upload_time_iso_8601": "2025-01-22T13:17:18.614753Z",
            "url": "https://files.pythonhosted.org/packages/2b/17/4da5517a8aae4fc8d2a4194c1d3e5f60b6abdfee9e9ddd419c71c8de7850/bw2data-4.4.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-22 13:17:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "brightway-lca",
    "github_project": "bw2data",
    "github_not_found": true,
    "lcname": "bw2data"
}
        
Elapsed time: 0.49426s