Metadata-Version: 2.1
Name: fluids
Version: 0.1.79
Summary: Fluid dynamics component of Chemical Engineering Design Library (ChEDL)
Home-page: https://github.com/CalebBell/fluids
Author: Caleb Bell
Author-email: Caleb.Andrew.Bell@gmail.com
License: MIT
Download-URL: https://github.com/CalebBell/fluids/tarball/0.1.79
Description: ======
        fluids
        ======
        
        .. image:: http://img.shields.io/pypi/v/fluids.svg?style=flat
           :target: https://pypi.python.org/pypi/fluids
           :alt: Version_status
        .. image:: http://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat
           :target: https://fluids.readthedocs.io/
           :alt: Documentation
        .. image:: http://img.shields.io/travis/CalebBell/fluids/master.svg?style=flat
           :target: https://travis-ci.org/CalebBell/fluids
           :alt: Build_status
        .. image:: http://img.shields.io/badge/license-MIT-blue.svg?style=flat
           :target: https://github.com/CalebBell/fluids/blob/master/LICENSE.txt
           :alt: license
        .. image:: https://img.shields.io/coveralls/CalebBell/fluids.svg?
           :target: https://coveralls.io/github/CalebBell/fluids
           :alt: Coverage
        .. image:: https://img.shields.io/pypi/pyversions/fluids.svg?
           :target: https://pypi.python.org/pypi/fluids
           :alt: Supported_versions
        .. image:: http://img.shields.io/appveyor/ci/calebbell/fluids.svg?
           :target: https://ci.appveyor.com/project/calebbell/fluids/branch/master
           :alt: Build_status
        .. image:: https://zenodo.org/badge/48924523.svg?
           :alt: Zendo
           :target: https://zenodo.org/badge/latestdoi/48924523
        
        
        .. contents::
        
        What is Fluids?
        ---------------
        
        Fluids is open-source software for engineers and technicians working in the
        fields of chemical, mechanical, or civil engineering. It includes modules
        for piping, fittings, pumps, tanks, compressible flow, open-channel flow,
        and more.
        
        The fluids library depends on the SciPy library to provide numerical constants,
        interpolation, integration, and numerical solving functionality. fluids runs on
        all operating systems which support Python, is quick to install, and is free
        of charge. fluids is designed to be easy to use while still providing powerful
        functionality. If you need to perform some fluid dynamics calculations, give
        fluids a try.
        
        Installation
        ------------
        
        Get the latest version of fluids from
        https://pypi.python.org/pypi/fluids/
        
        If you have an installation of Python with pip, simple install it with:
        
            $ pip install fluids
        
        Alternatively, if you are using `conda <https://conda.io/en/latest/>`_ as your package management, you can simply
        install fluids in your environment from `conda-forge <https://conda-forge.org/>`_ channel with:
        
            $ conda install -c conda-forge fluids 
        
        To get the git version, run:
        
            $ git clone git://github.com/CalebBell/fluids.git
        
        Documentation
        -------------
        
        fluids's documentation is available on the web:
        
            http://fluids.readthedocs.io/
        
        Latest source code
        ------------------
        
        The latest development version of fluids's sources can be obtained at
        
            https://github.com/CalebBell/fluids
        
        
        Bug reports
        -----------
        
        To report bugs, please use the fluids's Bug Tracker at:
        
            https://github.com/CalebBell/fluids/issues
            
        If you have further questions about the usage of the library, feel free
        to contact the author at Caleb.Andrew.Bell@gmail.com.
        
        
        License information
        -------------------
        
        Fluids is MIT licensed. See ``LICENSE.txt`` for full information 
        on the terms & conditions for usage of this software, and a 
        DISCLAIMER OF ALL WARRANTIES.
        
        Although not required by the fluids license, if it is convenient for you,
        please cite fluids if used in your work. Please also consider contributing
        any changes you make back, such that they may be incorporated into the
        main library and all of us will benefit from them.
        
        
        Citation
        --------
        
        To cite fluids in publications use::
        
            Caleb Bell (2016-2018). fluids: Fluid dynamics component of Chemical Engineering Design Library (ChEDL)
            https://github.com/CalebBell/fluids.
        
Keywords: fluid dynamics atmosphere pipe fluids compressible fluid dynamics chemical engineering mechanical engineering valve open channel tank friction pressure drop two phase pump drag reynolds sedimentation engineering pipeline process simulation particle size distribution
Platform: Windows
Platform: Linux
Platform: Mac OS
Platform: Unix
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Manufacturing
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
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
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Education
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Physics
Provides-Extra: Coverage documentation
