Metadata-Version: 1.1
Name: qsdsan
Version: 0.2.2
Summary: Quantitative Sustainable Design for sanitation and resource recovery systems
Home-page: https://github.com/QSD-Group/QSDsan
Author: Quantitative Sustainable Design Group
Author-email: quantitative.sustainable.design@gmail.com
License: UIUC
Description: ====================================================================================
        QSDsan: Quantitative Sustainable Design for sanitation and resource recovery systems
        ====================================================================================
        
        .. image:: https://img.shields.io/pypi/l/qsdsan?color=blue&logo=UIUC&style=flat
           :target: https://github.com/QSD-Group/QSDsan/blob/main/LICENSE.txt
        .. image:: https://img.shields.io/pypi/pyversions/qsdsan?style=flat
           :target: https://pypi.python.org/pypi/qsdsan
        .. image:: https://img.shields.io/pypi/v/qsdsan?style=flat&color=blue
           :target: https://pypi.org/project/qsdsan/
        .. image:: https://readthedocs.org/projects/qsdsan/badge/?version=latest
           :target: https://qsdsan.readthedocs.io/en/latest/
        .. image:: https://img.shields.io/appveyor/build/yalinli2/QSDsan/main?label=build-main&logo=appveyor
           :target: https://github.com/QSD-Group/QSDsan/tree/main
        .. image:: https://img.shields.io/appveyor/build/yalinli2/QSDsan/beta?label=build-beta&logo=appveyor
           :target: https://github.com/QSD-Group/QSDsan/tree/beta
        
        
        .. contents::
        
        What is ``QSDsan``?
        -------------------
        ``QSDsan`` is an open-source, community-led platform for quantitative sustainable design of sanitation and resource recovery systems. It leverages the structure and modules developed in the `BioSTEAM <https://github.com/BioSTEAMDevelopmentGroup/biosteam>`_ platform with additional functions tailored to sanitation processes.
        
        As an open-source and impact-driven platform, QSDsan aims to identify configuration combinations, systematically probe interdependencies across technologies, and identify key sensitivities to contextual assumptions through the use of quantitative sustainable design methods (techno-economic analysis and life cycle assessment and under uncertainty). 
        
        All systems developed with ``QSDsan`` are included in the package `exposan <https://github.com/QSD-Group/EXPOsan>`_ - exposition of sanitation and resource recovery systems.
        
        
        Installation
        ------------
        You can downlonw the package from `PyPI <https://pypi.org/project/qsdsan/>`_.
        
        If you use pip:
        
        .. code:: bash
        
            pip install qsdsan
        
        Note that development of this package is currently under initial stage with limited backward compatibility, please feel free to submit an issue for any questions regarding package upgrading.
        
        If you prefer the most recent version on GitHub, please follow the steps in the `Contributing to QSDsan <https://qsdsan.readthedocs.io/en/latest/CONTRIBUTING.html>`_ section of the documentation.
        
        
        Documentation
        -------------
        You can find tutorials and documents at:
        
           https://qsdsan.readthedocs.io
        
        
        About the authors
        -----------------
        Development and maintenance of the package is supported by the Quantitative Sustainable Design Group led by members of the `Guest Group <http://engineeringforsustainability.com/>`_ at the `University of Illinois Urbana-Champaign (UIUC) <https://illinois.edu/>`_. Core contributors are listed below, please refer to the `author page <https://qsdsan.readthedocs.io/en/latest/AUTHORS.html>`_ for the full list of authors.
        
        **Lead developers:**
           - `Yalin Li <zoe.yalin.li@gmail.com>`_ (current maintainer)
           - `Joy Cheung <joycheung1994@gmail.com>`_
           - `Stetson Rowles <lsr@illinois.edu>`_
        
        **Project conception & funding support:**
           - `Jeremy Guest <jsguest@illinois.edu>`_
        
        **Special acknowledgement:**
           - Yoel Cortés-Peña for helping many of the ``QSDsan`` members get started on Python and package development.
        
        
        Contributing
        ------------
        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: quantitative sustainable design,sanitation,resource recovery,techno-economic analysis,life cycle assessment
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
