brightway25


Namebrightway25 JSON
Version 1.0.6 PyPI version JSON
download
home_pagehttps://github.com/brightway-lca/brightway25
SummaryWrapper to document and install Brightway 2.5
upload_time2021-11-26 22:08:18
maintainer
docs_urlNone
authorChris Mutel
requires_python
licenseBSD 3-clause
keywords
VCS
bugtrack_url
requirements appdirs asteval bw2analyzer bw2calc bw2data bw2io bw2parameters docopt eight flask future lxml nose numpy peewee psutil pyprind requests scipy stats_arrays unicodecsv voluptuous whoosh xlrd xlsxwriter
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Brightway2.5
============

Brightway 2.5 is the next generation of the [Brightway2](https://brightway.dev/) framework for life cycle assessment. It provides new capabilities for cloud computing and model interaction, with the use of a new [processed data library](https://github.com/brightway-lca/bw_processing) and a separation between the calculation library and a library for [matrix construction and manipulation](https://github.com/brightway-lca/matrix_utils).

Note that this library does not import anything, so running `from brightway25 import *` won't do anything useful. Instead, import each constituent library separately. A good default is:

```python

import bw2analyzer as ba
import bw2data as bd
import bw2calc as bc
import bw2io as bi
import matrix_utils as mu
import bw_processing as bp

```

# Upgrading

Brightway 2.5 can be use in parallel with Brightway 2, but each project must be either version 2 or 2.5. Brightway 2.5 projects have a different processed data format, and no longer use the `mapping` object.

To upgrade an existing project to version 2.5, use the function `bw2data.projects.migrate_project_25()`.

To maintain a clean separation between these two sets of projects, you can use some type of naming convention, or use an [environment variable](https://2.docs.brightway.dev/faq.html?#how-do-i-find-where-my-data-is-saved) for a new data directory.


Official site:

* https://brightway.dev

Online documentation:

* https://25.docs.brightway.dev/

Development blog:

* http://chris.mutel.org
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/brightway-lca/brightway25",
    "name": "brightway25",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Chris Mutel",
    "author_email": "cmutel@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/4e/bd/1b7fa10b12e5c6fe58e33fc85f5024cde423fc34ad831d3e7930a4f0496c/brightway25-1.0.6.tar.gz",
    "platform": "",
    "description": "Brightway2.5\n============\n\nBrightway 2.5 is the next generation of the [Brightway2](https://brightway.dev/) framework for life cycle assessment. It provides new capabilities for cloud computing and model interaction, with the use of a new [processed data library](https://github.com/brightway-lca/bw_processing) and a separation between the calculation library and a library for [matrix construction and manipulation](https://github.com/brightway-lca/matrix_utils).\n\nNote that this library does not import anything, so running `from brightway25 import *` won't do anything useful. Instead, import each constituent library separately. A good default is:\n\n```python\n\nimport bw2analyzer as ba\nimport bw2data as bd\nimport bw2calc as bc\nimport bw2io as bi\nimport matrix_utils as mu\nimport bw_processing as bp\n\n```\n\n# Upgrading\n\nBrightway 2.5 can be use in parallel with Brightway 2, but each project must be either version 2 or 2.5. Brightway 2.5 projects have a different processed data format, and no longer use the `mapping` object.\n\nTo upgrade an existing project to version 2.5, use the function `bw2data.projects.migrate_project_25()`.\n\nTo maintain a clean separation between these two sets of projects, you can use some type of naming convention, or use an [environment variable](https://2.docs.brightway.dev/faq.html?#how-do-i-find-where-my-data-is-saved) for a new data directory.\n\n\nOfficial site:\n\n* https://brightway.dev\n\nOnline documentation:\n\n* https://25.docs.brightway.dev/\n\nDevelopment blog:\n\n* http://chris.mutel.org",
    "bugtrack_url": null,
    "license": "BSD 3-clause",
    "summary": "Wrapper to document and install Brightway 2.5",
    "version": "1.0.6",
    "project_urls": {
        "Homepage": "https://github.com/brightway-lca/brightway25"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4ebd1b7fa10b12e5c6fe58e33fc85f5024cde423fc34ad831d3e7930a4f0496c",
                "md5": "e0f6d2d2a973c67d56a717f3646be72f",
                "sha256": "b74fe2cfb2805a998e4f5316e532c5ae61ecf3e92300fa00623ac5714930fed0"
            },
            "downloads": -1,
            "filename": "brightway25-1.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "e0f6d2d2a973c67d56a717f3646be72f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 12022942,
            "upload_time": "2021-11-26T22:08:18",
            "upload_time_iso_8601": "2021-11-26T22:08:18.854117Z",
            "url": "https://files.pythonhosted.org/packages/4e/bd/1b7fa10b12e5c6fe58e33fc85f5024cde423fc34ad831d3e7930a4f0496c/brightway25-1.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2021-11-26 22:08:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "brightway-lca",
    "github_project": "brightway25",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "appdirs",
            "specs": []
        },
        {
            "name": "asteval",
            "specs": []
        },
        {
            "name": "bw2analyzer",
            "specs": []
        },
        {
            "name": "bw2calc",
            "specs": []
        },
        {
            "name": "bw2data",
            "specs": []
        },
        {
            "name": "bw2io",
            "specs": []
        },
        {
            "name": "bw2parameters",
            "specs": []
        },
        {
            "name": "docopt",
            "specs": []
        },
        {
            "name": "eight",
            "specs": []
        },
        {
            "name": "flask",
            "specs": []
        },
        {
            "name": "future",
            "specs": []
        },
        {
            "name": "lxml",
            "specs": []
        },
        {
            "name": "nose",
            "specs": []
        },
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "peewee",
            "specs": [
                [
                    ">=",
                    "3.0"
                ]
            ]
        },
        {
            "name": "psutil",
            "specs": []
        },
        {
            "name": "pyprind",
            "specs": []
        },
        {
            "name": "requests",
            "specs": []
        },
        {
            "name": "scipy",
            "specs": []
        },
        {
            "name": "stats_arrays",
            "specs": []
        },
        {
            "name": "unicodecsv",
            "specs": []
        },
        {
            "name": "voluptuous",
            "specs": []
        },
        {
            "name": "whoosh",
            "specs": []
        },
        {
            "name": "xlrd",
            "specs": []
        },
        {
            "name": "xlsxwriter",
            "specs": []
        }
    ],
    "lcname": "brightway25"
}
        
Elapsed time: 0.19190s