Metadata-Version: 1.1
Name: bw2qsd
Version: 0.0.4
Summary: Bridging Brightway2 and QSD packages for LCA
Home-page: https://github.com/QSD-Group/BW2QSD
Author: Yalin Li
Author-email: zoe.yalin.li@gmail.com
License: UIUC
Description: ========================================================
        BW2QSD: Bridging ``Brightway2`` and QSD packages for LCA
        ========================================================
        
        .. image:: https://img.shields.io/pypi/l/exposan?color=blue&logo=UIUC&style=flat
           :target: https://github.com/QSD-Group/BW2QSD/blob/master/LICENSE.txt
        .. image:: https://img.shields.io/pypi/pyversions/bw2qsd?style=flat
           :target: https://pypi.python.org/pypi/bw2qsd
        .. image:: https://img.shields.io/pypi/v/bw2qsd?style=flat&color=blue
           :target: https://pypi.org/project/bw2qsd/
        
        
        What is ``BW2QSD``?
        -------------------
        ``BW2QSD`` is an interface package to tailor the functions in `Brightway2 <https://brightway.dev/>`_ to existing and future quantitative sustainable design (QSD) packages.
        
        
        Installation
        ------------
        ``BW2QSD`` requires `eidl (EcoInventDownLoader) <https://github.com/haasad/EcoInventDownLoader>`_, which is not available on PyPI. You need to firstly install ``eidl`` through conda. Detailed explanation can be found in the `tutorial <https://github.com/QSD-Group/BW2QSD/blob/main/bw2qsd/Tutorial.ipynb>`_, but TL;DR:
        
        .. code:: bash
        
            conda install -c defaults -c conda-forge -c cmutel -c haasad eidl
        
        
        The package can be downloaded from `PyPI <https://pypi.org/project/bw2qsd/>`_.
        
        If you use pip:
        
        .. code:: bash
        
            pip install bw2qsd
        
        
        To get the git version (use the depth flag to choose how many commit histories you want to clone):
        
        .. code:: bash
        
            git clone https://github.com/QSD-Group/BW2QSD.git --depth=1
        
        
        Tutorial
        --------
        Please refer to the `tutorial <https://github.com/QSD-Group/BW2QSD/blob/main/bw2qsd/Tutorial.ipynb>`_ on GitHub for how to get started.
        
        
        Author and Contributing
        -----------------------
        Author:
        
        	Yalin Li: `@yalinli2 <https://github.com/yalinli2>`_; `email <zoe.yalin.li@gmail.com>`_
        
        Please refer to the `Contributing to QSDsan <https://qsdsan.readthedocs.io/en/latest/CONTRIBUTING.html>`_ section of the documentation for instructions and guidelines.
        
        
        License information
        -------------------
        Please refer to the ``LICENSE.txt`` for information on the terms & conditions for usage of this software, and a DISCLAIMER OF ALL WARRANTIES.
Keywords: Brightway2,quantitative sustainable design,life cycle assessment,database importer
Platform: Windows
Platform: Mac
Platform: Linux
Classifier: License :: OSI Approved :: University of Illinois/NCSA Open Source License
Classifier: Environment :: Console
Classifier: Topic :: Education
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Manufacturing
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: BSD
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
