bw2data


Namebw2data JSON
Version 4.2.1 PyPI version JSON
download
home_pageNone
SummaryTools for the management of inventory databases and impact assessment methods. Part of the Brightway LCA framework.
upload_time2024-12-03 07:58:31
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/4e/20/5c4546dbe545720200050b7b37d07a7314b870a8466aeb20b50bb5fa5240/bw2data-4.2.1.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.2.1",
    "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": "501b425cf6d051cac949b902270fdd84a2c78e3de6a12c876461c534a63dfe77",
                "md5": "032b234f6e9e650ab096595c09086c6d",
                "sha256": "25a7576a6b349365e9e9ba280742dee8963c8e3f9810e6287e885593a072b91f"
            },
            "downloads": -1,
            "filename": "bw2data-4.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "032b234f6e9e650ab096595c09086c6d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 99021,
            "upload_time": "2024-12-03T07:58:29",
            "upload_time_iso_8601": "2024-12-03T07:58:29.873379Z",
            "url": "https://files.pythonhosted.org/packages/50/1b/425cf6d051cac949b902270fdd84a2c78e3de6a12c876461c534a63dfe77/bw2data-4.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4e205c4546dbe545720200050b7b37d07a7314b870a8466aeb20b50bb5fa5240",
                "md5": "4eceb008f56f1dbf5a621d6a7d0cf7a4",
                "sha256": "4ae49035085b742503c4849071f6321de26462b24b705dd11287507ca27ee4c7"
            },
            "downloads": -1,
            "filename": "bw2data-4.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "4eceb008f56f1dbf5a621d6a7d0cf7a4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 87038,
            "upload_time": "2024-12-03T07:58:31",
            "upload_time_iso_8601": "2024-12-03T07:58:31.919724Z",
            "url": "https://files.pythonhosted.org/packages/4e/20/5c4546dbe545720200050b7b37d07a7314b870a8466aeb20b50bb5fa5240/bw2data-4.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-03 07:58:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "brightway-lca",
    "github_project": "bw2data",
    "github_not_found": true,
    "lcname": "bw2data"
}
        
Elapsed time: 0.37447s